summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2012-06-17Replace SDL int types to C++ types.Andrei Karas8-40/+40
2012-06-15Fix code style.Andrei Karas1-16/+15
2012-06-14Fix compilation error with clang.Andrei Karas1-4/+8
2012-06-11Fix code style.Andrei Karas4-3/+6
2012-06-10Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper.Andrei Karas10-572/+793
2012-06-10Move SubImage class to separate file.Andrei Karas4-138/+215
2012-06-09Move static methods from Image class to ImageHelper class.Andrei Karas6-740/+767
2012-06-08Add to npc option targetSelection to allow/disallow npc selection.Andrei Karas3-9/+27
2012-06-07Get real desktop dir in linux for screenshots.Andrei Karas1-3/+4
2012-06-07More improve load image speed in opengl mode.Andrei Karas3-31/+98
2012-06-06Dump surface format at start.Andrei Karas2-2/+23
2012-06-06Fix some issues after auto checking.Andrei Karas3-10/+12
2012-06-05Fix code style.Andrei Karas1-2/+4
2012-06-05Fix OpenGL fast image load. Add also check for rmaks.Andrei Karas1-8/+2
2012-06-04Improve images load speed in openGL modes for correct image sizes.Andrei Karas1-9/+20
2012-06-04Fix default animation in actions with missing dead animation (for old servers)Andrei Karas1-2/+4
2012-06-03Improve a bit animation speed.Andrei Karas2-21/+8
2012-06-03Improve dye speed.Andrei Karas3-23/+46
2012-05-31Add sittop sprites support.Andrei Karas5-0/+10
2012-05-31Add support for each hair style own palete.Andrei Karas4-29/+13
2012-05-17Add support for normal internal texture format (before was old format).Andrei Karas1-1/+1
2012-05-11Add alt emotes id support.Andrei Karas2-1/+18
2012-05-05Improve images drawing and remove some useless code.Andrei Karas2-187/+0
2012-04-28Fix code style and add some checks.Andrei Karas1-4/+14
2012-04-27Add option for enable textures compression (disabled by default)Andrei Karas2-2/+24
2012-04-25Improve iterators part 2.Andrei Karas7-28/+24
2012-04-07Add option to enable/disable texture blurring. (GL_LINEAR/GL_LINEAR)Andrei Karas2-2/+15
2012-04-01Last part of fixes.Andrei Karas5-22/+15
2012-04-01One part of fixes after auto checking.Andrei Karas1-1/+1
2012-03-29Replace vectors with strings to short names.Andrei Karas12-34/+25
2012-03-27Extend sequence animation tag. Allow set in attribute value any frame numbers.Andrei Karas2-20/+105
2012-03-27Add pause animation tag.Andrei Karas3-1/+14
2012-03-14Add support for other gender.Andrei Karas2-3/+6
2012-03-13Use per race equipment sprites.Andrei Karas3-13/+30
2012-03-09Add new dye mode S.Andrei Karas2-9/+43
2012-03-04Fix copyrights.Andrei Karas2-2/+2
2012-03-02Move texture settings.Andrei Karas1-3/+4
2012-03-02Use FBO for screenshots. Disabled for windows.Andrei Karas1-1/+2
2012-02-26Fix incorrect last dead frame delay for old servers.Andrei Karas6-4/+66
2012-02-24More copyright fixes.Andrei Karas2-0/+2
2012-02-18Fix code style.Andrei Karas3-6/+15
2012-02-15Replace some hardcoded dir separator to physfs.Andrei Karas1-2/+2
2012-02-09Add NotVersion map layer property.Andrei Karas1-0/+2
2012-02-09Add Hidden layer property. If it set to 1 then client will ignore this layer.Andrei Karas1-6/+23
2012-02-08Fix compilation errors and more style.Andrei Karas1-2/+4
2012-02-08Fix code style with new tool.Andrei Karas4-36/+35
2012-02-06Use client data translation. For now language same as gui language.Andrei Karas4-8/+8
2012-02-05Separate map class to map and maplayer.Andrei Karas1-0/+1
2012-02-03Add some missing getters.Andrei Karas6-13/+14
2012-02-02Load hair colors from itemcolors.xml.Andrei Karas1-10/+36