summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-29*** empty log message ***Yohann Ferreira3-3/+14
2005-01-29*** empty log message ***Yohann Ferreira1-3/+2
2005-01-29*** empty log message ***Yohann Ferreira2-21/+4
2005-01-25*** empty log message ***Yohann Ferreira2-1/+32
2005-01-25*** empty log message ***Yohann Ferreira2-17/+34
2005-01-25*** empty log message ***Yohann Ferreira2-14/+14
2005-01-23Uninitialized variable and free/delete/delete[] mismatch fixes.Bjørn Lindeijer3-9/+13
2005-01-18*** empty log message ***Yohann Ferreira2-2/+38
2005-01-18Changed default depth to 32 and fixed window snapping by one pixel.Bjørn Lindeijer1-4/+4
2005-01-18*** empty log message ***Yohann Ferreira1-7/+7
2005-01-18*** empty log message ***Yohann Ferreira1-11/+5
2005-01-18*** empty log message ***Yohann Ferreira1-5/+14
2005-01-18Fixed pattern drawing and focus on Ok/Select buttons for first dialogs.Bjørn Lindeijer2-0/+2
2005-01-17Converted all GUI images to PNGBjørn Lindeijer8-17/+17
2005-01-17*** empty log message ***Yohann Ferreira1-10/+8
2005-01-17*** empty log message ***Yohann Ferreira1-48/+141
2005-01-17Got stuff to work with Dev-C++Bjørn Lindeijer2-10/+3
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer17-176/+90
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer10-48/+33
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer10-297/+129
2005-01-16Ported slider over to resource manager.Bjørn Lindeijer6-76/+61
2005-01-16Removed checkbox and dialog stuff.Bjørn Lindeijer3-90/+1
2005-01-16Checkbox updateEugenio Favalli2-8/+22
2005-01-16More GUI image location changes and chat displays longer.Bjørn Lindeijer4-30/+7
2005-01-16Change header order.Bjørn Lindeijer1-1/+1
2005-01-16Little margin.Bjørn Lindeijer1-4/+4
2005-01-15Fixed screenshot taking and changed chat box in Guichan widget.Bjørn Lindeijer3-150/+129
2005-01-15Fixed upping skills.Bjørn Lindeijer2-136/+99