summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-06-05Using custom focus handler to work around problem with multiple widgetsBjørn Lindeijer1-0/+5
requesting modal focus using a stack based approach.
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
- Updated desktop file to work better - Install the desktop file to the standard location - Install the icon as tmw.png in the standard pixmaps data dir
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
of packet.list and chatlog.txt and removed name from player chat "balloon".
2005-04-18Ok, of course the biggest problem to solve with OpenGL integration is loadingBjørn Lindeijer1-6/+7
and rendering of images.
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
where a shopkeeper is standing.
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
Also fixed a crash on clicking wallpaper in login phase.
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
in OpenGL mode, and some general cleanups.
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
and moved to data/core/graphics/gui/
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
used throughout application, cleaned up shop functions.
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
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling.
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
- name change from TmwSound to Sound as required by HACKING.txt - slight modification of other files using it due to interface changes - minor speedups in Configuration - makefile.static modfified to link against SDL
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
modules to file lists.
2004-12-26Ported buy dialog, which could still use visual improvement, and addedBjørn Lindeijer1-1/+1
\|-`~ to the fixed font.
2004-12-26- final touch to writing mechanism of the config systemAlexander Baldeck1-17/+17
- tmw now can read and write its ini file - some fixes in login.cpp to get it to work properly - Init method -> init - Write method -> write - minor code "beautification" in several files
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