Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-06 | Fix default particle effects in attacks. | Andrei Karas | 7 | -9/+39 | |
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 | 5 | -7/+35 | |
Base on commit from mana afa134640b2e2c7c0f28a54c8691545848795dd9 by Yohann Ferreira | |||||
2012-10-05 | first part for adding mobs particle effects. | Andrei Karas | 7 | -68/+66 | |
Based on mana commit b35aef2d924f03d85eb44a2465be5a745444eafd by Yohann Ferreira | |||||
2012-10-05 | Fix chat logs dir in command line parameters. | Andrei Karas | 1 | -4/+3 | |
2012-10-05 | Fix fallback in corrupted texture sampler. | Andrei Karas | 1 | -1/+2 | |
2012-10-04 | Read max fbo size. | Andrei Karas | 2 | -0/+13 | |
2012-10-04 | Add support for padding in progress bars. | Andrei Karas | 21 | -106/+178 | |
Also fixed progress bars size. New progress bar attributes: fillPadding - padding for will rectangle padding - normal padding for bar | |||||
2012-10-04 | Add text fileds cursor (caret) color. | Andrei Karas | 13 | -10/+23 | |
New theme colors: CARET | |||||
2012-10-04 | Fix padding in some themes. | Andrei Karas | 17 | -32/+68 | |
2012-10-04 | Fix popups sizes and padding. | Andrei Karas | 8 | -111/+90 | |
2012-10-04 | Fix sounds in npc and quit dialogs. | Andrei Karas | 2 | -1/+6 | |
2012-10-04 | Add some contibutors to sound effects list. | Andrei Karas | 1 | -0/+4 | |
artisticdude Cori Samuel psi-plus contributors | |||||
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 34 | -7/+56 | |
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 | fix chat window resize cursor and some other possible issues. | Andrei Karas | 2 | -4/+4 | |
2012-10-02 | Fix some conversions. | Andrei Karas | 10 | -19/+22 | |
2012-10-02 | Remove most C casts. | Andrei Karas | 7 | -58/+78 | |
2012-10-02 | fix code style. | Andrei Karas | 2 | -4/+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 | 7 | -21/+119 | |
2012-10-01 | Add OpenGL GL_ARB_sampler_objects extension binding. | Andrei Karas | 3 | -13/+37 | |
2012-10-01 | Improve emotes window draw speed. | Andrei Karas | 2 | -12/+22 | |
2012-09-30 | Improve debuging resource allocation. | Andrei Karas | 3 | -12/+16 | |
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 | 6 | -4/+28 | |
Check if image already in cache and check for mapinfo before using it. | |||||
2012-09-30 | fix code style. | Andrei Karas | 2 | -2/+2 | |
2012-09-30 | Add option to enable/disable texture atlases. | Andrei Karas | 1 | -0/+3 | |
2012-09-30 | add atlas textures support. | Andrei Karas | 25 | -23/+541 | |
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 compilation with gcc 4.6v1.2.9.30 | Andrei Karas | 1 | -0/+7 | |
2012-09-29 | Add equipment background to equipment window in some themes. | Andrei Karas | 3 | -0/+0 | |
2012-09-29 | Change version to 1.2.9.30 | Andrei Karas | 8 | -7/+18 | |
2012-09-29 | Update translations. | Andrei Karas | 2 | -93/+95 | |
2012-09-29 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-09-28 | Fix textbox font color. | Andrei Karas | 3 | -18/+4 | |
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-28 | remove unused guichan class. | Andrei Karas | 5 | -304/+0 | |
2012-09-28 | Fix mouse handling events in equipment and item amount windows. | Andrei Karas | 2 | -0/+4 | |
2012-09-27 | Add support for deleted resource list in resourse manager. | Andrei Karas | 2 | -1/+33 | |
2012-09-27 | Fix mouse event handling in windows set visible. | Andrei Karas | 1 | -1/+7 | |
2012-09-27 | Show in resource releases texture id. | Andrei Karas | 2 | -0/+17 | |
2012-09-24 | Fix compilation errors. | Andrei Karas | 19 | -1/+38 | |