summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2007-04-22Added a macro for XML child node iterations to make the code more terse and e...Björn Steinbrink5-50/+40
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer11-212/+193
2007-03-21Some spelling fixes.Bjørn Lindeijer1-1/+1
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer7-60/+56
2007-03-21Avoiding magic numbers where possible (1002) and also display the target whenBjørn Lindeijer2-119/+129
2007-03-20Reduced amount of useless logging, calculate nearest power of two in a functionBjørn Lindeijer2-37/+50
2007-03-18Added man page by Patrick Matthäi and restored alpha layer check.Bjørn Lindeijer1-3/+30
2007-03-18Added --version to the arguments, deleted the 'pink-code'.Rogier Polak1-68/+4
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer2-0/+35
2007-03-03Fixed auto-character-select and switch_character combination. Added svn-prope...Rogier Polak5-4/+5
2007-02-20Added support for customdata directory.Philipp Sehmisch2-0/+35
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer4-2/+6
2007-01-28Some work on documentation.Bjørn Lindeijer3-98/+104
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer15-32/+329
2007-01-03Modified handler for items on floor.Guillaume Melquiond1-1/+0
2006-12-25Fixed index check to prevent crashing.Bjørn Lindeijer1-1/+1
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer1-3/+3
2006-12-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer4-3/+22
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer2-2/+4
2006-12-12Moved base64 module into utils directory.Bjørn Lindeijer1-1/+1
2006-12-12Moved Action, Animation and Frame (renamed from AnimationPhase) classes intoBjørn Lindeijer6-22/+298
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer18-287/+1466
2006-12-08Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let'sBjørn Lindeijer1-1/+1
2006-12-03Don't try to play empty strings as sounds, and don't return a SoundEffectBjørn Lindeijer2-8/+15
2006-12-01Monster sound effect patchPhilipp Sehmisch2-4/+6
2006-11-29renamed addSFX to addSoundPhilipp Sehmisch3-6/+6
2006-11-29Renamed getSFX() to getSound()Philipp Sehmisch2-2/+2
2006-11-29Implemented MonsterDB namespacePhilipp Sehmisch5-1/+339
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer4-37/+38
2006-11-26Remove unnecessary check for file existance, loading will just fail with the ...Björn Steinbrink1-7/+2
2006-11-26Made Being::mDirection protected, forcing the use of setDirection. DefaultedBjørn Lindeijer3-116/+196
2006-11-26Equipment database namespace and support for gender specific equipment spritesPhilipp Sehmisch5-56/+264
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch4-239/+290
2006-11-19Separated sprite definition from playback.Bjørn Lindeijer5-10/+519
2006-11-15Separated getProperty method to an XML utility namespace.Bjørn Lindeijer1-21/+9
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-4/+4
2006-11-05Reverted wallpaper and added more useful logging to ResourceManager.Bjørn Lindeijer1-4/+4
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer3-54/+204
2006-10-07Resolved some weirdness involving the terms scroll and speed.Bjørn Lindeijer2-21/+27
2006-10-07Added support for gzip compressed map layer data. Increased version to 0.0.22.Bjørn Lindeijer1-62/+68
2006-10-03Turned AmbientOverlay into a class. Cleaned up the associated code.Björn Steinbrink3-12/+150
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer6-39/+71
2006-09-24Removed unused hairstyle frames and applied patch by Rogier Polak to solve theBjørn Lindeijer1-0/+7
2006-09-07Fixed a typo.Björn Steinbrink1-1/+1
2006-09-07Worked around a memory leak when using OpenGL.Björn Steinbrink1-5/+16
2006-09-03Introduced SelectionListener to fix updating problem in inventory windowBjørn Lindeijer4-34/+48
2006-08-28Merged trunk development between revisions 2530 and 2618 to the 0.1.0 branch.Bjørn Lindeijer4-11/+88
2006-08-21added overlays and smooth scrolling. (someone who knows what he is doing has ...Philipp Sehmisch1-0/+27
2006-08-17the item icons are now stored in different files with more descriptive namesPhilipp Sehmisch3-11/+61
2006-08-13Merged cleanups and content changes from the trunk. Also fixed compiling withBjørn Lindeijer4-120/+106