summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch22-360/+429
2008-01-26Image alpha should also be set to 1, in case it was changed before.Bjørn Lindeijer2-8/+8
2008-01-26Added support for alpha blending to true type font drawing.Philipp Sehmisch1-0/+7
2008-01-24Fixed broken communication of attack directions.Philipp Sehmisch2-2/+9
2008-01-19Fixed interpretation of weapon types in items.xml.Philipp Sehmisch1-1/+1
2008-01-10Item types and weapon types are now identified by name instead of numbers in ...Philipp Sehmisch3-10/+86
2008-01-07Implemented new attribute enumerations of server update. Reformated the items...Philipp Sehmisch1-7/+10
2007-12-18Updated attribute system to the latest design decisions (removed charisma, ke...Philipp Sehmisch8-32/+24
2007-12-09Add missing source files to the CMake configuration.Björn Steinbrink1-0/+2
2007-11-21Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. ThisBjørn Lindeijer23-234/+234
2007-11-21Small lingering changes made while merging to 0.0.Bjørn Lindeijer3-13/+9
2007-11-21Added interpolation of tile offset for intermediate steps in long moves.Guillaume Melquiond1-5/+22
2007-11-16Fixed minor issues.Eugenio Favalli1-1/+1
2007-11-16Sped up recoloring of transparent pixels.Guillaume Melquiond1-5/+5
2007-11-16Reduced noise in log file.Guillaume Melquiond3-4/+12
2007-11-16Delayed resource deletion by 30 seconds.Guillaume Melquiond4-24/+87
2007-11-16Removed useless win32 implementation of gettimeofday.Eugenio Favalli2-118/+3
2007-11-15Moved item icon from ItemInfo class to the Item class, so that it can be loadedBjørn Lindeijer26-164/+264
2007-11-15Temporarily disabled update loading.Guillaume Melquiond1-1/+2
2007-11-14Experimented with non-stuck gaming when talking to NPCs.Guillaume Melquiond3-7/+1
2007-11-14Improved item amount dialog box.Guillaume Melquiond3-43/+44
2007-11-14Fixed up and down arrows in chat box.Guillaume Melquiond1-5/+5
2007-11-08Ensured "unequip" button is visible.Guillaume Melquiond1-1/+3
2007-11-04Applied recoloring to hair styles.Guillaume Melquiond1-1/+15
2007-11-04Tightened palette handling.Guillaume Melquiond5-27/+34
2007-11-03Added automatic recoloring of images. Inspired by fungos' ideas (PR #41).Guillaume Melquiond7-17/+421
2007-11-03Fixed double load of hair graphics.Guillaume Melquiond5-50/+25
2007-10-28Fixed display of trade window. Completed trade protocol.Guillaume Melquiond5-190/+114
2007-10-28Separated auto-resizing into two categories: "set" and "add". Removed useless...Guillaume Melquiond5-31/+52
2007-10-28Fixed coordinates in the debug window and updated project file.Eugenio Favalli1-2/+2
2007-10-28Fixed a windows compilation problem caused by a define macro of the Windows A...Philipp Sehmisch1-0/+2
2007-10-27Improved layout handler to support trees of nested arrays. Needed for convert...Guillaume Melquiond8-199/+401
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond32-42/+78
2007-10-22Added Layout source files to CMake list.Bjørn Lindeijer1-2/+4
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ...Guillaume Melquiond2-65/+22
2007-10-22Not sure how I was able to mess this one.Guillaume Melquiond1-4/+5
2007-10-22Plugged memory leak. Cleaned code.Guillaume Melquiond2-7/+10
2007-10-22Some insignificant small changes.Bjørn Lindeijer3-8/+8
2007-10-22Plugged memory leak in connection dialog box.Guillaume Melquiond2-25/+19
2007-10-22Plugged memory leak in particle engine.Guillaume Melquiond1-0/+3
2007-10-21Fixed invisible text in dropboxes and shopboxes.Guillaume Melquiond2-0/+2
2007-10-21Converted sell dialog box to layout handler. Removed some useless code from b...Guillaume Melquiond3-71/+19
2007-10-21Converted dialog box to layout handler.Guillaume Melquiond2-62/+17
2007-10-21Changed to use default values when restoring missing settings.Guillaume Melquiond2-11/+11
2007-10-21Fixed missing pixels at bottom and right.Guillaume Melquiond1-6/+3
2007-10-21Added persistent positioning.Guillaume Melquiond1-0/+2
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 quit dialog.Guillaume Melquiond1-0/+5
2007-10-21Plugged memory leak in sprites.Guillaume Melquiond1-0/+16