ioquake / ioq3

The ioquake3 community effort to continue supporting/developing id's Quake III Arena
https://www.ioquake3.org/
GNU General Public License v2.0
2.34k stars 523 forks source link

Fix using latest emscripten #669

Closed zturtleman closed 3 weeks ago

zturtleman commented 3 weeks ago

This fixes running using the latest emscripten (3.1.61) which changed the default stack size. (I was testing ioquake3 using emscripten 3.1.20 from 2022.) This pulls a few changes from https://github.com/ioquake/ioq3/pull/658.

jdarpinian commented 3 weeks ago

I'm about to update #658, maybe hold off a bit?

jdarpinian commented 3 weeks ago

OK #658 is updated, let me know if the changes are OK

zturtleman commented 3 weeks ago

The changes were merged via https://github.com/ioquake/ioq3/pull/658 instead.