Age | Commit message (Expand) | Author | Files | Lines |
2006-08-26 | Got rid of the default MessageOut constructor, since all messages should have | Bjørn Lindeijer | 1 | -2/+10 |
2006-08-26 | Handle "beings move" messages. | Guillaume Melquiond | 1 | -0/+2 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -0/+9 |
2006-08-26 | Fixed player sprite not showing up. | Bjørn Lindeijer | 1 | -0/+2 |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 1 | -0/+9 |
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 1 | -0/+7 |
2006-08-21 | Updated project files | Eugenio Favalli | 1 | -0/+4 |
2006-08-20 | GPMSG_PLAYER_MAP_CHANGE is now partly handled. | Bjørn Lindeijer | 1 | -0/+3 |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -0/+3 |
2006-08-20 | Fixed selection of player character and implemented sending of game and chat | Bjørn Lindeijer | 1 | -0/+5 |
2006-08-20 | Made cancel button in register dialog go back to the login dialog and cleaned | Bjørn Lindeijer | 1 | -0/+2 |
2006-08-20 | Added documentation and did a bit of cleanup. | Bjørn Lindeijer | 1 | -0/+2 |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -0/+19 |
2006-08-19 | Removed incoming packets queue. Messages are now processed as they come in. | Bjørn Lindeijer | 1 | -0/+5 |
2006-08-15 | Fixed typo and forgetting to add APMSG_CHAR_SELECT_RESPONSE to the list of | Bjørn Lindeijer | 1 | -0/+2 |
2006-08-14 | Some preparations towards supporting character select and response handling. | Bjørn Lindeijer | 1 | -0/+6 |
2006-08-14 | Fix warning about jump to case label crossing an initialization. | Bjørn Lindeijer | 1 | -1/+8 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 1 | -0/+12 |
2006-08-13 | Verify the gender to prevent crashing when something is wrong with the commun... | Bjørn Lindeijer | 1 | -0/+5 |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 1 | -18/+143 |
2006-08-06 | Updated required Guichan to version 0.5.0. | Bjørn Lindeijer | 1 | -0/+4 |
2006-08-04 | Fixed character gender in selection dialog. | Guillaume Melquiond | 1 | -0/+4 |
2006-08-02 | Cleaned autotools files. | Guillaume Melquiond | 1 | -0/+6 |
2006-08-02 | Removed sex choice. | Eugenio Favalli | 1 | -0/+2 |
2006-08-02 | Ported account registration to tmwserv. There's still a disconnection/reconne... | Eugenio Favalli | 1 | -0/+8 |
2006-08-01 | Fixed several compiler warnings and a linker error when compiling without | Bjørn Lindeijer | 1 | -0/+4 |
2006-08-01 | Moved some basic checks above the checks on the libraries we depend on, in | Bjørn Lindeijer | 1 | -0/+6 |
2006-08-01 | Fixed compilation issues in windows. | Eugenio Favalli | 1 | -0/+5 |
2006-07-31 | Corrected an off by one error in packet size. | Bjørn Lindeijer | 1 | -0/+4 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -0/+33 |
2006-07-27 | Modified client version to be an int. | Eugenio Favalli | 1 | -0/+4 |
2006-07-26 | Removed char server selection dialog, and added character visualization in ch... | Eugenio Favalli | 1 | -0/+24 |
2006-07-25 | Added support for writing log to standard output. | Bjørn Lindeijer | 1 | -0/+5 |
2006-07-25 | Fixed Linux compiling issues and merged update system fix for Windows. | Bjørn Lindeijer | 1 | -0/+6 |
2006-07-24 | Fixed the loading of updates and made skipping the update process also skip thev0.0.20 | Bjørn Lindeijer | 1 | -0/+5 |
2006-07-24 | Equipments now use real slot positions. | Eugenio Favalli | 1 | -0/+1 |
2006-07-24 | Fixed some transparency issues in the playersets | Frode Lindeijer | 1 | -0/+3 |
2006-07-24 | Forced to use UNIX end of line character. | Eugenio Favalli | 1 | -0/+4 |
2006-07-24 | Fixed female playerset animation definition. | Eugenio Favalli | 1 | -0/+2 |
2006-07-24 | Fixed setDirection() semantics. | Björn Steinbrink | 1 | -2/+8 |
2006-07-24 | (no commit message) | Frode Lindeijer | 1 | -0/+4 |
2006-07-24 | Red scorpions have got the same problem. | Eugenio Favalli | 1 | -0/+2 |
2006-07-24 | Slowed down scorpions. | Eugenio Favalli | 1 | -0/+1 |
2006-07-24 | Removed unused code, fixed "change direction when not walking" bug, updated p... | Eugenio Favalli | 1 | -0/+6 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -0/+20 |
2006-07-21 | Removed unused code, fixed a numeric conversion, used a more meaningful speed. | Eugenio Favalli | 1 | -0/+5 |
2006-07-20 | Fixed left bow attack animation, made the attack animation stay in sync with ... | Eugenio Favalli | 1 | -0/+4 |
2006-07-20 | Added a resource script to let both Dev-Cpp and Code::Blocks share the same b... | Eugenio Favalli | 1 | -0/+3 |
2006-07-20 | Added shorts. | Eugenio Favalli | 1 | -0/+1 |
2006-07-20 | Added new features of 0.0.20. | Eugenio Favalli | 1 | -13/+1 |