summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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. ↵Guillaume Melquiond6-70/+355
Fixed layout of login dialog box when native language is not English.
2007-10-19Factored code between resource handlers. Implemented failure-friendly sprite ↵Guillaume Melquiond17-213/+158
loader.
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
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 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 ↵Guillaume Melquiond19-185/+128
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 Lindeijer20-296/+364
including optimization of OpenGL memory usage on modern OpenGL drivers. Patches by Guillaume Melquiond.
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-18Implemented automatic denying of trade requests based on a patch Bjørn Lindeijer3-11/+61
submitted by Quiche_on_a_leash.
2007-10-15Added Dutch translation (incomplete) and put drawing of debug path into aBjørn Lindeijer2-34/+41
private method.
2007-10-01Added support for different hairstyles for male and female characters. ↵Philipp Sehmisch1-4/+18
Female hairstyles are copies of the male ones until the real female hairstyles are finished.
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-27Merged another bunch of changes from trunk to 0.0 to reduce the difference.Bjørn Lindeijer23-85/+104
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-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer37-861/+897
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-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-12Allowed selection of items that cannot be afforded, so that their descriptionsBjørn Lindeijer3-28/+10
are still accessible. Also made sure the player's money value of ShopItemList gets updated.
2007-09-11Fixed admin commands.Eugenio Favalli1-2/+3
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-09-07Added eol-style property to prevent the whole file changing another Bjørn Lindeijer2-121/+121
time, like in r3566. Please try to remember to set this the first time the file is added.
2007-09-06Fixed animated particles.Philipp Sehmisch2-120/+121
2007-09-01Fixed windowlistener.h entry in Makefile.am.Bjørn Lindeijer1-1/+1
2007-08-30Reverted equipment database and included original low-ID items in items.xml forBjørn Lindeijer1-2/+2
compatibility with eAthena, which doesn't support View ID to come above 255.
2007-08-30Merged equipment database with items database and got rid of the unused itemBjørn Lindeijer19-643/+403
art attribute. Removed the now unnecessary multiplication of weapon IDs with 10000. Added a fallback item icon and used it for unknown items or when an item image fails to load.
2007-08-29Made sell dialog resizable and tweaked inventory resize code a bit.Bjørn Lindeijer5-57/+99
2007-08-28Added Vector class and used it in the particle engine.Bjørn Lindeijer8-57/+180
2007-08-28Made buy dialog resizable and added a WindowListener class for listening forBjørn Lindeijer14-134/+284
window resize and move events.
2007-08-27Ported patch from 0.0, in order to support missing extensions and ↵Guillaume Melquiond2-9/+24
uncompressed maps.