summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-29Change version to 1.2.9.30Andrei Karas1-2/+2
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
2012-09-28Change deleted resource list from map to vector.Andrei Karas2-8/+8
2012-09-28Add source field to each resources.Andrei Karas2-5/+12
2012-09-28remove unused guichan class.Andrei Karas5-304/+0
2012-09-28Fix mouse handling events in equipment and item amount windows.Andrei Karas2-0/+4
2012-09-27Add support for deleted resource list in resourse manager.Andrei Karas2-1/+33
2012-09-27Fix mouse event handling in windows set visible.Andrei Karas1-1/+7
2012-09-27Show in resource releases texture id.Andrei Karas2-0/+17
2012-09-24Fix compilation errors.Andrei Karas19-1/+38
2012-09-24Remove unused guichan classes.Andrei Karas11-626/+0
2012-09-23Add missing final keywords to classes.Andrei Karas68-77/+81
2012-09-23fix code style.Andrei Karas19-25/+27
2012-09-23Fix unused empty space in onscreen buttons.Andrei Karas1-2/+7
2012-09-23Add to monsters.xml and npcs.xml sort offset parameters.Andrei Karas5-3/+36
2012-09-23Restore mouse cursor if window set visible and have mouse over.Andrei Karas4-1/+69
2012-09-22Restore default close image on window closingAndrei Karas1-0/+2
2012-09-22Add override keyword to most overriden methods.Andrei Karas161-597/+610
2012-09-22Add final keyword to most classes.Andrei Karas229-381/+462
2012-09-21Add to equipment window, background image theming.Andrei Karas2-20/+26
2012-09-20Add theme color for text in popup windows.Andrei Karas7-4/+35
2012-09-20Add missing check in palette.hAndrei Karas1-5/+6
2012-09-20Fix incorrect color access.Andrei Karas2-7/+12
2012-09-19fix compilation warnings.Andrei Karas1-1/+1
2012-09-19Dont resize minimap window if map name very big.Andrei Karas2-5/+27