Age | Commit message (Expand) | Author | Files | Lines |
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-18 | Added --version to the arguments, deleted the 'pink-code'. | Rogier Polak | 1 | -5/+22 |
2007-03-14 | Renamed icons to make things easier for Debian packaging, and the "-icon" part | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -11/+45 |
2007-03-03 | Fixed auto-character-select and switch_character combination. Added svn-prope... | Rogier Polak | 1 | -0/+4 |
2007-02-25 | Fixed small issue concerning SDL timers, removed a useless variable. | Rogier Polak | 1 | -6/+1 |
2007-02-23 | Added unregistering, logout_then_exit, switch_character and switch_accountser... | Rogier Polak | 1 | -19/+211 |
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 1 | -3/+15 |
2007-02-20 | Still add local "data" dir to the search path, mostly for developers. | Bjørn Lindeijer | 1 | -1/+1 |
2007-02-20 | Applied patch by trapdoor which makes TMW use a more standard location for the | Bjørn Lindeijer | 1 | -5/+22 |
2007-02-15 | Come on guys, that was just a test. | Bjørn Lindeijer | 1 | -1/+1 |
2007-02-15 | Tagged the 0.0.22.2 release. | Bjørn Lindeijer | 1 | -1/+1 |
2007-02-13 | Fixed the _M/_F username bug. | Philipp Sehmisch | 1 | -0/+7 |
2007-01-23 | Merged 0.0 changes from revision 3035 to 3065 to trunk. | Bjørn Lindeijer | 1 | -3/+1 |
2007-01-17 | Changed default server. | Eugenio Favalli | 1 | -2/+2 |
2007-01-14 | Fixed windows headers issues | Eugenio Favalli | 1 | -2/+0 |
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -4/+6 |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -6/+10 |
2007-01-07 | Synchronized player attributes with wiki Attributes page and removed Job XP. | Bjørn Lindeijer | 1 | -10/+8 |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -8/+12 |
2006-12-23 | Load the databases at the start of the LOGIN state, after the updates are | Bjørn Lindeijer | 1 | -5/+6 |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 1 | -3/+6 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -32/+19 |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 1 | -31/+2 |
2006-11-29 | Implemented MonsterDB namespace | Philipp Sehmisch | 1 | -0/+3 |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -11/+13 |
2006-11-26 | ItemDB needs to be unloaded before deleting the resource manager instance, | Bjørn Lindeijer | 1 | -3/+3 |
2006-11-26 | Equipment database namespace and support for gender specific equipment sprites | Philipp Sehmisch | 1 | -1/+5 |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 1 | -0/+6 |
2006-11-09 | Fixed a conflict with Windows headers and updated project files | Eugenio Favalli | 1 | -1/+1 |
2006-11-05 | Changed some printf statements to log statements. | Bjørn Lindeijer | 1 | -2/+2 |
2006-11-05 | Merged 0.0 changes from revision 2800 to 2825 to trunk. | Bjørn Lindeijer | 1 | -1/+1 |
2006-11-05 | Use \n instead of std::endl when writing to stdout. | Björn Steinbrink | 1 | -13/+12 |
2006-11-04 | src/main.cpp: Restore the homeDir config entry (temporarily). | Björn Steinbrink | 1 | -3/+5 |
2006-11-04 | Add a libxml2 init wrapper. | Björn Steinbrink | 1 | -18/+20 |
2006-11-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 1 | -1/+1 |
2006-11-02 | Merged trunk changes from revision 2757 to 2800 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -0/+4 |
2006-11-02 | Removed some cruft that was needed for eAthena. | Björn Steinbrink | 1 | -20/+13 |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -54/+46 |
2006-10-28 | Reload wallpaper after updates are done. | Björn Steinbrink | 1 | -0/+4 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -51/+57 |
2006-09-14 | src/gui/char_select.cpp, src/main.cpp: Fix the character name matching loop a... | Björn Steinbrink | 1 | -0/+7 |
2006-09-14 | Fix up the player selection stuff, it's a bit nicer now. | Björn Steinbrink | 1 | -14/+3 |
2006-09-13 | Fix up the player selection command line option. | Björn Steinbrink | 1 | -15/+16 |
2006-09-06 | Fixed fps limiter issues and increased default limit to 60 | Eugenio Favalli | 1 | -1/+1 |
2006-09-02 | Fixed crash when using short versions of server and port command line options | Bjørn Lindeijer | 1 | -5/+11 |
2006-08-30 | Added a first version of the server dialog with an unskinned dropdown. Upgrad... | Yohann Ferreira | 1 | -20/+61 |
2006-08-29 | Applied patch by Andrew Harrison, adding a command line option to specify which | Bjørn Lindeijer | 1 | -28/+37 |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 1 | -3/+22 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -24/+24 |