Age | Commit message (Expand) | Author | Files | Lines |
2007-07-25 | keyboard config - keyboard setup gui re-designed, fixed errors in keyboard co... | Joshua Langley | 1 | -3/+0 |
2007-07-24 | keyboard configuration - mainly documentation fixes. | Joshua Langley | 1 | -2/+1 |
2007-07-16 | (no commit message) | Joshua Langley | 1 | -0/+10 |
2007-06-13 | Added logging of version number. | Philipp Sehmisch | 1 | -1/+7 |
2007-06-03 | Fixed screenshot save directory on OSX.v0.0.23 | David Athay | 1 | -2/+2 |
2007-04-05 | Unified storage of configuration, updates and screenshots in home directory. | Eugenio Favalli | 1 | -8/+6 |
2007-03-27 | Icon loading doesn't necessarily succeed, so better not crash when it doesn't. | Bjørn Lindeijer | 1 | -3/+9 |
2007-03-24 | Make sure that when a network error occurs, the error message is available and | Bjørn Lindeijer | 1 | -1/+6 |
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -14/+16 |
2007-03-24 | Changed the order of network message handling and logic, in order to prevent an | Bjørn Lindeijer | 1 | -1/+1 |
2007-03-22 | Use the icon included in the executable on Windows. | Bjørn Lindeijer | 1 | -1/+12 |
2007-03-22 | Fixed problems with window icon on Windows as much as possible. | Bjørn Lindeijer | 1 | -1/+3 |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -1/+0 |
2007-03-21 | Display a progress bar and connecting status for each server and display the | Bjørn Lindeijer | 1 | -12/+50 |
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-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-13 | Fixed the _M/_F username bug. | Philipp Sehmisch | 1 | -0/+7 |
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 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -6/+10 |
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-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-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 1 | -1/+1 |
2006-10-28 | Reload wallpaper after updates are done. | Björn Steinbrink | 1 | -0/+4 |
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-08-29 | Applied patch by Andrew Harrison, adding a command line option to specify which | Bjørn Lindeijer | 1 | -28/+37 |
2006-08-25 | Applied patch by Matthias, adding --playername command line option. | Bjørn Lindeijer | 1 | -4/+23 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -4/+7 |
2006-08-07 | A bunch of cleanups. | Björn Steinbrink | 1 | -19/+8 |
2006-07-28 | Moved AnimatedSprite into its own files, removed useless includes. | Björn Steinbrink | 1 | -1/+0 |
2006-07-24 | Fixed the loading of updates and made skipping the update process also skip thev0.0.20 | Bjørn Lindeijer | 1 | -6/+12 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -8/+13 |
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -9/+3 |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 1 | -9/+23 |
2006-07-03 | Fixed visible equipment initialization and hack to see 2 kinds of visible equ... | Eugenio Favalli | 1 | -6/+11 |