summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2005-02-23Committed patch by Mra, which fixes multiple NPCs talks in one window andBjørn Lindeijer6-6/+45
2005-02-23Fixed deletion in new Skill Dialog.Yohann Ferreira1-7/+11
2005-02-23New Skill dialog didn't respected the C++ ISO.Yohann Ferreira2-25/+28
2005-02-23Fully working Progress Bars. Now need to get it used Image instance only.Yohann Ferreira2-18/+62
2005-02-23Fixed problems arising from conflicts with the new Progress Bar changes.Kiyoshi Kyokai1-2/+8
2005-02-22Try the new skill dialog. All complete except for icons!Kiyoshi Kyokai2-27/+99
2005-02-22Please solve any merge conflicts before committing.Bjørn Lindeijer1-5/+0
2005-02-22Rewrote Progress Bars. They'll be fully working soon.Yohann Ferreira3-184/+93
2005-02-22fixed the newskill fiile so it compiles. I don't know how it got corrupted.Kiyoshi Kyokai2-29/+101
2005-02-22Don't add all labels twice in new skill dialog, remove conflict and setBjørn Lindeijer1-8/+2
2005-02-22fixed the newskill fiile so it compiles. I don't know how it got corrupted.Kiyoshi Kyokai1-4/+17
2005-02-21Don't allow character names shorter than 4 (they fail) and handle characterBjørn Lindeijer1-21/+12
2005-02-21Removed some old GUI graphics and introduced new vertical scrollbar.Bjørn Lindeijer1-5/+5
2005-02-21Updates to change log, file lists, lots of doxygen comments and small changes.Bjørn Lindeijer5-25/+26
2005-02-20Ok, for real this time: You can use the new skill dialog with ALT+n.Kiyoshi Kyokai2-0/+165
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer3-30/+108
2005-02-20Separated Tiles in MetaTiles and Images.Bjørn Lindeijer1-1/+1
2005-02-20Better working equipment!Eugenio Favalli1-5/+1
2005-02-20Finally equipment! Sometimes it works :PEugenio Favalli6-4/+86
2005-02-20Compile fix and link fix.Bjørn Lindeijer1-2/+2
2005-02-20skill system started. Skill Dialog down for nowKiyoshi Kyokai1-17/+13
2005-02-20added skill functionality. The skill dialog is down for now.Kiyoshi Kyokai1-87/+15
2005-02-20Fixed Cancel button for NPC choice dialog, thanks to Mra. Also some smallBjørn Lindeijer1-10/+15
2005-02-19Committed new graphics for button, checkbox and radio button by romulo. AlsoBjørn Lindeijer2-11/+13
2005-02-18Improve window borders and speed up alpha property by not setting alpha eachBjørn Lindeijer1-18/+18
2005-02-18Gui v3 with Images*Yohann Ferreira2-65/+33
2005-02-18The Gui v3Yohann Ferreira2-28/+70
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer5-24/+1
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer6-14/+36
2005-02-14Display of path to mouse now a debug feature you can toggle with F6, plus someBjørn Lindeijer1-6/+2
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer4-11/+11
2005-02-13Largely cleanups.Bjørn Lindeijer1-1/+1
2005-02-13Lock the screen surface before modifying pixels directly.Bjørn Lindeijer1-1/+5
2005-02-13No need to keep track of mouse position ourselves. Also put default startupBjørn Lindeijer3-18/+0
2005-02-13Allow preservation of alpha channel when loading image resources, which is usedBjørn Lindeijer3-0/+18
2005-02-13converted font to pngMarcel W. Wysocki1-1/+1
2005-02-12Added modules and moved some files around.Bjørn Lindeijer1-1/+1
2005-02-11Working on equipmentEugenio Favalli2-0/+112
2005-02-11Working on equipmentEugenio Favalli4-8/+33
2005-02-10Fixed PlayerBox to cope with no hair as well, and fixed using Makefile.cvs aBjørn Lindeijer1-3/+7
2005-02-07Cleaning and preparing to add equipmentEugenio Favalli1-3/+4
2005-02-06Mostly making map tile data dynamically allocated.Bjørn Lindeijer2-9/+12
2005-02-06Added minimal minimapEugenio Favalli2-0/+135
2005-02-06Added files to list and removed some old tmw.ini values.Bjørn Lindeijer3-1/+3
2005-02-06Forgot these onesEugenio Favalli2-0/+278
2005-02-06Completed inventory fix, now selection worksEugenio Favalli3-76/+25
2005-02-06Fixing inventory (still needed to add a proper way to choose items, now creat...Eugenio Favalli2-58/+71
2005-01-30Sounds is now available for those on Windows.Bjørn Lindeijer1-6/+0
2005-01-30Allow ESC to quit login screen and do GUI logic before drawing.Bjørn Lindeijer1-3/+7
2005-01-30Corrected Toggle fullscreen code, still need to handle resolutionYohann Ferreira1-4/+32