.. |
bothdefs.h
|
Make the various build config defines a little more robust.
|
2022-06-26 08:08:43 +00:00 |
bspfile.h
|
Add fence stuff to q2bsp, for Kingpin support.
|
2022-07-28 02:17:05 +00:00 |
cmd.c
|
Attempt to improve touchscreen behaviours with onscreen buttons that appear upon touch events (and fade out). Long presses should close menus etc. Likely needs some more work.
|
2023-01-09 05:14:38 +00:00 |
cmd.h
|
Move Quake3 support to a plugin. There's still a number of stubs+bugs.
|
2022-03-08 05:31:34 +00:00 |
com_bih.c
|
|
|
com_bih.h
|
|
|
com_mesh.c
|
Make sure the rerelease's models can do colourmapping properly.
|
2023-01-09 05:11:40 +00:00 |
com_mesh.h
|
Tweak IQM tool to cope with longer bone names.
|
2022-02-19 20:48:51 +00:00 |
com_phys_bullet.cpp
|
|
|
com_phys_ode.c
|
Use the correct function for plugins.
|
2022-05-28 18:00:45 +00:00 |
common.c
|
Make our mini http server report timestamps better, so wget's timestamping is happy.
|
2023-01-09 05:14:57 +00:00 |
common.h
|
Make our mini http server report timestamps better, so wget's timestamping is happy.
|
2023-01-09 05:14:57 +00:00 |
config_freecs.h
|
|
|
config_fteqw.h
|
Fix fixes.
|
2022-06-20 04:54:54 +00:00 |
config_fteqw_noweb.h
|
|
|
config_minimal.h
|
|
|
config_nocompat.h
|
|
|
config_wastes.h
|
Roll back some wastes config changes, as we now have addentity_light...
|
2022-06-27 19:22:49 +00:00 |
console.h
|
Attempt to improve touchscreen behaviours with onscreen buttons that appear upon touch events (and fade out). Long presses should close menus etc. Likely needs some more work.
|
2023-01-09 05:14:38 +00:00 |
crc.c
|
|
|
cvar.c
|
Remove last plugin stubs.
|
2022-03-08 05:34:13 +00:00 |
cvar.h
|
Move Quake3 support to a plugin. There's still a number of stubs+bugs.
|
2022-03-08 05:31:34 +00:00 |
fs.c
|
Revert "Quake II: Set allow_skybox to 1 by default, as many maps (notable those in Mission Pack 2) use sky volumes to light the scenery within playable space."
|
2023-04-17 03:58:19 +01:00 |
fs.h
|
Move Quake3 support to a plugin. There's still a number of stubs+bugs.
|
2022-03-08 05:31:34 +00:00 |
fs_dzip.c
|
|
|
fs_pak.c
|
|
|
fs_stdio.c
|
Make our mini http server report timestamps better, so wget's timestamping is happy.
|
2023-01-09 05:14:57 +00:00 |
fs_win32.c
|
Add file uri support, requires a '-allowfileurl' commandline argument.
|
2023-01-09 05:12:39 +00:00 |
fs_xz.c
|
|
|
fs_zip.c
|
|
|
gl_q2bsp.c
|
Add fence stuff to q2bsp, for Kingpin support.
|
2022-07-28 02:17:05 +00:00 |
huff.c
|
Move Quake3 support to a plugin. There's still a number of stubs+bugs.
|
2022-03-08 05:31:34 +00:00 |
json.c
|
|
|
log.c
|
Add TURN support to our ICE implementation, along with a few fixups. Must be configured with 'net_ice_servers turn:foo?user=foo?auth=bar'. space-separated list, can also accept additional 'stun:' servers.
|
2022-07-28 02:16:31 +00:00 |
mathlib.c
|
|
|
mathlib.h
|
|
|
md4.c
|
|
|
net.h
|
Some more ICE polish.
|
2022-07-28 02:18:05 +00:00 |
net_chan.c
|
Some more ICE polish.
|
2022-07-28 02:18:05 +00:00 |
net_ice.c
|
Try to be a bit more verbose about why webrtc might be failing.
|
2023-01-09 05:15:12 +00:00 |
net_ssl_gnutls.c
|
Try to fix up some ICE quirks.
|
2022-08-07 23:49:33 +00:00 |
net_ssl_winsspi.c
|
Fix windows issues with dtls.
|
2022-04-17 19:46:57 +00:00 |
net_wins.c
|
Try to avoid sigpipe errors from tcp connections.
|
2023-01-09 05:14:49 +00:00 |
netinc.h
|
Try to fix up some ICE quirks.
|
2022-08-07 23:49:33 +00:00 |
particles.h
|
|
|
plugin.c
|
Fix fixes.
|
2022-06-20 04:54:54 +00:00 |
pmove.c
|
|
|
pmove.h
|
|
|
pmovetst.c
|
|
|
pr_bgcmd.c
|
Avoid the use of RETURN_CSTRING for cvar string values that might get cached by qc beyond the engine freeing the implied memory (crashes were reported by pjt/newby).
|
2023-01-09 05:12:46 +00:00 |
pr_common.h
|
add base64encode and base64decode builtins. Allow the second arg of registercommand builtin to specify a description for that command.
|
2023-01-09 05:12:04 +00:00 |
protocol.h
|
Protocol compat with the Rerelease Update 4, at the expense of earlier versions.
|
2022-08-19 13:30:16 +00:00 |
q1bsp.c
|
Fix compiles without RTLIGHT. Update config_wastes.h
|
2022-04-23 20:10:18 +00:00 |
q2pmove.c
|
|
|
q3api.h
|
Move Quake3 support to a plugin. There's still a number of stubs+bugs.
|
2022-03-08 05:31:34 +00:00 |
qvm.c
|
|
|
sha1.c
|
|
|
sha2.c
|
Work around a gcc optimisation bug.
|
2022-07-28 02:18:11 +00:00 |
sys.h
|
Add file uri support, requires a '-allowfileurl' commandline argument.
|
2023-01-09 05:12:39 +00:00 |
sys_linux_threads.c
|
|
|
sys_win_threads.c
|
|
|
translate.c
|
Better compat with QE. EX_PROMPT now supported serverside (emulated for non-qe clients). Per-client localisation now works. Scoreboards are now a little nicer when running mods with well-defined teams (eg NQ ssqc).
|
2023-01-09 05:11:34 +00:00 |
translate.h
|
Better compat with QE. EX_PROMPT now supported serverside (emulated for non-qe clients). Per-client localisation now works. Scoreboards are now a little nicer when running mods with well-defined teams (eg NQ ssqc).
|
2023-01-09 05:11:34 +00:00 |
ui_public.h
|
|
|
vm.h
|
Clean up the q3 plugin a little.
|
2022-06-20 07:16:16 +00:00 |
world.h
|
|
|
zone.c
|
Add ZG_Free function for zonegroup memory.
|
2022-03-08 05:30:30 +00:00 |
zone.h
|
Add ZG_Free function for zonegroup memory.
|
2022-03-08 05:30:30 +00:00 |