summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2013-06-30improve size() usage in localplayer.Andrei Karas1-4/+5
2013-06-30improve size() usage in units.Andrei Karas1-7/+10
2013-06-30improve size() usage in map.Andrei Karas1-2/+5
2013-06-30improve size() usage in guildmanager.Andrei Karas1-3/+4
2013-06-30improve size() usage in playerrelations.Andrei Karas1-1/+2
2013-06-30improve size() usage in being.Andrei Karas1-3/+5
2013-06-30Remove fadein for exp text particles.Andrei Karas1-2/+2
2013-06-30Add ability to open support page if error happend.Andrei Karas15-26/+69
2013-06-30Add support for logging debug chat tab.Andrei Karas2-2/+16
Disabled by default.
2013-06-30Set correct size in theme settings tab with different resolutions and font ↵Andrei Karas1-1/+8
sizes.
2013-06-29fix working with protected items by automatic checks.Andrei Karas2-3/+5
2013-06-29fix initialisation order in setup/video.Andrei Karas2-18/+18
2013-06-29Add support for multilines in extendedlistbox.Andrei Karas4-39/+174
2013-06-28Revert "Show disconnection error if disconnected from server."Andrei Karas1-1/+0
This reverts commit 29099e5159ff042b1039ca2382c478b3f8016c1b. Probably it can trigger error in normal case.
2013-06-28Fix "switch login" button in char selection dialog.Andrei Karas1-0/+3
2013-06-28Show disconnection error if disconnected from server.Andrei Karas1-0/+1
2013-06-27Add missing space in debuging packet messages.Andrei Karas1-1/+1
2013-06-27Revert "improve a bit draw speed."Andrei Karas2-8/+2
This reverts commit ffabda4c473711ffa8fdfe37c2a4460fe31347ac.
2013-06-26Update buttons in character select dialog if new character was created.Andrei Karas1-0/+2
2013-06-26add basic animation unit tests.Andrei Karas4-4/+178
2013-06-24fix double click handling in itemcontainer.Andrei Karas1-12/+15
2013-06-23Fix loading features.xmlAndrei Karas1-1/+2
2013-06-23remove some duplicates in popupmenu.Andrei Karas2-132/+52
2013-06-23Add support for protecting items.Andrei Karas10-57/+198
Protected item cant be selled, traded, dropped, used. Protect/unprotect item can be from context menu.
2013-06-23fix compilation warning.Andrei Karas1-1/+1
2013-06-22improve function for splitting string to ints.Andrei Karas3-10/+8
2013-06-22Change version to 1.3.6.23.v1.3.6.23Andrei Karas1-2/+2
2013-06-21fix code style.Andrei Karas41-140/+97
2013-06-21improve a bit drawing palette.Andrei Karas1-7/+10
2013-06-20Add more profiler labels.Andrei Karas29-2/+211
2013-06-19Add support for "level" attribute in items.xml.Andrei Karas1-1/+3
2013-06-18dont show resize cursor if item is dragging.Andrei Karas1-0/+4
2013-06-18improve window.Andrei Karas2-92/+89
2013-06-18improve widgetgroup.Andrei Karas2-4/+5
2013-06-18improve vertcontainer.Andrei Karas1-1/+1
2013-06-18improve textpreview.Andrei Karas2-16/+19
2013-06-18improve textfield.Andrei Karas2-19/+20
2013-06-17Fix code style.Andrei Karas3-5/+3
2013-06-17improve textbox.Andrei Karas2-14/+16
2013-06-17improve tablemodel.Andrei Karas5-14/+15
2013-06-17improve tabbedarea.Andrei Karas2-32/+38
2013-06-16Improve tab.Andrei Karas2-15/+13
2013-06-16improve spellshortcutcontainer.Andrei Karas2-12/+8
2013-06-16improve sliderlist.Andrei Karas2-14/+14
2013-06-15improve slider.Andrei Karas2-7/+5
2013-06-15Add support for monster look.Andrei Karas8-2/+81
2013-06-14improve a bit draw speed.Andrei Karas2-2/+8
2013-06-14Improve skillmodel.Andrei Karas1-1/+1
2013-06-14Improve skilldata.Andrei Karas1-2/+2
2013-06-14improve shortcutcontainer.Andrei Karas2-3/+5