Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ↵ | Guillaume Melquiond | 15 | -211/+156 | |
loader. | |||||
2007-10-18 | Added automatic generation of description strings for item effects. | Guillaume Melquiond | 1 | -23/+39 | |
2007-10-18 | Removed unused slot field. | Guillaume Melquiond | 2 | -11/+1 | |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on ↵ | Guillaume Melquiond | 5 | -29/+33 | |
missing sprites. Merged weapon-type and attack-type fields for items. | |||||
2007-10-01 | Fixed inventory display with respect to empty slots. | Guillaume Melquiond | 1 | -1/+1 | |
2007-09-27 | Some formatting changes to align with the 0.0 branch. | Bjørn Lindeijer | 1 | -3/+3 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 11 | -364/+271 | |
2007-08-27 | Ported patch from 0.0, in order to support missing extensions and ↵ | Guillaume Melquiond | 1 | -7/+18 | |
uncompressed maps. | |||||
2007-08-25 | Removed dependency on Guichan's OpenGL library. Taken over image loading and ↵ | Guillaume Melquiond | 8 | -173/+218 | |
handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.) | |||||
2007-08-13 | Fixed svn properties. | Guillaume Melquiond | 9 | -658/+658 | |
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed ↵ | Guillaume Melquiond | 1 | -46/+0 | |
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory. | |||||
2007-08-05 | Do not include config.h when the program has not been configured. | Guillaume Melquiond | 1 | -0/+2 | |
2007-08-05 | Added support for internationalization. Tested by translating a few gui ↵ | Guillaume Melquiond | 1 | -0/+44 | |
strings to french. | |||||
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -1/+1 | |
2007-06-16 | Set GL texture index to zero when an image uses the SDL backend. | Guillaume Melquiond | 1 | -1/+5 | |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 5 | -14/+72 | |
2007-04-22 | Made the itemdb parameter checks more terse and manageable. | Björn Steinbrink | 1 | -44/+15 | |
2007-04-22 | Added a macro for XML child node iterations to make the code more terse and ↵ | Björn Steinbrink | 5 | -50/+40 | |
easier to read. | |||||
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 11 | -212/+193 | |
2007-03-21 | Some spelling fixes. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 2 | -0/+35 | |
2007-03-03 | Fixed auto-character-select and switch_character combination. Added ↵ | Rogier Polak | 5 | -4/+5 | |
svn-properties keyword and eol-style, where appropriate. | |||||
2007-01-29 | Some trivial documentation work. Fixes all Doxygen warnings. | Bjørn Lindeijer | 4 | -2/+6 | |
2007-01-28 | Some work on documentation. | Bjørn Lindeijer | 3 | -98/+104 | |
2007-01-04 | Merged 0.0 changes from revision 2898 to 2988 to trunk. | Bjørn Lindeijer | 15 | -32/+329 | |
2007-01-03 | Modified handler for items on floor. | Guillaume Melquiond | 1 | -1/+0 | |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 18 | -287/+1466 | |
2006-11-05 | Merged 0.0 changes from revision 2800 to 2825 to trunk. | Bjørn Lindeijer | 1 | -4/+4 | |
2006-11-02 | Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch. | Bjørn Lindeijer | 3 | -54/+204 | |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 6 | -39/+71 | |
2006-08-28 | Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch. | Bjørn Lindeijer | 4 | -11/+88 | |
2006-08-13 | Merged cleanups and content changes from the trunk. Also fixed compiling with | Bjørn Lindeijer | 4 | -120/+106 | |
OpenGL enabled. | |||||
2006-08-01 | Fixed several compiler warnings and a linker error when compiling without | Bjørn Lindeijer | 1 | -0/+4 | |
OpenGL support. | |||||
2006-07-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 6 | -53/+100 | |
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 | 5 | -27/+190 | |
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-19 | Implemented loading for the way Tiled saves properties since version 0.6.0 and | Bjørn Lindeijer | 2 | -17/+43 | |
updated all current maps. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 2 | -2/+3 | |
2006-07-18 | Updated the updating system. It will now only load those updates | Bjørn Lindeijer | 2 | -39/+6 | |
specified in the downloaded resources.txt file, and in the order in which they are mentioned (the top one being the most significant). | |||||
2006-05-22 | A bunch of updates to the world and disabled art and type xml parser checks ↵ | Eugenio Favalli | 1 | -4/+4 | |
since they're not used. | |||||
2006-03-19 | Removed some useless null pointer checks. | Björn Steinbrink | 1 | -4/+2 | |
2006-03-16 | A bunch of cosmetic changes. | Björn Steinbrink | 1 | -5/+7 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 6 | -73/+57 | |
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-03-08 | Removed some conditional code. | Björn Steinbrink | 1 | -16/+4 | |
2006-03-05 | Merged new_playerset branch into trunk. | Eugenio Favalli | 1 | -2/+2 | |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 2 | -134/+109 | |
2006-02-19 | Added warnings when parameters are missing in the items xml file. | Yohann Ferreira | 1 | -3/+48 | |
2006-02-05 | Fixed a gcc 4.0 issue in the tradehandler. Strengthened the xml parser in ↵ | Yohann Ferreira | 1 | -20/+35 | |
the itemmanager so tmw doesn't crash anymore if an item lacks some parameters. | |||||
2006-01-31 | Various small cleanups. | Björn Steinbrink | 1 | -1/+0 | |