q3rally/engine/code/client
Zack Middleton 04ea0f76f8 ioquake3 resync to commit c1ab47a7 from 60dfabbe
Use nanosleep(2) instead of usleep(3)
Makefile: fix compilation on FreeBSD
Update macOS version for GitHub CI
OpenGL2: Add OpenGL ES 2.0+ support
OpenGL2: Add run-time support for unsigned short indexes
OpenGL2: Use CPU vertex animation if too few vertex attributes
Merge pull request #664 from zturtleman/opengles2
OpenGL2: Fix issues running under WebGL
OpenGL2: Fallback to OpenGL ES if OpenGL fails
Add minimal emscripten support
Fix emscripten build directions
Use BASEGAME for emscripten assets
Fix using emscripten 3.1.27+
Allow building for emscripten with "emmake make"
Add -ffast-math for emscripten to match other platforms
Add .vscode and baseq3 to gitignore
Rebuild every target if Makefile changes
ioquake3.html replaces Emscripten-generated HTML shell
Get rid of "Nothing to be done for _.zip" message
Fix build when specifying PLATFORM=emscripten manually instead of using emmake
Silence compiler warnings
Support debug Emscripten build
Speed up GitHub Actions with -j
Add GitHub Actions workflow for web/Emscripten
Add Emscripten to README
Add DEPEND_MAKEFILE to disable rebuild on Makefile edit
Add BUILD_RENDERER_OPENGL1 to disable opengl1
Clean up emscripten in Makefile
Make emscripten --preload-file opt-in
Allow web client to use unzipped QVMs
Customize the web client HTML file
Add support for overriding basegame to web client
Add support for mods to web client
Rename client-config.json based on CLIENTBIN
2024-06-13 15:44:18 -05:00
..
cl_avi.c ioquake3 resync to commit c1ab47a7 from 60dfabbe 2024-06-13 15:44:18 -05:00
cl_cgame.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
cl_cin.c Make mouse movement in menus match regular desktop movement 2023-06-06 07:04:45 -05:00
cl_cin_ogm.c Added ogm video support 2022-03-19 20:19:51 +01:00
cl_console.c Revert chat changes made in r437 and r438. 2021-12-22 02:23:39 +00:00
cl_curl.c ioquake3 resync to revision 3511 from 3444. 2018-07-30 11:35:12 +00:00
cl_curl.h ioquake3 resync to revision 3331 from 3306. 2017-08-07 05:23:43 +00:00
cl_input.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
cl_keys.c Make mouse movement in menus match regular desktop movement 2023-06-06 07:04:45 -05:00
cl_main.c Make mouse movement in menus match regular desktop movement 2023-06-06 07:04:45 -05:00
cl_net_chan.c - ioquake3 resync to revision 2098 from 1834 (?) 2011-07-26 08:52:24 +00:00
cl_parse.c ioquake3 resync to revision 3444 from 3393. 2018-04-07 23:02:52 +00:00
cl_scrn.c Make mouse movement in menus match regular desktop movement 2023-06-06 07:04:45 -05:00
cl_ui.c ioquake3 resync to revision 3444 from 3393. 2018-04-07 23:02:52 +00:00
client.h Added ogm video support 2022-03-19 20:19:51 +01:00
keycodes.h ioquake3 resync to commit 4610a240 from bc8737d7 2023-03-02 23:13:18 -06:00
keys.h Added files 2011-02-18 14:31:32 +00:00
libmumblelink.c ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
libmumblelink.h Added files 2011-02-18 14:31:32 +00:00
qal.c ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
qal.h ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
snd_adpcm.c ioquake3 resync to revision 3393 from 3385. 2017-12-03 10:09:52 +00:00
snd_altivec.c ioquake3 resync to revision 3511 from 3444. 2018-07-30 11:35:12 +00:00
snd_codec.c ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
snd_codec.h ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
snd_codec_ogg.c ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
snd_codec_opus.c ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00
snd_codec_wav.c - ioquake3 resync to revision 2105 from 2098. 2011-07-29 17:52:36 +00:00
snd_dma.c ioquake3 resync to revision 3522 from 3511. 2018-10-16 17:48:51 +00:00
snd_local.h ioquake3 resync to revision 3522 from 3511. 2018-10-16 17:48:51 +00:00
snd_main.c Changes for upcoming 0.4 2022-03-02 14:38:24 +05:00
snd_mem.c ioquake3 resync to revision 3511 from 3444. 2018-07-30 11:35:12 +00:00
snd_mix.c ioquake3 resync to commit 4610a240 from bc8737d7 2023-03-02 23:13:18 -06:00
snd_openal.c ioquake3 resync to revision 3511 from 3444. 2018-07-30 11:35:12 +00:00
snd_public.h ioquake3 resync to revision 2317 from 2210. 2012-09-15 03:03:44 +00:00
snd_wavelet.c ioquake3 resync to 3306 from 1951. 2017-07-10 01:33:41 +00:00