Age | Commit message (Expand) | Author | Files | Lines |
2006-08-21 | Updated project files | Eugenio Favalli | 3 | -2/+19 |
2006-08-21 | mixed up two maps in the changelog | Philipp Sehmisch | 1 | -1/+1 |
2006-08-21 | added overlays and smooth scrolling. (someone who knows what he is doing has ... | Philipp Sehmisch | 6 | -26/+217 |
2006-08-20 | Moved libpng check before SDL_image check, since the latter requires the former. | Bjørn Lindeijer | 2 | -10/+18 |
2006-08-20 | some fixes to automake building, and debian packagaing updates. Happy to be b... | Yohann Ferreira | 4 | -1/+11 |
2006-08-17 | added transmission tileset between desert and woodland (why did noone complai... | Philipp Sehmisch | 1 | -5/+7 |
2006-08-17 | the item icons are now stored in different files with more descriptive names | Philipp Sehmisch | 11 | -44/+89 |
2006-08-13 | Fixed Guichan 0.5.0 compilation issues. | Eugenio Favalli | 4 | -4/+68 |
2006-08-13 | Added new monster and npcs. | Eugenio Favalli | 1 | -0/+7 |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 80 | -268/+363 |
2006-08-12 | fixed some inaccessible areas | Philipp Sehmisch | 1 | -1/+6 |
2006-08-08 | added minimaps for all woodland maps | Philipp Sehmisch | 1 | -0/+9 |
2006-08-07 | added a new woodland map, a connection map between desert and woodland and so... | Philipp Sehmisch | 1 | -0/+9 |
2006-08-07 | A bunch of cleanups. | Björn Steinbrink | 5 | -75/+50 |
2006-08-05 | Some cleanups, mostly lowering indentation levels. | Björn Steinbrink | 8 | -208/+166 |
2006-08-05 | Add ChangeLog for accidently commited cleanup in previous revision. | Björn Steinbrink | 1 | -1/+5 |
2006-08-05 | Forgot to commit the ChangeLog as well... | Björn Steinbrink | 2 | -8/+5 |
2006-08-04 | Fix enum being treated as string. | Björn Steinbrink | 1 | -1/+1 |
2006-08-04 | Small code cleanup. Removed unused headers. | Björn Steinbrink | 2 | -20/+16 |
2006-08-04 | Small code cleanup/lower indentation. | Björn Steinbrink | 2 | -36/+39 |
2006-08-04 | Fixed presence of NULL actions. This is doener's version of the fix, because it | Bjørn Lindeijer | 2 | -2/+11 |
2006-08-04 | Replaced the old cactus with a nice new high-res one. | Frode Lindeijer | 1 | -0/+5 |
2006-08-02 | Some cleanups, fixes and a small start on a solution for the animated sprite | Bjørn Lindeijer | 8 | -127/+206 |
2006-08-01 | animations and directions are now passed and stored as enums and no longer as... | Philipp Sehmisch | 6 | -53/+168 |
2006-07-30 | Unified the play methods. | Björn Steinbrink | 3 | -21/+13 |
2006-07-30 | fixed two minor mapping errors | Philipp Sehmisch | 1 | -0/+5 |
2006-07-29 | A bunch of cleanups. | Björn Steinbrink | 4 | -109/+64 |
2006-07-29 | Moved include from header to source file. | Björn Steinbrink | 3 | -2/+6 |
2006-07-28 | Moved AnimatedSprite into its own files, removed useless includes. | Björn Steinbrink | 12 | -416/+487 |
2006-07-28 | Removed an unused var. | Björn Steinbrink | 2 | -5/+4 |
2006-07-26 | Added new woodland map by Crush and fixed connection with the old one. | Eugenio Favalli | 1 | -0/+3 |
2006-07-26 | Fixed direction and action issues when changing appeareance, frames are still... | Eugenio Favalli | 4 | -6/+19 |
2006-07-26 | Added map with inside of snow village buildings and fixed makefiles. | Eugenio Favalli | 1 | -0/+6 |
2006-07-26 | Added the leather shirt. | Frode Lindeijer | 1 | -0/+2 |
2006-07-25 | Some fixes to the collision layer of the bat cave. | Bjørn Lindeijer | 1 | -3/+7 |
2006-07-25 | Improved the snow village both in the tile sets and mapwise. | Frode Lindeijer | 1 | -3/+12 |
2006-07-25 | Fixed updating on Windows (rename was failing when target file existed). | Bjørn Lindeijer | 4 | -6/+16 |
2006-07-24 | Fixed the loading of updates and made skipping the update process also skip thev0.0.20 | Bjørn Lindeijer | 3 | -7/+17 |
2006-07-24 | Equipments now use real slot positions. | Eugenio Favalli | 2 | -6/+7 |
2006-07-24 | Fixed some transparency issues in the playersets | Frode Lindeijer | 1 | -0/+3 |
2006-07-24 | Forced to use UNIX end of line character. | Eugenio Favalli | 1 | -0/+4 |
2006-07-24 | Fixed female playerset animation definition. | Eugenio Favalli | 1 | -0/+2 |
2006-07-24 | Fixed setDirection() semantics. | Björn Steinbrink | 3 | -12/+16 |
2006-07-24 | (no commit message) | Frode Lindeijer | 1 | -0/+4 |
2006-07-24 | 100ms wasn't enough. | Eugenio Favalli | 0 | -0/+0 |
2006-07-24 | Red scorpions have got the same problem. | Eugenio Favalli | 1 | -0/+2 |
2006-07-24 | Slowed down scorpions. | Eugenio Favalli | 1 | -0/+1 |
2006-07-24 | Removed unused code, fixed "change direction when not walking" bug, updated p... | Eugenio Favalli | 6 | -1054/+1042 |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 20 | -243/+400 |
2006-07-21 | Whooops | Eugenio Favalli | 2 | -1/+2 |