Age | Commit message (Expand) | Author | Files | Lines |
2005-03-03 | Separated graphic/graphic.cpp into graphics.cpp and engine.cpp. | Bjørn Lindeijer | 1 | -611/+0 |
2005-03-02 | Moved map drawing loop into the Map class and made it safer (it doesn't try to | Bjørn Lindeijer | 1 | -30/+19 |
2005-03-01 | Deleting subx and suby for items, because it's useless | Jan-Fabian Humann | 1 | -8/+2 |
2005-02-28 | Mostly fixing some newlines. | Bjørn Lindeijer | 1 | -6/+3 |
2005-02-28 | Adding support for drop items part 2/2 | Jan-Fabian Humann | 1 | -0/+33 |
2005-02-28 | *** empty log message *** | Kiyoshi Kyokai | 1 | -1/+10 |
2005-02-27 | Small fix to draw monsters correctly according to the new monsterset | Eugenio Favalli | 1 | -2/+2 |
2005-02-25 | Fixing equipment and shops according to the new server script | Eugenio Favalli | 1 | -1/+10 |
2005-02-23 | Committed patch by Mra, which fixes multiple NPCs talks in one window and | Bjørn Lindeijer | 1 | -23/+1 |
2005-02-20 | Added basic functionality for the new skill dialog. Class support, initializa... | Kiyoshi Kyokai | 1 | -0/+6 |
2005-02-20 | More progress towards loading XML maps. | Bjørn Lindeijer | 1 | -5/+5 |
2005-02-20 | Separated Tiles in MetaTiles and Images. | Bjørn Lindeijer | 1 | -25/+16 |
2005-02-15 | Updated layout and contents of FAQ a bit, fixed debug path and mouse rendering | Bjørn Lindeijer | 1 | -35/+40 |
2005-02-14 | Support for drawing using OpenGL. Don't expect it to be fast yet though. | Bjørn Lindeijer | 1 | -8/+22 |
2005-02-14 | Display of path to mouse now a debug feature you can toggle with F6, plus some | Bjørn Lindeijer | 1 | -29/+31 |
2005-02-13 | Some fixes and item updates | Eugenio Favalli | 1 | -1/+1 |
2005-02-13 | No need to keep track of mouse position ourselves. Also put default startup | Bjørn Lindeijer | 1 | -0/+6 |
2005-02-13 | Allow preservation of alpha channel when loading image resources, which is used | Bjørn Lindeijer | 1 | -1/+15 |
2005-02-13 | Don't skip corners in A* pathfinding algorithm. | Bjørn Lindeijer | 1 | -2/+3 |
2005-02-13 | Fix in calculating G cost in A* implementation. | Bjørn Lindeijer | 1 | -0/+8 |
2005-02-13 | New shorter and more flexible pathfinding implementation, which is hopefully | Bjørn Lindeijer | 1 | -3/+25 |
2005-02-11 | Working on equipment | Eugenio Favalli | 1 | -2/+7 |
2005-02-09 | Fixed the no hair problem. | Bjørn Lindeijer | 1 | -15/+16 |
2005-02-06 | Added minimal minimap | Eugenio Favalli | 1 | -0/+6 |
2005-02-02 | Turned MAP struct into Map class. | Bjørn Lindeijer | 1 | -6/+6 |
2005-01-30 | Corrected Speech position. | Yohann Ferreira | 1 | -1/+1 |
2005-01-29 | *** empty log message *** | Yohann Ferreira | 1 | -0/+5 |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -2/+3 |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -2/+1 |
2005-01-21 | Some refactoring of Being class. | Bjørn Lindeijer | 1 | -38/+4 |
2005-01-17 | Converted some images to PNG and put them in new dir structure. | Bjørn Lindeijer | 1 | -9/+13 |
2005-01-17 | Got stuff to work with Dev-C++ | Bjørn Lindeijer | 1 | -0/+1 |
2005-01-17 | Committing Allegro -> SDL switch, hugely breaking the game. | Bjørn Lindeijer | 1 | -47/+38 |
2005-01-16 | Removed datafile and configfile and any leftover old GUI drawing code. | Bjørn Lindeijer | 1 | -0/+11 |
2005-01-16 | Added drawImageRect function to Graphics class. | Bjørn Lindeijer | 1 | -0/+40 |
2005-01-16 | *** empty log message *** | Bjørn Lindeijer | 1 | -10/+8 |
2005-01-16 | Little margin. | Bjørn Lindeijer | 1 | -1/+0 |
2005-01-15 | Fixed screenshot taking and changed chat box in Guichan widget. | Bjørn Lindeijer | 1 | -14/+19 |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -22/+34 |
2005-01-15 | Fixed and improved death | Eugenio Favalli | 1 | -4/+7 |
2005-01-15 | Being struct/class switch | Eugenio Favalli | 1 | -94/+95 |
2005-01-15 | Fixing crash on death. Death handling could still be improved though. | Bjørn Lindeijer | 1 | -3/+3 |
2005-01-15 | Solved stats window problem with updating variable and sending stat update. | Bjørn Lindeijer | 1 | -22/+10 |
2005-01-14 | Rewrote Spriteset to work with Image* instead of BITMAP* | Bjørn Lindeijer | 1 | -11/+12 |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -8/+8 |
2005-01-06 | Moved some GUI code into a class. | Bjørn Lindeijer | 1 | -11/+11 |
2005-01-05 | Removed bugging cancel button from npc dialog and fixed npc sprites. | Bjørn Lindeijer | 1 | -1/+1 |
2005-01-04 | Got rid of last 5 Allegro datafiles. | Bjørn Lindeijer | 1 | -4/+15 |
2005-01-04 | Removed large parts of old GUI code and improved layout of a few dialogs. | Bjørn Lindeijer | 1 | -23/+0 |
2005-01-04 | Converted Skills dialog from old gui to Guichan. Files modified: graphics.cpp... | Aaron Marks | 1 | -4/+15 |