summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2007-08-22Added close button and item shortcut backgrounds to files that will beBjørn Lindeijer9-12/+25
installed.
2007-08-22Fixed a compiler warning and updated source lists.Bjørn Lindeijer3-2/+13
2007-08-21mantis id=118 - Added Item Shortcut Bar.Joshua Langley19-17/+813
2007-08-20Added monster killed xp notification effect.Joshua Langley9-6/+69
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley10-45/+219
2007-08-19src/gui/setup_keyboard.cpp, src/gui/setup_keyboard.h: fixed bug - reverts ↵Joshua Langley2-3/+28
unassigned key.
2007-08-19Updated CMake file and fixed typo in female light plate mail.Bjørn Lindeijer1-2/+3
2007-08-19v0.0 - keyboard config, sit fixed.Joshua Langley2-1/+2
2007-08-19buy/sell fixed minimum quantity 1.Joshua Langley2-34/+30
2007-08-19v0.0.23 - src/keyboardconfig.cpp, src/keyboardconfig.h - minor cleanup.Joshua Langley2-31/+26
2007-08-19Fixed typo.Guillaume Melquiond1-1/+1
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond5-78/+80
2007-08-17Fixed compile issue related to array bound not being an integer constant.Bjørn Lindeijer1-1/+1
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond4-131/+11
2007-08-14Fixed popup menu requiring one more click after being used.Eugenio Favalli3-14/+2
2007-08-14Enabled buying and selling from NPCs.Guillaume Melquiond4-20/+16
2007-08-14Fixed error-prone interface. Handled money as an inventory part.Guillaume Melquiond3-22/+19
2007-08-14itemcontainer.cpp - removed debugJoshua Langley1-3/+0
2007-08-14inventory - split function fixJoshua Langley5-25/+57
2007-08-14mantis_id:129 - Inventory Window Slots Added.Joshua Langley16-198/+564
2007-08-13Fixed svn properties.Guillaume Melquiond19-1409/+1409
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond8-72/+43
2007-08-13Fixed internationalization support on Windows.Eugenio Favalli1-0/+5
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond3-16/+10
2007-08-08Fixed position of the cleaning bit for looks, so that it actually fits into ↵Guillaume Melquiond4-5/+11
network data.
2007-08-08Moved equipment background to the gui directory. Changed name to lowercase only.Guillaume Melquiond1-1/+1
2007-08-08add "static" on boxPosition.Joshua Langley1-1/+1
2007-08-08Re-designed equipment window, un-equip created.Joshua Langley6-34/+149
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things ↵Guillaume Melquiond13-83/+45
along the way.
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond21-163/+191
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed ↵Guillaume Melquiond6-10/+9
redundant HAS_CONFIG_H macro. Used autopoint for generating gettext environment. Removed auto-generated file from po directory.
2007-08-06Added support for translating variable strings.Guillaume Melquiond4-31/+111
2007-08-05Do not include config.h when the program has not been configured.Guillaume Melquiond2-0/+3
2007-08-05Added support for internationalization. Tested by translating a few gui ↵Guillaume Melquiond4-7/+60
strings to french.
2007-08-01Fixed update of equipment flag, so that items can be equipped properly.Guillaume Melquiond2-2/+7
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond24-568/+60
2007-07-29Switch to upstream CMake modules for libxml2 and curl.Björn Steinbrink1-3/+3
2007-07-29Forgot a few debug statements.Guillaume Melquiond1-3/+1
2007-07-29Converted trading to new server.Guillaume Melquiond6-75/+117
2007-07-28forgot to commit a file with the last commitPhilipp Sehmisch1-0/+82
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond17-73/+44
2007-07-25Added being speed to protocol.Guillaume Melquiond2-5/+9
2007-07-25keyboard config - keyboard setup gui re-designed, fixed errors in keyboard ↵Joshua Langley6-83/+90
config. m_id:16
2007-07-24Fixed initialization order and added setup_keyboard.* and keyboardconfig.* toBjørn Lindeijer7-635/+634
the list of source files. Also set some missing Subversion properties.
2007-07-24keyboard configuration - mainly documentation fixes. Joshua Langley6-59/+59
http://mantis.themanaworld.org/view.php?id=16
2007-07-23Converted NPC code to new server.Guillaume Melquiond8-54/+58
2007-07-23Fixed segfault on exit when OpenGL configuration changed.Guillaume Melquiond2-6/+2
2007-07-16(no commit message)Joshua Langley9-77/+671
2007-07-14Reduced size of equipment packets.Guillaume Melquiond2-5/+29
2007-07-12Added support for visible equipment.Guillaume Melquiond3-1/+25