summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Expand)AuthorFilesLines
2005-05-22An attemp on auto attack, not bug free for sureEugenio Favalli1-0/+2
2005-05-16Leave out OpenGL completely when not enabled.Bjørn Lindeijer1-2/+9
2005-05-02Made config.xml, tmw.log and chatlog.txt always appear in ~/.tmw on *nix.Bjørn Lindeijer1-1/+1
2005-05-01Catch exception to put some message through to the user.Bjørn Lindeijer1-4/+12
2005-05-01- Added installation of game data, install required on *nix systemsRodney Dawes1-1/+1
2005-05-01Adding safety check to walk check.Bjørn Lindeijer1-1/+1
2005-04-30Some fixes to player control, also attempting to solve long walk path problem.Bjørn Lindeijer1-2/+4
2005-04-26Changed keyboard control to integrate better with mouse walk, changed locationBjørn Lindeijer1-7/+6
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-6/+7
2005-04-08Updated change log and made mouse walk only work with left mouse button.Bjørn Lindeijer1-8/+11
2005-04-05Don't command the server to walk the character to an occupied tile, for exampleBjørn Lindeijer1-1/+1
2005-04-02Work around Guichan focussing bug.Bjørn Lindeijer1-0/+9
2005-03-26Fix mouse walk to send the correct pair of coordinates to the server.Bjørn Lindeijer1-1/+1
2005-03-25Moved datafiles in unified structure.Bjørn Lindeijer1-1/+1
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-91/+10
2005-03-13Fixed problem with mouse walking through GUI.Bjørn Lindeijer1-0/+17
2005-02-15Updated layout and contents of FAQ a bit, fixed debug path and mouse renderingBjørn Lindeijer1-12/+0
2005-02-14Support for drawing using OpenGL. Don't expect it to be fast yet though.Bjørn Lindeijer1-5/+10
2005-02-13converted font to pngMarcel W. Wysocki1-1/+1
2005-01-23Uninitialized variable and free/delete/delete[] mismatch fixes.Bjørn Lindeijer1-1/+2
2005-01-17Committing Allegro -> SDL switch, hugely breaking the game.Bjørn Lindeijer1-9/+6
2005-01-16Removed datafile and configfile and any leftover old GUI drawing code.Bjørn Lindeijer1-243/+0
2005-01-16Ported slider over to resource manager.Bjørn Lindeijer1-50/+0
2005-01-16Removed checkbox and dialog stuff.Bjørn Lindeijer1-74/+0
2005-01-16More GUI image location changes and chat displays longer.Bjørn Lindeijer1-18/+0
2005-01-15Cleaned up includes, separated engine from graphics and single buffer nowBjørn Lindeijer1-18/+9
2005-01-14Removed 9 cases of load_bitmap.Bjørn Lindeijer1-26/+0
2005-01-13Got rid of last Allegro dialog: converted yes_no dialog to ConfirmDialog classBjørn Lindeijer1-164/+0
2005-01-13Got rid of Allegro ok dialog completely. Now just the yes_no dialog remaining.Bjørn Lindeijer1-22/+0
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-3/+5
2005-01-07Solved the window dragging problem.Bjørn Lindeijer1-5/+2
2005-01-06Dragged in some Guichan code so that we can handle things a bit different.Bjørn Lindeijer1-13/+103
2005-01-06Moved some GUI code into a class.Bjørn Lindeijer1-84/+80
2005-01-04Removed large parts of old GUI code and improved layout of a few dialogs.Bjørn Lindeijer1-580/+153
2004-12-30Cleanup, mainly removing unused code.Bjørn Lindeijer1-310/+30
2004-12-29Ported NPC list dialog to Guichan.Bjørn Lindeijer1-8/+2
2004-12-29Updating devcpp project fileEugenio Favalli1-3/+0
2004-12-29Updating devcpp project fileEugenio Favalli1-0/+2
2004-12-29Subclassed AllegroInput to intercept shortcuts.Bjørn Lindeijer1-1/+2
2004-12-29- ported sound engine to SDL_MixerAlexander Baldeck1-1/+1
2004-12-27Added radiobutton class and aqua graphic for it.Mateusz Kaduk1-0/+7
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-0/+2
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer1-1/+1
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-17/+17
2004-12-23Password masking is back!Bjørn Lindeijer1-140/+0
2004-12-23Skinned our beautiful text field back!Bjørn Lindeijer1-2/+1
2004-12-20Removed some leftover alfont.h includes.Bjørn Lindeijer1-1/+0
2004-12-20Converted the progress bar and stats dialog to Guichan widgets.Bjørn Lindeijer1-21/+0
2004-12-19no deprecated warnings about text_mode, textout or textprintf anymoreAlexander Baldeck1-30/+10
2004-12-19killed a few warnings about depcrated functions. mostly textprintfAlexander Baldeck1-2/+2