summaryrefslogtreecommitdiff
path: root/src/graphic/graphic.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-182/+0
2005-03-02Moved map drawing loop into the Map class and made it safer (it doesn't try toBjørn Lindeijer1-0/+10
2005-03-01This is the update for the charge bar. It resets every time an attack message...Kiyoshi Kyokai1-0/+2
2005-02-28Mostly fixing some newlines.Bjørn Lindeijer1-4/+0
2005-02-28deleted useless commentJan-Fabian Humann1-1/+0
2005-02-28Adding support for drop items part 2/2Jan-Fabian Humann1-2/+3
2005-02-25Fixing equipment and shops according to the new server scriptEugenio Favalli1-1/+1
2005-02-23Committed patch by Mra, which fixes multiple NPCs talks in one window andBjørn Lindeijer1-8/+0
2005-02-20Added basic functionality for the new skill dialog. Class support, initializa...Kiyoshi Kyokai1-0/+2
2005-02-20Fixed compile issue on Windows.Bjørn Lindeijer1-2/+1
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-1/+1
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-0/+7
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer1-0/+3
2005-02-11Working on equipmentEugenio Favalli1-0/+2
2005-01-29*** empty log message ***Yohann Ferreira1-1/+1
2005-01-29*** empty log message ***Yohann Ferreira1-1/+1
2005-01-29*** empty log message ***Yohann Ferreira1-0/+2
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-4/+4
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-2/+31
2005-01-16Added drawImageRect function to Graphics class.Bjørn Lindeijer1-0/+12
2005-01-15Fixed screenshot taking and changed chat box in Guichan widget.Bjørn Lindeijer1-1/+1
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-10/+36
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer1-0/+2
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer1-1/+1
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer1-1/+1
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-0/+3
2005-01-04Converted Skills dialog from old gui to Guichan. Files modified: graphics.cpp...Aaron Marks1-0/+1
2005-01-03Some more comment and indent changes.Bjørn Lindeijer1-2/+8
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer1-2/+1
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer1-0/+2
2004-12-29Ported NPC list dialog to Guichan.Bjørn Lindeijer1-0/+2
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer1-0/+2
2004-12-28Simplified graphic engineEugenio Favalli1-62/+6
2004-12-28Inventory dialog is also not a dialog.Bjørn Lindeijer1-1/+1
2004-12-28Oh and the status dialog was actually just a window.Bjørn Lindeijer1-1/+1
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer1-2/+2
2004-12-28Ported buy/sell dialog, made sure mouse is only drawn once and updated buildBjørn Lindeijer1-0/+8
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer1-56/+54
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer1-0/+2
2004-12-25Taking screenshot seems to work now. Another more cleanup, maybe last beforeBjørn Lindeijer1-2/+2
2004-12-25* Huge formatting changes and some attempts in simplifying graphics code.Bjørn Lindeijer1-5/+1
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer1-0/+3
2004-12-20Updated Debian package, some fixes, new classes for the new graphic engineEugenio Favalli1-4/+69
2004-12-13Whee, moving headers around! Also provided makefile.mgw for compiling with Mi...Bjørn Lindeijer1-1/+1
2004-12-12Chat input field to Guichan.Bjørn Lindeijer1-0/+6
2004-12-11Core sprite classes of the new graphic engineEugenio Favalli1-0/+1
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-24/+22
2004-11-07NPC listsEugenio Favalli1-0/+2
2004-11-06Added possibility to choose the color of hairEugenio Favalli1-0/+1
2004-10-22*** empty log message ***Eugenio Favalli1-0/+1