Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-12-08 | Downgraded to base64 codec from PHP 3 to resolve licensing issues. Now let's | Bjørn Lindeijer | 4 | -46/+41 | |
hope they didn't fix some critical bug since then; at least it seems to work fine. | |||||
2006-12-06 | Updated project files | Eugenio Favalli | 3 | -2/+36 | |
2006-12-06 | accidentally left in some working copies of some tiles | Philipp Sehmisch | 0 | -0/+0 | |
2006-12-06 | More tiling related fixes at the cliffs. | Philipp Sehmisch | 1 | -2/+4 | |
2006-12-06 | Fixed crashs when changing equipment. | Philipp Sehmisch | 2 | -26/+23 | |
2006-12-05 | Fixed visibility of item amount window. | Bjørn Lindeijer | 3 | -3/+9 | |
2006-12-05 | forgot to include some changes from the last update | Philipp Sehmisch | 0 | -0/+0 | |
2006-12-05 | Improved the tiling behavior of the cliffs (still not gridless but at least ↵ | Philipp Sehmisch | 1 | -0/+6 | |
the edges fit together in the most common situations) | |||||
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 13 | -398/+596 | |
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 | 21 | -81/+111 | |
2006-12-03 | Don't try to play empty strings as sounds, and don't return a SoundEffect | Bjørn Lindeijer | 7 | -42/+61 | |
instance when Mix_Chunk loading failed. | |||||
2006-12-02 | typo in changelog | Philipp Sehmisch | 1 | -1/+1 | |
2006-12-02 | A little change at the female leather shirt by mangamaniac. | Philipp Sehmisch | 1 | -0/+5 | |
2006-12-01 | forgot to include one file in the commit | Philipp Sehmisch | 2 | -3/+4 | |
2006-12-01 | Monster sound effect patch | Philipp Sehmisch | 11 | -96/+140 | |
2006-11-30 | Some optimizations to setSex, setWeapon and handling of player update messages. | Bjørn Lindeijer | 3 | -23/+48 | |
2006-11-30 | Fixed small trailing slash issue. | Bjørn Lindeijer | 0 | -0/+0 | |
2006-11-29 | renamed addSFX to addSound | Philipp Sehmisch | 3 | -6/+6 | |
2006-11-29 | Updated project files | Eugenio Favalli | 3 | -200/+284 | |
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 | 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. |