summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-10-18Removed player looks from generic beings. Prevented client termination on mis...Guillaume Melquiond19-185/+128
2007-10-18Merged client and server monster data.Guillaume Melquiond1-2/+2
2007-10-18Fixed double-free of true-type resources.Guillaume Melquiond1-2/+5
2007-10-18Removed guess of being type from class number. Factored handler for new beings.Guillaume Melquiond3-36/+34
2007-10-15Added Dutch translation (incomplete) and put drawing of debug path into aBjørn Lindeijer2-34/+41
2007-10-01Fixed attacking with keyboard.Guillaume Melquiond1-0/+7
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond3-5/+6
2007-09-27Some formatting changes to align with the 0.0 branch.Bjørn Lindeijer5-26/+18
2007-09-25Fix wrapping of UTF-8 multi-byte characters.Björn Steinbrink1-1/+4
2007-09-25Added some const qualifiers.Bjørn Lindeijer6-16/+16
2007-09-22Cleaned a bit.Guillaume Melquiond6-13/+13
2007-09-21Fixed resizing of chat window.Guillaume Melquiond1-1/+1
2007-09-21Refactor the way in which browser box text is drawn and wrapped.Björn Steinbrink1-65/+73
2007-09-21Remove duplicated file contents.Björn Steinbrink1-67/+0
2007-09-21Update CMake configuration.Björn Steinbrink1-6/+9
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond10-22/+750
2007-09-20Fixed some compilation warning.Guillaume Melquiond6-8/+8
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer78-1105/+2855
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 Favalli9-392/+676
2007-08-27Ported patch from 0.0, in order to support missing extensions and uncompresse...Guillaume Melquiond2-9/+24
2007-08-27Fixed compilation with old OpenGL headers.Eugenio Favalli1-0/+5
2007-08-27Added "/admin" chat command for sending raw messages to the game server.Guillaume Melquiond2-69/+55
2007-08-26Fixed fonts not being recolored by adding an explicit parameter to require it.Guillaume Melquiond4-7/+17
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 Melquiond15-267/+297
2007-08-19Updated CMake file and fixed typo in female light plate mail.Bjørn Lindeijer1-2/+3
2007-08-19Fixed typo.Guillaume Melquiond1-1/+1
2007-08-18Adapted to new server handling of character attributes.Guillaume Melquiond5-78/+80
2007-08-14Removed obsolete code. Added support for money received while trading.Guillaume Melquiond4-131/+11
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 n...Guillaume Melquiond4-5/+11
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 along...Guillaume Melquiond13-83/+45
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 redundan...Guillaume Melquiond6-10/+9
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 strin...Guillaume Melquiond4-7/+60