08cdbfa Merge development branch

Merged and Committed by Libor Polčák 2 years ago
28 files changed. 2294 lines added. 61 lines removed.
common/code_builders.js
file modified
+1 -1
common/ffbug1267027.js
file modified
+4 -2
common/helpers.js
file modified
+25 -0
common/levels.js
file modified
+116 -12
common/wrappingS-DM.js
file modified
+51 -1
common/wrappingS-H-C.js
file modified
+77 -1
common/wrappingS-HTML-LS.js
file modified
+19 -1
common/wrappingS-MCS.js
file modified
+120 -3
common/wrappingS-NP.js
file added
+333
common/wrappingS-WEBGL.js
file modified
+388 -13
docs/test/audio.js
file added
+110
docs/test/canvas.js
file modified
+103 -1
docs/test/global.css
file modified
+18 -1
docs/test/plugins.js
file added
+37
docs/test/test.html
file modified
+108 -0
docs/test/webgl.js
file added
+125
tests/integration_tests/testing/configuration.py
file modified
+1 -1
tests/integration_tests/testing/conftest.py
file modified
+3 -0
tests/integration_tests/testing/tests_definition/test_canvas.py
file modified
+39 -0
tests/integration_tests/testing/tests_definition/test_hw.py
file modified
+5 -1
tests/integration_tests/testing/tests_definition/test_navigator.py
file modified
+18 -0
tests/integration_tests/testing/tests_definition/test_webaudio.py
file added
+97
tests/integration_tests/testing/tests_definition/test_webgl.py
file added
+136
tests/integration_tests/testing/values_expected.py
file modified
+136 -8
tests/integration_tests/testing/values_getters.py
file modified
+116 -13
tests/integration_tests/testing/values_real.py
file modified
+17 -0
tests/integration_tests/testing/values_tested.py
file modified
+59 -2
tests/integration_tests/testing/web_browser.py
file modified
+32 -0
    Merge development branch
    
        
file modified
+1 -1
file modified
+4 -2
file modified
+25 -0
file modified
+116 -12
file modified
+51 -1
file modified
+77 -1
file modified
+19 -1
file modified
+120 -3
file added
+333
file modified
+388 -13
file added
+110
file modified
+103 -1
file modified
+18 -1
file added
+37
file modified
+108 -0
file added
+125