summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-20Set FILL as default size in layout. Converted server selection dialog to ↵Guillaume Melquiond4-37/+36
layout handler.
2007-10-20Improved layout manager. Reworked layout of character selection dialog box.Guillaume Melquiond4-97/+163
2007-10-20Centered sprite inside selection box.Guillaume Melquiond2-1/+6
2007-10-20Added a few comments.Guillaume Melquiond1-6/+20
2007-10-20Added a layout handler for automatically positioning widgets in a window. ↵Guillaume Melquiond7-70/+365
Fixed layout of login dialog box when native language is not English.
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ↵Guillaume Melquiond18-213/+170
loader.
2007-10-19added fog effect overlay graphicPhilipp Sehmisch1-1/+6
2007-10-19Marked buy and sell dialog boxes as translatable.Guillaume Melquiond4-33/+43
2007-10-19Allowed dragging of already selected items.Guillaume Melquiond3-22/+52
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 Melquiond3-30/+31
2007-10-19Fixed invalid item ID.Guillaume Melquiond2-1/+2
2007-10-19Removed obsolete file. Fixed equipment types.Guillaume Melquiond1-0/+5
2007-10-19Increased text chunk cache size to improve performance when a lot of text is ↵Philipp Sehmisch2-1/+6
on the screen.
2007-10-18Fixed two forgotten main.h includes which caused OpenGL option in the setupBjørn Lindeijer3-2/+3
dialog and the font used in OpenGL mode in the BrowserBox not to function.
2007-10-18Added automatic generation of description strings for item effects.Guillaume Melquiond3-24/+43
2007-10-18Removed unused slot field.Guillaume Melquiond3-11/+3
2007-10-18Fixed changelog message.Guillaume Melquiond1-3/+2
2007-10-18Removed player looks from generic beings. Prevented client termination on ↵Guillaume Melquiond20-185/+143
missing sprites. Merged weapon-type and attack-type fields for items.
2007-10-18Merged removal of dependency on Guichan OpenGL from trunk to 0.0 branch, Bjørn Lindeijer22-313/+397
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
2007-10-18Merged server item data.Guillaume Melquiond1-0/+1
2007-10-18Merged client and server monster data.Guillaume Melquiond2-2/+4
2007-10-18(no commit message)Philipp Sehmisch1-1/+6
2007-10-18Fixed double-free of true-type resources.Guillaume Melquiond2-2/+6
2007-10-18Removed guess of being type from class number. Factored handler for new beings.Guillaume Melquiond4-36/+40
2007-10-18Implemented automatic denying of trade requests based on a patch Bjørn Lindeijer4-12/+68
submitted by Quiche_on_a_leash.
2007-10-15Added Dutch translation (incomplete) and put drawing of debug path into aBjørn Lindeijer5-34/+506
private method.
2007-10-07Fixed some collision layer problems on new_18-1Philipp Sehmisch1-1/+5
2007-10-01Added support for different hairstyles for male and female characters. ↵Philipp Sehmisch2-5/+26
Female hairstyles are copies of the male ones until the real female hairstyles are finished.
2007-10-01Fixed attacking with keyboard.Guillaume Melquiond2-0/+8
2007-10-01Fixed inventory display with respect to empty slots.Guillaume Melquiond4-5/+12
2007-09-30Removed the purple line from the ruin tile.Philipp Sehmisch1-1/+6
2007-09-27Replaced an old version of the stone pillar with the new one. MSPaint is evil.Philipp Sehmisch0-0/+0
2007-09-27Added new desert tiles by Len.Philipp Sehmisch1-1/+6
2007-09-27Some formatting changes to align with the 0.0 branch.Bjørn Lindeijer5-26/+18
2007-09-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer24-89/+120
2007-09-25Fix wrapping of UTF-8 multi-byte characters.Björn Steinbrink2-1/+8
2007-09-25Added some const qualifiers.Bjørn Lindeijer7-17/+24
2007-09-22Cleaned a bit.Guillaume Melquiond7-14/+21
2007-09-21Fixed resizing of chat window.Guillaume Melquiond2-1/+5
2007-09-21Refactor the way in which browser box text is drawn and wrapped.Björn Steinbrink2-65/+75
2007-09-21Remove duplicated file contents.Björn Steinbrink2-67/+1
2007-09-21Update CMake configuration.Björn Steinbrink2-6/+14
2007-09-20Added support for unicode charset in textfields and chat.Guillaume Melquiond11-22/+758
2007-09-20Fixed some compilation warning.Guillaume Melquiond7-8/+16
2007-09-20Added 4 new items and a new ice cave map.Eugenio Favalli1-1/+14
2007-09-20Whoops, sorry about that doener.Bjørn Lindeijer1-1/+1
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer40-961/+909
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges.
2007-09-19Two files which got left out of the previous merge commit.Bjørn Lindeijer2-26/+68
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer88-1112/+3229