userJames Kingcancel

7,603 Commits over 3,684 Days - 0.09cph!

4 Months Ago
Fix CSV parsing handing quotes TMP_ButtonIconAnimator handles multiple SDF materials better
4 Months Ago
Wanderer enemy, difficulty progression
4 Months Ago
Escape / victory sounds Let's re-use Mazer for enemies Clothing
4 Months Ago
Lobby First maze size Fade in / out on level transition https://files.facepunch.com/ziks/2024-05-09/sbox-dev_0f5X41Pv7B.mp4
4 Months Ago
Fixed networking
4 Months Ago
Basic level loop
4 Months Ago
Exit spawning, network tweaks
4 Months Ago
Material tweaks Player / key / exit / treasure / enemy spawn points
4 Months Ago
Holdables, holders, throwing https://files.facepunch.com/ziks/2024-05-08/sbox-dev_FU4lcevVPQ.mp4
4 Months Ago
Vaulting sounds, WIP key
4 Months Ago
Vaulting https://files.facepunch.com/ziks/2024-05-08/sbox-dev_gXZCNR8dql.mp4
4 Months Ago
Movement aligns to grid, handles diagonal movement through corners https://files.facepunch.com/ziks/2024-05-08/sbox-dev_znZKFeeT57.mp4
4 Months Ago
Basic networking
4 Months Ago
Reload strings on Alt+L in debug builds Copy locale folder on build Remove import-translations job
4 Months Ago
Refactor string loading to support different formats Load strings from loose CSV files
4 Months Ago
Follow camera
4 Months Ago
Wall collision
4 Months Ago
I should stop tweaking the generator Starting on movement
4 Months Ago
Generator tweaks
4 Months Ago
Fix wall placement, add lights https://files.facepunch.com/ziks/2024-05-07/sbox-dev_Vmh62T1kst.mp4
4 Months Ago
Added a bunch of old assets Spawn walls
4 Months Ago
Basic overall maze layout generation https://files.facepunch.com/ziks/2024-05-06/sbox-dev_R4oVrgYbRY.mp4
4 Months Ago
Refactor, editor tweaks, working on generator
4 Months Ago
Add a bunch of mazes, can set item spawns https://files.facepunch.com/ziks/2024-05-06/sbox-dev_9OU5DiHcmA.png
4 Months Ago
Initial commit WIP maze resource https://files.facepunch.com/ziks/2024-05-06/sbox-dev_ATtk51LrlD.png
4 Months Ago
ActionGraph API change
4 Months Ago
Expression graphs can have signals Means they can use variables, and control flow like conditions and loops
4 Months Ago
Input / output signals can be synchronous or async Got simple expression graphs working again, now with signals Automatically hook up input -> output signal for new expression graphs Fix version 7 upgrader Fix expression subgraphs Failing test for expression graph using async Use a dummy Signal type for all signal parameters Basic test for async in expression graphs Test for control flow async Control flow nodes inherit async from body signals
4 Months Ago
Control flow nodes inherit async from body signals
4 Months Ago
4 Months Ago
Test for control flow async
4 Months Ago
Fix triplanar hlsl Generate UVs / tangents for 3D SDFs, for non-triplanar materials (#26) https://files.facepunch.com/ziks/2024-05-03/sbox-dev_pV7DEZpr1B.png
4 Months Ago
Fixed build errors Ignore .idea and .sln Update with working Sdf2DWorld functionality Cleanup Use new project structure Use new libpolygon API HideInEditor -> Hide Use WIP [Unicast] RPCs Use new RPC filtering API RPC filtering API change Dirty include facepunch.libpolygon Nicer display names for world component types Don't need SdfNetwork component type any more Fix triplanar hlsl Generate UVs / tangents for 3D SDFs, for non-triplanar materials (#26) https://files.facepunch.com/ziks/2024-05-03/sbox-dev_pV7DEZpr1B.png
4 Months Ago
ShaderGraph: Fix black region in triplanar texture nodes Facepunch/sbox-issues#5371
4 Months Ago
Nicer display names for world component types Don't need SdfNetwork component type any more
4 Months Ago
Fix method identities not matching for generic declaring types Fix component RPCs declared on generic types
4 Months Ago
Expression graphs can have signals Means they can use variables, and control flow like conditions and loops
4 Months Ago
Basic test for async in expression graphs
4 Months Ago
4 Months Ago
Failing test for expression graph using async Use a dummy Signal type for all signal parameters
4 Months Ago
Automatically hook up input -> output signal for new expression graphs Fix version 7 upgrader Fix expression subgraphs
4 Months Ago
Input / output signals can be synchronous or async Got simple expression graphs working again, now with signals
4 Months Ago
Component editor
4 Months Ago
Dirty include facepunch.libpolygon
4 Months Ago
RPC filtering API change
4 Months Ago
Use new RPC filtering API
4 Months Ago
Always explicitly keep a reference to delegates passed to native (#1546)
4 Months Ago
Always explicitly keep a reference to delegates passed to native (#1546)
4 Months Ago
Fixed #9
5 Months Ago
Add `--force-language <short code>` command line option