summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Allow reinit configuration files.Andrei Karas3-2/+30
2012-10-08Enable texture sampler by default only for Nvidia driver.Andrei Karas2-1/+2
2012-10-08Store OpenGL renderer and vendor in graphics manager.Andrei Karas3-19/+28
2012-10-08improve map draw speed.Andrei Karas9-61/+74
2012-10-06Disable rectangular textures if texture sampler enabled.Andrei Karas2-1/+6
2012-10-06Improve map draw speed in fast opengl.Andrei Karas9-15/+26
2012-10-06Add particle effect miss-effect-id to items and monsters.Andrei Karas9-54/+102
2012-10-06Fix monster particle effects.Andrei Karas2-4/+5
2012-10-06Fix default particle effects in attacks.Andrei Karas7-9/+39
2012-10-05Second part adding mob particle effects for attacks.Andrei Karas5-7/+35
2012-10-05first part for adding mobs particle effects.Andrei Karas7-68/+66
2012-10-05Fix chat logs dir in command line parameters.Andrei Karas1-4/+3
2012-10-05Fix fallback in corrupted texture sampler.Andrei Karas1-1/+2
2012-10-04Read max fbo size.Andrei Karas2-0/+13
2012-10-04Add support for padding in progress bars.Andrei Karas21-106/+178
2012-10-04Add text fileds cursor (caret) color.Andrei Karas13-10/+23
2012-10-04Fix padding in some themes.Andrei Karas17-32/+68
2012-10-04Fix popups sizes and padding.Andrei Karas8-111/+90
2012-10-04Fix sounds in npc and quit dialogs.Andrei Karas2-1/+6
2012-10-04Add some contibutors to sound effects list.Andrei Karas1-0/+4
2012-10-03Add sound effects for open/close windows.Andrei Karas34-7/+56
2012-10-03Partial fix for working without resource caching.Andrei Karas1-3/+7
2012-10-03fix memory problems with atlases.Andrei Karas3-5/+41
2012-10-03Add support for dye in atlasmanager.Andrei Karas1-6/+22
2012-10-02fix chat window resize cursor and some other possible issues.Andrei Karas2-4/+4
2012-10-02Fix some conversions.Andrei Karas10-19/+22
2012-10-02Remove most C casts.Andrei Karas7-58/+78
2012-10-02fix code style.Andrei Karas2-4/+3
2012-10-02Fix monsters attack with particle effect.Andrei Karas1-3/+9
2012-10-01Using GL_ARB_sampler_objects.Andrei Karas7-21/+119
2012-10-01Add OpenGL GL_ARB_sampler_objects extension binding.Andrei Karas3-13/+37
2012-10-01Improve emotes window draw speed.Andrei Karas2-12/+22
2012-09-30Improve debuging resource allocation.Andrei Karas3-12/+16
2012-09-30Some fixes in atlases deletion.Andrei Karas5-21/+56
2012-09-30Dump in resource list also ref count.Andrei Karas2-25/+70
2012-09-30Override inc/dec ref to add/remove atlas images to resource cache.Andrei Karas3-11/+68
2012-09-30Fix memory leak in mapdb.Andrei Karas1-2/+2
2012-09-30Disable atlases debug information.Andrei Karas1-7/+7
2012-09-30Some error fixes in atlases.Andrei Karas6-4/+28
2012-09-30fix code style.Andrei Karas2-2/+2
2012-09-30Add option to enable/disable texture atlases.Andrei Karas1-0/+3
2012-09-30add atlas textures support.Andrei Karas25-23/+541
2012-09-30Load additional info about maps from maps.xml.Andrei Karas2-1/+78
2012-09-29Fix compilation with gcc 4.6v1.2.9.30Andrei Karas1-0/+7
2012-09-29Add equipment background to equipment window in some themes.Andrei Karas3-0/+0
2012-09-29Change version to 1.2.9.30Andrei Karas8-7/+18
2012-09-29Update translations.Andrei Karas2-93/+95
2012-09-29fix code style.Andrei Karas1-1/+1
2012-09-28Fix textbox font color.Andrei Karas3-18/+4
2012-09-28fix null pointer from previous commits.Andrei Karas1-6/+15