summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Collapse)AuthorFilesLines
2013-03-08Add chat command for execute external programs.Andrei Karas1-0/+1
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter
2013-03-07Fix some crashes in servers switching.Andrei Karas1-0/+3
2013-03-07Fix key repeat time calculation.Andrei Karas1-0/+2
Add configurabale auto repeat time.
2013-03-06Add radio button in quit dialog for rate application in google play (only ↵Andrei Karas2-13/+40
for Android)
2013-03-05Add chat command to clean fonts cache.Andrei Karas3-0/+19
New chat command: /cleanfonts
2013-03-04Add different effects to npc depend on qests status (evol only)Andrei Karas2-1/+168
2013-03-04Add "target type" filed in debug window.Andrei Karas2-8/+16
2013-03-03Add chat command to clean graphics cache.Andrei Karas1-0/+1
New chat command: /cleangraphics This command can be usefull for item or monster development.
2013-03-02Another fixes after Coverity checks.Andrei Karas12-44/+56
2013-03-01Fix code style.Andrei Karas1-2/+3
2013-02-26Split skills and stats.Andrei Karas1-15/+7
2013-02-26Improve string usage in other files.Andrei Karas4-27/+25
2013-02-26Improve string usage in other files.Andrei Karas23-157/+197
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