summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-10-21Plugged memory leak in equipment sound.Guillaume Melquiond2-12/+5
2007-10-21Plugged memory leak in quit dialog.Guillaume Melquiond1-0/+5
2007-10-21Plugged memory leak in sprites.Guillaume Melquiond1-0/+16
2007-10-21Messed a bit: beings cannot be removed from no map.Guillaume Melquiond1-1/+1
2007-10-21Plugged memory leak in database reader.Guillaume Melquiond1-0/+2
2007-10-21Removed redundant destructor.Guillaume Melquiond2-19/+0
2007-10-21Fixed current map not deleted on server change.Guillaume Melquiond2-0/+10
2007-10-21Made visible the resizable grip on inventory window.Guillaume Melquiond7-35/+59
2007-10-21Converted inventory window to layout handler.Guillaume Melquiond2-51/+18
2007-10-21Added automatic layout reflowing on window resize.Guillaume Melquiond1-0/+11
2007-10-21Allowed for decreasing sizes in layout.Guillaume Melquiond1-2/+3
2007-10-21Removed redundant resizable flag. Factored moving/resizing code, so that even...Guillaume Melquiond2-39/+40
2007-10-20Set FILL as default size in layout. Converted server selection dialog to layo...Guillaume Melquiond3-37/+35
2007-10-20Improved layout manager. Reworked layout of character selection dialog box.Guillaume Melquiond3-97/+162
2007-10-20Centered sprite inside selection box.Guillaume Melquiond1-1/+5
2007-10-20Added a few comments.Guillaume Melquiond1-6/+20
2007-10-20Added a layout handler for automatically positioning widgets in a window. Fix...Guillaume Melquiond6-70/+355
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ...Guillaume Melquiond17-213/+158
2007-10-19Marked buy and sell dialog boxes as translatable.Guillaume Melquiond2-33/+39
2007-10-19Allowed dragging of already selected items.Guillaume Melquiond2-22/+50
2007-10-19Commented a DoS weakness of the browser box.Guillaume Melquiond1-0/+4
2007-10-19Fixed key special values. Reduced amount of spurious item deselections.Guillaume Melquiond2-30/+27
2007-10-19Fixed invalid item ID.Guillaume Melquiond1-1/+1
2007-10-19Increased text chunk cache size to improve performance when a lot of text is ...Philipp Sehmisch1-1/+1
2007-10-18Added automatic generation of description strings for item effects.Guillaume Melquiond1-23/+39
2007-10-18Removed unused slot field.Guillaume Melquiond2-11/+1
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