Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-19 | Add option to enable/disable gm tab. | Andrei Karas | 1 | -1/+4 | |
Enabled by default. | |||||
2013-02-19 | Add support for GM tab. | Andrei Karas | 1 | -0/+6 | |
This tab visible all messages from @wgm chat command and local messages in this tab. | |||||
2013-02-18 | Change process priority depend on game state. | Andrei Karas | 1 | -0/+3 | |
implimented only for windows version. | |||||
2013-02-18 | Fix random not working guild tab with guild bot integration. | Andrei Karas | 1 | -0/+2 | |
2013-02-18 | Remove auction bot support. | Andrei Karas | 1 | -10/+0 | |
This bot for long time offline in tmw and possible will be never online. | |||||
2013-02-18 | move most direct calls to physfs to separate file. | Andrei Karas | 1 | -3/+2 | |
2013-02-13 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-02-10 | Remove channel classes because it was used only in manaserv. | Andrei Karas | 1 | -4/+0 | |
2013-01-23 | Add support for handling event for show/hide on screen keyboard. | Andrei Karas | 1 | -13/+21 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2013-01-01 | Remove free space from top and right in buttons menu. | Andrei Karas | 1 | -1/+1 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -1/+1 | |
2012-12-21 | Fix code style and other small issues. | Andrei Karas | 1 | -1/+2 | |
2012-12-21 | Fix possible crash with nav poinst rename dialog. | Andrei Karas | 1 | -0/+3 | |
2012-12-20 | add option for input logging. | Andrei Karas | 1 | -1/+4 | |
2012-12-11 | Hide on screen buttons before enter to game and show in game. | Andrei Karas | 1 | -0/+3 | |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 | |
2012-11-28 | Fix option "Show chat history" for all tabs. | Andrei Karas | 1 | -1/+2 | |
2012-11-14 | Add support for on screen joystick for moving. | Andrei Karas | 1 | -21/+24 | |
2012-11-07 | Fix termination on Android by using "home" key. | Andrei Karas | 1 | -0/+4 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+9 | |
2012-11-04 | Fix chat log writing if switch character. | Andrei Karas | 1 | -1/+0 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -5/+5 | |
2012-10-14 | Add some android fixes. | Andrei Karas | 1 | -0/+8 | |
Partial impliment option to enable/disable mumble support. | |||||
2012-10-06 | Fix default particle effects in attacks. | Andrei Karas | 1 | -0/+1 | |
Was broken in previous commits. Also add default value for "effectId" in paths.xml (by default -1) | |||||
2012-09-30 | add atlas textures support. | Andrei Karas | 1 | -0/+1 | |
2012-09-11 | Disable delay sprites load after game end. | Andrei Karas | 1 | -0/+2 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -2/+2 | |
fix other small style issues. | |||||
2012-08-26 | Add const to some classes. | Andrei Karas | 1 | -10/+10 | |
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -2/+2 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -6/+2 | |
2012-08-13 | Some changes in screenshot code. | Andrei Karas | 1 | -2/+7 | |
2012-08-01 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-07-30 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-07-29 | Add quests window to on screen buttons. | Andrei Karas | 1 | -1/+2 | |
Dont create quests window if using old servers. | |||||
2012-07-29 | Add quests netcode and quests window. | Andrei Karas | 1 | -3/+7 | |
2012-07-24 | Fix emotes shortcuts bar default size. | Andrei Karas | 1 | -1/+1 | |
2012-07-23 | Improve perfomance in some object constructors. | Andrei Karas | 1 | -2/+1 | |
2012-07-19 | Block moving in storage is open. | Andrei Karas | 1 | -1/+1 | |
Move some code from being to playerinfo. | |||||
2012-06-24 | Fix disconnect by timeout in eathena servers. | Andrei Karas | 1 | -2/+9 | |
2012-06-24 | Add basic support for maps without client data (tmx, tiles, etc) | Andrei Karas | 1 | -0/+2 | |
2012-06-21 | Add option to enable/disable software mode compoundsprite update delay. | Andrei Karas | 1 | -0/+3 | |
2012-06-21 | Add option for delayed OpenGL images load enable/disable. | Andrei Karas | 1 | -1/+2 | |
2012-06-21 | Add delayed images load. | Andrei Karas | 1 | -0/+5 | |
Can work for now only in OpenGL modes. | |||||
2012-06-18 | Fix map tiles animation speed. | Andrei Karas | 1 | -3/+2 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -2/+2 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -1/+20 | |
It can improve perfomance in slow systems. | |||||
2012-05-09 | Add ability to auto repeat some keys presses. | Andrei Karas | 1 | -0/+1 | |
2012-05-06 | Move specials window to manaserv only code. | Andrei Karas | 1 | -0/+9 | |
2012-04-11 | Initialize joystick and keyboard mapping in game start. | Andrei Karas | 1 | -0/+4 | |