summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-16Add max texture size detection for all modes.Andrei Karas8-47/+60
2014-07-16Add support for modern OpenGL in renderers tests.Andrei Karas3-12/+68
2014-07-15Fix make file.Andrei Karas1-1/+0
2014-07-15Remove SDLMain.h because it was unused.Andrei Karas1-11/+0
2014-07-15Add useButton option to skills.xml.Andrei Karas3-0/+8
2014-07-15Add net function readInt8 and use it for item pixel offset.Andrei Karas3-4/+18
2014-07-15On Android move login dialog to top border.Andrei Karas1-7/+14
2014-07-14Rename "Enable reorder sprites" option.Andrei Karas1-2/+2
2014-07-14Change refine type to uint8_t.Andrei Karas12-29/+38
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas28-209/+208
2014-07-14Fix code style.Andrei Karas7-6/+32
2014-07-13Fix signed/unsigned type for some vars.Andrei Karas5-6/+19
2014-07-13Fix code style.Andrei Karas27-94/+112
2014-07-12Add macro for checking OpenGL function is it null or not null.Andrei Karas10-12/+53
2014-07-12Add functions to get ARB or EXT OpenGL functions.Andrei Karas3-36/+47
2014-07-12Simplify assignFunction and add two args function assignFunction2.Andrei Karas4-112/+120
2014-07-12Fix logging about emulated OpenGL functions.Andrei Karas1-1/+1
2014-07-11Disable OpenGL mode fallback if test running.Andrei Karas1-1/+1
2014-07-10In OpenGL context creation add support for compatability context.Andrei Karas7-27/+60
2014-07-10Fix OpenGL renderers fallback.Andrei Karas1-1/+2
2014-07-09Improve initial OpenGL state.Andrei Karas7-45/+43
2014-07-09Add empty map mode without collisions.Andrei Karas12-61/+77
2014-07-07fix possible memory leak in texture compression detection.Andrei Karas1-0/+1
2014-07-06Add some item text attributes.Andrei Karas1-10/+24
2014-07-05Fix wrong configuration if OpenGL detected less than 1.1 version.v1.4.7.5Andrei Karas1-0/+4
2014-07-05Change version to 1.4.7.5.Andrei Karas1-2/+2
2014-07-05Fix code style.Andrei Karas13-41/+46
2014-07-04Add another mirror into manaplus downloads list.Andrei Karas1-4/+8
2014-07-03Fix translation issue in useButton attributes in items.xml.Andrei Karas1-2/+4
2014-07-03Use useButton attribute also in popup menu.Andrei Karas1-19/+9
2014-07-03Add item attribute useButton2 and use it in inventory.Andrei Karas6-37/+97
2014-07-03In inventory disable use button if selected item unusable.Andrei Karas2-8/+16
2014-07-03Use "useButton" item attribute in inventory window.Andrei Karas1-18/+6
2014-07-03Add into items.xml option useButton.Andrei Karas5-18/+66
2014-07-03Move item type mapping into separate file.Andrei Karas5-67/+94
2014-07-03Disable by default texture atlases on Android.Andrei Karas1-0/+4
2014-07-02Use GL_EXT_direct_state_access in copy to texture function.Andrei Karas1-2/+2
2014-07-02Add basic support for functions from OpenGL extension GL_EXT_direct_state_acc...Andrei Karas9-0/+116
2014-07-02Rename some variables in renderers.Andrei Karas7-61/+61
2014-07-02Fix background musis if it was enabled by quck enable action.Andrei Karas3-14/+22
2014-07-02Fix resize in modernopengl with own context in SDL1.2 build.Andrei Karas10-8/+63
2014-07-02Fix compilation error with SDL2.Andrei Karas1-2/+1
2014-07-02Fix compilation warnings.Andrei Karas1-2/+2
2014-07-01Move bindtexture in openglimagehelper into separate file.Andrei Karas2-21/+29
2014-07-01Fix compilation with some debug flags.Andrei Karas3-0/+5
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-30Enable texture atlases for modernopengl.Andrei Karas1-1/+3
2014-06-29Remove useless bool return value from renderers.Andrei Karas16-223/+163