summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-04-17Forgot main.cppYohann Ferreira1-1/+1
2008-04-09Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25Bjørn Lindeijer1-3/+3
(reverted change 3811). Somehow seems it's not drawing anything, not sure why.
2008-04-03Added patch fromDavid Athay1-2/+4
postalworker bug id=117 to fix cancel connecting to a sick server.
2008-03-31Implemented NPC XML database which maps NPC IDs to one or more animation ↵Philipp Sehmisch1-0/+3
files and thus enables animated NPCs.
2008-03-23Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from Bjørn Lindeijer1-1/+1
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r3823 | crush_tmw | 2007-12-28 19:36:58 +0100 (Fri, 28 Dec 2007) | 1 line Added the possibility to assign particle effects to monsters in the monster database. Added flame particle effect to fire goblin as a proof of concept. ........ r3826 | crush_tmw | 2007-12-30 01:02:14 +0100 (Sun, 30 Dec 2007) | 1 line Added a key for targeting the nearest player character based on patches by Trinexx. Some mapping fixes at snake dungeon map. ........ r3839 | the_enemy | 2008-01-13 17:28:50 +0100 (Sun, 13 Jan 2008) | 1 line Fixed non-default location music loading ........ r3842 | crush_tmw | 2008-01-14 11:48:13 +0100 (Mon, 14 Jan 2008) | 1 line ixed an error in Davids last commit (couldn't compile that way). ........
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. ........
2008-01-13Fixed non-default location music loadingDavid Athay1-1/+1
2007-12-24Disabled non-functional item shortcut window.Bjørn Lindeijer1-3/+3
2007-12-21Fixed inventory size not matching the size assumed by eAthena and relatedBjørn Lindeijer1-1/+1
memory corruption and increased default chat log length.
2007-12-18Remember to delete the progressbar and label also when the game was notBjørn Lindeijer1-0/+2
started.
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-0/+2
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........
2007-11-15Temporarily disabled update loading.Guillaume Melquiond1-1/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+2
2007-10-26Added possibility of length limitation to browserbox and used it for the ↵Philipp Sehmisch1-0/+1
chatlog (length set by the config option "ChatLogLength").
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer1-0/+4
0.0. Mostly memory leak fixes by Guillaume.
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-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer1-8/+11
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
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-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer1-5/+0
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load.
2007-08-26Removed home dir from config file to avoid encoding issues.Eugenio Favalli1-3/+3
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer1-1/+4
installed.
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley1-1/+5
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-25keyboard config - keyboard setup gui re-designed, fixed errors in keyboard ↵Joshua Langley1-3/+0
config. m_id:16
2007-07-24keyboard configuration - mainly documentation fixes. Joshua Langley1-2/+1
http://mantis.themanaworld.org/view.php?id=16
2007-07-23Fixed segfault on exit when OpenGL configuration changed.Guillaume Melquiond1-6/+0
2007-07-16(no commit message)Joshua Langley1-0/+10
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-13Added logging of version number.Philipp Sehmisch1-1/+7
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer1-10/+16
2007-06-03Fixed screenshot save directory on OSX.v0.0.23David Athay1-2/+2
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-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.