Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ↵ | Bjørn Lindeijer | 1 | -3/+9 | |
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. ........ | |||||
2007-09-19 | Two files which got left out of the previous merge commit. | Bjørn Lindeijer | 1 | -0/+18 | |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -0/+16 | |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -1/+5 | |
2007-01-28 | Some work on documentation. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-23 | Merged 0.0 changes from revision 3035 to 3065 to trunk. | Bjørn Lindeijer | 1 | -0/+8 | |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 1 | -2/+6 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -0/+11 | |
2006-10-30 | Fixed some release dates and versionsv0.0.21.1 | Eugenio Favalli | 1 | -1/+1 | |
2006-10-29 | Fixed excessive unnecessary reloading of sprites. Also updated NEWS file. | Bjørn Lindeijer | 1 | -0/+3 | |
2006-10-29 | Some getting ready for 0.0.22.1 release. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-10-07 | Added support for gzip compressed map layer data. Increased version to 0.0.22. | Bjørn Lindeijer | 1 | -0/+1 | |
Cleaned up overlay initialization a bit. | |||||
2006-10-01 | Accepted patches by GDO and VictorSan that fix problems with hiding windows | Bjørn Lindeijer | 1 | -0/+5 | |
using h and problems with trade window positioning. | |||||
2006-09-16 | Updated release infos | Eugenio Favalli | 1 | -1/+1 | |
2006-09-12 | Added some items to the NEWS file. | Bjørn Lindeijer | 1 | -0/+4 | |
2006-09-02 | Applied patch by Bernard Lidicky, adding targetting nearest monster with either | Bjørn Lindeijer | 1 | -0/+1 | |
keyboard or mouse. Also made clicking beings in general a bit easier (patch applied by Bjørn Lindeijer). | |||||
2006-08-29 | Updated NEWS file and made getAll return a reference instead of a pointer. | Bjørn Lindeijer | 1 | -1/+2 | |
2006-08-26 | Applied patch by AHarrison that adds item pickup messages to the chat window. | Bjørn Lindeijer | 1 | -1/+8 | |
2006-07-25 | Fixed updating on Windows (rename was failing when target file existed). | Bjørn Lindeijer | 1 | -1/+4 | |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -4/+4 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-07-20 | Added new features of 0.0.20. | Eugenio Favalli | 1 | -0/+15 | |
2006-04-04 | Converting ChangeLog to UTF-8 apparently solves CIA problems, updates to ↵ | Bjørn Lindeijer | 1 | -5/+5 | |
debian.txt and win32.txt regarding the move to Subversion and a spelling error in NEWS file. | |||||
2006-03-06 | A bunch of updates to docs, ready for 0.0.19. | Eugenio Favalli | 1 | -1/+10 | |
2006-01-01 | Applied patch by pclouds that allows for a faster login sequence by providing | Bjørn Lindeijer | 1 | -0/+3 | |
the username and password from the command line, and allowing the client to choose the default server and character. | |||||
2005-12-30 | Applied pcloud's patch that enhances chat window functionality while hidden. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-12-25 | Fixed glitches caused by fading out the damage display. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-12-24 | Some preparations for release 0.0.18.1. Fixing of damage fadeout glitches is | Bjørn Lindeijer | 1 | -0/+3 | |
also planned to be included in this release. | |||||
2005-12-24 | Fringe layer draw fix and change in policy on when using OpenGL is the default. | Bjørn Lindeijer | 1 | -5/+5 | |
2005-12-15 | Documents updates | Eugenio Favalli | 1 | -0/+10 | |
2005-10-10 | Introduced new window shortcuts and corrected position of job xp bar. Also | Bjørn Lindeijer | 1 | -0/+2 | |
corrected strange commit by ElvenProgrammer. | |||||
2005-10-10 | Updated docs for release | Eugenio Favalli | 1 | -1/+1 | |
2005-10-09 | Fixed player names overlapping other players and more cleanups. | Bjørn Lindeijer | 1 | -0/+1 | |
2005-09-30 | Updated NEWS file for next release. | Bjørn Lindeijer | 1 | -0/+15 | |
2005-09-10 | Improved error reporting a bit and got rid of loop for sending data, which | Bjørn Lindeijer | 1 | -0/+3 | |
shouldn't be necessary according to SDL_net documentation. | |||||
2005-09-04 | updated news file | Marcel W. Wysocki | 1 | -0/+7 | |
2005-07-23 | Moved contents of ChangeLog to NEWS (as it was news) and started changelog | Bjørn Lindeijer | 1 | -0/+201 | |
in ChangeLog file. | |||||
2005-02-12 | Added modules and moved some files around. | Bjørn Lindeijer | 1 | -0/+0 | |