Age | Commit message (Expand) | Author | Files | Lines |
2006-08-26 | Handle "beings move" messages. | Guillaume Melquiond | 4 | -2/+29 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 27 | -213/+136 |
2006-08-26 | Fixed player sprite not showing up. | Bjørn Lindeijer | 5 | -7/+10 |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 8 | -26/+27 |
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 5 | -17/+45 |
2006-08-21 | Updated project files | Eugenio Favalli | 3 | -128/+132 |
2006-08-20 | GPMSG_PLAYER_MAP_CHANGE is now partly handled. | Bjørn Lindeijer | 5 | -37/+58 |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 34 | -416/+358 |
2006-08-20 | Fixed selection of player character and implemented sending of game and chat | Bjørn Lindeijer | 7 | -18/+36 |
2006-08-20 | Made cancel button in register dialog go back to the login dialog and cleaned | Bjørn Lindeijer | 3 | -3/+3 |
2006-08-20 | Added documentation and did a bit of cleanup. | Bjørn Lindeijer | 3 | -72/+74 |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 16 | -205/+323 |
2006-08-19 | Removed incoming packets queue. Messages are now processed as they come in. | Bjørn Lindeijer | 4 | -28/+23 |
2006-08-15 | Fixed typo and forgetting to add APMSG_CHAR_SELECT_RESPONSE to the list of | Bjørn Lindeijer | 2 | -1/+4 |
2006-08-14 | Some preparations towards supporting character select and response handling. | Bjørn Lindeijer | 4 | -8/+38 |
2006-08-14 | Fix warning about jump to case label crossing an initialization. | Bjørn Lindeijer | 4 | -57/+82 |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with netw... | Eugenio Favalli | 22 | -214/+191 |
2006-08-13 | Verify the gender to prevent crashing when something is wrong with the commun... | Bjørn Lindeijer | 7 | -17/+47 |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 26 | -851/+1086 |
2006-08-06 | Updated required Guichan to version 0.5.0. | Bjørn Lindeijer | 2 | -1/+5 |
2006-08-04 | Fixed character gender in selection dialog. | Guillaume Melquiond | 2 | -0/+5 |
2006-08-02 | Cleaned autotools files. | Guillaume Melquiond | 3 | -56/+57 |
2006-08-02 | Removed sex choice. | Eugenio Favalli | 4 | -13/+7 |
2006-08-02 | Ported account registration to tmwserv. There's still a disconnection/reconne... | Eugenio Favalli | 11 | -25/+99 |
2006-08-01 | Fixed several compiler warnings and a linker error when compiling without | Bjørn Lindeijer | 6 | -15/+23 |
2006-08-01 | Moved some basic checks above the checks on the libraries we depend on, in | Bjørn Lindeijer | 3 | -16/+22 |
2006-08-01 | Fixed compilation issues in windows. | Eugenio Favalli | 4 | -258/+273 |
2006-07-31 | Corrected an off by one error in packet size. | Bjørn Lindeijer | 2 | -4/+9 |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 77 | -235/+320 |
2006-07-27 | Modified client version to be an int. | Eugenio Favalli | 2 | -1/+5 |
2006-07-26 | Removed char server selection dialog, and added character visualization in ch... | Eugenio Favalli | 7 | -248/+46 |
2006-07-25 | Added support for writing log to standard output. | Bjørn Lindeijer | 6 | -64/+114 |
2006-07-25 | Fixed Linux compiling issues and merged update system fix for Windows. | Bjørn Lindeijer | 6 | -13/+25 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 31 | -1048/+783 |
2006-07-25 | Created branch for development of 0.1.0 | Eugenio Favalli | 0 | -0/+0 |
2006-07-24 | Fixed the loading of updates and made skipping the update process also skip thev0.0.20 | Bjørn Lindeijer | 3 | -7/+17 |
2006-07-24 | Equipments now use real slot positions. | Eugenio Favalli | 2 | -6/+7 |
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 | 3 | -12/+16 |
2006-07-24 | (no commit message) | Frode Lindeijer | 1 | -0/+4 |
2006-07-24 | 100ms wasn't enough. | Eugenio Favalli | 0 | -0/+0 |
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 | 6 | -1054/+1042 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 20 | -243/+400 |
2006-07-21 | Whooops | Eugenio Favalli | 2 | -1/+2 |
2006-07-21 | Removed unused code, fixed a numeric conversion, used a more meaningful speed. | Eugenio Favalli | 3 | -30/+19 |
2006-07-20 | Fixed left bow attack animation, made the attack animation stay in sync with ... | Eugenio Favalli | 4 | -9/+71 |