summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-02-20Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ↵Bjørn Lindeijer1-2/+1
via svnmerge from https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3790 | b_lindeijer | 2007-12-18 14:54:17 +0100 (Tue, 18 Dec 2007) | 3 lines Remember to delete the progressbar and label also when the game was not started. ........ r3801 | b_lindeijer | 2007-12-21 12:56:23 +0100 (Fri, 21 Dec 2007) | 2 lines Fixed shop list box not to scroll up when the selection is removed. ........ r3802 | b_lindeijer | 2007-12-21 13:37:17 +0100 (Fri, 21 Dec 2007) | 2 lines Added logging of error on PHYSFS_addToSearchPath. ........ r3803 | b_lindeijer | 2007-12-21 15:56:38 +0100 (Fri, 21 Dec 2007) | 3 lines Fixed inventory size not matching the size assumed by eAthena and related memory corruption and increased default chat log length. ........ r3804 | the_enemy | 2007-12-21 16:07:20 +0100 (Fri, 21 Dec 2007) | 1 line Attempted to fix client freeze when unable to connect to update host, and added exit dialog ........ r3805 | b_lindeijer | 2007-12-22 16:24:14 +0100 (Sat, 22 Dec 2007) | 2 lines Updated version to 0.0.24. Release data set to tomorrow, we'll see. ........ r3806 | b_lindeijer | 2007-12-22 21:42:35 +0100 (Sat, 22 Dec 2007) | 2 lines Make sure chat messages are also trimmed for the local player. ........ r3809 | crush_tmw | 2007-12-23 03:16:53 +0100 (Sun, 23 Dec 2007) | 1 line Particle images are now reference-counted properly. Avoided attempts to load "data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist. ........ r3810 | b_lindeijer | 2007-12-24 02:20:42 +0100 (Mon, 24 Dec 2007) | 2 lines Updated release date. ........ r3812 | the_enemy | 2007-12-24 15:16:15 +0100 (Mon, 24 Dec 2007) | 1 line Minor update, fixed disconnection dialog ........ r3813 | b_lindeijer | 2007-12-24 15:45:34 +0100 (Mon, 24 Dec 2007) | 2 lines Fixed compile warning. ........ r3816 | b_lindeijer | 2007-12-25 13:31:21 +0100 (Tue, 25 Dec 2007) | 2 lines Fixed year. :) ........ r3818 | b_lindeijer | 2007-12-25 23:11:55 +0100 (Tue, 25 Dec 2007) | 2 lines Updated CMake file. ........ r3821 | b_lindeijer | 2007-12-26 19:06:15 +0100 (Wed, 26 Dec 2007) | 2 lines Fixed year in README too. ........
2008-02-12Merged revisions 3687-3688,3690 via svnmerge from Bjørn Lindeijer1-0/+1
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3687 | crush_tmw | 2007-10-26 02:22:12 +0200 (Fri, 26 Oct 2007) | 1 line Added possibility of length limitation to browserbox and used it for the chatlog (length set by the config option "ChatLogLength"). ........ r3688 | crush_tmw | 2007-10-26 02:38:00 +0200 (Fri, 26 Oct 2007) | 1 line Removed some completely useless code from the chat class. ........ r3690 | crush_tmw | 2007-10-26 14:50:49 +0200 (Fri, 26 Oct 2007) | 1 line Implemented monster hurt sounds and added new sound effects by Cosmostrator. ........
2007-11-15Temporarily disabled update loading.Guillaume Melquiond1-1/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-10-22Not sure how I was able to mess this one.Guillaume Melquiond1-4/+5
2007-10-22Plugged memory leak. Cleaned code.Guillaume Melquiond1-0/+4
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond1-4/+4
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-6/+13
2007-09-10Added support for True Type Fonts.Eugenio Favalli1-335/+344
2007-08-13Fixed internationalization support on Windows.Eugenio Favalli1-0/+5
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-2/+3
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed ↵Guillaume Melquiond1-1/+1
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
2007-08-05Added support for internationalization. Tested by translating a few gui ↵Guillaume Melquiond1-0/+7
strings to french.
2007-07-23Fixed segfault on exit when OpenGL configuration changed.Guillaume Melquiond1-6/+0
2007-07-08Merged 0.0 changes from revision 3317 to 3362 to trunk.Bjørn Lindeijer1-0/+2
2007-06-30fixed a mistake in the last commit (read an #ifndef as #ifdef)Philipp Sehmisch1-1/+3
2007-06-30Changed include order to avoid a problem with guichan on windows. ↵Philipp Sehmisch1-4/+1
Implemented getting the direction of attacks from the server.
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-10/+16
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-32/+69
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-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-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer1-3/+1
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-4/+6
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-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-32/+19
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-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-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-51/+57
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer1-5/+11
and made sure cancelling the account server connect shows the server dialog.
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira1-20/+61
Upgraded also the connection window a bit to handle Cancelling more gracefully.
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
2006-08-26Got rid of numerous additions and substractions to the hair style and color.Bjørn Lindeijer1-1/+1
Hair style 0 was added and defined as being bald (so bald is no longer a hardcoded style).
2006-08-20Fixed selection of player character and implemented sending of game and chatBjørn Lindeijer1-13/+10
server tokens. It gets you in the game (or what's left of it), but not on any map yet.
2006-08-20The Network can now connect to the three servers and affected methods now takeBjørn Lindeijer1-85/+104
the server type as a parameter. The MessageOut gained a convenience constructor (same as was added server side). The game states during login sequence have been renamed and redone in order to ensure no communication is attempted to unconnected servers. This allowed the removal of the outgoing message queue. Connecting to the account server has been moved before the login/register phase (dialogs will still need to be updated). Quite a few things are expected to be broken since I'm rather tired at the moment. I've left many TODO entries in the code.
2006-08-14Completed porting of character creation/deletion, fixed some issues with ↵Eugenio Favalli1-18/+21
network code.
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer1-20/+9
OpenGL enabled.
2006-08-02Ported account registration to tmwserv. There's still a ↵Eugenio Favalli1-4/+24
disconnection/reconnection between registration and login.
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-3/+5
branch).
2006-07-27Modified client version to be an int.Eugenio Favalli1-1/+1