summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-04-05Unified storage of configuration, updates and screenshots in home directory.Eugenio Favalli1-8/+6
2007-03-27Icon loading doesn't necessarily succeed, so better not crash when it doesn't.Bjørn Lindeijer1-3/+9
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-1/+6
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer1-14/+16
2007-03-24Changed the order of network message handling and logic, in order to prevent anBjørn Lindeijer1-1/+1
2007-03-22Use the icon included in the executable on Windows.Bjørn Lindeijer1-1/+12
2007-03-22Fixed problems with window icon on Windows as much as possible.Bjørn Lindeijer1-1/+3
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-1/+0
2007-03-21Display a progress bar and connecting status for each server and display theBjørn Lindeijer1-12/+50
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-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-13Fixed the _M/_F username bug.Philipp Sehmisch1-0/+7
2007-01-17Changed default server.Eugenio Favalli1-2/+2
2007-01-14Fixed windows headers issuesEugenio Favalli1-2/+0
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-6/+10
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-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-03Updated to the new default updatehost.Bjørn Lindeijer1-1/+1
2006-10-28Reload wallpaper after updates are done.Björn Steinbrink1-0/+4
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-08-29Applied patch by Andrew Harrison, adding a command line option to specify whichBjørn Lindeijer1-28/+37
2006-08-25Applied patch by Matthias, adding --playername command line option.Bjørn Lindeijer1-4/+23
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-4/+7
2006-08-07A bunch of cleanups.Björn Steinbrink1-19/+8
2006-07-28Moved AnimatedSprite into its own files, removed useless includes.Björn Steinbrink1-1/+0
2006-07-24Fixed the loading of updates and made skipping the update process also skip theBjø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