summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2013-02-24Add particle effect support for skill levelup.Andrei Karas2-2/+18
New option skillLevelUpEffectId
2013-02-24Rename specialhandler to skillhandler.Andrei Karas1-3/+3
2013-02-24Replace newQuestSfx and completeQuestSfx to newQuestEffectId and ↵Andrei Karas2-3/+14
completeQuestEffectId. Now in new/complete quest possible play also particle effects.
2013-02-24Add support for show quest variables in skills window (evol only)Andrei Karas4-43/+66
This allow use pseudo skills controlled by quest variables.
2013-02-22Disable for now FBO support on Android.Andrei Karas1-0/+2
2013-02-22Fix change password issue with empty players list.Andrei Karas2-1/+6
2013-02-21Fix some incorrect chars in browserbox links.Andrei Karas2-10/+14
2013-02-20Add missing files gmtab.cpp/hAndrei Karas2-0/+119
2013-02-19Add option to enable/disable gm tab.Andrei Karas1-0/+3
Enabled by default.
2013-02-19Add support for GM tab.Andrei Karas3-1/+14
This tab visible all messages from @wgm chat command and local messages in this tab.
2013-02-18Add option to show/hide guild online messages.Andrei Karas5-2/+34
Disabled by default.
2013-02-18Remove auction bot support.Andrei Karas3-33/+0
This bot for long time offline in tmw and possible will be never online.
2013-02-18Add support for help seach links.Andrei Karas3-25/+45
To add link to search text: /url ?text Also add support for links in format: help://topic
2013-02-18move most direct calls to physfs to separate file.Andrei Karas1-15/+13
2013-02-15Fix code style.Andrei Karas1-2/+2
2013-02-14Remove empty lines and useless comments in npcdialog class.Andrei Karas1-12/+0
2013-02-14fix copyright years.Andrei Karas33-33/+33
2013-02-14Improve event.getId() speed.Andrei Karas29-148/+172
2013-02-13Fix code style.Andrei Karas2-21/+17
2013-02-12Add configuration for onscreen buttons 3 and 4.Andrei Karas1-0/+8
2013-02-12Fix resize issue in who is online window in some themes.Andrei Karas1-9/+10
2013-02-11Add theme option to set scrollbar width/height.Andrei Karas2-0/+4
New theme option: scrollbarsize - set scrollbar size. Default value 12.
2013-02-11Fix compilation issues.Andrei Karas1-0/+2
2013-02-10Add option to scrollbuttons.xml to set scroll marker size.Andrei Karas2-36/+65
New theme option: markersize - set market scroll size. Default is 0 (auto count).
2013-02-10Add option to scrollbuttons.xml to show/hide scrollbar buttons.Andrei Karas1-13/+14
New theme option: showbuttons - show or hide scrollbar buttons. Default is 1 (show).
2013-02-10Add theme option to hide scrollbar buttons.Andrei Karas2-18/+356
Also improve scrollbar speed.
2013-02-10Remove unused methods in scrollarea class.Andrei Karas2-24/+0
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas2-196/+0
2013-02-10Add https support to link handlers.Andrei Karas3-3/+3
2013-02-10Improve font cache cleaning.Andrei Karas3-14/+20
Add missing font cache cleaning code.
2013-02-10Fix initial size issue in did you know window.Andrei Karas1-0/+1
2013-02-10Impliment char selection for small resolution.Andrei Karas2-19/+168
2013-02-10Block any protocols in curl except HTTP and HTTPS.Andrei Karas1-0/+1
2013-02-08Dont hide top right screen buttons on small screens.Andrei Karas1-1/+1
2013-02-08Fix chat window size in small screens.Andrei Karas1-2/+14
2013-02-07Enable job support by default.Andrei Karas2-2/+4
2013-02-07Fix popup menu scrolling padding by hardcoded numbers.Andrei Karas1-8/+10
2013-02-07Add missing close button to some windows.Andrei Karas7-4/+33
2013-02-07Add close button to servers dialog.Andrei Karas2-3/+12
2013-02-06Fix initial setup window resize issue.Andrei Karas1-0/+1
2013-02-06Fix char createion dialog for small screens and jewelry theme.Andrei Karas1-18/+18
2013-02-06Add google play url to update text on Android.Andrei Karas1-1/+3
2013-02-06Add support in register dialog for apply/close by keyboardAndrei Karas1-1/+22
Default keys: enter and esc
2013-02-06Remove specials window and db.Andrei Karas2-322/+0
It was used only in manaserv and manaserv support now almost deleted.
2013-02-06Allow hide yellow bar.Andrei Karas2-2/+24
By default in new configurations yellow bar is hidden.
2013-02-03By default hide "WIN" button.Andrei Karas1-1/+1
2013-02-03Block right click on top right buttons on small resolutions.Andrei Karas1-1/+1
2013-02-03Add ability to scroll menu popups.Andrei Karas2-3/+21
2013-02-03Add support for small screens with on screen top right buttons.Andrei Karas7-95/+139
Add button "WIN" to buttons list.
2013-02-03Fix some size issues in create char dialog on small screens.Andrei Karas2-36/+44