myT
f401f742ee
added a new demo player with fast seeking support
...
added cl_demoPlayer and cl_escapeAbortsDemo
2022-11-04 05:01:00 +01:00
myT
9f90a6ee8b
added Sys_IsDebuggerAttached and Q_assert
2022-11-04 04:46:04 +01:00
myT
6dbf731973
improved the VM argument type conversion shim
2022-11-04 04:40:23 +01:00
myT
439177057c
fixed FS_FileForHandle's range check
2022-11-04 04:36:05 +01:00
myT
2fd422c053
let the mod handle syscall fix-ups in a unified way across build types
2022-10-28 23:39:05 +02:00
myT
03ae2d0d05
removed a lot of unused code
2022-10-28 23:32:27 +02:00
myT
be0746dfc4
fixed read-only CVar registration keeping the existing value
2022-10-23 05:23:27 +02:00
myT
e56a11b638
added /shaderinfo
2022-05-28 16:50:42 +02:00
myT
8e563d6c4a
fixed Info_Print crashing when a token is too long
...
too long being >= 512 but < BIG_INFO_KEY/BIG_INFO_VALUE
Info_NextPair will still crash when key/value string lengths exceed BIG_INFO_KEY/BIG_INFO_VALUE
2022-05-26 17:22:20 +02:00
myT
533e0872c1
added console mark mode
2022-04-30 04:03:47 +02:00
myT
1544a61cfc
added waitms
2022-04-12 04:18:32 +02:00
myT
1317ce54cb
added Sys_DebugPrintf
2022-04-10 21:24:36 +02:00
myT
fa1cee73e0
fixed CL_NextDemo not being called after a drop error or fopen failing
2022-04-09 03:50:16 +02:00
myT
45f66b1a88
added sys_compiler and sys_cplusplus to embed build information
2020-10-11 02:27:27 +02:00
myT
a5c820644a
CVar slots that have been freed can now be allocated again
2020-07-07 04:25:21 +02:00
myT
05d92ab6f0
1.52 release
2020-06-01 21:08:56 +02:00
myT
54ee6436fe
updated copyright years
2020-06-01 20:28:44 +02:00
myT
9e061c4aff
increased the small zone's size
2020-03-30 03:55:21 +02:00
myT
89aca4069e
now fixing up the CVar hash table in Cvar_Nuke
2020-03-30 03:09:25 +02:00
myT
8a1d1c539b
Escape down in cgame triggers CG_EVENT_HANDLING again instead of CG_KEY_EVENT
...
with that, CPMA demo playback and /protect work as intended again
2020-02-09 04:25:31 +01:00
myT
7d526ba6fc
added FreeBSD support
2020-01-06 01:04:16 +01:00
myT
2dcddc87eb
always disabling the FPS limiter after drop errors
2019-11-12 04:19:31 +01:00
myT
c5192d49b7
using the roundss SSE4.1 instruction for inlining floor and ceil syscalls when possible
...
fixed sharedTraps_t listing syscalls that were not actually at the same index for all 3 VMs
2019-09-25 05:29:36 +02:00
myT
db4fb31658
added OpenGL 3.2 and Direct3D 11 renderer back-ends
2019-09-25 05:25:59 +02:00
myT
b406564962
added copyright notices to important new files
2019-09-25 05:14:58 +02:00
myT
983b53cbbb
SSE2 instruction set support is now required
2019-09-25 05:14:36 +02:00
myT
39af360fdc
removed FreeType and the R_REGISTERFONT syscalls
2019-09-25 05:14:07 +02:00
myT
3ae1abd69e
removed dead code (NEWLINE macro)
2019-09-25 05:12:28 +02:00
myT
2d806401eb
setting a cvar back to its default frees the latched string
2019-09-25 05:12:05 +02:00
myT
5e4d41df8e
1.51 release
2019-03-31 01:05:03 +01:00
myT
baa6eb2cc4
added .shader to the pure client file read exception list
2019-03-29 23:34:37 +01:00
myT
b089166978
now showing the cvar's current value in the help panel
2019-02-21 17:15:55 +01:00
myT
b3456d0a10
added the ctrl-i and ctrl-d console shortcuts
2019-02-21 17:11:29 +01:00
myT
26ccc528d1
map download improvements
...
- numeric addresses as fallbacks
- non-blocking connections
- writing to $(fs_homepath)/baseq3 instead of $(fs_basepath)/baseq3
- only using valid (TCP/stream) addresses from getaddrinfo
- setting send time-outs
- ensuring the destination directory exists
- the renderer no longer messes up the RNG seed
2019-02-14 04:22:45 +01:00
myT
51cda86421
added the trap_IsRecordingDemo syscall for CPMA 1.52+
2018-12-08 00:55:21 +01:00
myT
2f70685fa3
fixed bitstream string parsing not reading the last byte of max length strings ("q3msgboom")
2018-12-08 00:24:51 +01:00
myT
55ae7645b1
fixed demo playback abortion crashing when the "nextdemo" cvar was set to play a demo
...
also no longer breaking when stopping demo playback because it's annoying as hell
2018-12-08 00:13:45 +01:00
myT
8ecb5683d1
raised the upper limit of open stdio file handles from 512 to 2048 on Windows
2018-12-07 22:18:17 +01:00
myT
1370e44ae5
added /cvar_add and /cvar_mul
2018-10-05 13:30:20 +02:00
myT
067ae10ab5
added /unset, /setempty and sequence support to /toggle
2018-06-03 20:54:45 +02:00
myT
14f5b4e06d
bumped the version number up
2018-02-08 06:43:00 +01:00
myT
2e3f12c9a2
fixed long pk3 entry names causing crashes
...
when an entry was broken, pack_t::buildBuffer and fs_packFiles would end up wrong
2018-02-08 02:44:03 +01:00
myT
7bfc5d9487
using the registered cvar/cmd names in the help panel instead of argument 0
...
cleaned up cmd.cpp with Cmd_FindCommand
2018-02-07 06:51:37 +01:00
myT
005dd46e08
print a warning when trying to create a deprecated cvar
2018-02-07 06:24:45 +01:00
myT
6cafc76e87
the client executable will now write to q3config.cfg on exit
2018-02-07 06:22:44 +01:00
myT
c512071f2d
updating the FS on client disconnects
2018-01-29 20:28:37 +01:00
myT
afe84395c5
fs_reordered is now always set before leaving the FS_ReorderPurePaks function
2018-01-29 20:23:17 +01:00
myT
c4135557ad
search paths were not getting re-ordered after reconnects
2018-01-25 21:07:58 +01:00
myT
ac4928e18d
reworked and unified sleeping
...
reduced client update rate when minimized
fixed timedemo playback
2018-01-25 06:41:30 +01:00
myT
4b99ff0cc5
added the fs_restart command
2018-01-25 05:29:53 +01:00