Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-27 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-10-26 | Android compilation fixes. | Andrei Karas | 1 | -0/+7 | |
2012-10-26 | Add initial version of mobile OpenGL backend. | Andrei Karas | 4 | -4/+20 | |
2012-10-25 | Add support for different hover/pickup cursors for monsters, npc, items, etc. | Andrei Karas | 9 | -4/+164 | |
In monsters.xml new monster attribute: hoverCursor - default value "attack". In npcs.xml new npc attribute: hoverCursor - default value "talk". In items.xml new item attribute: pickupCursor - default value "pickup". Warps using "up" cursor for now. | |||||
2012-10-23 | Fix texture sampler settings again. | Andrei Karas | 1 | -1/+1 | |
2012-10-23 | Fix texture sampler settings. | Andrei Karas | 1 | -1/+0 | |
2012-10-23 | Move OpenGL error conversion to string to graphicsmanager. | Andrei Karas | 1 | -25/+3 | |
2012-10-23 | Set for all textures max mipmap level to 0. | Andrei Karas | 1 | -0/+2 | |
2012-10-23 | Add support for OpenGL debug extensions. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -1/+1 | |
2012-10-17 | Add OpenGL support for Android builds (partially). | Andrei Karas | 4 | -7/+26 | |
2012-10-16 | Fix code style and some other minor issues. | Andrei Karas | 2 | -8/+10 | |
2012-10-16 | Fix some signed/unsigned chars issues. | Andrei Karas | 4 | -4/+4 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 19 | -26/+26 | |
2012-10-11 | Replace some getters to direct fileds using. | Andrei Karas | 2 | -5/+5 | |
2012-10-10 | Fix code style. | Andrei Karas | 3 | -3/+15 | |
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 19 | -0/+80 | |
2012-10-09 | Fix some stlport issues. | Andrei Karas | 3 | -32/+3 | |
2012-10-08 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-10-08 | Fix compilation errors and warnings in different modes. | Andrei Karas | 3 | -2/+6 | |
2012-10-06 | Improve map draw speed in fast opengl. | Andrei Karas | 2 | -9/+6 | |
2012-10-06 | Add particle effect miss-effect-id to items and monsters. | Andrei Karas | 6 | -10/+28 | |
2012-10-06 | Fix monster particle effects. | Andrei Karas | 1 | -2/+3 | |
2012-10-06 | Fix default particle effects in attacks. | Andrei Karas | 3 | -1/+14 | |
Was broken in previous commits. Also add default value for "effectId" in paths.xml (by default -1) | |||||
2012-10-05 | Second part adding mob particle effects for attacks. | Andrei Karas | 3 | -4/+19 | |
Base on commit from mana afa134640b2e2c7c0f28a54c8691545848795dd9 by Yohann Ferreira | |||||
2012-10-05 | first part for adding mobs particle effects. | Andrei Karas | 3 | -23/+22 | |
Based on mana commit b35aef2d924f03d85eb44a2465be5a745444eafd by Yohann Ferreira | |||||
2012-10-03 | Partial fix for working without resource caching. | Andrei Karas | 1 | -3/+7 | |
2012-10-03 | fix memory problems with atlases. | Andrei Karas | 3 | -5/+41 | |
2012-10-03 | Add support for dye in atlasmanager. | Andrei Karas | 1 | -6/+22 | |
2012-10-02 | Remove most C casts. | Andrei Karas | 2 | -5/+5 | |
2012-10-02 | fix code style. | Andrei Karas | 1 | -2/+3 | |
2012-10-02 | Fix monsters attack with particle effect. | Andrei Karas | 1 | -3/+9 | |
2012-10-01 | Using GL_ARB_sampler_objects. | Andrei Karas | 2 | -15/+33 | |
2012-09-30 | Improve debuging resource allocation. | Andrei Karas | 1 | -8/+5 | |
2012-09-30 | Some fixes in atlases deletion. | Andrei Karas | 5 | -21/+56 | |
2012-09-30 | Dump in resource list also ref count. | Andrei Karas | 2 | -25/+70 | |
2012-09-30 | Override inc/dec ref to add/remove atlas images to resource cache. | Andrei Karas | 3 | -11/+68 | |
2012-09-30 | Fix memory leak in mapdb. | Andrei Karas | 1 | -2/+2 | |
2012-09-30 | Disable atlases debug information. | Andrei Karas | 1 | -7/+7 | |
2012-09-30 | Some error fixes in atlases. | Andrei Karas | 5 | -3/+27 | |
Check if image already in cache and check for mapinfo before using it. | |||||
2012-09-30 | add atlas textures support. | Andrei Karas | 15 | -16/+499 | |
2012-09-30 | Load additional info about maps from maps.xml. | Andrei Karas | 2 | -1/+78 | |
For now here only atlases information. | |||||
2012-09-29 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-09-28 | fix null pointer from previous commits. | Andrei Karas | 1 | -6/+15 | |
2012-09-28 | Change deleted resource list from map to vector. | Andrei Karas | 2 | -8/+8 | |
2012-09-28 | Add source field to each resources. | Andrei Karas | 2 | -5/+12 | |
2012-09-27 | Add support for deleted resource list in resourse manager. | Andrei Karas | 2 | -1/+33 | |
2012-09-27 | Show in resource releases texture id. | Andrei Karas | 2 | -0/+17 | |
2012-09-24 | Fix compilation errors. | Andrei Karas | 11 | -1/+22 | |
2012-09-23 | Add missing final keywords to classes. | Andrei Karas | 20 | -27/+26 | |