Age | Commit message (Expand) | Author | Files | Lines |
2005-02-28 | Formatting updates. | Bjørn Lindeijer | 4 | -124/+146 |
2005-02-27 | Memory fixes | Eugenio Favalli | 1 | -3/+9 |
2005-02-27 | Small fix to draw monsters correctly according to the new monsterset | Eugenio Favalli | 1 | -2/+2 |
2005-02-27 | Video modes are taken from SDL | Mateusz Kaduk | 2 | -29/+68 |
2005-02-27 | Little typos. | Yohann Ferreira | 1 | -27/+26 |
2005-02-27 | Speeches too long are now cut into pieces of 60 units. Still to test out more. | Yohann Ferreira | 1 | -4/+33 |
2005-02-27 | No more SDL_Surface in the chat box. | Yohann Ferreira | 2 | -36/+12 |
2005-02-27 | Little setColor Optimization. | Yohann Ferreira | 1 | -3/+10 |
2005-02-27 | Now only using Image instances. No more SDL_Surface. | Yohann Ferreira | 2 | -46/+11 |
2005-02-27 | Functions create() and fillWithColor() into image class. | Yohann Ferreira | 2 | -0/+44 |
2005-02-25 | Fixing equipment and shops according to the new server script | Eugenio Favalli | 9 | -24/+175 |
2005-02-25 | Small ChangeLog updates. | Bjørn Lindeijer | 1 | -1/+0 |
2005-02-23 | Committed patch by Mra, which fixes multiple NPCs talks in one window and | Bjørn Lindeijer | 9 | -51/+66 |
2005-02-23 | Fixed deletion in new Skill Dialog. | Yohann Ferreira | 1 | -7/+11 |
2005-02-23 | New Skill dialog didn't respected the C++ ISO. | Yohann Ferreira | 2 | -25/+28 |
2005-02-23 | Fully working Progress Bars. Now need to get it used Image instance only. | Yohann Ferreira | 2 | -18/+62 |
2005-02-23 | Fixed problems arising from conflicts with the new Progress Bar changes. | Kiyoshi Kyokai | 1 | -2/+8 |
2005-02-22 | Try the new skill dialog. All complete except for icons! | Kiyoshi Kyokai | 2 | -27/+99 |
2005-02-22 | Please solve any merge conflicts before committing. | Bjørn Lindeijer | 1 | -5/+0 |
2005-02-22 | Rewrote Progress Bars. They'll be fully working soon. | Yohann Ferreira | 3 | -184/+93 |
2005-02-22 | fixed the newskill fiile so it compiles. I don't know how it got corrupted. | Kiyoshi Kyokai | 2 | -29/+101 |
2005-02-22 | Don't add all labels twice in new skill dialog, remove conflict and set | Bjørn Lindeijer | 1 | -8/+2 |
2005-02-22 | fixed the newskill fiile so it compiles. I don't know how it got corrupted. | Kiyoshi Kyokai | 1 | -4/+17 |
2005-02-21 | Don't allow character names shorter than 4 (they fail) and handle character | Bjørn Lindeijer | 1 | -21/+12 |
2005-02-21 | Removed some old GUI graphics and introduced new vertical scrollbar. | Bjørn Lindeijer | 1 | -5/+5 |
2005-02-21 | Added parameter names in header. | Bjørn Lindeijer | 2 | -8/+8 |
2005-02-21 | Updates to change log, file lists, lots of doxygen comments and small changes. | Bjørn Lindeijer | 14 | -161/+206 |
2005-02-20 | Ok, for real this time: You can use the new skill dialog with ALT+n. | Kiyoshi Kyokai | 2 | -0/+165 |
2005-02-20 | Added basic functionality for the new skill dialog. Class support, initializa... | Kiyoshi Kyokai | 4 | -1/+13 |
2005-02-20 | Reverted changes to skill dialog, a new one will be developed alongside it so | Bjørn Lindeijer | 6 | -38/+126 |
2005-02-20 | Fixed compile issue on Windows. | Bjørn Lindeijer | 1 | -2/+1 |
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 9 | -85/+125 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 7 | -101/+112 |
2005-02-20 | Better working equipment! | Eugenio Favalli | 2 | -11/+26 |
2005-02-20 | Finally equipment! Sometimes it works :P | Eugenio Favalli | 8 | -11/+119 |
2005-02-20 | Compile fix and link fix. | Bjørn Lindeijer | 1 | -2/+2 |
2005-02-20 | skill system started. Skill Dialog down for now | Kiyoshi Kyokai | 1 | -17/+13 |
2005-02-20 | added skill functionality. The skill dialog is down for now. | Kiyoshi Kyokai | 1 | -87/+15 |
2005-02-20 | added skill functionality | Kiyoshi Kyokai | 3 | -5/+45 |
2005-02-20 | Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some small | Bjørn Lindeijer | 5 | -55/+77 |
2005-02-19 | Committed new graphics for button, checkbox and radio button by romulo. Also | Bjørn Lindeijer | 3 | -21/+16 |
2005-02-19 | Also add mapreader.cpp to the file.list. | Bjørn Lindeijer | 1 | -13/+0 |
2005-02-19 | Fixed searching for zip files in Linux, fixed initialization of PhysFS to be | Bjørn Lindeijer | 9 | -46/+343 |
2005-02-19 | Fixing PhysFS for Dev-Cpp -> WARNING: missing OpenGL code | Eugenio Favalli | 1 | -1/+6 |
2005-02-19 | Added PHYSFS_init and PHYSFS_deinit calls | Eric Scrivner | 2 | -10/+31 |
2005-02-19 | Integrated PhysicsFS for TMW package system | Eric Scrivner | 2 | -7/+107 |
2005-02-19 | Added load function that uses SDL_RWops | Eric Scrivner | 2 | -2/+28 |
2005-02-18 | Improve window borders and speed up alpha property by not setting alpha each | Bjørn Lindeijer | 2 | -24/+23 |
2005-02-18 | Gui v3 with Images* | Yohann Ferreira | 2 | -65/+33 |
2005-02-18 | Eliminated double draw implementation, only keeping the more complete one. | Bjørn Lindeijer | 1 | -102/+4 |