Commit graph

1873 commits

Author SHA1 Message Date
Shpoike
88db885ccc Add rcon command, let csqc handle some relevant console commands. 2021-08-31 03:36:55 +01:00
Shpoike
77c3e2e1c6 Try to mimic vanilla's allsolid behaviour a bit better, for rogue's lavamen. 2021-08-09 18:14:39 +01:00
Shpoike
1a0d597a09 Don't bug out when a bmodel is late cached (just rebuild all the things to deal with it). 2021-07-13 06:20:09 +01:00
Shpoike
19d72723fc Try to make use of win32/posix LFS for larger pk3s. Use a couple of other unsigned types for larger bsps too, now that we're supposedly able to exceed the 2gb limit on file sizes. 2021-07-10 20:14:01 +01:00
clickdevin
c48936385a Add mdfour.c to VS projects 2021-07-10 12:14:46 -06:00
clickdevin
b0f11f40e5 Fix a macro that creates a syntax error on MSVC 2021-07-10 12:14:46 -06:00
Shpoike
9b8d027c8a Fix server stack corruption crashes. 2021-07-08 14:44:38 +01:00
Shpoike
647e57081d Handle sound flags, providing reliable+unicast flags. Also handle other sound flags+networking that only fte clients will benefit from right now. 2021-07-06 00:25:06 +01:00
Shpoike
cfe2ecb5ab Small tweaks to make builds more deterministic. 2021-06-29 12:17:17 +01:00
Shpoike
f1cc25c0b8 Mask off sky depth after drawing skyrooms, to avoid nasty surprises. Also don't get confused by the viewmodel's depthhack. 2021-06-25 19:15:10 +01:00
Shpoike
8a3b440e59 Fix skyrooms when using csqc. 2021-06-25 18:08:30 +01:00
Shpoike
83783b8b16 Undo a debug change to limit unreliable packet sizes by implementing protocol-specific limits according to what that protocol's primary client actually accepts. This should fix missing sound events. 2021-06-18 11:58:42 +01:00
Shpoike
18c2efc65c Handle our spanned snapshots a bit better by not messing up interpolation. 2021-05-11 20:47:22 +01:00
Shpoike
df094beff8 Tweak qsextensions.qc slightly to try to work around DP-defined weirdness. 2021-05-11 20:45:53 +01:00
Shpoike
226dd7230b Allow users to block specific named qc extensions. 2021-05-11 20:34:43 +01:00
Shpoike
e8b12be31f Fix r_scale with csqc active. 2021-05-11 00:53:16 +01:00
Shpoike
57ca26770b Add input_cursor_* fields to csqc and ssqc for use as custom csqc->ssqc data. 2021-05-11 00:52:02 +01:00
Shpoike
63b3324041 Add missing localsound builtin for menuqc. 2021-05-11 00:46:39 +01:00
Shpoike
4727cdcfca Fix protocol-based qc extensions not getting reported properly. 2021-05-11 00:45:06 +01:00
Shpoike
1a8fa8713a Another day, another bug found by Polo - this time in sendevent with entity references. 2021-04-01 05:12:43 +01:00
Shpoike
117885c1cb Fix copyentity builtin. 2021-03-30 14:52:13 +01:00
Shpoike
61a2d3f6e4 Give a more helpful warning when mods try to play empty sound names. 2021-03-28 12:16:10 +01:00
Shpoike
6c4c739175 QS might crash in a couple of places if a func_t is negative. Lets prevent that from ever being true. 2021-03-28 12:14:52 +01:00
Shpoike
c99fc25bf1 Don't confuse ourselves when datagrams get full. This fixes 'new entity without reset' messages. 2021-03-28 12:12:40 +01:00
Shpoike
3df188b4c9 o.O less sounds allowed than precaches?.. no longer! 2021-03-25 21:52:24 +00:00
Shpoike
c453a2873a Try to fix signon buffer size limitation that Qmaster reported. 2021-03-25 18:15:32 +00:00
Shpoike
4efeb909fd Add some notes about quirky symbols. 2021-03-25 18:13:10 +00:00
Shpoike
96553e4a43 Fix issue with hipnotic's cutscene's svc_fastupdate overwriting entity delta state. 2021-03-21 14:13:20 +00:00
Shpoike
820d7440e3 Fix bug with SendEntity+Packetloss. 2021-03-21 14:10:24 +00:00
Shpoike
402aedfb3a Fix view matrix skew bug. 2021-03-21 14:09:24 +00:00
Shpoike
2102481ab9 And fix eg playdemo arg completion too. 2021-03-18 12:54:12 +00:00
Shpoike
4eed9f4d36 Fix 'maps' command not listing files in paks/pk3s. 2021-03-18 12:38:17 +00:00
Shpoike
0b39f9daae irrelevant comment updates. 2021-03-18 12:33:44 +00:00
Shpoike
425b3fb28b Add project+unproject csqc builtins, for converting between 2d and 3d space (eg cursor interactions). 2021-03-18 09:06:29 +00:00
Shpoike
15c091e79b Fix csqc's view_angles global. 2021-03-18 09:04:08 +00:00
Shpoike
fc5d21ea70 Add a 'dir' command, to help people with figuring out which files are where. 2021-03-18 08:12:24 +00:00
Shpoike
6953b43a66 Sythesize extension fields for mods that don't define them. This allows scale+colormod to be used, even for classic. 2021-03-08 00:23:12 +00:00
Shpoike
8498b945fb Add fte's sounds=-1,noise=filename for named music tracks instead of just numbers. 2021-03-08 00:20:15 +00:00
Shpoike
538abd658e gl_info will no longer truncate the extensions list. 2021-03-08 00:19:05 +00:00
Shpoike
3c5059a12d Grr, quakespasm's makefile doesn't do dependancies properly. 2021-03-06 06:43:00 +00:00
Shpoike
c3d42a397c Accidentilly changed the default texture filtering mode. oops. 2021-03-06 06:38:32 +00:00
Shpoike
caf8470cf4 Make sure runes get saved to saved games, instead of getting lost or corrupted on map restart. 2021-03-06 06:33:38 +00:00
Shpoike
ea45849ba9 Refrain from reporting qc extensions that depend upon disabled protocol extensions. 2021-03-06 06:27:31 +00:00
Shpoike
8cb67a346b Try to improve robustness when playing nehahra. 2021-03-06 06:25:24 +00:00
Shpoike
028caa82b6 Forgot to actually check the hitcontents. 2021-03-06 06:04:42 +00:00
Shpoike
963bc2e443 Stop monsters from being able to step into the lower part of solid pushers (fixing bug from content-overridees feature). 2021-03-06 04:55:40 +00:00
Shpoike
4dd87629f0 If it stops dumptruck_ds from complaining, we'll make these prints more annoying, just not fatal. 2021-03-03 05:10:58 +00:00
Shpoike
9ffca1dedc Make sure startmap_sp alias is created even if menuqc init crashes out. Also fix another missing Cbuf_AddText \n. 2020-10-17 03:35:32 +01:00
Shpoike
545a857517 Make sure configs are \n terminated, so can't merge with whatever command came after the exec command. 2020-10-17 03:33:41 +01:00
Shpoike
bb29d71c8b Someone forgot a \n on some intel-specific Cbuf_AddText hack. 2020-10-17 03:32:46 +01:00