summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2006-11-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer7-25/+11
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer9-51/+462
2006-11-04Removed useless addRow method.Björn Steinbrink2-16/+6
2006-11-02Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch.Bjørn Lindeijer2-2/+2
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer4-9/+15
2006-11-02Fixed a memory leak and a double deletion.Björn Steinbrink2-6/+3
2006-11-02Network layer refactoring.Björn Steinbrink7-64/+49
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer26-136/+517
2006-09-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira2-3/+0
2006-09-13(no commit message)Yohann Ferreira3-524/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira7-15/+817
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer1-20/+20
2006-09-01Fixed some header issues and updated project filesEugenio Favalli2-27/+34
2006-08-30Windows fix to previous commit.Yohann Ferreira1-1/+1
2006-08-30Added a first version of the server dialog with an unskinned dropdown. Upgrad...Yohann Ferreira4-5/+408
2006-08-29Fixed merge issues with respect to scrolling.Guillaume Melquiond1-2/+0
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer17-53/+258
2006-08-27Added support for entering monsters.Bjørn Lindeijer1-2/+4
2006-08-27Implemented pixel-grained movements.Guillaume Melquiond1-3/+3
2006-08-27Got rid of server input field since connecting to the account server nowBjørn Lindeijer4-36/+15
2006-08-27Changed to pixel-based coordinates for beings.Guillaume Melquiond1-1/+1
2006-08-26Got rid of the default MessageOut constructor, since all messages should haveBjørn Lindeijer5-27/+19
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond10-37/+20
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer2-8/+8
2006-08-26Implemented "say around" chat.Guillaume Melquiond1-5/+4
2006-08-20Made cancel button in register dialog go back to the login dialog and cleanedBjørn Lindeijer1-1/+1
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer6-15/+16
2006-08-14Some preparations towards supporting character select and response handling.Bjørn Lindeijer1-3/+4
2006-08-14Fix warning about jump to case label crossing an initialization.Bjørn Lindeijer1-1/+1
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli6-35/+33
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer6-59/+42
2006-08-04Fixed character gender in selection dialog.Guillaume Melquiond1-0/+1
2006-08-02Removed sex choice.Eugenio Favalli3-13/+5
2006-08-02Ported account registration to tmwserv. There's still a disconnection/reconne...Eugenio Favalli4-18/+24
2006-08-01Fixed compilation issues in windows.Eugenio Favalli1-2/+2
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer61-150/+150
2006-07-26Removed char server selection dialog, and added character visualization in ch...Eugenio Favalli2-193/+0
2006-07-25Fixed Linux compiling issues and merged update system fix for Windows.Bjørn Lindeijer1-4/+7
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli5-49/+49
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer3-9/+7
2006-07-19Fixed radar dot size of local player and the color of the [TARGET] string.Bjørn Lindeijer1-1/+2
2006-07-19Fixed next/previous buttons behaviour in character selection dialog.Eugenio Favalli1-1/+2
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli10-14/+14
2006-07-18Updated the updating system. It will now only load those updatesBjørn Lindeijer2-35/+23
2006-07-12Fixed a warning with GCC 4.2 about string comparisons.Bjørn Lindeijer1-18/+19
2006-06-27Equipment window now show all the slots, and adapted visible shirts to head (...Eugenio Favalli1-2/+2
2006-06-21Added female players.Eugenio Favalli5-25/+21
2006-05-15Set slider range to the real values instead of mapping the amount between [0,...Björn Steinbrink1-4/+3
2006-05-05Fixed some numeric conversions.Eugenio Favalli1-2/+2
2006-05-03FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ...Eugenio Favalli3-4/+85