| Time |
Nickname |
Message |
|
00:14
🔗
|
|
wdna has joined #jsmess |
|
00:23
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
00:34
🔗
|
|
wdna has joined #jsmess |
|
00:40
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
00:54
🔗
|
|
wdna has joined #jsmess |
|
01:02
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
01:14
🔗
|
|
wdna has joined #jsmess |
|
01:19
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
01:34
🔗
|
|
wdna has joined #jsmess |
|
01:45
🔗
|
|
wdna has quit IRC (Ping timeout: 615 seconds) |
|
01:56
🔗
|
|
wdna has joined #jsmess |
|
02:01
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
02:15
🔗
|
|
wdna has joined #jsmess |
|
02:19
🔗
|
|
TSCHAK has joined #jsmess |
|
02:19
🔗
|
TSCHAK |
is it possible to coax sdl_net2 to use secure websockets? |
|
02:20
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
02:27
🔗
|
bai |
TSCHAK: yes, I use wss:// for my PPPoWS implementation I believe |
|
02:27
🔗
|
bai |
I don't recall having to do anything special other yhan the usual cert setup |
|
02:28
🔗
|
TSCHAK |
SDLNet_ResolveHost(&ip,"irata.online",2005); |
|
02:29
🔗
|
TSCHAK |
that's how I am getting an address for SDLNet_TCP_Open()... |
|
02:35
🔗
|
|
wdna has joined #jsmess |
|
02:36
🔗
|
bai |
ah, this is probably the compile-time setting you need to set https://github.com/emscripten-core/emscripten/blob/master/src/settings.js#L351 |
|
02:36
🔗
|
bai |
or it might be possible to set that in the Module |
|
02:37
🔗
|
bai |
ah yeah, right here https://github.com/emscripten-core/emscripten/blob/master/src/settings.js#L340 |
|
02:41
🔗
|
TSCHAK |
how am I supposed to set that (e.g. in my makefile?) |
|
02:42
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
02:42
🔗
|
bai |
-s WEBSOCKET_URL="wss://" at link time, I believe |
|
02:44
🔗
|
TSCHAK |
ah thanks :) |
|
02:44
🔗
|
TSCHAK |
emscripten is most impressive |
|
02:45
🔗
|
TSCHAK |
i've written a PLATO Terminal emulator in C that i've taken across to over a dozen vintage computing platforms, with about a day's worth of work, i've brought it over to JS :) |
|
02:46
🔗
|
bai |
nice |
|
02:59
🔗
|
|
wdna has joined #jsmess |
|
03:04
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
03:20
🔗
|
|
wdna has joined #jsmess |
|
03:26
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
03:41
🔗
|
|
wdna has joined #jsmess |
|
03:46
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
03:49
🔗
|
SketchCow |
Oh, Thomas, you made it over |
|
03:51
🔗
|
TSCHAK |
Hello :) |
|
03:51
🔗
|
TSCHAK |
it's working, I just need to make it faster, now. |
|
03:52
🔗
|
TSCHAK |
(am rendering everything to an SDL_Surface, transforming to a texture, and then doing a render copy of that texture. urgh.) |
|
03:54
🔗
|
bai |
ah, are you mapping it into a 3d scene or something like that? |
|
03:54
🔗
|
TSCHAK |
nope, just a flat renderer. |
|
03:56
🔗
|
TSCHAK |
I tried to use e.g. SDL_RenderDrawLine() but I was having trouble persisting what had been drawn, as presenting it would of course invalidate the renderer for the next frame. |
|
03:56
🔗
|
TSCHAK |
so I went to doing everything off screen |
|
03:56
🔗
|
TSCHAK |
just to get it to work |
|
03:58
🔗
|
bai |
ah ok |
|
03:59
🔗
|
bai |
does the app have an opengl output mode when run natively? |
|
03:59
🔗
|
TSCHAK |
nope. |
|
03:59
🔗
|
TSCHAK |
this is an app that runs on over a dozen vintage computing systems |
|
04:00
🔗
|
bai |
oh riggt, you did mention that, makes sense :D |
|
04:00
🔗
|
TSCHAK |
(Apple ][, C64, Atari 8-bit, MS-DOS, Sharp X68000, TI-99/4A, C128, MSX, BBC Micro, ZX Spectrum, Apple IIgs, Apple Mac 68K...) |
|
04:01
🔗
|
TSCHAK |
(Amiga...Atari ST...) |
|
04:01
🔗
|
TSCHAK |
all from pretty much the same code. |
|
04:02
🔗
|
TSCHAK |
I have the JS version running here.. still very early (only some keyboard bits hooked-up): http://js.irata.online/ |
|
04:03
🔗
|
TSCHAK |
checking in my current code shortly. |
|
04:03
🔗
|
|
wdna has joined #jsmess |
|
04:07
🔗
|
TSCHAK |
has somebody put together a table of keys that one can safely use for an emscripten app inside a web browser? (CTRL-D for example, doesn't press DATA like in most of my versions of PLATOTERM, but opens add bookmark) :P :) |
|
04:08
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
04:24
🔗
|
|
wdna has joined #jsmess |
|
04:30
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
04:44
🔗
|
|
wdna has joined #jsmess |
|
04:53
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
05:04
🔗
|
|
wdna has joined #jsmess |
|
05:09
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
05:26
🔗
|
|
wdna has joined #jsmess |
|
05:31
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
05:47
🔗
|
|
wdna has joined #jsmess |
|
05:53
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
05:53
🔗
|
bai |
TSCHAK: some of them can be intercepted with ev.preventDefault() |
|
05:56
🔗
|
TSCHAK |
*nod* |
|
06:07
🔗
|
|
wdna has joined #jsmess |
|
06:18
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
06:29
🔗
|
|
wdna has joined #jsmess |
|
06:34
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
06:51
🔗
|
|
wdna has joined #jsmess |
|
06:56
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
07:12
🔗
|
|
wdna has joined #jsmess |
|
07:17
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
07:34
🔗
|
|
wdna has joined #jsmess |
|
07:39
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
07:55
🔗
|
|
wdna has joined #jsmess |
|
07:59
🔗
|
|
TSCHAK has quit IRC (Read error: Operation timed out) |
|
08:01
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
08:17
🔗
|
|
wdna has joined #jsmess |
|
08:23
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
08:39
🔗
|
|
wdna has joined #jsmess |
|
08:44
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
09:00
🔗
|
|
wdna has joined #jsmess |
|
09:06
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
09:16
🔗
|
|
Sgeo has quit IRC (Read error: Connection reset by peer) |
|
09:16
🔗
|
|
Sgeo has joined #jsmess |
|
09:20
🔗
|
|
wdna has joined #jsmess |
|
09:32
🔗
|
|
wdna has quit IRC (Ping timeout: 615 seconds) |
|
09:39
🔗
|
|
wdna has joined #jsmess |
|
09:50
🔗
|
|
wdna has quit IRC (Ping timeout: 612 seconds) |
|
09:58
🔗
|
|
wdna has joined #jsmess |
|
10:09
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
10:20
🔗
|
|
wdna has joined #jsmess |
|
10:25
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
10:41
🔗
|
|
wdna has joined #jsmess |
|
10:47
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
11:03
🔗
|
|
wdna has joined #jsmess |
|
11:08
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
11:25
🔗
|
|
wdna has joined #jsmess |
|
11:28
🔗
|
|
Sgeo_ has joined #jsmess |
|
11:29
🔗
|
|
Sgeo has quit IRC (Read error: Operation timed out) |
|
11:30
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
11:45
🔗
|
|
wdna has joined #jsmess |
|
11:50
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
12:05
🔗
|
|
wdna has joined #jsmess |
|
12:10
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
12:27
🔗
|
|
wdna has joined #jsmess |
|
12:32
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
12:44
🔗
|
|
godane has quit IRC (Read error: Operation timed out) |
|
12:48
🔗
|
|
wdna has joined #jsmess |
|
12:54
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
12:57
🔗
|
|
godane has joined #jsmess |
|
13:10
🔗
|
|
wdna has joined #jsmess |
|
13:16
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
13:32
🔗
|
|
wdna has joined #jsmess |
|
13:37
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
13:54
🔗
|
|
wdna has joined #jsmess |
|
13:59
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
14:14
🔗
|
|
wdna has joined #jsmess |
|
14:14
🔗
|
|
Sgeo has joined #jsmess |
|
14:15
🔗
|
|
Sgeo_ has quit IRC (Read error: Operation timed out) |
|
14:20
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
14:37
🔗
|
|
wdna has joined #jsmess |
|
14:42
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
14:58
🔗
|
|
wdna has joined #jsmess |
|
15:04
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
15:17
🔗
|
|
wdna has joined #jsmess |
|
15:29
🔗
|
|
wdna has quit IRC (Ping timeout: 615 seconds) |
|
15:39
🔗
|
|
wdna has joined #jsmess |
|
15:44
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
15:58
🔗
|
|
wdna has joined #jsmess |
|
16:00
🔗
|
|
TSCHAK has joined #jsmess |
|
16:09
🔗
|
|
wdna has quit IRC (Ping timeout: 506 seconds) |
|
16:18
🔗
|
|
wdna has joined #jsmess |
|
16:29
🔗
|
|
wdna has quit IRC (Ping timeout: 615 seconds) |
|
16:37
🔗
|
|
wdna has joined #jsmess |
|
16:46
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
16:55
🔗
|
|
wdna has joined #jsmess |
|
17:04
🔗
|
|
wdna has quit IRC (Read error: Operation timed out) |
|
17:15
🔗
|
|
wdna has joined #jsmess |
|
17:21
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
17:37
🔗
|
|
wdna has joined #jsmess |
|
17:42
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
17:59
🔗
|
|
wdna has joined #jsmess |
|
18:04
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
18:19
🔗
|
|
wdna has joined #jsmess |
|
18:25
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
18:39
🔗
|
|
wdna has joined #jsmess |
|
18:49
🔗
|
|
wdna has quit IRC (Ping timeout: 506 seconds) |
|
18:57
🔗
|
|
wdna has joined #jsmess |
|
19:09
🔗
|
|
wdna has quit IRC (Ping timeout: 615 seconds) |
|
19:19
🔗
|
|
wdna has joined #jsmess |
|
19:24
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
19:39
🔗
|
|
wdna has joined #jsmess |
|
19:44
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
19:57
🔗
|
|
i0npulse has quit IRC (Quit: leaving) |
|
20:01
🔗
|
|
wdna has joined #jsmess |
|
20:06
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
20:22
🔗
|
|
wdna has joined #jsmess |
|
20:28
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
20:44
🔗
|
|
wdna has joined #jsmess |
|
20:49
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
21:06
🔗
|
|
wdna has joined #jsmess |
|
21:11
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
21:27
🔗
|
|
wdna has joined #jsmess |
|
21:33
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
21:49
🔗
|
|
wdna has joined #jsmess |
|
21:54
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
22:11
🔗
|
|
wdna has joined #jsmess |
|
22:16
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
22:33
🔗
|
|
wdna has joined #jsmess |
|
22:38
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
22:54
🔗
|
|
wdna has joined #jsmess |
|
23:00
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
23:02
🔗
|
|
datajerk has quit IRC (Ping timeout: 600 seconds) |
|
23:16
🔗
|
|
wdna has joined #jsmess |
|
23:19
🔗
|
|
datajerk has joined #jsmess |
|
23:21
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
23:38
🔗
|
|
wdna has joined #jsmess |
|
23:43
🔗
|
|
wdna has quit IRC (Ping timeout: 252 seconds) |
|
23:44
🔗
|
|
datajerk has quit IRC (Read error: Connection reset by peer) |