Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-11-12 | Add skill xml flag useTextParameter. | Andrei Karas | 1 | -0/+2 |
2015-11-12 | Remove manaserv related flag for use mana bar. | Andrei Karas | 2 | -42/+28 |
2015-11-12 | Remove old manaserv related code from status window. | Andrei Karas | 2 | -42/+2 |
2015-11-11 | Fix compilation warning. | Andrei Karas | 1 | -2/+0 |
2015-11-11 | In personal shops in sell dialog shop no existing items with amount 0 and dis... | Andrei Karas | 1 | -4/+14 |
2015-11-11 | Fix attibutes left label in char create dialog. | Andrei Karas | 1 | -6/+12 |
2015-11-11 | Fix buttons position in char create dialog in very small screen size. | Andrei Karas | 1 | -2/+14 |
2015-11-11 | Add some theme parameters for char create dialog. | Andrei Karas | 1 | -11/+13 |
2015-11-11 | Fix char create dialog height. | Andrei Karas | 2 | -5/+16 |
2015-11-10 | Add close button to all shortcuts windows. | Andrei Karas | 1 | -0/+2 |
2015-11-10 | Add close to minimap context menu. | Andrei Karas | 1 | -1/+2 |
2015-11-10 | Add support for casting status effect on ground. | Andrei Karas | 2 | -1/+25 |
2015-11-09 | Add support for ground skills. | Andrei Karas | 1 | -0/+10 |