summaryrefslogtreecommitdiff
path: root/src/graphic
AgeCommit message (Collapse)AuthorFilesLines
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer2-32/+70
used throughout application, cleaned up shop functions.
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 Lindeijer2-22/+12
2005-01-14Some fixes for Dev-C++ but it has a black screen problem.Bjørn Lindeijer3-2/+2
2005-01-14Rewrote Spriteset to work with Image* instead of BITMAP*Bjørn Lindeijer4-95/+25
2005-01-13Added heavily modified resource manager by zenogais that is currently usingBjørn Lindeijer2-110/+9
Allegro to load/draw images. Only the login wallpaper is currently loaded using the resource manager and the resource manager still waits with searching for available files until they are asked for instead of indexing what is available.
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer2-8/+11
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
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 Lindeijer2-6/+17
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: ↵Aaron Marks2-4/+16
graphics.cpp, graphics.h, game.cpp, main.cpp, skills.h, skills.cpp. Other files are unmodified (timestamp error)
2005-01-03Use a std::list to store the beings (nodes).Bjørn Lindeijer1-10/+14
2005-01-03Some more comment and indent changes.Bjørn Lindeijer2-3/+13
2005-01-02Don't try to create video bitmaps, and store whole numbers as whole numbersBjørn Lindeijer1-26/+11
in the configuration file.
2005-01-02Got rid of hairset.dat and playerset.dat.Bjørn Lindeijer4-14/+11
2005-01-02Got rid of monsterset.dat. Oh and the monsters have a more realistic size ↵Bjørn Lindeijer3-2/+29
now. ;)
2005-01-02Don't load the weapon set, doesn't seem to be used at the moment even.Bjørn Lindeijer1-3/+3
2005-01-02Removed Allegro datafile graphic.datBjørn Lindeijer1-2/+4
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer3-709/+0
2004-12-29Ported the npc text dialog and some other small updates.Bjørn Lindeijer2-29/+12
2004-12-29Ported NPC list dialog to Guichan.Bjørn Lindeijer2-36/+16
2004-12-28Ported sell dialog to Guichan.Bjørn Lindeijer2-45/+18
2004-12-28Make stats window display numbers instead of characters.Bjørn Lindeijer1-2/+1
2004-12-28Simplified graphic engineEugenio Favalli2-280/+115
2004-12-28Inventory dialog is also not a dialog.Bjørn Lindeijer2-5/+5
2004-12-28Oh and the status dialog was actually just a window.Bjørn Lindeijer2-6/+6
2004-12-28Renamed stats dialog to status dialog, which it is and to make room for theBjørn Lindeijer2-8/+8
real stats dialog that is currently called the skill dialog.
2004-12-28Ported buy/sell dialog, made sure mouse is only drawn once and updated buildBjørn Lindeijer2-62/+45
files.
2004-12-27Skinned slider, yeah!Bjørn Lindeijer1-1/+0
2004-12-26Ported the inventory dialog over to Guichan. For the moment it is notBjørn Lindeijer2-64/+61
possible to delete or use items.
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer2-21/+14
\|-`~ to the fixed font.
2004-12-25Fixed error causing monster death bitmaps not to show up.Bjørn Lindeijer1-2/+2
2004-12-25Taking screenshot seems to work now. Another more cleanup, maybe last beforeBjørn Lindeijer2-16/+23
I might actually add something useful, heh.
2004-12-25Made image.cpp into module and done some more attempts at making graphics.cppBjørn Lindeijer3-109/+210
readable.
2004-12-25I bet those coordinates were annoying.Bjørn Lindeijer1-0/+2
2004-12-25* Huge formatting changes and some attempts in simplifying graphics code.Bjørn Lindeijer2-412/+425
* Use of STL vector in npc.cpp
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-4/+7
2004-12-22- setup gets only called from game.cppMateusz Kaduk1-3/+0
- setup class changed
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer2-15/+21
2004-12-20Updated Debian package, some fixes, new classes for the new graphic engineEugenio Favalli3-4/+111
2004-12-19killed a few warnings about depcrated functions. mostly textprintfAlexander Baldeck1-1/+0
2004-12-19removed alfont usage (obsolete dependency now)Alexander Baldeck1-5/+3
2004-12-19Don't use alfont for text above player character.Bjørn Lindeijer1-16/+26
2004-12-19Commented image.hEugenio Favalli1-28/+28
2004-12-18Commented image.hEugenio Favalli1-57/+129
2004-12-17Finish image.h class renames.Bjørn Lindeijer2-7/+8
2004-12-17Fixed image.h class namesEugenio Favalli1-18/+37