summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Fix screenshots path in nacl.Andrei Karas2-3/+10
2015-12-15Add support for sending screenshot to js side in nacl.Andrei Karas1-0/+7
2015-12-15Replace all left OpenGL calls in mobile and modern backends to defines.Andrei Karas4-9/+13
2015-12-15Fix compilation in nacl.Andrei Karas1-0/+3
2015-12-15Replace in openglimagehelper all gl functions calls into defines.Andrei Karas2-7/+13
2015-12-15Add safeopenglimagehelper for using in safe opengl mode only.Andrei Karas9-24/+693
2015-12-15add defines for all nacl functions in interface PPB_OpenGLES2.Andrei Karas1-0/+217
2015-12-15Enable writing to android or nacl log if enabled debug log in settings.Andrei Karas2-7/+18
2015-12-15Fix manual set resolution in nacl.Andrei Karas3-3/+29
2015-12-14Fix make files.Andrei Karas2-2/+2
2015-12-14Move soundconsts.h into const directory.Andrei Karas13-16/+25
2015-12-14Move mapconsts.h into const directory.Andrei Karas13-16/+19
2015-12-14Move netconsts.h into const directory.Andrei Karas5-7/+8
2015-12-14Move chatconsts into const directory.Andrei Karas18-20/+26
2015-12-14Move emoteshortcutconsts.h into const directory.Andrei Karas5-7/+8
2015-12-14Add missing files into make files.Andrei Karas2-0/+2
2015-12-14Move constant touchActionDataSize into touchactionmodel.cppAndrei Karas2-1/+2
2015-12-14Move skillconsts from resources int consts directory.Andrei Karas9-11/+12
2015-12-14Move skill error defines into separate file.Andrei Karas4-34/+66
2015-12-13Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cppAndrei Karas2-2/+2
2015-12-13Move theme related constants into separate file.Andrei Karas6-3/+38
2015-12-13Move constant MAGIC_START_ID into textcommandeditor.cppAndrei Karas2-2/+2
2015-12-13Move equipment related constants into separate file.Andrei Karas6-2/+37
2015-12-13Move timer constants into separate file.Andrei Karas7-5/+39
2015-12-13Move spells and graphics related constants into separate files.Andrei Karas26-25/+103
2015-12-13Add pragmas for prevent warnings about unused constants in simple types.Andrei Karas44-3/+218
2015-12-13Move nacl messages related functions into separate file.Andrei Karas7-86/+149
2015-12-13Fix compilation errors with some flags.Andrei Karas1-18/+14
2015-12-13Fix code style.Andrei Karas9-28/+39
2015-12-13Fix compilation warning.Andrei Karas1-2/+2
2015-12-13Allow resize nacl window with OpenGL without recreating context.Andrei Karas6-12/+73
2015-12-13Not build unsupported render backends on nacl.Andrei Karas9-60/+104
2015-12-12Fix compilation warning.Andrei Karas1-2/+2
2015-12-12Fix warnings in nacl.Andrei Karas3-8/+18
2015-12-12Hide "detect best mode" in nacl.Andrei Karas2-3/+3
2015-12-12Fix render fallback. In nacl fallback to software mode.Andrei Karas1-3/+4
2015-12-12Replace glGetString into mglGetString.Andrei Karas4-5/+15
2015-12-11Not allow select unsupported renderers in nacl.Andrei Karas3-2/+87
2015-12-11Dont request max verticies count on nacl.Andrei Karas1-0/+4
2015-12-11Add pseudo function for some gl calls.Andrei Karas6-77/+107
2015-12-11Add nacl gl init and nacl defines and includes in most files.Andrei Karas13-55/+168
2015-12-11Add nacl gl functions.Andrei Karas3-0/+95
2015-12-11Fix warnings in mobileopengl2graphics.Andrei Karas1-75/+93
2015-12-11Remove commented code from mobileopengl2graphics.Andrei Karas1-13/+0
2015-12-11In mobileopengl2graphics update texture size uniform only if size changed.Andrei Karas2-5/+15
2015-12-11Impliment initial mobileopengl2graphics as OpenGL ES 2 backend.Andrei Karas5-162/+170
2015-12-10Add pointer to OpenGL function glActiveTexture.Andrei Karas5-6/+31
2015-12-10Dont use VAO in mobileopengl2graphics in nacl.Andrei Karas2-0/+8
2015-12-10Remove all element buffer references from mobile opengl 2 backend.Andrei Karas2-32/+0
2015-12-10Reorder defines in renderers.Andrei Karas1-9/+36