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