Age | Commit message (Expand) | Author | Files | Lines |
2008-01-13 | Fixed non-default location music loading | David Athay | 2 | -0/+29 |
2008-01-10 | Item types and weapon types are now identified by name instead of numbers in ... | Philipp Sehmisch | 3 | -10/+86 |
2007-12-28 | Added the possibility to assign particle effects to monsters in the monster d... | Philipp Sehmisch | 3 | -0/+19 |
2007-12-23 | Particle images are now reference-counted properly. Avoided attempts to load ... | Philipp Sehmisch | 1 | -1/+4 |
2007-12-22 | Merged revisions 3740 via svnmerge from | Bjørn Lindeijer | 4 | -24/+87 |
2007-12-21 | Added logging of error on PHYSFS_addToSearchPath. | Bjørn Lindeijer | 2 | -3/+9 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 8 | -25/+434 |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 7 | -6/+16 |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 15 | -211/+156 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 5 | -29/+33 |
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-23 | Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to | Bjørn Lindeijer | 5 | -20/+26 |
2007-10-22 | Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch. | Bjørn Lindeijer | 2 | -11/+1 |
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-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 9 | -171/+221 |
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-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 2 | -6/+6 |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 10 | -303/+313 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 11 | -364/+271 |
2007-08-30 | Reverted equipment database and included original low-ID items in items.xml for | Bjørn Lindeijer | 1 | -2/+2 |
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 9 | -597/+376 |
2007-08-27 | Ported patch from 0.0, in order to support missing extensions and uncompresse... | Guillaume Melquiond | 1 | -7/+18 |
2007-08-27 | Made client search for both compressed and non-compressed map files. | Bjørn Lindeijer | 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-22 | Fixed an arithmetic exception in ItemShortcutContainer::draw. | Bjørn Lindeijer | 4 | -230/+234 |
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-28 | forgot to commit a file with the last commit | Philipp Sehmisch | 1 | -0/+82 |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 1 | -1/+1 |
2007-07-24 | Fixed initialization order and added setup_keyboard.* and keyboardconfig.* to | Bjørn Lindeijer | 1 | -76/+77 |
2007-07-11 | Weapon sprites are now (almost) threated like other equipment sprites through... | Philipp Sehmisch | 5 | -33/+77 |
2007-06-20 | Set GL texture index to zero when an image uses the SDL backend (fix by Guill... | Philipp Sehmisch | 1 | -1/+5 |
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 |