Age | Commit message (Expand) | Author | Files | Lines |
2005-03-06 | Added collision tileset... last commit missed there files. | Bjørn Lindeijer | 2 | -3/+27 |
2005-03-06 | Added alpha channal for items.png | Mateusz Kaduk | 3 | -3/+3 |
2005-03-06 | Added collision tileset and modified TMW client to support loading the 4th | Bjørn Lindeijer | 1 | -2/+2 |
2005-03-06 | Implemented alpha blending of Images for OpenGL | Bjørn Lindeijer | 1 | -2/+3 |
2005-03-05 | Maybe fixed some compile issues | Jan-Fabian Humann | 1 | -0/+1 |
2005-03-05 | Now you can decide how many items to drop | Jan-Fabian Humann | 7 | -4/+234 |
2005-03-05 | Committing fix for bottom window corners. | Bjørn Lindeijer | 1 | -2/+2 |
2005-03-04 | README updates for 0.0.10 and made chat messages wrap at 80 characters. | Bjørn Lindeijer | 1 | -28/+30 |
2005-03-04 | A bunch of updates: | Eugenio Favalli | 10 | -59/+230 |
2005-03-03 | Made getWalk return false for coordinates outside of the map, instead of crash. | Bjørn Lindeijer | 1 | -1/+7 |
2005-03-03 | Fixing Windows compile (second try) | Bjørn Lindeijer | 2 | -6/+6 |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 38 | -260/+314 |
2005-03-02 | Changed the New Skill Dialog around to fit earlier specifications. | Kiyoshi Kyokai | 1 | -18/+18 |
2005-03-02 | Moved map drawing loop into the Map class and made it safer (it doesn't try to | Bjørn Lindeijer | 4 | -30/+59 |
2005-03-01 | Deleting subx and suby for items, because it's useless | Jan-Fabian Humann | 4 | -22/+8 |
2005-03-01 | Attempt part 2. | Bjørn Lindeijer | 2 | -0/+148 |
2005-03-01 | An attempt to get rid of executable permissions. | Bjørn Lindeijer | 4 | -174/+18 |
2005-03-01 | Changed tmw.ini to config.xml which is read/written using libxml2. | Bjørn Lindeijer | 3 | -48/+66 |
2005-03-01 | Transluency again | Yohann Ferreira | 1 | -7/+7 |
2005-03-01 | Simplified configuration. | Bjørn Lindeijer | 2 | -100/+56 |
2005-03-01 | This fixes the missing lastAttackTime bug in PLAYER_INFO | Kiyoshi Kyokai | 1 | -0/+1 |
2005-03-01 | This is the update for the charge bar. It resets every time an attack message... | Kiyoshi Kyokai | 4 | -4/+25 |
2005-03-01 | Changed around recent additions to Image class a bit and fixed OpenGL compile. | Bjørn Lindeijer | 6 | -69/+85 |
2005-02-28 | Mostly fixing some newlines. | Bjørn Lindeijer | 2 | -10/+3 |
2005-02-28 | deleted useless comment | Jan-Fabian Humann | 1 | -1/+0 |
2005-02-28 | Adding support for drop items part 2/2 | Jan-Fabian Humann | 5 | -7/+118 |
2005-02-28 | Adding support for drop items part 1/2 | Jan-Fabian Humann | 2 | -0/+148 |
2005-02-28 | Fixed compiling on Linux, formatting updates, little changes. | Bjørn Lindeijer | 1 | -0/+2 |
2005-02-28 | this is the new dialog for charging attacks and such. To be implemented soon, | Kiyoshi Kyokai | 2 | -0/+102 |
2005-02-28 | *** empty log message *** | Kiyoshi Kyokai | 1 | -1/+10 |
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 |