Spoike
|
da27411b26
|
Fix up some stupid bugs that were causing q2 to completely fail.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5992 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-23 21:06:52 +00:00 |
|
Spoike
|
e2b88fafc8
|
Fix stupid bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5991 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-23 19:11:38 +00:00 |
|
Spoike
|
bb4d5d1917
|
Quicky hack to query gpu utilisation on linux with nvidia gpus.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5990 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-23 19:11:33 +00:00 |
|
Eukara
|
9b38473295
|
More input adjustments, added new SDL gamepad button mappings
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5989 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-23 13:36:18 +00:00 |
|
Eukara
|
de522617e7
|
Interpret controller buttons as known keynums in Quake III Arena
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5987 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-22 07:17:30 +00:00 |
|
Eukara
|
42b6d60115
|
Register binds for SC_LPADDLE and SC_RPADDLE, fix joy button detection.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5986 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-21 11:48:31 +00:00 |
|
Eukara
|
1c038872f3
|
Controllers now communicate analog trigger keys in SDL2 builds.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5985 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-21 11:02:20 +00:00 |
|
Eukara
|
7800434ecb
|
Fix iqmtool building on NIX via Makefile
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5984 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-20 10:15:02 +00:00 |
|
Spoike
|
90aae69db3
|
Try to make things a little more stable.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5983 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-19 22:47:29 +00:00 |
|
Spoike
|
2599af212a
|
setfl command was not updating the userinfo/serverinfo directly, but waiting for a later cvarset to do it.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5982 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-18 12:13:11 +00:00 |
|
Spoike
|
bbd468d1f0
|
Fix .button3 etc failing when loading saved games.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5981 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-18 12:13:06 +00:00 |
|
Spoike
|
5154c86611
|
Fix softwarebanding forgetting textures on map changes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5980 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-18 12:13:01 +00:00 |
|
Spoike
|
52b7a441e3
|
Some small fixups.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5979 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-18 01:28:34 +00:00 |
|
Spoike
|
0dc79f7f0a
|
Small fixup
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5978 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-18 00:24:06 +00:00 |
|
Spoike
|
50aa60a8ca
|
Fix pointcontents+wrbrushes, again.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5977 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:11:41 +00:00 |
|
Spoike
|
0907e66cff
|
Tweak QI plugin to translate quaddicted's map database to fte's meta format. Make 'map package:map' download+run a map with the specified package enabled.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5976 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:11:35 +00:00 |
|
Spoike
|
9e54944bde
|
Attempt some stronger mitigation against UDP amplification attacks.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5975 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:11:26 +00:00 |
|
Spoike
|
f664c42776
|
Try to boost compat with shanjaq's uhexen2 fork.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5974 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:11:20 +00:00 |
|
Spoike
|
0e6a0b789e
|
Misc minor fixups.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5973 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:11:15 +00:00 |
|
Spoike
|
9d8b442cf3
|
fteqcc __GITDESC__ et all were not quite working properly. Fix bitnot operator.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5972 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:46 +00:00 |
|
Spoike
|
e41e42b966
|
Fix up menu scrollbars somewhat for when there's a thousand entries.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5971 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:40 +00:00 |
|
Spoike
|
4ddb475e7b
|
Fixups to work around ktx issues.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5970 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:35 +00:00 |
|
Spoike
|
55dbce5a3b
|
Arg completion for the 'sky' command, as requested by Bal... though he did ask it for QSS instead...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5969 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:30 +00:00 |
|
Spoike
|
71f1fa270f
|
Clean up key held statuses a little, to try to fix issues with dual-controller splitscreen.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5968 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:22 +00:00 |
|
Spoike
|
9735064a89
|
Tweak splitscreen a little to work around a KTX issue.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5967 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:10 +00:00 |
|
Spoike
|
e90a0b3945
|
Update VR-Inputs extension. Should now be more resilient against impulse loss, should also report better ping times.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5966 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:10:01 +00:00 |
|
Spoike
|
0fd629f2d2
|
Try harder to avoid players getting pushed into walls. This was visible with ktx.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5965 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:09:54 +00:00 |
|
Spoike
|
d4c8d1a17b
|
Fix ktx-with-nq-clients illegible server message issue.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5964 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:09:49 +00:00 |
|
Spoike
|
2ae4157738
|
Support for '[const] static type name=val;' inside classes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5963 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:09:44 +00:00 |
|
Spoike
|
89a1be8e8c
|
Fix some warning messages.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5962 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:09:39 +00:00 |
|
Spoike
|
626a053b36
|
Tweak a few extension checks, to try to avoid nasty surprises.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5961 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:09:34 +00:00 |
|
Spoike
|
44e6ec8dd1
|
Make the player-setup menu apply changes when closing, so you can actually change your name in Q2.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5960 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-17 15:09:27 +00:00 |
|
Spoike
|
d3b1350ca5
|
Fix up autoproto with class-accessors and named enums.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5959 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-07 13:10:20 +00:00 |
|
Spoike
|
246cd8147c
|
Fix a really really stupid bug.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5958 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 16:46:38 +00:00 |
|
Eukara
|
a6b33d25f2
|
Fix a crash/oversight with CSQCs getlight() and fix GLQ3_LightGrid from
using a global that may not even be set.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5957 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 16:32:59 +00:00 |
|
Spoike
|
07365c6428
|
update built-in shaders.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5956 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 11:14:31 +00:00 |
|
Spoike
|
af661232e3
|
Support for equirectangular sky images. Because skybox orientations are generally too hard to get right. Urgh.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5955 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:12:35 +00:00 |
|
Spoike
|
0dc1b91ec6
|
Add -ftags to generate tag info for vi and compatibles. Files will still need to be concatenated then sorted before use.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5954 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:12:27 +00:00 |
|
Spoike
|
139b916e46
|
Make scenecache less... flickery.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5953 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:12:20 +00:00 |
|
Spoike
|
18c0e79c47
|
Fix up SOLID_CORPSE a little.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5952 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:12:12 +00:00 |
|
Spoike
|
f4ec928c2d
|
cl_c2sdupe for nq, too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5951 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:12:05 +00:00 |
|
Spoike
|
bd72a60c98
|
Hopefully this change will make the illegible server messages on fortressone's map changes a little bit easier to track down.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5950 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:11:58 +00:00 |
|
Spoike
|
e7822ff2bf
|
Fix some bugs that are exhibited in taov.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5949 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-06 00:04:41 +00:00 |
|
Spoike
|
5d75f6fa50
|
Fix issue with -wrbrushes not reporting contents values properly.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5948 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-04 03:58:24 +00:00 |
|
Spoike
|
fbdee5f149
|
Fix issue with r_keepimages 0.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5947 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-04 03:58:19 +00:00 |
|
Spoike
|
b3f387a548
|
Misc dull tweaks.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5946 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 23:33:59 +00:00 |
|
Spoike
|
3d1014efe4
|
A quick attempt to get accessors working inside classes. Needs proper testing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5945 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 23:33:52 +00:00 |
|
Spoike
|
4ac09f8a03
|
Try to handle some qcc 'standards' a little better.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5944 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 01:47:16 +00:00 |
|
Spoike
|
4d4a2943fb
|
Refuse to autoupdate the engine when the binary looks like it has a revision number in its file name.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5943 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 01:47:10 +00:00 |
|
Spoike
|
61b13c7b8e
|
Make sv_autooffload a little more user-friendly.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5941 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 01:46:58 +00:00 |
|
Spoike
|
b45ce608c0
|
Remove qcc hunk size limitations.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5940 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 01:46:52 +00:00 |
|
Spoike
|
80399796c7
|
Fix sv_autooffload on linux.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5939 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-03 01:46:46 +00:00 |
|
Spoike
|
3409df483e
|
Try to resolve some of the things RennyC complained about.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5938 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 21:05:45 +00:00 |
|
Spoike
|
c452bccd94
|
Fix up some qc genericdefs stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5937 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 15:43:28 +00:00 |
|
Spoike
|
93253a026a
|
My realignment logic wasn't actually realigning the bsp data...
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5936 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 15:43:18 +00:00 |
|
Spoike
|
f9b9087011
|
Fix a few things.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5935 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 11:03:28 +00:00 |
|
Spoike
|
1614b75142
|
Parse meta information from drag+dropped/file-associated packages for easier installation of mods.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5934 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:17:07 +00:00 |
|
Spoike
|
248c248ece
|
Fix a bad read in the console code.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5933 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:17:00 +00:00 |
|
Spoike
|
dc97689e9e
|
Add SOUNDFLAG_NOREPLACE flag.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5932 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:54 +00:00 |
|
Spoike
|
713c5676ab
|
Add -exec commandline arg (to override every gamedir). Try to fix or diagnose other issues Maverick was having.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5931 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:47 +00:00 |
|
Spoike
|
853d1ef330
|
Try to fix recent errors about incomplete attachments.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5930 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:40 +00:00 |
|
Spoike
|
f0f7002a6f
|
Use some atomics to try to get a tiny loader-thread performance increase.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5929 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:35 +00:00 |
|
Spoike
|
2338e5b505
|
Add a cvar to restore buggy dlight range behaviours, requested by Orl.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5928 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:29 +00:00 |
|
Spoike
|
6cc5e1762b
|
add support for gltf's KHR_materials_variants (for selectable skins) and KHR_materials_ior extensions
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5927 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:23 +00:00 |
|
Spoike
|
8c0646159f
|
Try to make the vulkan renderer more robust on nvidia.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5925 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:11 +00:00 |
|
Spoike
|
72952c6467
|
Fix a bad read.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5924 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:16:04 +00:00 |
|
Spoike
|
c71a4f8587
|
Enable scenecache by default, lets see who complains.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5923 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:15:59 +00:00 |
|
Spoike
|
2ce0947948
|
Add -noenumerate arg to play it safe by skipping device enumeration for video and sound drivers.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5922 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-07-01 01:15:52 +00:00 |
|
Eukara
|
be25f43c89
|
Run CSQC_WorldLoaded after Surf_NewMap to prevent static rtlights and
other fun things from getting flushed on a new map.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5921 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-29 09:22:56 +00:00 |
|
Spoike
|
0361787967
|
Fix noweb build.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5920 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-26 20:46:56 +00:00 |
|
Spoike
|
4816b418c4
|
Fix black particles (fallback textures were not loading).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5919 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-25 18:50:59 +00:00 |
|
Spoike
|
5c585b0e6e
|
Prod r_temporalscenecache a bit to make it more tolerant of those inefficient shaders.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5918 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-25 18:50:53 +00:00 |
|
Spoike
|
d602e51e54
|
Try to fix up some splitscreen quirks.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5917 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-25 18:50:42 +00:00 |
|
Spoike
|
4d1b686c2f
|
Try to fix issue with nvidia reporting VK_ERROR_INITIALIZATION_FAILED errors from vkCreateSwapchainKHR calls for unknowable reasons.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5916 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-25 18:50:20 +00:00 |
|
Spoike
|
9bd8625d90
|
resize the modelviewer's texture display if it would have gone offscreen.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5915 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-25 18:50:15 +00:00 |
|
Spoike
|
36f750ba23
|
Fix naming issue from more than 10 people all called Player.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5914 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-23 02:14:18 +00:00 |
|
Spoike
|
0ca1e9177b
|
Fix up some splitscreen issues.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5913 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-23 02:14:13 +00:00 |
|
Spoike
|
2363b05216
|
If texture names can have map-specific prefixes, shaders must also.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5912 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-22 14:40:53 +00:00 |
|
Spoike
|
27831f7265
|
Fix some misc issues that noone else is likely to notice.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5911 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 19:13:33 +00:00 |
|
Spoike
|
d6e09af52d
|
Try to make lightning beam particles not endlessly spawn without dying while paused.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5910 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 16:55:58 +00:00 |
|
Spoike
|
0c41ac0b7d
|
Load from wad files only when there isn't already a fallback. This reduces confusion over textures with the same name.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5909 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 15:03:04 +00:00 |
|
Spoike
|
f810be4830
|
Make input_servertime available to ssqc too, so it can guage the player's latency more accurately.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5908 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:52 +00:00 |
|
Spoike
|
8b4a282c47
|
This should match Reki's revision, hopefully.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5907 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:44 +00:00 |
|
Spoike
|
0b0d6c3df7
|
Fix up the emscripten target a little.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5906 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:38 +00:00 |
|
Spoike
|
ac427ff76c
|
Improve gltf->iqm frame timings, update iqmtool's help text.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5905 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:31 +00:00 |
|
Spoike
|
26d9d89f24
|
Update infrastruture updates.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5904 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:23 +00:00 |
|
Spoike
|
a12c453c30
|
Try to make some semblence of sense from git revisions/tags.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5903 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:13 +00:00 |
|
Spoike
|
b34618507a
|
Try to reduce memory usage.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5902 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:46:06 +00:00 |
|
Spoike
|
98da911996
|
Fix up a couple of missing opcodes in our qc decompiler.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5900 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:45:33 +00:00 |
|
Spoike
|
ca482a4f49
|
Some keys were not getting mapped to quake keycodes in X11.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5899 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:45:26 +00:00 |
|
Spoike
|
7c162c1b5b
|
Try to get windows to delete temporary files early, so they don't linger over crashes or whatever. win9x still sucks.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5898 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:45:20 +00:00 |
|
Spoike
|
be0c0b1821
|
Small defs cleanup.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5897 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:45:14 +00:00 |
|
Spoike
|
19073fe2a5
|
Prevent ftenq from overflowing its svc_serverdata quite so easily.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5896 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:44:34 +00:00 |
|
Spoike
|
eb4af059cb
|
Make the presets menu behave better.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5895 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:44:28 +00:00 |
|
Spoike
|
6ff548cc64
|
-Ounreferenced wasn't doing anything (as it would break spawn functions). stop claiming it does stuff.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5894 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:44:22 +00:00 |
|
Spoike
|
aa4cfe91b9
|
Fix oriented sprites - quake draws them backwards.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5893 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:44:14 +00:00 |
|
Spoike
|
04689373a3
|
Add disabled-by-default openssl plugin. Try to fix up ffmpeg build rules.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5892 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:44:05 +00:00 |
|
Spoike
|
d4714cab52
|
Rework tls/dtls stuff into a more formal crypto interface instead of lots of ifdefs all over the place.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5891 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:43:57 +00:00 |
|
Spoike
|
1057453158
|
Fix softwarebanding. Fix problem with map textures with a leading #.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5890 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:43:45 +00:00 |
|
Spoike
|
d15d82e1d1
|
Fix possible crash when using -nosound arg.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5889 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2021-06-21 13:43:40 +00:00 |
|