summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-32/+69
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-1/+6
shown to the user. Also, only enable Register button when all necessary fields are filled in.
2007-03-24Go back to login or register state on error, depending on what the user wasBjørn Lindeijer1-14/+16
doing, and fixed the error message when registering an account that already exists. Also another crash fix following from previous commit.
2007-03-24Changed the order of network message handling and logic, in order to prevent anBjørn Lindeijer1-1/+1
incoming character delete message from deleting the player character that was about to be drawn.
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
version using a gcn::Label.
2007-03-20Reduced amount of useless logging, calculate nearest power of two in a functionBjørn Lindeijer1-1/+1
and only do the alpha check in software mode.
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
was superfluous anyway.
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 ↵Rogier Polak1-0/+4
svn-properties keyword and eol-style, where appropriate.
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 ↵Rogier Polak1-19/+211
switch_accountserver.
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
data on MacOS X.
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
loaded.
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
allowed for some cleanup. Had a bit of help from the patch by VictorSan.
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
since ItemInfo refers to an Image.
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
Initialize the logger before libxml2.
2006-11-04Add a libxml2 init wrapper.Björn Steinbrink1-18/+20
Use a null-logger function instead of /dev/null to quieten libxml2. Actually initialize libxml2 before using it to load the configuration.
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 ↵Björn Steinbrink1-0/+7
and add support for saving the last used character (based on a patch by Andrew Harrison).