Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-28 | Move direct SDL_GetMouseState calls into method in gui class. | Andrei Karas | 1 | -1/+4 | |
2014-01-26 | add chat command for uploading main config.xml | Andrei Karas | 1 | -0/+5 | |
New chat command: /uploadconfig | |||||
2014-01-19 | fix pet talk and emote if trade tab is disabled. | Andrei Karas | 1 | -27/+33 | |
2014-01-15 | fix rainbow chat colors for different utf8 chars and smiles. | Andrei Karas | 1 | -21/+38 | |
2014-01-11 | add support for multiply pets for one player at same time. | Andrei Karas | 1 | -2/+2 | |
But one item still can have only one pet. | |||||
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-27 | add pet emote command. | Andrei Karas | 1 | -1/+21 | |
New chat command: /emotepet emote | |||||
2013-12-27 | add missing translation comment into chatwindow. | Andrei Karas | 1 | -0/+5 | |
2013-12-27 | allow to owner talk from own pet. | Andrei Karas | 1 | -0/+34 | |
New chat command: /talkpet text | |||||
2013-12-25 | dont show over head text if text ignored or going to trade tab. | Andrei Karas | 1 | -5/+6 | |
2013-12-17 | add restrict into chatwindow. | Andrei Karas | 1 | -2/+2 | |
2013-12-12 | fix chat tabs scrolling issue with enabled colors picker. | Andrei Karas | 1 | -0/+14 | |
2013-12-09 | add color for away chat messages. | Andrei Karas | 1 | -1/+1 | |
New theme color: AWAYCHAT, AWAYCHAT_OUTLINE. | |||||
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-01 | Add configure option --enable-checks for check some calls (disabled by default) | Andrei Karas | 1 | -0/+1 | |
Also add configuration listeners removing in objects. | |||||
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 | 1 | -3/+36 | |
Enabled by default. | |||||
2013-10-20 | close in chat emotes window by f1 if it already opened. | Andrei Karas | 1 | -1/+6 | |
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 1 | -9/+9 | |
2013-10-19 | move virtual member calls from tabbedarea constuctor into postInit. | Andrei Karas | 1 | -0/+2 | |
2013-10-19 | fix const usage in chatwindow. | Andrei Karas | 1 | -1/+1 | |
2013-10-19 | use postInit in ChatWindow. | Andrei Karas | 1 | -5/+9 | |
2013-10-11 | First part of checks from Parasoft C++ Test. | Andrei Karas | 1 | -10/+2 | |
2013-10-04 | fix code style. | Andrei Karas | 1 | -1/+0 | |
2013-10-02 | bit cleanup tabbedarea. | Andrei Karas | 1 | -3/+3 | |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 1 | -4/+6 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -0/+1795 | |