Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-11-29 | Renamed getSFX() to getSound() | Philipp Sehmisch | 2 | -2/+2 | |
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 3 | -1/+10 | |
2006-11-29 | Implemented MonsterDB namespace | Philipp Sehmisch | 9 | -5/+371 | |
2006-11-27 | fix for windows machines that do have gettimeofday defined in sys/time.h | Philipp Sehmisch | 1 | -2/+3 | |
2006-11-27 | Updated Code::Blocks project file. | Bjørn Lindeijer | 2 | -6/+26 | |
2006-11-27 | Added implementation of gettimeofday() for windows machines. | Philipp Sehmisch | 3 | -2/+118 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 10 | -57/+82 | |
2006-11-26 | Remove unnecessary check for file existance, loading will just fail with the ↵ | Björn Steinbrink | 2 | -8/+8 | |
correct error message. | |||||
2006-11-26 | ItemDB needs to be unloaded before deleting the resource manager instance, | Bjørn Lindeijer | 2 | -4/+6 | |
since ItemInfo refers to an Image. | |||||
2006-11-26 | Made Being::mDirection protected, forcing the use of setDirection. Defaulted | Bjørn Lindeijer | 12 | -171/+274 | |
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 | uploaded wrong version of equipment.xml | Philipp Sehmisch | 0 | -0/+0 | |
2006-11-26 | Updated Makefiles and CMake Lists | Philipp Sehmisch | 7 | -12/+25 | |
2006-11-26 | Equipment database namespace and support for gender specific equipment sprites | Philipp Sehmisch | 13 | -68/+327 | |
2006-11-23 | Refectored the Itemmanager class to an ItemDB namespace. | Philipp Sehmisch | 14 | -261/+319 | |
2006-11-23 | Updated project files | Eugenio Favalli | 3 | -1/+35 | |
2006-11-19 | Separated sprite definition from playback. | Bjørn Lindeijer | 23 | -566/+729 | |
2006-11-18 | Fixed initialization of joystick enabled checkbox. | Bjørn Lindeijer | 2 | -1/+6 | |
2006-11-17 | Fixed some filenames. | Björn Steinbrink | 1 | -0/+4 | |
2006-11-17 | Added mouse following support. | Björn Steinbrink | 3 | -2/+51 | |
2006-11-15 | accidently uploaded the halloween version of some maps | Philipp Sehmisch | 0 | -0/+0 | |
2006-11-15 | Added woodland village outdoor tileset and maps. Modified gates on the ↵ | Philipp Sehmisch | 1 | -2/+17 | |
nearby maps. | |||||
2006-11-15 | Updated project files | Eugenio Favalli | 2 | -1/+31 | |
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 | 8 | -84/+138 | |
2006-11-15 | Fixed dynamic linking of libcurl | Eugenio Favalli | 3 | -22/+18 | |
2006-11-15 | Updated project files | Eugenio Favalli | 3 | -6/+40 | |
2006-11-14 | Resolve Image* of animation phase at load time instead of storing just the | Bjørn Lindeijer | 7 | -89/+91 | |
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 | 8 | -94/+172 | |
2006-11-12 | Worked around a Guichan exception thrown for mice with many buttons (patch by | Bjørn Lindeijer | 3 | -2/+16 | |
Roel van Dijk). | |||||
2006-11-12 | Made pathfinding algorithm cope better with beings blocking the road. This is | Bjørn Lindeijer | 3 | -23/+49 | |
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 | 6 | -15/+52 | |
2006-11-05 | Changed some printf statements to log statements. | Bjørn Lindeijer | 5 | -10/+14 | |
2006-11-05 | Fixes the money value after seling something. | Yohann Ferreira | 2 | -0/+2 | |
2006-11-05 | Fixed percentage indicator of update window. | Bjørn Lindeijer | 2 | -1/+3 | |
2006-11-05 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 4 | -18/+30 | |
2006-11-05 | Copied trunk to 0.0 branch and deleted old new_animation and guichan-0.5.0 | Bjørn Lindeijer | 0 | -0/+0 | |
branches. | |||||
2006-11-05 | Reverted wallpaper and added more useful logging to ResourceManager. | Bjørn Lindeijer | 3 | -4/+11 | |
2006-11-05 | A final fix to secure the shoplistbox. | Yohann Ferreira | 1 | -1/+1 | |
2006-11-05 | Fixes to Sell dialog. | Yohann Ferreira | 4 | -6/+12 | |
2006-11-05 | Added item's pictures in sell dialogs, and precisions about the total money ↵ | Yohann Ferreira | 8 | -23/+73 | |
in it. | |||||
2006-11-05 | fix for automake. | Yohann Ferreira | 0 | -0/+0 | |
2006-11-05 | Added pictures to items in buy dialogs. Also too expensive items are ↵ | Yohann Ferreira | 9 | -31/+402 | |
highlighted in gray and can't be selected. | |||||
2006-11-05 | Use tabs instead of spaces as required by automake (AFAIK) | Björn Steinbrink | 1 | -8/+12 | |
2006-11-05 | fixed a typo in last commit | Philipp Sehmisch | 1 | -2/+2 | |
2006-11-04 | added scythe as a permanent weapon. | Philipp Sehmisch | 5 | -3/+60 | |
When you want to test it: either spawn an item with the id 623 or uncomment the lines 439-441 in being.cpp to use the sharp knive as scythe. | |||||
2006-11-04 | Reverted Halloween map versions, except for map 10 and 11 which include the | Bjørn Lindeijer | 1 | -5/+15 | |
latest fixes by Crush but now have their night layer removed. | |||||
2006-11-04 | Fixed some map bugs on the outside snow maps (please update server sided ↵ | Philipp Sehmisch | 1 | -0/+2 | |
walkmap) | |||||
2006-11-04 | added minimap and music to woodland cave level 2 | Philipp Sehmisch | 3 | -2/+12 | |
2006-11-03 | Updated to the new default updatehost. | Bjørn Lindeijer | 3 | -11/+15 | |
2006-11-01 | Added support for å and Å (with help of Håkan Rönn) | Bjørn Lindeijer | 6 | -2/+9 | |