summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-03-20Reduced amount of useless logging, calculate nearest power of two in a functionBjørn Lindeijer1-1/+1
2007-03-18Added --version to the arguments, deleted the 'pink-code'.Rogier Polak1-5/+22
2007-03-14Renamed icons to make things easier for Debian packaging, and the "-icon" partBjørn Lindeijer1-1/+1
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer1-11/+45
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-20Added support for customdata directory.Philipp Sehmisch1-3/+15
2007-02-20Still add local "data" dir to the search path, mostly for developers.Bjørn Lindeijer1-1/+1
2007-02-20Applied patch by trapdoor which makes TMW use a more standard location for theBjørn Lindeijer1-5/+22
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-02-13Fixed the _M/_F username bug.Philipp Sehmisch1-0/+7
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer1-3/+1
2007-01-17Changed default server.Eugenio Favalli1-2/+2
2007-01-14Fixed windows headers issuesEugenio Favalli1-2/+0
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-4/+6
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-6/+10
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-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer1-5/+6
2006-12-12Added Adler32 checksum for updatesEugenio Favalli1-3/+6
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-32/+19
2006-12-09Use new animation system in character selection/creation. Shows equipment andBjørn Lindeijer1-31/+2
2006-11-29Implemented MonsterDB namespacePhilipp Sehmisch1-0/+3
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-11/+13
2006-11-26ItemDB needs to be unloaded before deleting the resource manager instance,Bjørn Lindeijer1-3/+3
2006-11-26Equipment database namespace and support for gender specific equipment spritesPhilipp Sehmisch1-1/+5
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch1-0/+6
2006-11-09Fixed a conflict with Windows headers and updated project filesEugenio Favalli1-1/+1
2006-11-05Changed some printf statements to log statements.Bjørn Lindeijer1-2/+2
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-03Updated to the new default updatehost.Bjørn Lindeijer1-1/+1
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-10-28Reload wallpaper after updates are done.Björn Steinbrink1-0/+4
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-51/+57
2006-09-14src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop a...Björn Steinbrink1-0/+7
2006-09-14Fix up the player selection stuff, it's a bit nicer now.Björn Steinbrink1-14/+3
2006-09-13Fix up the player selection command line option.Björn Steinbrink1-15/+16
2006-09-06Fixed fps limiter issues and increased default limit to 60Eugenio Favalli1-1/+1
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-29Applied patch by Andrew Harrison, adding a command line option to specify whichBjørn Lindeijer1-28/+37
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