Age | Commit message (Expand) | Author | Files | Lines |
2008-05-20 | fixed some filename confusion messup in the last commit. | Philipp Sehmisch | 2 | -172/+19 |
2008-05-19 | Added the possibility to add particle effects to NPCs in npcs.xml. | Philipp Sehmisch | 2 | -1/+162 |
2008-05-04 | Merged revisions 4031-4044,4046-4058,4061-4062,4064,4066-4067,4069-4070,4072-... | Bjørn Lindeijer | 1 | -3/+4 |
2008-04-23 | Fixed svn:keywords properties and added header to guild.h. | Bjørn Lindeijer | 2 | -2/+2 |
2008-04-10 | Fixed some compiler warnings and don't try to load particle effects when no | Bjørn Lindeijer | 2 | -2/+6 |
2008-04-08 | Implemented support for an arbitrary number of map layers. The only layer | Bjørn Lindeijer | 4 | -74/+97 |
2008-04-07 | Added support for basing one sprite definition on another by including it. | Bjørn Lindeijer | 2 | -38/+66 |
2008-04-07 | Added XML::Document class which simplifies parsing an XML document and | Bjørn Lindeijer | 7 | -284/+216 |
2008-04-01 | removed misspelled file | Philipp Sehmisch | 1 | -151/+0 |
2008-04-01 | misspelled filename | Philipp Sehmisch | 1 | -0/+151 |
2008-03-31 | Implemented NPC XML database which maps NPC IDs to one or more animation file... | Philipp Sehmisch | 2 | -0/+207 |
2008-03-23 | Merged revisions 3823,3825-3826,3829,3831-3839,3841-3842 via svnmerge from | Bjørn Lindeijer | 5 | -54/+82 |
2008-03-09 | Actions and particle effect for monster attacks are now obtained from the mon... | Philipp Sehmisch | 5 | -18/+98 |
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented interpretati... | Philipp Sehmisch | 2 | -0/+23 |
2008-02-22 | Handling gender with an enum everywhere. | Philipp Sehmisch | 3 | -7/+9 |
2008-02-20 | Merged revisions 3790,3799,3801-3807,3809-3810,3812-3813,3815-3816,3818-3821 ... | Bjørn Lindeijer | 3 | -4/+11 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 3 | -18/+13 |
2008-01-24 | Fixed broken communication of attack directions. | Philipp Sehmisch | 1 | -1/+1 |
2008-01-19 | Fixed interpretation of weapon types in items.xml. | Philipp Sehmisch | 1 | -1/+1 |
2008-01-10 | Item types and weapon types are now identified by name instead of numbers in ... | Philipp Sehmisch | 3 | -10/+86 |
2007-11-16 | Sped up recoloring of transparent pixels. | Guillaume Melquiond | 1 | -5/+5 |
2007-11-16 | Reduced noise in log file. | Guillaume Melquiond | 1 | -1/+9 |
2007-11-16 | Delayed resource deletion by 30 seconds. | Guillaume Melquiond | 4 | -24/+87 |
2007-11-15 | Moved item icon from ItemInfo class to the Item class, so that it can be loaded | Bjørn Lindeijer | 3 | -48/+6 |
2007-11-04 | Tightened palette handling. | Guillaume Melquiond | 5 | -27/+34 |
2007-11-03 | Added automatic recoloring of images. Inspired by fungos' ideas (PR #41). | Guillaume Melquiond | 6 | -17/+419 |
2007-10-27 | Made it compile with GCC 4.3 | Guillaume Melquiond | 7 | -6/+16 |
2007-10-21 | Fixed double-free of sprite actions. | Guillaume Melquiond | 1 | -8/+3 |
2007-10-21 | Plugged memory leak in equipment sound. | Guillaume Melquiond | 2 | -12/+5 |
2007-10-21 | Plugged memory leak in sprites. | Guillaume Melquiond | 1 | -0/+16 |
2007-10-21 | Plugged memory leak in database reader. | Guillaume Melquiond | 1 | -0/+2 |
2007-10-19 | Factored code between resource handlers. Implemented failure-friendly sprite ... | Guillaume Melquiond | 15 | -211/+156 |
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 mis... | Guillaume Melquiond | 5 | -29/+33 |
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 uncompresse... | Guillaume Melquiond | 1 | -7/+18 |
2007-08-25 | Removed dependency on Guichan's OpenGL library. Taken over image loading and ... | Guillaume Melquiond | 8 | -173/+218 |
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 redundan... | Guillaume Melquiond | 1 | -46/+0 |
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 strin... | Guillaume Melquiond | 1 | -0/+44 |
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 e... | Björn Steinbrink | 5 | -50/+40 |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 11 | -212/+193 |