summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2007-09-16Fixed improper const qualifier.Guillaume Melquiond1-1/+1
2007-09-10Fixed minimap coordinates and improved look.Eugenio Favalli1-4/+4
2007-09-10Added support for True Type Fonts.Eugenio Favalli6-56/+330
2007-08-27Added "/admin" chat command for sending raw messages to the game server.Guillaume Melquiond2-69/+55
2007-08-26Fixed incorrect button dimensions, as they mess OpenGL display with rectangle...Guillaume Melquiond1-1/+1
2007-08-25Removed dependency on Guichan's OpenGL library. Taken over image loading and ...Guillaume Melquiond2-23/+3
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond1-4/+4
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond2-4/+4
2007-08-14Enabled buying and selling from NPCs.Guillaume Melquiond2-20/+7
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 Langley9-181/+494
2007-08-13Fixed svn properties.Guillaume Melquiond2-2/+2
2007-08-13Started conversion of buy/sell to new server.Guillaume Melquiond6-23/+12
2007-08-10Removed colon in NPC choice messages.Guillaume Melquiond2-13/+4
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 Langley2-28/+139
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things along...Guillaume Melquiond13-83/+45
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond20-161/+188
2007-08-06Fixed some header typos. Moved gettext.h to utils directory. Removed redundan...Guillaume Melquiond1-1/+1
2007-08-06Added support for translating variable strings.Guillaume Melquiond1-31/+19
2007-08-05Added support for internationalization. Tested by translating a few gui strin...Guillaume Melquiond1-6/+6
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond6-37/+16
2007-07-29Forgot a few debug statements.Guillaume Melquiond1-3/+1
2007-07-29Converted trading to new server.Guillaume Melquiond1-36/+13
2007-07-27Removed useless yet costly dynamic casts.Guillaume Melquiond16-72/+43
2007-07-11Merged Guichan 0.7.0 fix from 0.0 branch.Bjørn Lindeijer1-7/+6
2007-07-08Merged 0.0 changes from revision 3317 to 3362 to trunk.Bjørn Lindeijer4-8/+8
2007-06-04Merged 0.0 changes from revision 3234 to 3317 to trunk.Bjørn Lindeijer16-295/+531
2007-03-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer11-142/+323
2007-03-22Redesigned the localplayer class to use getters and setters instead of direct...Philipp Sehmisch8-163/+42
2007-03-21Some spelling fixes.Bjørn Lindeijer2-11/+11
2007-03-20Implemented a GUI for distributing the characters attributes at character cre...Philipp Sehmisch2-8/+102
2007-03-15Implemented 7 atribute system in character creation.Philipp Sehmisch1-1/+2
2007-03-11Merged 0.0 changes from revision 3065 to 3177 to trunk.Bjørn Lindeijer5-110/+125
2007-03-03Fixed auto-character-select and switch_character combination. Added svn-prope...Rogier Polak5-4/+5
2007-02-27Implementation of chat channels by Trapdoor.Philipp Sehmisch6-39/+262
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak1-2/+5
2007-02-23Added unregistering, logout_then_exit, switch_character and switch_accountser...Rogier Polak8-7/+472
2007-01-29Some trivial documentation work. Fixes all Doxygen warnings.Bjørn Lindeijer1-5/+5
2007-01-28Some work on documentation.Bjørn Lindeijer1-1/+1
2007-01-23Merged 0.0 changes from revision 3035 to 3065 to trunk.Bjørn Lindeijer5-9/+16
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer77-416/+394
2007-01-10Accepted bugfixes for character creation from Rogier Polak.Bjørn Lindeijer1-8/+8
2007-01-07Synchronized player attributes with wiki Attributes page and removed Job XP.Bjørn Lindeijer2-58/+39
2007-01-04Client-side hack for picking up items.Guillaume Melquiond1-12/+7
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer11-212/+212
2006-12-31Enumerations do not need out-of-class definitions.Guillaume Melquiond1-2/+0
2006-12-29Fixed displaying of progress dialog.Guillaume Melquiond1-0/+1