Age | Commit message (Expand) | Author | Files | Lines |
2016-08-05 | Fix includes issue in stringdefines. | Andrei Karas | 4 | -5/+4 |
2016-08-04 | Add missing include into attributesstrings.cpp | Andrei Karas | 1 | -0/+2 |
2016-08-04 | Add support for attr attributes in stats.xml | Andrei Karas | 2 | -17/+45 |
2016-08-04 | Add support for string enums. Add Attributes string enum. | Andrei Karas | 6 | -0/+238 |
2016-08-04 | Remove extra include. | Andrei Karas | 1 | -2/+0 |
2016-08-04 | Fix shadowing method by variable name in some compilers. | Andrei Karas | 1 | -5/+5 |
2016-08-04 | Fix style issue. | Andrei Karas | 1 | -2/+2 |
2016-08-04 | Add some missing tmwa defines. Fix compilation error without tmwa support. | Andrei Karas | 7 | -1/+31 |
2016-08-04 | Fix style issue. | Andrei Karas | 1 | -1/+2 |
2016-08-04 | Draw hp bar for elementals. | Andrei Karas | 2 | -1/+79 |
2016-08-04 | Remember id of own elemental. | Andrei Karas | 3 | -1/+17 |
2016-08-03 | Impliment packets SMSG_ELEMENTAL_INFO and SMSG_ELEMENTAL_UPDATE_STATUS. | Andrei Karas | 1 | -8/+32 |
2016-08-03 | Add elemental attributes. | Andrei Karas | 1 | -0/+6 |
2016-08-03 | Add support for elemental db and draw elementals sprites. | Andrei Karas | 9 | -19/+262 |
2016-08-03 | Replace some ifs to switches. | Andrei Karas | 3 | -141/+228 |
2016-08-03 | Add actor type elemental. | Andrei Karas | 6 | -4/+14 |
2016-08-03 | Allow load layers only with down SideView attribute or if this attribute miss... | Andrei Karas | 1 | -0/+5 |
2016-08-03 | Add missing tmwa defines. | Andrei Karas | 2 | -0/+4 |
2016-08-02 | Add workaround for unit tests failures. | Andrei Karas | 1 | -0/+1 |
2016-08-02 | Fix issue detected by valgrind after last changes. | Andrei Karas | 1 | -2/+2 |
2016-08-02 | Mark shopselldialog.cpp as tmwa only file. | Andrei Karas | 1 | -0/+4 |
2016-08-02 | Remove extra include from unit tests. | Andrei Karas | 1 | -1/+0 |
2016-08-02 | Remove unused unregister dialog and states for it. | Andrei Karas | 7 | -282/+0 |
2016-08-02 | Fix compilation with some options. | Andrei Karas | 5 | -6/+7 |
2016-08-02 | Fix some broken window draw unit tests. | Andrei Karas | 2 | -4/+14 |
2016-08-02 | Draw each window in unit tests. | Andrei Karas | 6 | -3/+133 |
2016-08-02 | Add all known windows into windows unit tests. | Andrei Karas | 3 | -35/+405 |
2016-08-01 | Extend windows unit tests with drawing. | Andrei Karas | 3 | -8/+12 |
2016-08-01 | Fix compilation without tmwa support. | Andrei Karas | 1 | -0/+4 |
2016-07-31 | Show hp and max hp in being popup. | Andrei Karas | 2 | -1/+22 |
2016-07-31 | Remove curl extra include from whoisonline.cpp | Andrei Karas | 1 | -3/+0 |
2016-07-31 | Show being level in being popup (if known). | Andrei Karas | 1 | -1/+13 |
2016-07-31 | Possible fix for Curl 7.50 | Andrei Karas | 2 | -3/+2 |
2016-07-31 | Change arrow slot from 23 to 10. | Andrei Karas | 1 | -1/+1 |
2016-07-30 | Change version to 1.6.7.30.v1.6.7.30 | Andrei Karas | 1 | -2/+2 |
2016-07-29 | Fix code style. | Andrei Karas | 14 | -27/+28 |
2016-07-29 | Remove extra include from soundeffect.cpp | Andrei Karas | 1 | -2/+0 |
2016-07-29 | Fix some issues detected by cppcheck. | Andrei Karas | 4 | -10/+8 |
2016-07-29 | Remove extra include from sdlmusic.cpp | Andrei Karas | 1 | -2/+0 |
2016-07-29 | Fix compilation in musicloader.h | Andrei Karas | 1 | -0/+1 |
2016-07-29 | Add some missing tmwa defines. | Andrei Karas | 16 | -10/+65 |
2016-07-29 | Remove macro impHandlerE. | Andrei Karas | 3 | -12/+10 |
2016-07-29 | Dont return temp surface in atlasmanager. | Andrei Karas | 2 | -23/+7 |
2016-07-28 | Move soundeffect load code into soundloader. | Andrei Karas | 3 | -44/+24 |
2016-07-28 | Move sdlmusic load code into musicloader. | Andrei Karas | 3 | -44/+22 |
2016-07-28 | Split musicloader into musicloader and soundloader. | Andrei Karas | 7 | -15/+111 |
2016-07-28 | Remove eathena flag from make files and configure. | Andrei Karas | 2 | -229/+208 |
2016-07-28 | Remove macro A_TMWA_UNUSED. | Andrei Karas | 4 | -7/+6 |
2016-07-28 | Remove define EATHENA_SUPPORT from all code. | Andrei Karas | 130 | -783/+11 |
2016-07-27 | Show hp bar for mercenary. | Andrei Karas | 2 | -1/+82 |