-added webpage deploymnet stage -added separate build stage which build all binaries and generate documentation -added Emscripten build stage for merge to master only -added VBO batch rendering (current default, no render mode switch yet) -fixed camera positioning calculation -fixed buffer issue with WebGL -added viewport scalling (at least 300 pixels height). Pixels are scalled if screen is bigger. -center demos gameplay area -added fullpage html template for Emscripten build
17 lines
No EOL
212 B
Text
17 lines
No EOL
212 B
Text
*
|
|
!*/
|
|
!**/dub.json
|
|
!libs/
|
|
!*.dll
|
|
!libs/**
|
|
!utils/**/*.d
|
|
!source/**/*.d
|
|
!launcher/**/*.d
|
|
!assets/**
|
|
!external/**/*.d
|
|
!.gitignore
|
|
!compile_wasm.py
|
|
!cimgui.bc
|
|
!emscripten_shell.html
|
|
!emscripten_multi_shell.html
|
|
.dub |