Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-23 | fix compilation with SDL2 and without internal guichan and same time. | Andrei Karas | 1 | -0/+4 | |
2013-11-22 | fix code style. | Andrei Karas | 3 | -11/+7 | |
2013-11-21 | add new gui shortcuts into settings. | Andrei Karas | 1 | -0/+56 | |
Before it had only default values and cant be changed from settings. | |||||
2013-11-20 | add option to enable/disable map tiles animations. | Andrei Karas | 1 | -0/+4 | |
Misc \ Map \ Play map animations. | |||||
2013-11-16 | fix gui shortcuts in SDL2 text fields. | Andrei Karas | 2 | -43/+147 | |
2013-11-16 | fix "show all languages messages" option for client with language tab disabled. | Andrei Karas | 1 | -4/+12 | |
2013-11-12 | fix typo in option name. | Andrei Karas | 1 | -1/+1 | |
2013-11-11 | Fix compilation in clang with libc++. | Andrei Karas | 6 | -3/+7 | |
2013-11-08 | fix code style. | Andrei Karas | 1 | -2/+0 | |
2013-11-07 | remove client.h include from some files. | Andrei Karas | 1 | -1/+2 | |
2013-11-07 | redraw cached children if scrollarea position was changed. | Andrei Karas | 1 | -1/+15 | |
2013-11-05 | fix compilation warnings. | Andrei Karas | 1 | -2/+0 | |
2013-11-04 | Add option for features.xml for allow/not allow follow. | Andrei Karas | 1 | -2/+5 | |
New option: allowFollow default value is 1. | |||||
2013-11-04 | improve checking for batch draw mode support by renderer. | Andrei Karas | 11 | -12/+12 | |
2013-11-03 | add batch draw to slider. | Andrei Karas | 2 | -57/+196 | |
2013-11-03 | remove unused variable. | Andrei Karas | 1 | -1/+0 | |
2013-11-03 | fix editdialog theming. | Andrei Karas | 1 | -5/+7 | |
2013-11-03 | add action "move forward" default key unassigned. | Andrei Karas | 1 | -0/+6 | |
2013-11-01 | fix char deletion. | Andrei Karas | 1 | -2/+2 | |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 5 | -5/+9 | |
2013-11-01 | Add configure option --enable-checks for check some calls (disabled by default) | Andrei Karas | 11 | -0/+15 | |
Also add configuration listeners removing in objects. | |||||
2013-10-29 | Initial porting to NACL by Vasily_Makarov. | Andrei Karas | 1 | -0/+5 | |
2013-10-29 | fix char replacment in whispers for sender. | Andrei Karas | 1 | -9/+6 | |
Before whisper sender not saw replaced text in chat. | |||||
2013-10-28 | fix items amount in trade in selling to personal shop. | Andrei Karas | 1 | -1/+1 | |
2013-10-28 | Revert "Remove setMap from being constructor." | Andrei Karas | 2 | -2/+3 | |
This reverts commit 9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c. | |||||
2013-10-27 | same outfits after each change into in memory configuration xml. | Andrei Karas | 1 | -0/+5 | |
2013-10-26 | fix selection in shoplistbox. | Andrei Karas | 1 | -1/+1 | |
2013-10-25 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2013-10-24 | add option to show motd message. | Andrei Karas | 1 | -0/+4 | |
Disabled by default. | |||||
2013-10-24 | add final keyword to gui files. | Andrei Karas | 14 | -43/+45 | |
2013-10-24 | add final keyword to windows files. | Andrei Karas | 52 | -210/+212 | |
2013-10-24 | add final keyword to widgets files. | Andrei Karas | 79 | -313/+315 | |
2013-10-23 | Fix inttextfield on SDL2. | Andrei Karas | 1 | -0/+21 | |
This allow enter numbers for example in drop or split dialogs. | |||||
2013-10-22 | add context menu for items in buy/sell dialogs. | Andrei Karas | 2 | -0/+17 | |
2013-10-21 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-10-21 | add theming parameters for for chat window (chat.xml). | Andrei Karas | 1 | -4/+17 | |
New theme parameters: emoteButtonSpacing - space between input chat line and emote button. Default 2 emoteButtonY - relative y position for emote button. Default -2 | |||||
2013-10-21 | add function to load separate image into button. | Andrei Karas | 2 | -1/+64 | |
2013-10-20 | Add emotes button in chat input line. | Andrei Karas | 3 | -5/+44 | |
Enabled by default. | |||||
2013-10-20 | close in chat emotes window by f1 if it already opened. | Andrei Karas | 1 | -1/+6 | |
2013-10-20 | Remove setMap from being constructor. | Andrei Karas | 2 | -3/+2 | |
2013-10-19 | fix code style | Andrei Karas | 4 | -6/+5 | |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 14 | -159/+159 | |
2013-10-19 | add missing override keyword in postInit function declarations. | Andrei Karas | 16 | -16/+17 | |
2013-10-19 | move virtual member calls from worldselectdialog constructor into postInit. | Andrei Karas | 2 | -0/+6 | |
2013-10-19 | fix cast in windowmenu. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | improve function pointers usage in whoisonline. | Andrei Karas | 1 | -2/+2 | |
2013-10-19 | move virtual member calls from whoisonline constructor into postInit. | Andrei Karas | 2 | -0/+6 | |
2013-10-19 | fix const in definition in viewport. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | fix casting in viewport. | Andrei Karas | 1 | -2/+2 | |
2013-10-19 | improve function pointers usage in updaterwindow. | Andrei Karas | 1 | -3/+3 | |