summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-10Add pointer to OpenGL function glBindAttribLocation.Andrei Karas3-1/+9
2015-12-10Add function for load OpenGL ES 2 shaders.Andrei Karas5-8/+31
2015-12-10Add OpenGL ES 2 shaders.Andrei Karas4-0/+36
2015-12-10Move cursor related code into sdlsharedhelper.Andrei Karas5-21/+89
2015-12-10Add support for mobileopengl2 backend (still copy from modern opengl).Andrei Karas9-25/+66
2015-12-10Copy modernopengl into mobileopengl2 backend.Andrei Karas8-13/+1543
2015-12-10Implemented NaCl cursor hiding, custom cursor is supported nowVasily2-4/+19
2015-12-10Disable malloc and realloc in configure.Andrei Karas1-6/+7
2015-12-09Rename "Mobile OpenGL" into "Mobile OpenGL ES".Andrei Karas3-5/+5
2015-12-09Fix cursor position after insert text from clipboard (nacl)Andrei Karas1-0/+1
2015-12-09Add per char gender into tmwa.Andrei Karas2-4/+8
2015-12-05Change version to 1.5.12.5v1.5.12.5Andrei Karas9-9/+19
2015-12-05Update translations.Andrei Karas24-5591/+6531
2015-12-05Add missing final keyword.Andrei Karas1-1/+1
2015-12-05Fix code style.Andrei Karas1-3/+8
2015-12-03Added NaCl messaging and clipboard functionsVasily3-5/+99
2015-12-02Add strong typed bool type Advanced.Andrei Karas10-13/+45
2015-12-02Add strong typed bool type IsSell.Andrei Karas10-9/+40
2015-12-02Add missing images into mana theme in windows installers.Andrei Karas3-0/+3
2015-12-02Added NaCl openBrowser function implementationVasily1-0/+10
2015-12-02Flush log writes in nacl after each log write.Andrei Karas1-0/+3
2015-12-02Fix getprocaddress in nacl.Andrei Karas1-1/+1
2015-12-01Fix OpenGL GLES version detection.Andrei Karas1-2/+16
2015-12-01Add string cut functions.Andrei Karas2-0/+26
2015-12-01Fix compilation nacl with OpenGL (regal).Andrei Karas12-4/+29
2015-12-01Add support for logging in nacl to console.Andrei Karas2-0/+6
2015-12-01Rename LOG_ANDROID into SPECIALLOG.Andrei Karas1-9/+9
2015-12-01Added NaCl data.zip PhysFS supportVasily2-6/+6
2015-11-30Fix compilation for nacl.Andrei Karas1-0/+3
2015-11-30Fix SDL check in configure in nacl.Andrei Karas1-4/+10
2015-11-30In configure move SDL check code into function AC_CHECK_SDL.Andrei Karas1-4/+5
2015-11-29Fix code style.Andrei Karas3-12/+6
2015-11-24Add support for spirit balls effect.Andrei Karas3-2/+60
2015-11-24Allow kill infinite particles if parent particle will be removed.Andrei Karas3-1/+22
2015-11-24Impliment packet SMSG_SPIRIT_BALLS.Andrei Karas5-14/+14
2015-11-23Impliment packet SMSG_SKILL_SNAP (hercules).Andrei Karas3-10/+1
2015-11-23Add skill error about missing spirits.Andrei Karas2-0/+5
2015-11-23Impliment packet SMSG_SKILL_WARP_POINT (hercules)Andrei Karas1-6/+16