Spoike
|
62622491f0
|
Make sure bad q2 layout strings won't go out of bounds. Add dev2 prints for bad layout string commands (there's probably lots of bad q2 mods out there, hence not dev1/unconditional).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6336 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:14:44 +00:00 |
|
Spoike
|
fb4531ea6c
|
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.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6335 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:14:38 +00:00 |
|
Spoike
|
bc842ee28b
|
Make sure freecs etc do heartbeats despite not giving a poop about nq/dp.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6333 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:14:15 +00:00 |
|
Spoike
|
c1bc6bbe23
|
Start game menu's map option is now a combo instead of a text field, to save on typing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6331 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:14:01 +00:00 |
|
Spoike
|
1ae6b239e8
|
If multiple updates come from inside the same .zip url, extract each one of them from a single download instead of downloading the exact same zip multiple times. This is mostly for DP mods that expect to need to download everything upfront.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6330 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:13:55 +00:00 |
|
Spoike
|
4dc4dd33e7
|
Our Q2 code is a little fragile. Give it its assumptions to avoid hideousness.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6329 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:13:50 +00:00 |
|
Spoike
|
1765f15059
|
Alt+tab was randomly registering as tab presses - explicitly ignore tab at the start of the input line so we don't end up with walls of console completion suggestions.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6328 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:13:45 +00:00 |
|
Spoike
|
6700dfd289
|
Fix _bump texture loading.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6321 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:13:05 +00:00 |
|
Spoike
|
407c4eca8b
|
Rework gamepad menu bindings, should be more intuitive now.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6320 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:12:59 +00:00 |
|
Spoike
|
503162aefe
|
Add file uri support, requires a '-allowfileurl' commandline argument.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6318 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:12:39 +00:00 |
|
Spoike
|
cdcb3c3950
|
Add rogue's teamplay modes to the menu.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6317 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:12:31 +00:00 |
|
Spoike
|
2383c618ee
|
Fix up some SDL issues.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6315 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:12:12 +00:00 |
|
Spoike
|
6307ae1303
|
add base64encode and base64decode builtins. Allow the second arg of registercommand builtin to specify a description for that command.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6314 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:12:04 +00:00 |
|
Spoike
|
c5d19c46ba
|
Fix partial fakeshaft not always appearing.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6313 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:11:57 +00:00 |
|
Spoike
|
aa789965bf
|
Fix cl_maxfps's periodic fast-frame bug. Reduce latency in singleplayer.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6312 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:11:50 +00:00 |
|
Spoike
|
df6b651eeb
|
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).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6309 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:11:34 +00:00 |
|
Spoike
|
3a6f22d05c
|
Make sure runstandardplayerphysics builtin properly initialises everything it needs.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6308 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2023-01-09 05:11:23 +00:00 |
|
Spoike
|
16c8e521ef
|
Protocol compat with the Rerelease Update 4, at the expense of earlier versions.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6306 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-08-19 13:30:16 +00:00 |
|
Spoike
|
279474a019
|
Fix a skins issue on nq servers after changing maps.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6305 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-08-19 13:29:55 +00:00 |
|
Spoike
|
a0f2ffda90
|
Try to fix up some ICE quirks.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6302 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-08-07 23:49:33 +00:00 |
|
Spoike
|
5182692590
|
Slightly smoother framerates on shib8.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6299 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:17:58 +00:00 |
|
Spoike
|
6941032cc7
|
Add r_showbatches command to debug builds. Shows a list of all draw calls for the next video frame.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6298 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:17:52 +00:00 |
|
Spoike
|
4fc23b4f4d
|
Make the frametime graph a bit more pretty.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6297 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:17:45 +00:00 |
|
Spoike
|
9abf7b74b3
|
Try to clean up our pext handshake code a smidge.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6295 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:17:33 +00:00 |
|
Spoike
|
62e8bb5774
|
Prevent FTE servers from getting mistreated as NQ servers, this should restore the 'observe' option.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6294 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:17:27 +00:00 |
|
Spoike
|
de644a5384
|
Add fence stuff to q2bsp, for Kingpin support.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6291 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:17:05 +00:00 |
|
Spoike
|
4fce9e090d
|
Fix up vrinputs frame times.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6289 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:16:54 +00:00 |
|
Spoike
|
3f85c9793c
|
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.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6285 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-07-28 02:16:31 +00:00 |
|
Spoike
|
c4b043d39f
|
Fix some missing ambient sounds on large bloated maps/mods (this really should have been fixed years ago).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6281 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-29 07:20:24 +00:00 |
|
Spoike
|
304079e1dc
|
Add a variation of the addentity builtin, for explicit light levels.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6278 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-26 08:08:50 +00:00 |
|
Spoike
|
81ab9277ac
|
Make the various build config defines a little more robust.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6277 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-26 08:08:43 +00:00 |
|
Spoike
|
d41ca13562
|
Fix fixes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6273 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-20 04:54:54 +00:00 |
|
Spoike
|
758f47ffc3
|
Fix ezhud images not loading.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6271 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-19 15:18:23 +00:00 |
|
Spoike
|
06038d496e
|
First weapon wheel implementation.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6269 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-19 15:18:08 +00:00 |
|
Spoike
|
1068a62d75
|
Add vid_baseheight and vid_minsize cvars for TCs unhappy with vid_conheight to put in their default.cfg, instead of them feeling a need to force user settings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6266 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-19 15:17:48 +00:00 |
|
Spoike
|
c39c4d0255
|
Make sure getmodelindex/modelnameforindex and sound equivelents are available in both ssqc and csqc.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6265 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-19 15:17:41 +00:00 |
|
Spoike
|
ce01181d88
|
wither reported that findkeysforcommandex wasn't present in menuqc. Fix that.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6264 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-19 15:17:35 +00:00 |
|
Spoike
|
89c37774ae
|
basementApe reported segfaults in the audio init logic.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6263 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-19 15:17:29 +00:00 |
|
Eukara
|
f1c714a187
|
Stub INS_KeyToLocalName for SDL so we can build SDL2 again and ship a build out today.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6262 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-10 17:52:56 +00:00 |
|
Eukara
|
fab14e046f
|
Fix a typo and therefore make a crash with QC server lists disappear
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6261 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-10 17:10:51 +00:00 |
|
Spoike
|
6bd79c8ff8
|
.ktx 2darray textures were being written incorrectly.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6260 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-06 02:20:55 +00:00 |
|
Spoike
|
2b440a186d
|
Simplify QW network deltas. By just trusting the server instead of second-guessing it, we should get something more robust (at least for demo playback).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6258 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-06-02 06:08:21 +00:00 |
|
Spoike
|
a84fa2e534
|
Fix warning message.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6254 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 18:00:22 +00:00 |
|
Spoike
|
12cdfc197f
|
Make sure that either f_playmapend or f_specmapend work when f_mapend does, for people that want more specific behaviours. spec is ALWAYS used for demo playback too.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6251 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:59:51 +00:00 |
|
Spoike
|
74e9015f9d
|
Modelviewer should cope with more bones now.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6249 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:59:39 +00:00 |
|
Spoike
|
0f8d07b8e8
|
Add lerptime protocol extension. Still WIP, don't record to demos.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6247 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:59:26 +00:00 |
|
Spoike
|
255ce795a0
|
Fix up some KTX issues (mostly bot related).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6246 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:59:17 +00:00 |
|
Spoike
|
f996ff5fc8
|
Fix up some .wal palette issues when running q2 bsps in q1 gamedirs.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6245 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:59:08 +00:00 |
|
Spoike
|
08aedd4b5b
|
Mouse4 now acts as a back button in our menus. Binds menu should now report system key names instead of guessed names (better non-qwerty support).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6244 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:59:01 +00:00 |
|
Spoike
|
c45b0e5cf8
|
Fix up statically linking the ODE plugin into the engine (eukara wanted me to fix this up).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@6243 fc73d0e0-1445-4013-8a0c-d673dee63da5
|
2022-05-28 17:58:53 +00:00 |
|