Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -8/+5 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-07-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 1 | -1/+7 | |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-04-09 | Re-enabled non-functional item shortcut window, planned to be fixed for 0.0.25 | Bjørn Lindeijer | 1 | -6/+6 | |
(reverted change 3811). Somehow seems it's not drawing anything, not sure why. | |||||
2007-12-24 | Disabled non-functional item shortcut window. | Bjørn Lindeijer | 1 | -6/+6 | |
2007-11-20 | Merged revisions 3642,3662-3664,3667 via svnmerge from | Bjørn Lindeijer | 1 | -6/+3 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3642 | gmelquio | 2007-10-19 19:46:46 +0200 (Fri, 19 Oct 2007) | 1 line Factored code between resource handlers. Implemented failure-friendly sprite loader. ........ r3662 | gmelquio | 2007-10-21 21:01:16 +0200 (Sun, 21 Oct 2007) | 1 line Added persistent positioning. ........ r3663 | gmelquio | 2007-10-21 21:03:43 +0200 (Sun, 21 Oct 2007) | 1 line Fixed missing pixels at bottom and right. ........ r3664 | gmelquio | 2007-10-21 21:05:56 +0200 (Sun, 21 Oct 2007) | 1 line Changed to use default values when restoring missing settings. ........ r3667 | gmelquio | 2007-10-21 22:09:08 +0200 (Sun, 21 Oct 2007) | 1 line Fixed invisible text in dropboxes and shopboxes. ........ | |||||
2007-08-22 | Added close button and item shortcut backgrounds to files that will be | Bjørn Lindeijer | 1 | -2/+5 | |
installed. | |||||
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 1 | -1/+6 | |
2007-02-04 | Fixed a small glitch when dragging the menu window. | Bjørn Lindeijer | 1 | -6/+19 | |
2007-01-15 | Fixed issue where the player stops walking.v0.0.22.1 | Bjørn Lindeijer | 1 | -1/+2 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -7/+7 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -4/+4 | |
from the 0.1.0 branch. | |||||
2006-03-18 | Use the window container instead of the graphics class to calculate window ↵ | Björn Steinbrink | 1 | -4/+2 | |
positions. | |||||
2006-03-09 | Made all local action listeners structs and moved them into anonymous ↵ | Björn Steinbrink | 1 | -8/+10 | |
namespaces. | |||||
2006-03-09 | Made the Button ctor accept eventId and action listener. | Björn Steinbrink | 1 | -3/+1 | |
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-02-01 | Made the OkDialog and ConfirmDialog classes proxies for their buttons' ↵ | Björn Steinbrink | 1 | -5/+5 | |
events. Removed the RequestTradeWindow class, replaced with a plain ConfirmDialog. Fixed a memory leak along the way. | |||||
2006-02-01 | Simplified button creation code in some windows. Fixed a bug where the game ↵ | Björn Steinbrink | 1 | -36/+15 | |
crashes if there's a message dialog from a npc that no longer exists. Reverted properties to private. | |||||
2005-10-23 | Fix a warning and a possible segmentation fault. | Cedric Borgese | 1 | -1/+1 | |
2005-10-20 | Various cleanups and refactorisations. | Björn Steinbrink | 1 | -27/+40 | |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -9/+0 | |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -4/+5 | |
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes. | |||||
2005-10-04 | Move to top the requested windows. Also corrected the default win pos for ↵ | Yohann Ferreira | 1 | -0/+5 | |
inventory and equipment. | |||||
2005-09-30 | Fixed paths for windows users | Matthias Hartmann | 1 | -1/+1 | |
2005-09-29 | Improved a lot windows reset to default size and pos. Also corrected a few ↵ | Yohann Ferreira | 1 | -2/+7 | |
the default win position. And moved the setposition from game to each win, to clarify the code. | |||||
2005-09-16 | Improved General GUI Layout. | Yohann Ferreira | 1 | -0/+116 | |