summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Added emote database, which is loosely based off of the NPC database.Ira Rice17-56/+301
2009-01-15Merged Tab and TabbedArea from mainlineBjørn Lindeijer20-217/+476
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice110-1801/+5422
2009-01-12Fixed color spelling for American English.Ira Rice24-67/+87
2009-01-12Fixed a path error that slipped through by accident.Ira Rice2-2/+2
2009-01-12Since the po files are fixed now, remove ABOUT-NLS and config.rpath soIra Rice3-281/+1
2009-01-12Updated the po files so that they shouldn't generate errors for us anyIra Rice29-6538/+23738
2009-01-12Some code style cleanups, as well as uncommented the font setting forIra Rice2-11/+6
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice25-603/+615
2009-01-12Fixed minimap so that map names don't overflow the minimap's width.Ira Rice1-4/+8
2009-01-10Changed a few emote variable names to be more sensible, as well asIra Rice10-41/+42
2009-01-10Removed a debug line that was accidently left in.Ira Rice1-2/+0
2009-01-10Made a few more window components use a transparency under OpenGL, asIra Rice6-10/+18
2009-01-09More code style cleanupsIra Rice2-28/+14
2009-01-09Code style cleanupIra Rice1-8/+4
2009-01-09Removed an unneccessary functionIra Rice2-10/+0
2009-01-09Fixed a potential crash in the setup window when setting whether a nameIra Rice1-1/+2
2009-01-09Added the ability to save GM assert state to the client, as requested.Ira Rice2-1/+7
2009-01-09Merged comment by silene from mainlineBjørn Lindeijer1-0/+4
2009-01-09Improved item amount dialog box.Guillaume Melquiond2-13/+13
2009-01-09Removed the rhombs around the radio buttons.Yohann Ferreira2-0/+25
2009-01-09Updated translationsBjørn Lindeijer25-1796/+11914
2009-01-09Added the ability to see your own name in game.Ira Rice10-35/+124
2009-01-09Fixed color setup dialog (which was uninitialized in older commits whenIra Rice1-3/+3
2009-01-09Expanded status window slightly so that experience isn't cut off forIra Rice1-1/+1
2009-01-09Changed reset defaults to be dependant upon the screen resolution forIra Rice1-1/+8
2009-01-09Fixed the default size for shortcut windows, as well as added both ofIra Rice3-3/+9
2009-01-09Removed close button from minimap windows. While this was a nice idea atIra Rice1-1/+0
2009-01-09Made experience percentages report to the newest hundredth (as well asIra Rice1-5/+10
2009-01-09Fixed minimap state saving.Ira Rice4-22/+37
2009-01-09Style fix for last commitPhilipp Sehmisch1-1/+1
2009-01-09Fixed nonsensical percent values in update dialog.Philipp Sehmisch1-2/+3
2009-01-08Fixed include order (pedantic change)Ira Rice12-412/+295
2009-01-08Made remaining dialogs translatableBjørn Lindeijer18-270/+327
2009-01-09Now, the real stage 2.0 of smiley window.Forge11-413/+94
2009-01-08Smiley shortcut 2.0: Final stageForge2-0/+203
2009-01-08Removed the unused Box, VBox and HBox classesBjørn Lindeijer10-271/+1
2009-01-08Fixed segvault when exiting with logToChat enabledPhilipp Sehmisch1-0/+1
2009-01-06Adapted the update window to use the layout widget.Ira Rice1-17/+14
2009-01-06Removed the now unnecessary SDL_TTF initializations.Ira Rice1-2/+0
2009-01-06Fixed the previous commit to actually use the layout engine.Ira Rice1-43/+24
2009-01-06Converted the character selection dialog to use the layout widget.Ira Rice1-11/+16
2009-01-06Fixed up and down arrows in chat box.Guillaume Melquiond1-5/+9
2009-01-06Correct the codeset for translations to be UTF-8Bjørn Lindeijer1-0/+1
2009-01-06Fixed the true type font to render unicode nowBjørn Lindeijer2-11/+7
2009-01-06Fix wrapping of UTF-8 multi-byte characters.Björn Steinbrink1-1/+4
2009-01-06Added support for unicode charset in textfields and chat.Guillaume Melquiond12-39/+731
2009-01-06Used layout for buy, sell and item amount dialogsBjørn Lindeijer5-163/+61
2009-01-06Removed a windows newline.Ira Rice1-1/+1
2009-01-06Merged layout handler from mainlineBjørn Lindeijer8-113/+762