summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-03Fixed auto-character-select and switch_character combination. Added svn-prope...Rogier Polak1-0/+4
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak1-6/+1
2007-02-23Added unregistering, logout_then_exit, switch_character and switch_accountser...Rogier Polak1-19/+211
2007-02-15Come on guys, that was just a test.Bjørn Lindeijer1-1/+1
2007-02-15Tagged the 0.0.22.2 release.Bjørn Lindeijer1-1/+1
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer1-3/+1
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-4/+6
2007-01-07Synchronized player attributes with wiki Attributes page and removed Job XP.Bjørn Lindeijer1-10/+8
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-8/+12
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-32/+19
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-1/+1
2006-11-05Use \n instead of std::endl when writing to stdout.Björn Steinbrink1-13/+12
2006-11-04src/main.cpp: Restore the homeDir config entry (temporarily).Björn Steinbrink1-3/+5
2006-11-04Add a libxml2 init wrapper.Björn Steinbrink1-18/+20
2006-11-02Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch.Bjørn Lindeijer1-0/+4
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink1-20/+13
2006-11-02Network layer refactoring.Björn Steinbrink1-54/+46
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-51/+57
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer1-5/+11
2006-08-30Added a first version of the server dialog with an unskinned dropdown. Upgrad...Yohann Ferreira1-20/+61
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer1-3/+22
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-24/+24
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer1-1/+1
2006-08-20Fixed selection of player character and implemented sending of game and chatBjørn Lindeijer1-13/+10
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-85/+104
2006-08-14Completed porting of character creation/deletion, fixed some issues with netw...Eugenio Favalli1-18/+21
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-20/+9
2006-08-02Ported account registration to tmwserv. There's still a disconnection/reconne...Eugenio Favalli1-4/+24
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-3/+5
2006-07-27Modified client version to be an int.Eugenio Favalli1-1/+1
2006-07-26Removed char server selection dialog, and added character visualization in ch...Eugenio Favalli1-39/+2
2006-07-25Added support for writing log to standard output.Bjørn Lindeijer1-60/+77
2006-07-25Switched client to use enet and modified login sequence to work with the new ...Eugenio Favalli1-31/+29
2006-07-24Fixed the loading of updates and made skipping the update process also skip thev0.0.20Bjørn Lindeijer1-6/+12
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-8/+13
2006-07-19Merged new_animation branch until r2415 into trunk. Eugenio Favalli1-9/+3
2006-07-18Updated the updating system. It will now only load those updatesBjørn Lindeijer1-9/+23
2006-07-03Fixed visible equipment initialization and hack to see 2 kinds of visible equ...Eugenio Favalli1-6/+11
2006-06-21Added female players.Eugenio Favalli1-5/+10
2006-05-12You can now see the shirt when equipping a top equipment.Eugenio Favalli1-0/+5
2006-05-03FPS limit can now be set in setup dialog. Default value for FPS is 50. (Code ...Eugenio Favalli1-1/+1
2006-05-03Increased fps limit granularity and cleaned some code, fixed some xml library...Eugenio Favalli1-25/+0
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-4/+3
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-3/+4
2006-03-18Added a toString conversion function.Björn Steinbrink1-4/+3
2006-03-16A bunch of cosmetic changes.Björn Steinbrink1-9/+5
2006-03-13Fixed skip update option.Eugenio Favalli1-1/+1
2006-03-09Made all local action listeners structs and moved them into anonymous namespa...Björn Steinbrink1-9/+5
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers usin...Björn Steinbrink1-5/+3
2006-03-06Small fixes before releasing.Eugenio Favalli1-1/+0