summaryrefslogtreecommitdiff
path: root/src/resources
AgeCommit message (Expand)AuthorFilesLines
2014-09-12fix code style.Andrei Karas1-11/+11
2014-09-10eathena: add missing party invite errors.Andrei Karas2-0/+15
2014-09-06Use skill type struct in skill info.Andrei Karas1-0/+1
2014-09-06Add skill types enum.Andrei Karas1-0/+37
2014-09-06add missing check in itemdb.Andrei Karas1-0/+3
2014-09-06Remove server version check for set item colors palette.Andrei Karas1-14/+4
2014-08-28Allow load itemcolors.xml file in legacy servers.Andrei Karas1-6/+3
2014-08-05Rename walkMask into blockWalkMask.Andrei Karas5-19/+18
2014-08-03add missing consts.Andrei Karas7-7/+7
2014-08-03Fix some casts.Andrei Karas4-9/+10
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-30Rename player_node variable into localPlayer.Andrei Karas2-8/+8
2014-07-27Remove some evol server checks.Andrei Karas3-6/+0
2014-07-23Add include support in remap db.Andrei Karas1-0/+7
2014-07-23In map remap db add patch and split files loading.Andrei Karas2-5/+7
2014-07-18Fix code style.Andrei Karas1-1/+0
2014-07-16Add max texture size detection for all modes.Andrei Karas1-1/+2
2014-07-14Fix code style.Andrei Karas2-1/+14
2014-07-13Fix signed/unsigned type for some vars.Andrei Karas2-2/+4
2014-07-13Fix code style.Andrei Karas7-43/+54
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas1-2/+3
2014-07-09Add empty map mode without collisions.Andrei Karas5-33/+42
2014-07-06Add some item text attributes.Andrei Karas1-10/+24
2014-07-05Fix code style.Andrei Karas4-5/+7
2014-07-03Fix translation issue in useButton attributes in items.xml.Andrei Karas1-2/+4
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas5-36/+95
2014-07-03In inventory disable use button if selected item unusable.Andrei Karas1-3/+3
2014-07-03Add into items.xml option useButton.Andrei Karas5-18/+66
2014-07-03Move item type mapping into separate file.Andrei Karas3-67/+90
2014-07-02Use GL_EXT_direct_state_access in copy to texture function.Andrei Karas1-2/+2
2014-07-02Fix compilation warnings.Andrei Karas1-2/+2
2014-07-01Move bindtexture in openglimagehelper into separate file.Andrei Karas2-21/+29
2014-07-01In atlasmanager use copy surface to image function.Andrei Karas2-25/+16
2014-07-01Add to image helper function to copy surface into part of image.Andrei Karas7-14/+107
2014-07-01Dont invalidate non existing images.Andrei Karas1-1/+1
2014-06-28Dont fail on missing images.Andrei Karas1-1/+1
2014-06-23Dont call glTexEnvf in mobileopengl and modernopengl.Andrei Karas1-1/+2
2014-06-22Add profiler lines into some functions.Andrei Karas4-0/+56
2014-06-15Add OpenGL extension GL_ARB_invalidate_subdata.Andrei Karas6-0/+33
2014-06-15Remove debug logging in maplayer.Andrei Karas1-1/+0
2014-06-14fix modernoepngl drawing.Andrei Karas1-2/+13
2014-06-13In modernopengl add support for buffered draw tile collection.Andrei Karas2-2/+3
2014-06-08Add shaderprogram class.Andrei Karas2-0/+30
2014-06-08Add ShaderManager and Shader class.Andrei Karas2-1/+30
2014-06-08copy mobileopengl into modernopengl.Andrei Karas2-1/+5
2014-06-08Add Modern OpenGL render type.Andrei Karas3-4/+11
2014-06-07fix code style.Andrei Karas7-13/+517
2014-06-06Fix compilation with some options.Andrei Karas4-6/+6
2014-06-04Create empty OpenGL textures in batches.Andrei Karas10-41/+71
2014-06-03Fix wrong includes.Andrei Karas1-1/+1