Commit graph

12 commits

Author SHA1 Message Date
UnknownShadow200
85d0a980ec Webclient: Make it easier to change where default texture pack is downloaded from, and use ccall a little bit less
Also update buildbot scripts
2024-01-09 20:21:24 +11:00
UnknownShadow200
52f3acc285 More documentation updates 2023-09-21 20:48:44 +10:00
UnknownShadow200
9eb115c991 Tidy up plugin compiling instructions, especially for mingw-w64 2023-01-17 20:46:25 +11:00
UnknownShadow200
9f76f39cc7 Fix files not being loaded after saving, and fix documentation for changes 2022-09-12 20:23:31 +10:00
UnknownShadow200
7db720f10f Change webclient hosting documentation to clarify scope a bit better 2021-11-10 17:39:20 +11:00
UnknownShadow200
ce2c3a9607 Update webclient hosting documentation 2021-11-01 18:27:26 +11:00
UnknownShadow200
81f5e829e6 Add documentation in hosting-webclient.md for how to properly design webpage hosting the webclient for mobile devices 2020-11-03 22:43:36 +11:00
UnknownShadow200
399bd8812c Fix tex ids overlay title with high DPI, update hosting-flask.md 2020-08-22 23:44:03 +10:00
UnknownShadow200
2de35be8d9 Fix hosting-webclient.md not working with very recent emscripten
Emscripten doesn't special case '#canvas' to Module['canvas'] anymore, instead it does document.querySelector('#canvas'). So give the canvas element the id of 'canvas' instead of 'GameCanvas' to make it work.

Also change the 'exception thrown' message to include the actual javascript error message.
2020-08-22 16:18:39 +10:00
UnknownShadow200
47e85fcc73
fix link in hosting-webclient.md (good old case sensitivity) 2020-08-20 18:56:05 +10:00
UnknownShadow200
35ed41ab81 Fix wrong link in hosting-webclient.md and simplify hosting-flask.md by combining the 3 html template files into 1 2020-07-08 18:27:13 +10:00
UnknownShadow200
3ce5b1145a Split up misc folder into misc and doc folder 2020-05-29 22:43:10 +10:00
Renamed from misc/hosting-webclient.md (Browse further)