Age | Commit message (Expand) | Author | Files | Lines |
2008-11-23 | Delete resources after removing from the orphan list, to avoid double frees d... | Fate | 1 | -1/+1 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 40 | -80/+0 |
2008-10-07 | Fixed some compiler warnings. This probably also fixed the logging of several | Bjørn Lindeijer | 1 | -3/+2 |
2008-10-04 | Added support for object groups that have an offset | Bjørn Lindeijer | 1 | -4/+13 |
2008-08-29 | #406 by jaxad0127v0.0.26 | David Athay | 3 | -8/+7 |
2008-08-28 | Fixed crash when map layer has too many tiles. | Bjørn Lindeijer | 1 | -1/+7 |
2008-07-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 6 | -112/+176 |
2008-06-12 | Merged revisions 3738 via svnmerge from | Bjørn Lindeijer | 4 | -49/+11 |
2008-06-05 | Added command line argument to specify the update host (-H). Also, to avoid | Bjørn Lindeijer | 3 | -5/+6 |
2008-05-21 | Merged revisions 4013,4027,4043,4174,4250,4254 via svnmerge from | Philipp Sehmisch | 7 | -79/+223 |
2008-04-29 | When compiling with GCC, use the printf format attribute for the log method so | Bjørn Lindeijer | 1 | -1/+1 |
2008-04-14 | Fixed multi-channel image dyeing (patch by fate) | Philipp Sehmisch | 1 | -3/+4 |
2008-01-13 | Fixed non-default location music loading | David Athay | 2 | -0/+29 |
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-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-18 | Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, | Bjørn Lindeijer | 9 | -171/+221 |
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-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 | Made client search for both compressed and non-compressed map files. | Bjørn Lindeijer | 1 | -7/+18 |
2007-08-22 | Fixed an arithmetic exception in ItemShortcutContainer::draw. | Bjørn Lindeijer | 4 | -230/+234 |
2007-07-28 | forgot to commit a file with the last commit | Philipp Sehmisch | 1 | -0/+82 |
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-03 | Fixed image loading in software mode to not check for alpha layer with images | Bjørn Lindeijer | 1 | -11/+14 |
2007-06-03 | Fixed image loading in software mode to not assume all images are 32-bit. | Bjørn Lindeijer | 1 | -1/+1 |
2007-05-23 | Added a missing include and fixed a bug with cleaning up target cursor | Bjørn Lindeijer | 1 | -1/+1 |
2007-05-20 | Added different target cursor sizes for monsters. Graphics for small and larg... | Philipp Sehmisch | 2 | -1/+31 |
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+24 |
2007-04-23 | Merged Björn Steinbrinks improvements at the xml parsing from trunk version. | Philipp Sehmisch | 5 | -97/+57 |
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 7 | -60/+56 |
2007-03-21 | Avoiding magic numbers where possible (1002) and also display the target when | Bjørn Lindeijer | 2 | -119/+129 |
2007-03-20 | Reduced amount of useless logging, calculate nearest power of two in a function | Bjørn Lindeijer | 2 | -37/+50 |
2007-03-18 | Added man page by Patrick Matthäi and restored alpha layer check. | Bjørn Lindeijer | 1 | -3/+30 |
2007-03-18 | Added --version to the arguments, deleted the 'pink-code'. | Rogier Polak | 1 | -68/+4 |
2007-02-20 | Added support for customdata directory. | Philipp Sehmisch | 2 | -0/+35 |
2006-12-25 | Fixed index check to prevent crashing. | Bjørn Lindeijer | 1 | -1/+1 |
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 1 | -3/+3 |
2006-12-23 | Load the databases at the start of the LOGIN state, after the updates are | Bjørn Lindeijer | 4 | -3/+22 |
2006-12-16 | Subclassed ShopListBox from ListBox to get rid of some duplicated code, and | Bjørn Lindeijer | 2 | -2/+4 |