Age | Commit message (Expand) | Author | Files | Lines |
2016-01-04 | Add missing TRANSLATORS comments to translation strings. | Andrei Karas | 14 | -22/+87 |
2016-01-02 | Update copyrights year. | Andrei Karas | 105 | -105/+105 |
2015-12-31 | Move ImagePosition enum into enums directory. | Andrei Karas | 23 | -29/+29 |
2015-12-29 | Move shopitem into item directory. | Andrei Karas | 4 | -6/+8 |
2015-12-29 | Move item into item directory. | Andrei Karas | 6 | -9/+14 |
2015-12-29 | Move touchmanager into touch directory. | Andrei Karas | 1 | -1/+2 |
2015-12-26 | Fix code style. | Andrei Karas | 1 | -1/+2 |
2015-12-22 | Add restrict keyword in some functions in whoisonline. | Andrei Karas | 2 | -5/+8 |
2015-12-20 | Move shortcuts files into gui/shortcut directory. | Andrei Karas | 1 | -1/+2 |
2015-12-20 | Move animatedsprite into sprite directory. | Andrei Karas | 1 | -1/+2 |
2015-12-20 | Move spriteaction.h into const directory. | Andrei Karas | 1 | -1/+2 |
2015-12-20 | Move OpenGL functions related files into opengl directory. | Andrei Karas | 1 | -1/+1 |
2015-12-18 | Fix code style. | Andrei Karas | 1 | -1/+0 |
2015-12-14 | Move soundconsts.h into const directory. | Andrei Karas | 4 | -4/+7 |
2015-12-14 | Move chatconsts into const directory. | Andrei Karas | 2 | -2/+3 |
2015-12-14 | Move emoteshortcutconsts.h into const directory. | Andrei Karas | 1 | -1/+2 |
2015-12-13 | Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cpp | Andrei Karas | 1 | -2/+0 |
2015-12-13 | Move constant MAGIC_START_ID into textcommandeditor.cpp | Andrei Karas | 1 | -0/+2 |
2015-12-13 | Move spells and graphics related constants into separate files. | Andrei Karas | 1 | -0/+1 |
2015-12-02 | Add strong typed bool type Advanced. | Andrei Karas | 5 | -6/+7 |
2015-12-02 | Add strong typed bool type IsSell. | Andrei Karas | 5 | -5/+5 |
2015-11-29 | Fix code style. | Andrei Karas | 2 | -11/+5 |
2015-11-23 | Add text select dialog. | Andrei Karas | 2 | -0/+283 |
2015-11-23 | Add chat command skill. | Andrei Karas | 2 | -16/+52 |
2015-11-22 | Allow drag skill with any selected level to shortcuts window. | Andrei Karas | 2 | -3/+5 |
2015-11-22 | Use selected skill level in button "use" in skill dialog. | Andrei Karas | 2 | -12/+20 |
2015-11-22 | Add chat command /selectskilllevel for select skill level in skills dialog. | Andrei Karas | 2 | -0/+16 |
2015-11-20 | Fix code style. | Andrei Karas | 1 | -0/+4 |
2015-11-19 | Add strong typed bool enum Append. | Andrei Karas | 2 | -10/+15 |
2015-11-19 | Allow use support/friendly skills on self if target not selected. | Andrei Karas | 1 | -1/+3 |
2015-11-18 | Fix code style in beingequipbackend and add some consts to it. | Andrei Karas | 2 | -3/+3 |
2015-11-17 | Use magic command properties only if compiled for tmwa. | Andrei Karas | 2 | -22/+77 |
2015-11-17 | fix mplint issue. | Andrei Karas | 1 | -2/+1 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 4 | -6/+6 |
2015-11-16 | Convert State enum into strong typed. | Andrei Karas | 10 | -43/+43 |
2015-11-16 | Convert InventoryType enum into strong typed. | Andrei Karas | 7 | -69/+76 |
2015-11-16 | Convert DragDropSource enum into strong typed enum. | Andrei Karas | 2 | -9/+9 |
2015-11-16 | Move TextCommandType enum into separate file and convert to strong typed. | Andrei Karas | 1 | -5/+6 |
2015-11-16 | Move MagicSchool enum into separate file and convert to strong typed. | Andrei Karas | 1 | -2/+2 |
2015-11-16 | Rename SpellTarget into CommandTarget enum and convert it to strong typed. | Andrei Karas | 1 | -2/+2 |
2015-11-16 | Fix code style. | Andrei Karas | 4 | -4/+3 |
2015-11-15 | Add support for different per skill casting animations. | Andrei Karas | 1 | -0/+9 |
2015-11-15 | Add support for other gender in char creation dialog. | Andrei Karas | 1 | -4/+31 |
2015-11-15 | Rename haveOtherGender into haveAccountOtherGender | Andrei Karas | 1 | -1/+1 |
2015-11-14 | Add features.xml attribute for force char gender for new chars. | Andrei Karas | 1 | -21/+35 |
2015-11-14 | Add features.xml attribute for force account gender for new chars. | Andrei Karas | 2 | -9/+22 |
2015-11-13 | Remove manaserv related RegistrationOptions. | Andrei Karas | 3 | -36/+3 |
2015-11-13 | Fix compilation warnings. | Andrei Karas | 1 | -8/+4 |
2015-11-13 | Not allow registration with empty or broken email. | Andrei Karas | 1 | -1/+22 |
2015-11-12 | Add support for invoke ground skill with text parameter. | Andrei Karas | 1 | -4/+35 |