summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer7-6/+16
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer15-211/+156
2007-11-20Merged revisions 3629-3630 via svnmerge from Bjørn Lindeijer5-29/+33
2007-11-16Sped up recoloring of transparent pixels.Guillaume Melquiond1-5/+5
2007-11-16Reduced noise in log file.Guillaume Melquiond1-1/+9
2007-11-16Delayed resource deletion by 30 seconds.Guillaume Melquiond4-24/+87
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer3-48/+6
2007-11-04Tightened palette handling.Guillaume Melquiond5-27/+34
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond6-17/+419
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond7-6/+16
2007-10-23Merged changesets 3653, 3655-3657, 3659-3560, 3671-3672 from trunk to Bjørn Lindeijer5-20/+26
2007-10-22Merged changesets 3631, 3645 and 3648 from trunk to 0.0 branch.Bjørn Lindeijer2-11/+1
2007-10-21Fixed double-free of sprite actions.Guillaume Melquiond1-8/+3
2007-10-21Plugged memory leak in equipment sound.Guillaume Melquiond2-12/+5
2007-10-21Plugged memory leak in sprites.Guillaume Melquiond1-0/+16
2007-10-21Plugged memory leak in database reader.Guillaume Melquiond1-0/+2
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ...Guillaume Melquiond15-211/+156
2007-10-18Added automatic generation of description strings for item effects.Guillaume Melquiond1-23/+39
2007-10-18Removed unused slot field.Guillaume Melquiond2-11/+1
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond5-29/+33
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer9-171/+221
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond1-1/+1
2007-09-27Some formatting changes to align with the 0.0 branch.Bjørn Lindeijer1-3/+3
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer2-6/+6
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer10-303/+313
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer11-364/+271
2007-08-30Reverted equipment database and included original low-ID items in items.xml forBjørn Lindeijer1-2/+2
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer9-597/+376
2007-08-27Ported patch from 0.0, in order to support missing extensions and uncompresse...Guillaume Melquiond1-7/+18
2007-08-27Made client search for both compressed and non-compressed map files.Bjørn Lindeijer1-7/+18
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ...Guillaume Melquiond8-173/+218
2007-08-22Fixed an arithmetic exception in ItemShortcutContainer::draw.Bjørn Lindeijer4-230/+234
2007-08-13Fixed svn properties.Guillaume Melquiond9-658/+658
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed redundan...Guillaume Melquiond1-46/+0
2007-08-05Do not include config.h when the program has not been configured.Guillaume Melquiond1-0/+2
2007-08-05Added support for internationalization. Tested by translating a few gui strin...Guillaume Melquiond1-0/+44
2007-07-28forgot to commit a file with the last commitPhilipp Sehmisch1-0/+82
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond1-1/+1
2007-07-24Fixed initialization order and added setup_keyboard.* and keyboardconfig.* toBjørn Lindeijer1-76/+77
2007-07-11Weapon sprites are now (almost) threated like other equipment sprites through...Philipp Sehmisch5-33/+77
2007-06-20Set GL texture index to zero when an image uses the SDL backend (fix by Guill...Philipp Sehmisch1-1/+5
2007-06-16Set GL texture index to zero when an image uses the SDL backend.Guillaume Melquiond1-1/+5
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer5-14/+72
2007-06-03Fixed image loading in software mode to not check for alpha layer with imagesBjørn Lindeijer1-11/+14
2007-06-03Fixed image loading in software mode to not assume all images are 32-bit.Bjørn Lindeijer1-1/+1
2007-05-23Added a missing include and fixed a bug with cleaning up target cursorBjørn Lindeijer1-1/+1
2007-05-20Added different target cursor sizes for monsters. Graphics for small and larg...Philipp Sehmisch2-1/+31
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+24
2007-04-23Merged Björn Steinbrinks improvements at the xml parsing from trunk version.Philipp Sehmisch5-97/+57
2007-04-22Made the itemdb parameter checks more terse and manageable.Björn Steinbrink1-44/+15