Age | Commit message (Expand) | Author | Files | Lines |
2015-12-14 | Move mapconsts.h into const directory. | Andrei Karas | 6 | -33/+7 |
2015-12-14 | Move skillconsts from resources int consts directory. | Andrei Karas | 1 | -27/+0 |
2015-12-13 | Move spells and graphics related constants into separate files. | Andrei Karas | 1 | -0/+2 |
2015-12-13 | Fix compilation errors with some flags. | Andrei Karas | 1 | -18/+14 |
2015-12-13 | Fix code style. | Andrei Karas | 1 | -14/+18 |
2015-12-13 | Not build unsupported render backends on nacl. | Andrei Karas | 1 | -5/+21 |
2015-12-11 | Impliment initial mobileopengl2graphics as OpenGL ES 2 backend. | Andrei Karas | 1 | -1/+2 |
2015-12-10 | Add function for load OpenGL ES 2 shaders. | Andrei Karas | 2 | -4/+9 |
2015-12-10 | Add support for mobileopengl2 backend (still copy from modern opengl). | Andrei Karas | 4 | -13/+28 |
2015-12-10 | Copy modernopengl into mobileopengl2 backend. | Andrei Karas | 1 | -0/+1 |
2015-12-01 | Fix compilation nacl with OpenGL (regal). | Andrei Karas | 1 | -0/+2 |
2015-11-23 | Fix code style in map layer. | Andrei Karas | 2 | -46/+70 |
2015-11-19 | Add strong typed bool enum Append. | Andrei Karas | 2 | -6/+10 |
2015-11-17 | Use magic command properties only if compiled for tmwa. | Andrei Karas | 1 | -0/+4 |
2015-11-16 | Move MagicSchool enum into separate file and convert to strong typed. | Andrei Karas | 1 | -5/+16 |
2015-11-16 | Rename SpellTarget into CommandTarget enum and convert it to strong typed. | Andrei Karas | 1 | -5/+5 |
2015-11-16 | Fix code style. | Andrei Karas | 2 | -3/+2 |
2015-11-14 | Fix attack sprite actions. Add ride attack action. | Andrei Karas | 4 | -11/+39 |
2015-11-14 | Add cast action to beings. | Andrei Karas | 2 | -0/+8 |
2015-11-14 | Remove unused sprite action mapping. | Andrei Karas | 2 | -10/+1 |
2015-11-10 | Add method into iteminfo for return link to item. | Andrei Karas | 2 | -0/+7 |
2015-11-09 | Add skill unit db. | Andrei Karas | 2 | -0/+205 |
2015-11-07 | Fix compilation with some flags. | Andrei Karas | 1 | -0/+1 |
2015-11-07 | fix code style. | Andrei Karas | 3 | -7/+3 |
2015-11-02 | Add intmap defines. | Andrei Karas | 3 | -15/+15 |
2015-10-30 | Add support for npc dialog inventory theming from npc skin. | Andrei Karas | 3 | -0/+55 |
2015-10-29 | Add missing file. | Andrei Karas | 1 | -0/+46 |
2015-10-28 | Move all npc dialog menu related skin elements into menu tag. | Andrei Karas | 2 | -16/+26 |
2015-10-28 | Add text object to skined npc menus. | Andrei Karas | 3 | -0/+70 |
2015-10-28 | Add support for images in npc skined menu. | Andrei Karas | 3 | -0/+63 |
2015-10-28 | In npc skinned dialogs add support for hide text part from npc window. | Andrei Karas | 2 | -1/+5 |
2015-10-28 | Add support for add images into buttons in skinned npc dialogs. | Andrei Karas | 2 | -4/+18 |
2015-10-27 | Impliment npc menu skins based on previous commits. | Andrei Karas | 2 | -0/+12 |
2015-10-26 | Add basic npc dialog db loading. | Andrei Karas | 4 | -0/+282 |
2015-10-25 | Dont reduce map layers with any conditional attributes. | Andrei Karas | 1 | -0/+17 |
2015-10-23 | Fix code style. | Andrei Karas | 3 | -8/+15 |
2015-10-22 | Fix drawing map after last changes with conditional tiles. | Andrei Karas | 1 | -4/+11 |
2015-10-22 | Add support for layer property ConditionLayer for future usage. | Andrei Karas | 1 | -0/+10 |
2015-10-21 | Add support for layers with conditional tiles. | Andrei Karas | 6 | -8/+66 |
2015-10-21 | Add map layer attribute TileCondition. | Andrei Karas | 3 | -5/+19 |
2015-10-19 | Add extended riding support (hercules) | Andrei Karas | 1 | -0/+2 |
2015-10-18 | Add support for multiply sprites in each horse part. | Andrei Karas | 4 | -30/+37 |
2015-10-18 | Change a bit horses.xml format. | Andrei Karas | 1 | -16/+52 |
2015-10-18 | Split horse into two sprites before player and after player. | Andrei Karas | 2 | -16/+39 |
2015-10-17 | Improve a bit dyes. | Andrei Karas | 1 | -26/+28 |
2015-10-16 | Impliment packet SMSG_MAP_SET_TILES_TYPE (hercules) | Andrei Karas | 2 | -4/+47 |
2015-10-15 | Rename blockTile to AddBlockMask in map. | Andrei Karas | 3 | -10/+10 |
2015-10-15 | Simplify setWall function in map. | Andrei Karas | 2 | -2/+2 |
2015-10-15 | Remove CHARACTER and MONSTER block mask and block type because it unused. | Andrei Karas | 5 | -12/+4 |
2015-10-15 | Remove old mana forgotten memory allocations from map. | Andrei Karas | 2 | -46/+27 |