summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-17Rename keydata into inputactiondata.Andrei Karas9-31/+31
2014-07-17Rename keyboarddata into inputactionmap.Andrei Karas4-3/+3
2014-07-17Add GLX_CONTEXT_PROFILE_MASK_ARB into OpenGL defines.Andrei Karas1-0/+4
2014-07-17For old configuration restore move to target distance to attack range.Andrei Karas1-0/+3
2014-07-17Allow to set move to target distance from 1 to 9.Andrei Karas2-20/+13
2014-07-16Move mirrors for get client version into branding file.Andrei Karas2-7/+15
2014-07-16Move urls for client update into branding file.Andrei Karas2-12/+20
2014-07-16Run video mode detection.Andrei Karas2-3/+3
2014-07-16In tests compare fps * 10.Andrei Karas1-4/+4
2014-07-16Recreate config file for tests on each run.Andrei Karas1-0/+1
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