Commit Graph

14 Commits

Author SHA1 Message Date
Milan Nikolic
7e4e58029a Add some options 2025-06-14 01:45:32 +02:00
Milan Nikolic
f556285ad5 Move reader 2025-06-13 21:20:11 +02:00
Milan Nikolic
933b5eef22 Update handlers 2025-06-13 20:36:55 +02:00
thibault.dupuy
7b60039e66 Handle IE11 2021-01-21 15:51:16 +01:00
thibault.dupuy
89298de3e9 Handle IE11 2021-01-21 15:39:21 +01:00
RandomErrorMessage
6b28dfec25 removed unused function parameter 2019-09-27 02:30:44 -07:00
RandomErrorMessage
ff09bbeff4 bugfix: missing string addition in javascript 2019-09-27 02:30:29 -07:00
iDigitalFlame
13385ba650 Remove the string replacement of the bind address/port
Removes the bind address in favor of using JS to auto detect the location and use instead.  "window.location.host" will point to the proper endpoint.
If the server is at "10.10.10.10", 'new WebSocket("ws://" + window.location.host + "/socket");' would be created at "ws://10.10.10.10". The "window.location.host" property also includes the port number as well.
This should fix the current open issue with websockets on HTML not rendering properly when the "-bind" option is omitted.
2018-11-30 21:42:03 +00:00
Milan Nikolic
7392d8d9b8 WebGL is now default 2018-01-27 01:59:46 +01:00
Milan Nikolic
a9c82d2d6e Add option to draw images with WebGL 2017-10-06 10:29:21 +02:00
Milan Nikolic
29e9f6a562 Format HTML 2017-10-05 21:44:19 +02:00
Milan Nikolic
24fffe2c3f Format HTML, improve performance a bit 2017-10-05 20:40:33 +02:00
Milan Nikolic
3dc3aa1796 Remove CSS and add table 2017-10-05 17:36:20 +02:00
Milan Nikolic
2ad5743f5f Initial commit 2017-10-03 20:50:11 +02:00