userJames Kingcancel

6,920 Commits over 3,561 Days - 0.08cph!

5 Years Ago
Update GameStage.cs
5 Years Ago
Fixed quick prompt position jumping
5 Years Ago
Fixed being unable to unpause with escape / start Fixed quick restart prompts sometimes being in the wrong position Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Can use reset / exit quick keys in pause menu Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Removed FPS counter again Fixed input bindings not saving Hidden news page
5 Years Ago
More replay diagnostics Automatically use a different set of leaderboards for different game versions Merge branch 'temp'
5 Years Ago
Set up release builds
5 Years Ago
Some divergence warning fixes Merge branch 'divergence-fixes' of SpaceUsurperUnity into divergence-fixes Merge branch 'divergence-fixes'
5 Years Ago
CHIPPY-108: Fixed core rotation flickering while turning
5 Years Ago
Replay demonstrating bug Fixed replay sidebar time being off for some replays Core always looks at progress bar when loading stage Merge branch 'ghost-bullets' CHIPPY-324: Fixed jittery parented bullets
5 Years Ago
Hijack button style tweaks Merge branch 'master' of SpaceUsurperUnity Hijack button prompt icon only shows for controller Settings pages reorganisation
5 Years Ago
Updated Facepunch.ExpressionStrings
5 Years Ago
Fixed string escaping
5 Years Ago
Updated Facepunch.ExpressionStrings Unpausing blur effect fades much faster Pause spam penalty cooldown Disable vignette when fully expanded
5 Years Ago
Fixed inital pool population not being re-pooled String interpolation escaping is much more robust
5 Years Ago
Fixed build error
5 Years Ago
CHIPPY-368: Vignette around player when unpausing
5 Years Ago
Fixed hijack button overlapping when paused Pause menu UI tweaks
5 Years Ago
Re-implemented hijack button Fixed not being able to interact with pause menu leaderboards in some cases
5 Years Ago
CHIPPY-369: Parameter collection pooling cleaned up Unit_Forms divergence warning fix Merge branch 'master' of SpaceUsurperUnity Updated Facepunch.ExpressionStrings
5 Years Ago
Finished off parameter collection pooling
5 Years Ago
Added ParameterCollection.CreateClosure(func), HasAliveReferences() Added ParameterCollectionPool
5 Years Ago
Telemetry only used in debug builds Fixed some more divergence warnings
5 Years Ago
Fixed bug with loading json data that uses #include and has dictionary properties Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Fixed some divergence warnings
5 Years Ago
Added command line option to unlock all levels
5 Years Ago
Added some extra resolution options Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Fixed codegen for Repeat
5 Years Ago
Added ignoreNullRef support to CallMethod codegen
5 Years Ago
Added DefineParameterAttribute to Bullet.AffectTouchingUnits / Bullets
5 Years Ago
Fixed ActionList parameters not generating code
5 Years Ago
Some divergence warning fixes
5 Years Ago
Loading core now looks at progress bar tip
5 Years Ago
Tweaked how telemetry is disabled / enabled
5 Years Ago
Added tickrate and telemetry options
5 Years Ago
Missing method error parsing
5 Years Ago
Better error when a CallMethod method is missing
5 Years Ago
Fixed build errors Simpler user idents in sentry reports
5 Years Ago
Updated Facepunch.ExpressionStrings Fixed a couple of missing braces
5 Years Ago
Fixed newlines in interpolated strings
5 Years Ago
Fixed possible NRE during builds Some improved exception formatting Trying out adding ParseError info to build slack message
5 Years Ago
Fixed some exceptions not being noticed during baking
5 Years Ago
Can now specify a path to where custom properties for a subroutine target are defined Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Possible fix for "null" missing file reports
5 Years Ago
Fixed builds not failing when missing scripts are encountered
5 Years Ago
Fixed builds failing if code gen throws
5 Years Ago
Started work on subroutine calling codegen Code gen for subroutines now runs in the right order To make sure nested subroutines are already generated Merge branch 'master' of SpaceUsurperUnity Subroutine instance caching Basic preparation of subroutine parameter collection Subroutine codegen seems to work! Fixed precache data being cleared at the wrong time Fixed error when baking some stages Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Fixed precache data being cleared at the wrong time
5 Years Ago
Baked scripts for each stage now put in different classes tinted some of the fuse wall brighter fuse minion remote speech more speech setup Fixed bug when applying video settings using keyboard / controller Merge branch 'master' of SpaceUsurperUnity Merge branch 'master' of SpaceUsurperUnity confuse bullets bounce on bounds looping sfx volume uses master volume setting misc changes while testing Fixed bad return type of scriptfunc in fuse boss One approach to json script error line numbers fuse speech more onion speech Line numbers for json warnings / errors seem to work! Merge branch 'master' of SpaceUsurperUnity Merge branch 'line-numbers' Fixed menu stage baking Fixed MenuStage cached stuff not being loaded Fixed song sample datas not being found by script baking Fixed exception while baking some stages Had a go at a stage loading widget callbacks for activating and changing status levels hunter message when using fade trying to fix same key added error in pattern fading sfx adjusted some pxc twist amounts player gun tweaks, player damage amount changes intro welcome speech change remove player debug Started work on subroutine calling codegen some icon changes, giant centipede fix giant centipedes going out of bounds spawn giant centipede when destroy tentacle form 2 big gun tweak player movement and body shape when firing behind Code gen for subroutines now runs in the right order To make sure nested subroutines are already generated Merge branch 'master' of SpaceUsurperUnity Subroutine instance caching Basic preparation of subroutine parameter collection Subroutine codegen seems to work!
5 Years Ago
ScriptFunc line numbers Parameter collection access optimisation