index
:
HoraK-FDF/plus
CI_test_var
c++17_deprecated_func
ci_checks
ci_clang-tidy
ci_clang3x
ci_clang4_5
ci_clang6
ci_clang7
ci_customnls
ci_deheader
ci_fedora
ci_gcc-snapshot
ci_gcc10
ci_gcc10_tests
ci_gcc3
ci_gcc49
ci_gcc4x
ci_gcc5
ci_gcc6
ci_gcc6_tests
ci_gcc7
ci_gcc7_tests
ci_gcc8
ci_gcc8_tests
ci_gcc9
ci_gcc9_tests
ci_glibcdebug
ci_h
ci_main1
ci_malloc
ci_mse
ci_mxe
ci_site
ci_xmllibs
citest
gl-move_ci-test
jesusalva/diagonal
jesusalva/itpopup
jesusalva/mverse
keep_password
mageia2
mageia3
mageiabranch
master
stable
stripped
Advanced game client for tmwAthena and Evol2 servers.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-15
Add support for sending screenshot to js side in nacl.
Andrei Karas
1
-0
/
+7
2015-12-15
Replace all left OpenGL calls in mobile and modern backends to defines.
Andrei Karas
4
-9
/
+13
2015-12-15
Fix compilation in nacl.
Andrei Karas
1
-0
/
+3
2015-12-15
Replace in openglimagehelper all gl functions calls into defines.
Andrei Karas
2
-7
/
+13
2015-12-15
Add safeopenglimagehelper for using in safe opengl mode only.
Andrei Karas
9
-24
/
+693
2015-12-15
add defines for all nacl functions in interface PPB_OpenGLES2.
Andrei Karas
1
-0
/
+217
2015-12-15
Enable writing to android or nacl log if enabled debug log in settings.
Andrei Karas
2
-7
/
+18
2015-12-15
Fix manual set resolution in nacl.
Andrei Karas
3
-3
/
+29
2015-12-15
Update translations.
Andrei Karas
40
-15915
/
+16979
2015-12-14
Fix make files.
Andrei Karas
2
-2
/
+2
2015-12-14
Move soundconsts.h into const directory.
Andrei Karas
13
-16
/
+25
2015-12-14
Move mapconsts.h into const directory.
Andrei Karas
13
-16
/
+19
2015-12-14
Move netconsts.h into const directory.
Andrei Karas
5
-7
/
+8
2015-12-14
Move chatconsts into const directory.
Andrei Karas
18
-20
/
+26
2015-12-14
Move emoteshortcutconsts.h into const directory.
Andrei Karas
5
-7
/
+8
2015-12-14
Add missing files into make files.
Andrei Karas
2
-0
/
+2
2015-12-14
Move constant touchActionDataSize into touchactionmodel.cpp
Andrei Karas
2
-1
/
+2
2015-12-14
Move skillconsts from resources int consts directory.
Andrei Karas
9
-11
/
+12
2015-12-14
Move skill error defines into separate file.
Andrei Karas
4
-34
/
+66
2015-12-13
Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cpp
Andrei Karas
2
-2
/
+2
2015-12-13
Move theme related constants into separate file.
Andrei Karas
6
-3
/
+38
2015-12-13
Move constant MAGIC_START_ID into textcommandeditor.cpp
Andrei Karas
2
-2
/
+2
2015-12-13
Move equipment related constants into separate file.
Andrei Karas
6
-2
/
+37
2015-12-13
Move timer constants into separate file.
Andrei Karas
7
-5
/
+39
2015-12-13
Move spells and graphics related constants into separate files.
Andrei Karas
26
-25
/
+103
2015-12-13
Add pragmas for prevent warnings about unused constants in simple types.
Andrei Karas
44
-3
/
+218
2015-12-13
Move nacl messages related functions into separate file.
Andrei Karas
7
-86
/
+149
2015-12-13
Fix compilation errors with some flags.
Andrei Karas
1
-18
/
+14
2015-12-13
Fix code style.
Andrei Karas
9
-28
/
+39
2015-12-13
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2015-12-13
Allow resize nacl window with OpenGL without recreating context.
Andrei Karas
6
-12
/
+73
2015-12-13
Not build unsupported render backends on nacl.
Andrei Karas
9
-60
/
+104
2015-12-12
Fix compilation warning.
Andrei Karas
1
-2
/
+2
2015-12-12
Fix warnings in nacl.
Andrei Karas
3
-8
/
+18
2015-12-12
Add into help/team people who working on nacl version.
Andrei Karas
1
-0
/
+4
2015-12-12
Hide "detect best mode" in nacl.
Andrei Karas
2
-3
/
+3
2015-12-12
Fix render fallback. In nacl fallback to software mode.
Andrei Karas
1
-3
/
+4
2015-12-12
Replace glGetString into mglGetString.
Andrei Karas
4
-5
/
+15
2015-12-11
Not allow select unsupported renderers in nacl.
Andrei Karas
3
-2
/
+87
2015-12-11
Dont request max verticies count on nacl.
Andrei Karas
1
-0
/
+4
2015-12-11
Add pseudo function for some gl calls.
Andrei Karas
6
-77
/
+107
2015-12-11
Add nacl gl init and nacl defines and includes in most files.
Andrei Karas
13
-55
/
+168
2015-12-11
Add nacl gl functions.
Andrei Karas
3
-0
/
+95
2015-12-11
Fix warnings in mobileopengl2graphics.
Andrei Karas
1
-75
/
+93
2015-12-11
Remove commented code from mobileopengl2graphics.
Andrei Karas
1
-13
/
+0
2015-12-11
In mobileopengl2graphics update texture size uniform only if size changed.
Andrei Karas
2
-5
/
+15
2015-12-11
Impliment initial mobileopengl2graphics as OpenGL ES 2 backend.
Andrei Karas
5
-162
/
+170
2015-12-10
Add pointer to OpenGL function glActiveTexture.
Andrei Karas
5
-6
/
+31
2015-12-10
Dont use VAO in mobileopengl2graphics in nacl.
Andrei Karas
2
-0
/
+8
2015-12-10
Remove all element buffer references from mobile opengl 2 backend.
Andrei Karas
2
-32
/
+0
[next]