Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-12 | Cleaned up some unused stuff. | Bjørn Lindeijer | 2 | -26/+2 | |
2006-12-12 | Added Adler32 checksum for updates | Eugenio Favalli | 3 | -68/+121 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 12 | -68/+26 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 5 | -9/+9 | |
2006-12-12 | Moved Action, Animation and Frame (renamed from AnimationPhase) classes into | Bjørn Lindeijer | 9 | -51/+45 | |
the resources directory, since they are part of the SpriteDef class. | |||||
2006-12-11 | Fixed visibility of the update window. | Bjørn Lindeijer | 3 | -7/+7 | |
2006-12-11 | Fixed windows binary version | Eugenio Favalli | 3 | -28/+22 | |
2006-12-09 | Use new animation system in character selection/creation. Shows equipment and | Bjørn Lindeijer | 12 | -104/+78 | |
allowed for some cleanup. Had a bit of help from the patch by VictorSan. | |||||
2006-12-08 | Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let's | Bjørn Lindeijer | 3 | -43/+33 | |
hope they didn't fix some critical bug since then; at least it seems to work fine. | |||||
2006-12-06 | Fixed crashs when changing equipment. | Philipp Sehmisch | 1 | -26/+19 | |
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 2 | -1/+3 | |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 12 | -398/+585 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. | |||||
2006-12-03 | Made NPC names visible. Windows are now invisible by default. | Bjørn Lindeijer | 20 | -81/+105 | |
2006-12-03 | Don't try to play empty strings as sounds, and don't return a SoundEffect | Bjørn Lindeijer | 5 | -14/+23 | |
instance when Mix_Chunk loading failed. | |||||
2006-12-01 | forgot to include one file in the commit | Philipp Sehmisch | 1 | -2/+2 | |
2006-12-01 | Monster sound effect patch | Philipp Sehmisch | 10 | -96/+113 | |
2006-11-30 | Some optimizations to setSex, setWeapon and handling of player update messages. | Bjørn Lindeijer | 2 | -16/+25 | |
2006-11-29 | renamed addSFX to addSound | Philipp Sehmisch | 3 | -6/+6 | |
2006-11-29 | Small fix to resource path. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-29 | Renamed getSFX() to getSound() | Philipp Sehmisch | 2 | -2/+2 | |
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 2 | -0/+8 | |
2006-11-29 | Implemented MonsterDB namespace | Philipp Sehmisch | 8 | -5/+357 | |
2006-11-27 | fix for windows machines that do have gettimeofday defined in sys/time.h | Philipp Sehmisch | 1 | -2/+3 | |
2006-11-27 | Added implementation of gettimeofday() for windows machines. | Philipp Sehmisch | 2 | -1/+112 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 9 | -56/+70 | |
2006-11-26 | Remove unnecessary check for file existance, loading will just fail with the ↵ | Björn Steinbrink | 1 | -7/+2 | |
correct error message. | |||||
2006-11-26 | ItemDB needs to be unloaded before deleting the resource manager instance, | Bjørn Lindeijer | 1 | -3/+3 | |
since ItemInfo refers to an Image. | |||||
2006-11-26 | Made Being::mDirection protected, forcing the use of setDirection. Defaulted | Bjørn Lindeijer | 11 | -145/+236 | |
variant argument to 0 since this is the most common situation. Some SpriteDef refactoring, splitting up the loading into several methods, in preparation of adding support for including other sprites. | |||||
2006-11-26 | Updated Makefiles and CMake Lists | Philipp Sehmisch | 2 | -8/+14 | |
2006-11-26 | Equipment database namespace and support for gender specific equipment sprites | Philipp Sehmisch | 11 | -67/+307 | |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 13 | -261/+310 | |
2006-11-19 | Separated sprite definition from playback. | Bjørn Lindeijer | 21 | -566/+718 | |
2006-11-18 | Fixed initialization of joystick enabled checkbox. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-17 | Added mouse following support. | Björn Steinbrink | 2 | -1/+43 | |
2006-11-15 | Added missing Id keyword property to recently added files. | Bjørn Lindeijer | 4 | -4/+4 | |
2006-11-15 | Separated getProperty method to an XML utility namespace. | Bjørn Lindeijer | 7 | -84/+131 | |
2006-11-14 | Resolve Image* of animation phase at load time instead of storing just the | Bjørn Lindeijer | 6 | -89/+85 | |
spriteset index and looking it up later (checking validity should still be added). Also calculate animation length during loading instead of summing it up each time it is requested. | |||||
2006-11-14 | Separated Action class to its own module. | Bjørn Lindeijer | 7 | -94/+166 | |
2006-11-12 | Worked around a Guichan exception thrown for mice with many buttons (patch by | Bjørn Lindeijer | 1 | -2/+12 | |
Roel van Dijk). | |||||
2006-11-12 | Made pathfinding algorithm cope better with beings blocking the road. This is | Bjørn Lindeijer | 2 | -23/+42 | |
done by allowing walking over other beings, but at an additional cost so that it is preferable to walk around them. | |||||
2006-11-09 | Fixed a conflict with Windows headers and updated project files | Eugenio Favalli | 3 | -14/+15 | |
2006-11-05 | Changed some printf statements to log statements. | Bjørn Lindeijer | 4 | -9/+11 | |
2006-11-05 | Fixes the money value after seling something. | Yohann Ferreira | 1 | -0/+1 | |
2006-11-05 | Fixed percentage indicator of update window. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-11-05 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 2 | -18/+20 | |
2006-11-05 | Reverted wallpaper and added more useful logging to ResourceManager. | Bjørn Lindeijer | 1 | -4/+4 | |
2006-11-05 | A final fix to secure the shoplistbox. | Yohann Ferreira | 1 | -1/+1 | |
2006-11-05 | Fixes to Sell dialog. | Yohann Ferreira | 3 | -6/+10 | |
2006-11-05 | Added item's pictures in sell dialogs, and precisions about the total money ↵ | Yohann Ferreira | 7 | -23/+69 | |
in it. | |||||
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are ↵ | Yohann Ferreira | 8 | -30/+393 | |
highlighted in gray and can't be selected. |