summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer3-6/+10
2006-12-23Load the databases at the start of the LOGIN state, after the updates areBjørn Lindeijer5-8/+28
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer9-145/+92
2006-12-16Fixed connection dialog visibility and fixed issues with walking one tile tooBjørn Lindeijer7-9/+40
2006-12-14Removed the rather useless remaining draw function from the engine class andBjørn Lindeijer6-37/+21
2006-12-12Hide all NPC dialogs after deathEugenio Favalli1-0/+11
2006-12-12Fixed crash when selecting an item after deathEugenio Favalli1-0/+5
2006-12-12Cleaned up some unused stuff.Bjørn Lindeijer2-26/+2
2006-12-12Added Adler32 checksum for updatesEugenio Favalli3-68/+121
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer12-68/+26
2006-12-12Moved base64 module into utils directory.Bjørn Lindeijer5-9/+9
2006-12-12Moved Action, Animation and Frame (renamed from AnimationPhase) classes intoBjørn Lindeijer9-51/+45
2006-12-11Fixed visibility of the update window.Bjørn Lindeijer3-7/+7
2006-12-11Fixed windows binary versionEugenio Favalli3-28/+22
2006-12-09Use new animation system in character selection/creation. Shows equipment andBjørn Lindeijer12-104/+78
2006-12-08Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let'sBjørn Lindeijer3-43/+33
2006-12-06Fixed crashs when changing equipment.Philipp Sehmisch1-26/+19
2006-12-05Fixed visibility of item amount window.Bjørn Lindeijer2-1/+3
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer12-398/+585
2006-12-03Made NPC names visible. Windows are now invisible by default.Bjørn Lindeijer20-81/+105
2006-12-03Don't try to play empty strings as sounds, and don't return a SoundEffectBjørn Lindeijer5-14/+23
2006-12-01forgot to include one file in the commitPhilipp Sehmisch1-2/+2
2006-12-01Monster sound effect patchPhilipp Sehmisch10-96/+113
2006-11-30Some optimizations to setSex, setWeapon and handling of player update messages.Bjørn Lindeijer2-16/+25
2006-11-29renamed addSFX to addSoundPhilipp Sehmisch3-6/+6
2006-11-29Small fix to resource path.Bjørn Lindeijer1-1/+1
2006-11-29Renamed getSFX() to getSound()Philipp Sehmisch2-2/+2
2006-11-29Updated Makefile and CMakeListPhilipp Sehmisch2-0/+8
2006-11-29Implemented MonsterDB namespacePhilipp Sehmisch8-5/+357
2006-11-27fix for windows machines that do have gettimeofday defined in sys/time.hPhilipp Sehmisch1-2/+3
2006-11-27Added implementation of gettimeofday() for windows machines.Philipp Sehmisch2-1/+112
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer9-56/+70
2006-11-26Remove unnecessary check for file existance, loading will just fail with the ...Björn Steinbrink1-7/+2
2006-11-26ItemDB needs to be unloaded before deleting the resource manager instance,Bjørn Lindeijer1-3/+3
2006-11-26Made Being::mDirection protected, forcing the use of setDirection. DefaultedBjørn Lindeijer11-145/+236
2006-11-26Updated Makefiles and CMake ListsPhilipp Sehmisch2-8/+14
2006-11-26Equipment database namespace and support for gender specific equipment spritesPhilipp Sehmisch11-67/+307
2006-11-23Refectored the Itemmanager class to an ItemDB namespace.Philipp Sehmisch13-261/+310
2006-11-19Separated sprite definition from playback.Bjørn Lindeijer21-566/+718
2006-11-18Fixed initialization of joystick enabled checkbox.Bjørn Lindeijer1-1/+1
2006-11-17Added mouse following support.Björn Steinbrink2-1/+43
2006-11-15Added missing Id keyword property to recently added files.Bjørn Lindeijer4-4/+4
2006-11-15Separated getProperty method to an XML utility namespace.Bjørn Lindeijer7-84/+131
2006-11-14Resolve Image* of animation phase at load time instead of storing just theBjørn Lindeijer6-89/+85
2006-11-14Separated Action class to its own module.Bjørn Lindeijer7-94/+166
2006-11-12Worked around a Guichan exception thrown for mice with many buttons (patch byBjørn Lindeijer1-2/+12
2006-11-12Made pathfinding algorithm cope better with beings blocking the road. This isBjørn Lindeijer2-23/+42
2006-11-09Fixed a conflict with Windows headers and updated project filesEugenio Favalli3-14/+15
2006-11-05Changed some printf statements to log statements.Bjørn Lindeijer4-9/+11
2006-11-05Fixes the money value after seling something.Yohann Ferreira1-0/+1