Marco Cawthorne eukara
eukara pushed to master at tech/nuclide 2024-02-21 13:41:29 -08:00
9847f3828e NSGameRules: send a newly joined player to the intermission screen gently
08259f5652 make_mapdef.sh/trigger_changetarget: Minor fixes.
0df1e78cc3 Platform: Comment out debug strings.
ea0b365037 SurfaceProperties: Insist on having a 'default' stage defined. Use that to initialize the various surface properties.
Compare 4 commits »
eukara pushed to master at nuclide-ports/ts 2024-02-19 13:50:17 -08:00
c2f37acf7e Work around some quirks.
eukara pushed to master at nuclide-ports/ts 2024-02-19 13:30:02 -08:00
93b4b445a6 Various fixes to get it up and running again.
eukara pushed to master at tech/nuclide 2024-02-15 14:49:56 -08:00
f950dcaabb func_pushable: Respect 'size' and improve movement direction math a little.
eukara pushed to master at tech/nuclide 2024-02-15 13:35:51 -08:00
9e68e24d2e trigger_teleport: Add filter for func_pushable entities. Test chamber can now be triggered.
99f513efdb func_pushable: Remove hitcontentsmaski override, else the cart won't move up in the test chamber.
Compare 2 commits »
eukara pushed to master at tech/nuclide 2024-02-13 22:52:31 -08:00
06d959ef02 func_tracktrain: Lots of improvements across the board. Enjoy c0a0-c0a0e!
eukara pushed to master at nuclide-ports/valve 2024-02-13 22:52:24 -08:00
a1638d3c65 Add zpak001.pk3dir/sound/func_tracktrain.sndshd
eukara pushed to master at nuclide-ports/valve 2024-01-30 00:42:19 -08:00
b47a64b850 Server: Fix precache of the item_weaponbox pickup sound.
eukara pushed to master at tech/nuclide 2024-01-30 00:42:12 -08:00
7e8d1aacdb Fix various warnings.
31b88f63f2 Fixes for DAMAGE_AIM, so we can respect the `sv_aim` cvar.
Compare 2 commits »
eukara pushed to master at tech/nuclide 2024-01-29 16:10:22 -08:00
08cac51d5f NSClient: add `void SetInfoKeyFloat(string, float)` and `float GetInfoKeyFloat(string)` methods
eukara pushed to master at nuclide-ports/ts 2024-01-26 23:55:23 -08:00
1a728d1e04 Remove "bot_add" command.
eukara pushed to master at nuclide-ports/scihunt 2024-01-26 23:55:19 -08:00
60791ebe5a Removal of "bot_add" command.
eukara pushed to master at nuclide-ports/tfc 2024-01-26 23:55:08 -08:00
43c7bcc03b Removal of "bot_add" command. Add zpak001.pk3dir/def/bot.def
eukara pushed to master at nuclide-ports/rewolf 2024-01-26 23:54:51 -08:00
a3a915aa18 Remove "bot_add" command.
eukara pushed to master at nuclide-ports/cstrike 2024-01-26 23:54:45 -08:00
a8250fd244 Fixes against upstream Nuclide. Added zpak001.pk3dir/def/bot.def and make use of it.
eukara pushed to master at nuclide-ports/valve 2024-01-26 23:54:40 -08:00
4e232c6875 Remove "bot_add" command, add zpak001.pk3dir/scripts/bots.txt
eukara pushed to master at nuclide-ports/dmc 2024-01-26 23:54:23 -08:00
b08bed9d23 Remove "bot_add" command.
eukara pushed to master at tech/nuclide 2024-01-26 23:53:59 -08:00
4a8f4a6082 Add a whole bunch of new bot features, including bot profiles.
ba4ddbd3f6 Math_FixDelta: Make recursive. Rename pending...
2332fdd45f Add Documentation/Bots/BotOverview.md
Compare 3 commits »
eukara pushed to master at tech/nuclide 2024-01-15 16:34:20 -08:00
30903f7683 VGUIView: add missing return
eukara pushed to master at tech/nuclide 2024-01-15 16:32:29 -08:00
da194e8eed VGUIWindow: migrate non Window specific bits into its own class: VGUIView