Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-26 | Fixed incorrect button dimensions, as they mess OpenGL display with ↵ | Guillaume Melquiond | 1 | -1/+1 | |
rectangle textures. | |||||
2007-08-26 | Removed home dir from config file to avoid encoding issues. | Eugenio Favalli | 1 | -1/+3 | |
2007-08-25 | Removed dependency on Guichan's OpenGL library. Taken over image loading and ↵ | Guillaume Melquiond | 2 | -23/+3 | |
handling. Reduced memory usage when using OpenGL. (Up to 95% reduction for some textures.) | |||||
2007-08-24 | Added trimming of name for new character creation and of chat messages | Bjørn Lindeijer | 5 | -94/+88 | |
appearing above players. Also improved resize mouse cursor indication, removing duplicated code and fixing indicator above resize grip. | |||||
2007-08-24 | Removed unnecessary Gui::isCustomCursor method. | Bjørn Lindeijer | 3 | -40/+20 | |
2007-08-24 | Removed useless logic method and reverted mouse cursor to non-static since | Bjørn Lindeijer | 3 | -28/+14 | |
there can be only one Gui instance so there is no point in supporting a shared resource. | |||||
2007-08-23 | Changed XP gaining effect to appear on the player instead. | Bjørn Lindeijer | 2 | -9/+11 | |
2007-08-23 | Removed two useless popup related methods, used generic close button | Bjørn Lindeijer | 4 | -46/+5 | |
functionality for the debug window and renamed Particle::mVector to Particle::mVelocity for clarity. | |||||
2007-08-22 | Added trimming of chat messages. | Bjørn Lindeijer | 1 | -2/+7 | |
2007-08-22 | Fixed an arithmetic exception in ItemShortcutContainer::draw. | Bjørn Lindeijer | 1 | -3/+5 | |
Changed default sitting key back to 's'. Fixed a problem with all equipment being interpreted as weapon sprite. | |||||
2007-08-22 | Added close button and item shortcut backgrounds to files that will be | Bjørn Lindeijer | 3 | -3/+8 | |
installed. | |||||
2007-08-22 | Fixed a compiler warning and updated source lists. | Bjørn Lindeijer | 1 | -2/+1 | |
2007-08-21 | mantis id=118 - Added Item Shortcut Bar. | Joshua Langley | 9 | -11/+533 | |
2007-08-20 | Added monster killed xp notification effect. | Joshua Langley | 1 | -1/+1 | |
2007-08-20 | Added close button functionality, resize cursor cues. | Joshua Langley | 10 | -45/+219 | |
2007-08-19 | src/gui/setup_keyboard.cpp, src/gui/setup_keyboard.h: fixed bug - reverts ↵ | Joshua Langley | 2 | -3/+28 | |
unassigned key. | |||||
2007-08-19 | buy/sell fixed minimum quantity 1. | Joshua Langley | 2 | -34/+30 | |
2007-08-18 | Adapted to new server handling of character attributes. | Guillaume Melquiond | 1 | -4/+4 | |
2007-08-17 | Fixed compile issue related to array bound not being an integer constant. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-08-14 | Removed obsolete code. Added support for money received while trading. | Guillaume Melquiond | 2 | -4/+4 | |
2007-08-14 | Fixed popup menu requiring one more click after being used. | Eugenio Favalli | 3 | -14/+2 | |
2007-08-14 | Enabled buying and selling from NPCs. | Guillaume Melquiond | 2 | -20/+7 | |
2007-08-14 | itemcontainer.cpp - removed debug | Joshua Langley | 1 | -3/+0 | |
2007-08-14 | inventory - split function fix | Joshua Langley | 5 | -25/+57 | |
2007-08-14 | mantis_id:129 - Inventory Window Slots Added. | Joshua Langley | 9 | -181/+494 | |
2007-08-13 | Fixed svn properties. | Guillaume Melquiond | 2 | -2/+2 | |
2007-08-13 | Started conversion of buy/sell to new server. | Guillaume Melquiond | 6 | -23/+12 | |
2007-08-10 | Removed colon in NPC choice messages. | Guillaume Melquiond | 2 | -13/+4 | |
2007-08-08 | Moved equipment background to the gui directory. Changed name to lowercase only. | Guillaume Melquiond | 1 | -1/+1 | |
2007-08-08 | add "static" on boxPosition. | Joshua Langley | 1 | -1/+1 | |
2007-08-08 | Re-designed equipment window, un-equip created. | Joshua Langley | 2 | -28/+139 | |
2007-08-07 | Fixed my breakage of persistent window dimensions. Cleaned a few things ↵ | Guillaume Melquiond | 13 | -83/+45 | |
along the way. | |||||
2007-08-07 | Marked most of the GUI as translatable. | Guillaume Melquiond | 20 | -161/+188 | |
2007-08-06 | Fixed some header typos. Moved gettext.h to utils directory. Removed ↵ | Guillaume Melquiond | 1 | -1/+1 | |
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory. | |||||
2007-08-06 | Added support for translating variable strings. | Guillaume Melquiond | 1 | -31/+19 | |
2007-08-05 | Added support for internationalization. Tested by translating a few gui ↵ | Guillaume Melquiond | 1 | -6/+6 | |
strings to french. | |||||
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 6 | -37/+16 | |
2007-07-29 | Forgot a few debug statements. | Guillaume Melquiond | 1 | -3/+1 | |
2007-07-29 | Converted trading to new server. | Guillaume Melquiond | 1 | -36/+13 | |
2007-07-27 | Removed useless yet costly dynamic casts. | Guillaume Melquiond | 16 | -72/+43 | |
2007-07-25 | keyboard config - keyboard setup gui re-designed, fixed errors in keyboard ↵ | Joshua Langley | 3 | -60/+82 | |
config. m_id:16 | |||||
2007-07-24 | Fixed initialization order and added setup_keyboard.* and keyboardconfig.* to | Bjørn Lindeijer | 2 | -222/+224 | |
the list of source files. Also set some missing Subversion properties. | |||||
2007-07-24 | keyboard configuration - mainly documentation fixes. | Joshua Langley | 2 | -17/+20 | |
http://mantis.themanaworld.org/view.php?id=16 | |||||
2007-07-16 | (no commit message) | Joshua Langley | 5 | -8/+245 | |
2007-07-11 | Merged Guichan 0.7.0 fix from 0.0 branch. | Bjørn Lindeijer | 1 | -7/+6 | |
2007-07-11 | Fixed resizing windows by their resize grip. | Bjørn Lindeijer | 1 | -7/+6 | |
2007-07-08 | Merged 0.0 changes from revision 3317 to 3362 to trunk. | Bjørn Lindeijer | 4 | -8/+8 | |
2007-07-07 | Ported to Guichan 0.7.0. Unfortunately, since Guichan 0.6.x didn't have a | Bjørn Lindeijer | 3 | -7/+7 | |
FocusListener, compatibility with older versions is broken. | |||||
2007-06-06 | Fixed defense of silk headband. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 16 | -295/+531 | |