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 | -2/+6 | |
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-11-16 | Delayed resource deletion by 30 seconds. | Guillaume Melquiond | 1 | -13/+66 | |
2007-11-04 | Tightened palette handling. | Guillaume Melquiond | 1 | -7/+7 | |
2007-11-03 | Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). | Guillaume Melquiond | 1 | -11/+38 | |
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ↵ | Guillaume Melquiond | 1 | -83/+61 | |
loader. | |||||
2007-10-18 | Removed player looks from generic beings. Prevented client termination on ↵ | Guillaume Melquiond | 1 | -0/+7 | |
missing sprites. Merged weapon-type and attack-type fields for items. | |||||
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -11/+11 | |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -0/+27 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -13/+48 | |
2006-11-05 | Merged 0.0 changes from revision 2800 to 2825 to trunk. | Bjørn Lindeijer | 1 | -4/+4 | |
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -0/+17 | |
branch). | |||||
2006-07-25 | Added support for writing log to standard output. | 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 | -24/+50 | |
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-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 1 | -30/+3 | |
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant). | |||||
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 1 | -4/+2 | |
2006-01-31 | Made ResourceManager a friend of Resource to avoid looping over decRef, ↵ | Björn Steinbrink | 1 | -15/+12 | |
which returns void now. | |||||
2005-10-19 | Fix empty lines not being read from text files. | Björn Steinbrink | 1 | -8/+4 | |
2005-10-16 | Use the ResourceManager to get spritesets. | Björn Steinbrink | 1 | -0/+18 | |
2005-10-07 | Modified finding NPC as by timonator's suggestion in order to allow NPCs to be | Bjørn Lindeijer | 1 | -2/+0 | |
clicked on their heads too. Also made start to tile engine improvement by adding the Sprite class that is now used by the floor items for being displayed on the map. Finally added documentation to Item class and splitted out Properties class from Map. | |||||
2005-10-05 | Fixed some resource cleanup and memory leaks. Also changed the way dangling | Bjørn Lindeijer | 1 | -7/+8 | |
references to resources are reported to be more informative. | |||||
2005-09-29 | Moved tileset management into the map class and made sure the tilesets are | Bjørn Lindeijer | 1 | -7/+14 | |
cleaned up properly on switching maps. | |||||
2005-09-12 | Added SDLImageLoader class to make guichan support physfs. | Björn Steinbrink | 1 | -7/+0 | |
2005-08-29 | Clean up of the ConfigListener and Resource interfaces. | Björn Steinbrink | 1 | -4/+3 | |
2005-08-25 | Fixed line length in ChangeLog and some other small changes. | Bjørn Lindeijer | 1 | -8/+5 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -10/+8 | |
2005-08-04 | Added a method to the resource mananger to determine the real path of a file ↵ | Björn Steinbrink | 1 | -0/+7 | |
in the search path. Added a first user of that function. Minor cleanup. | |||||
2005-07-30 | Fixed check for updates directory. Moved search/write path setup from ↵ | Björn Steinbrink | 1 | -36/+49 | |
resourcemanager to main initialization. | |||||
2005-07-28 | Fix usage of a wrong dir-separator. | Björn Steinbrink | 1 | -1/+1 | |
2005-07-27 | Added support for updates to the resource manager. | Björn Steinbrink | 1 | -59/+25 | |
2005-07-15 | Fixed compiler warnings and added plain text file loading to resource manager. | Bjørn Lindeijer | 1 | -0/+29 | |
2005-07-14 | Committed resource manager cleanup patch by Doener, and properly implemented | Bjørn Lindeijer | 1 | -56/+18 | |
the custom mouse cursor option, which is now also dynamically changeable through the setup window. | |||||
2005-07-12 | windows compilation fixes | Eugenio Favalli | 1 | -0/+2 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 | |
2005-06-24 | Adding missing #include. (Thanks to Scandium). | Yohann Ferreira | 1 | -0/+2 | |
2005-06-23 | Finishing resource manager ability to clean up resources. Still work to do on | Bjørn Lindeijer | 1 | -33/+45 | |
resources other than images. | |||||
2005-06-21 | Image loader now automatically determines whether to use masked drawing or | Bjørn Lindeijer | 1 | -6/+6 | |
an alpha layer. | |||||
2005-05-16 | This little workaround necessary to prevent crashes for now. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-14 | Added framerate limiter, off by default (0 means no limit) | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-02 | Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix. | Bjørn Lindeijer | 1 | -13/+13 | |
2005-05-01 | - Added installation of game data, install required on *nix systems | Rodney Dawes | 1 | -0/+1 | |
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir | |||||
2005-04-26 | Changed keyboard control to integrate better with mouse walk, changed location | Bjørn Lindeijer | 1 | -4/+7 | |
of packet.list and chatlog.txt and removed name from player chat "balloon". | |||||
2005-04-19 | A few random changes. | Bjørn Lindeijer | 1 | -6/+3 | |
2005-04-10 | Resource manager can now load sfx and music as samples. | Eugenio Favalli | 1 | -4/+46 | |
(added a new sfx to test the sound engine) | |||||
2005-03-26 | Images are now exclusively loaded through PhysFS, and Tiled maps should load | Bjørn Lindeijer | 1 | -38/+31 | |
fine again. | |||||
2005-03-25 | Fix compile issues on Windows. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -8/+9 | |
2005-03-13 | Converted ChatBox into a proper ChatWindow in response to changes by Chetic. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-03-12 | Made PhysFS code a bit more generic for later additions. | Eric Scrivner | 1 | -18/+41 | |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 1 | -2/+2 | |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 1 | -38/+33 | |
before it is used and added a start on the map reader. |