Age | Commit message (Expand) | Author | Files | Lines |
2015-12-14 | Move mapconsts.h into const directory. | Andrei Karas | 1 | -4/+4 |
2015-12-14 | Move chatconsts into const directory. | Andrei Karas | 5 | -37/+7 |
2015-12-14 | Move emoteshortcutconsts.h into const directory. | Andrei Karas | 1 | -1/+2 |
2015-12-14 | Move constant touchActionDataSize into touchactionmodel.cpp | Andrei Karas | 2 | -1/+2 |
2015-12-14 | Move skillconsts from resources int consts directory. | Andrei Karas | 2 | -2/+2 |
2015-12-13 | Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cpp | Andrei Karas | 1 | -2/+0 |
2015-12-13 | Move theme related constants into separate file. | Andrei Karas | 3 | -3/+4 |
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 | 6 | -3/+10 |
2015-12-12 | Hide "detect best mode" in nacl. | Andrei Karas | 2 | -3/+3 |
2015-12-10 | Move cursor related code into sdlsharedhelper. | Andrei Karas | 1 | -21/+3 |
2015-12-10 | Add support for mobileopengl2 backend (still copy from modern opengl). | Andrei Karas | 2 | -3/+7 |
2015-12-10 | Implemented NaCl cursor hiding, custom cursor is supported now | Vasily | 1 | -0/+19 |
2015-12-02 | Add strong typed bool type Advanced. | Andrei Karas | 7 | -13/+15 |
2015-12-02 | Add strong typed bool type IsSell. | Andrei Karas | 7 | -9/+10 |
2015-11-29 | Fix code style. | Andrei Karas | 3 | -12/+6 |
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 | Show selected and max skill levels in skill popup. | Andrei Karas | 4 | -11/+69 |
2015-11-22 | Allow drag skill with any selected level to shortcuts window. | Andrei Karas | 3 | -4/+8 |
2015-11-22 | Use selected skill level in button "use" in skill dialog. | Andrei Karas | 2 | -12/+20 |
2015-11-22 | Add popup menu for left click on skill level. | Andrei Karas | 3 | -0/+46 |
2015-11-22 | Add chat command /selectskilllevel for select skill level in skills dialog. | Andrei Karas | 2 | -0/+16 |
2015-11-22 | Add to skill selected skill level field. | Andrei Karas | 2 | -2/+17 |
2015-11-20 | Fix code style. | Andrei Karas | 1 | -0/+4 |
2015-11-20 | Fix unit tests. | Andrei Karas | 1 | -2/+2 |
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 | 4 | -8/+8 |
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 unit tests compilation. | Andrei Karas | 1 | -2/+2 |
2015-11-17 | Fix compilation without C++11 again. | Andrei Karas | 5 | -9/+9 |
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 | 10 | -111/+119 |
2015-11-16 | Convert DragDropSource enum into strong typed enum. | Andrei Karas | 7 | -54/+54 |
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 | In popup menus replace warp to slide. | Andrei Karas | 1 | -2/+2 |
2015-11-16 | Fix code style. | Andrei Karas | 8 | -6/+7 |
2015-11-15 | Add support for different per skill casting animations. | Andrei Karas | 3 | -0/+17 |
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 | In skill dialog dont show skill popup on empty place. | Andrei Karas | 1 | -0/+2 |
2015-11-13 | Fix compilation warnings. | Andrei Karas | 1 | -8/+4 |
2015-11-13 | Show skill popups in shortcuts window. | Andrei Karas | 1 | -0/+12 |