Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-13 | add theme file for connection dialog. | Andrei Karas | 1 | -1/+1 | |
2013-12-12 | fix chat tabs scrolling issue with enabled colors picker. | Andrei Karas | 2 | -0/+15 | |
2013-12-11 | fix bot checker window in some themes. | Andrei Karas | 1 | -8/+13 | |
2013-12-10 | allow set smaller size for shortcuts containers. | Andrei Karas | 1 | -11/+12 | |
2013-12-09 | add color for away chat messages. | Andrei Karas | 1 | -1/+1 | |
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE. | |||||
2013-12-09 | Add text colors for job bar. | Andrei Karas | 2 | -1/+3 | |
New theme colors: JOB_BAR, JOB_BAR_OUTLINE | |||||
2013-12-09 | Add text colors for status (yellow) bar. | Andrei Karas | 1 | -1/+1 | |
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE | |||||
2013-12-09 | add background color for status (yellow) bar. | Andrei Karas | 1 | -1/+1 | |
New progress color: STATUS. | |||||
2013-12-09 | Add text colors for arrows bar. | Andrei Karas | 1 | -1/+1 | |
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE | |||||
2013-12-09 | add background color for arrows bar. | Andrei Karas | 1 | -1/+1 | |
New progress color: ARROWS. | |||||
2013-12-09 | Add text colors for money bar. | Andrei Karas | 1 | -1/+1 | |
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE | |||||
2013-12-09 | add background color for money bar. | Andrei Karas | 1 | -1/+1 | |
New progress color: MONEY. | |||||
2013-12-09 | Add text colors for weight bar. | Andrei Karas | 2 | -1/+3 | |
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE | |||||
2013-12-09 | Add text colors for xp bar. | Andrei Karas | 2 | -1/+3 | |
New theme colors: XP_BAR, XP_BAR_OUTLINE | |||||
2013-12-09 | Add text colors for mp bar. | Andrei Karas | 2 | -3/+22 | |
New theme colors: MP_BAR, MP_BAR_OUTLINE, NO_MP_BAR, NO_MP_BAR_OUTLINE | |||||
2013-12-09 | Add text colors for hp bar. | Andrei Karas | 2 | -1/+3 | |
New theme colors: HP_BAR, HP_BAR_OUTLINE | |||||
2013-12-04 | add ability to set text colors on ministatus window bars. | Andrei Karas | 2 | -14/+21 | |
Also add PROGRESSBAR_OUTLINE color. | |||||
2013-12-04 | Add new color for slots progress bar in inventory. | Andrei Karas | 2 | -2/+4 | |
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE. | |||||
2013-12-03 | add UPDATE color into progress bar colors. | Andrei Karas | 1 | -1/+1 | |
New progress color: UPDATE. also removed DEFAULT progress color. | |||||
2013-11-30 | fix styled drawing after update. | Andrei Karas | 3 | -18/+18 | |
2013-11-30 | fix background color in botchecker in guitable. | Andrei Karas | 1 | -0/+2 | |
2013-11-30 | add support for unselectable guitables. | Andrei Karas | 1 | -0/+1 | |
2013-11-22 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2013-11-16 | fix "show all languages messages" option for client with language tab disabled. | Andrei Karas | 1 | -4/+12 | |
2013-11-11 | Fix compilation in clang with libc++. | Andrei Karas | 1 | -0/+1 | |
2013-11-08 | fix code style. | Andrei Karas | 1 | -2/+0 | |
2013-11-05 | fix compilation warnings. | Andrei Karas | 1 | -2/+0 | |
2013-11-04 | improve checking for batch draw mode support by renderer. | Andrei Karas | 1 | -1/+1 | |
2013-11-03 | remove unused variable. | Andrei Karas | 1 | -1/+0 | |
2013-11-03 | fix editdialog theming. | Andrei Karas | 1 | -5/+7 | |
2013-11-01 | fix char deletion. | Andrei Karas | 1 | -2/+2 | |
2013-11-01 | Move timers from client into timers file. | Andrei Karas | 1 | -1/+2 | |
2013-11-01 | Add configure option --enable-checks for check some calls (disabled by default) | Andrei Karas | 5 | -0/+5 | |
Also add configuration listeners removing in objects. | |||||
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-25 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2013-10-24 | add final keyword to windows files. | Andrei Karas | 52 | -210/+212 | |
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-20 | Add emotes button in chat input line. | Andrei Karas | 2 | -3/+38 | |
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 | 1 | -1/+0 | |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 9 | -52/+52 | |
2013-10-19 | add missing override keyword in postInit function declarations. | Andrei Karas | 14 | -14/+15 | |
2013-10-19 | move virtual member calls from worldselectdialog constructor into postInit. | Andrei Karas | 2 | -0/+6 | |
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 | improve function pointers usage in updaterwindow. | Andrei Karas | 1 | -3/+3 | |