userJames Kingcancel
repoSpaceUsurperUnitycancel

3,454 Commits over 2,527 Days - 0.06cph!

3 Years Ago
Grid2 bullet visuals now using ECS Fixed typo in ShapeInstanced shader Made sure ECS bullet systems are created in a deterministic order
3 Years Ago
Discover and store BulletSystem references while baking Create BulletSystems from ScriptingCache on stage init ECS bullets can now be spawned like normal bullets from json Fixed ECS bullet blinking
3 Years Ago
Some cleanup before working on ECS codegen Rewrite example bullet system to get rid of boilerplate
3 Years Ago
Fixed case where cached ActionList methods weren't found Fixed redux bake error
3 Years Ago
Cleanup all manually created systems on stage exit
3 Years Ago
New ECS bullets are now depth sorted correctly relative to old stuff
3 Years Ago
Rewrite ECS bullet demo, simplifying how keyframes work
3 Years Ago
First pass at rendering ECS bullets with DrawMeshInstanced More efficient ECS bullet rendering using DrawMeshInstancedIndirect
3 Years Ago
Basic rendering of ECS-based bullets Fixed despawning of example ECS-based bullet Example ECS bullet jobs are now burst compiled
3 Years Ago
Mockup of components / system for an ECS-based bullet
3 Years Ago
Added offline mode for Switch Save replay performance to host even on diverge Save replay file to host on switch Revert "Use FixedUpdateProgress = 1 on Switch / when target FPS is <= 60" This reverts commit 95aec4ac6181727d3e26da4be6b3299d20b95c8b. Save test replay to host when starting to watch Fixed case where cached ActionList methods weren't found
3 Years Ago
Use FixedUpdateProgress = 1 on Switch / when target FPS is <= 60 Fixed redux bake error
3 Years Ago
Added DefaultProperty attribute, to avoid ParameterPassthrough usage
3 Years Ago
claw easy balance Merge branch 'master' of SpaceUsurperUnity Merge branch 'master' of SpaceUsurperUnity laser easy balance storm easy balance moved some easy mech pixel settings Merge branch 'master' of SpaceUsurperUnity invasion easy balance build !redux build !redux !easy !nightmare update jenkinsfile !redux !easy !nightmare drop effect balance changes changed starting shield amounts more easy balance cleanup powerupTriple can get powerups while intangible fix hunter powerup hard hunter balance hard orb balance hard frame balance, etc added CampaignData.orderIgnoresLockedState build !redux !easy !nightmare songs check if CurrentCore is null !redux !easy !nightmare Merge remote-tracking branch 'origin/master' fix hard mech !redux !easy !nightmare Merge remote-tracking branch 'origin/master' Merge branch 'switch-performance' Updated Facepunch.ExpressionStrings Fixed divergence related to stageTime being set in the wrong place Removed switch NativeLog test misc balance credits bounds Merge branch 'master' of SpaceUsurperUnity laserSight powerup laser sight icon, fix when have no gun credits stuff more credits pixels ffd icon laser sight lost when hit credits text more credits text credits crawler text Merge branch 'master' into switch-performance
3 Years Ago
Removed switch NativeLog test
3 Years Ago
Updated Facepunch.ExpressionStrings Fixed divergence related to stageTime being set in the wrong place
3 Years Ago
More detailed profiling in Switch release builds Fixed profiler error Optimized Pxc_Animation.SetFrame Fixed nested performance stats category names Added performance stats to Pxc components Got rid of native calls when timing replay validation Unit component profiling in Switch release builds Fixed nested categories in perf-stats-plot.py Some more options for perf-stats-plot.py Show 95 and 99 percentiles in perf-stats-plot.py Merge remote-tracking branch 'origin/master' Merge remote-tracking branch 'origin/master' Merge branch 'switch-performance'
3 Years Ago
Some more options for perf-stats-plot.py Show 95 and 99 percentiles in perf-stats-plot.py
3 Years Ago
Fixed nested performance stats category names Added performance stats to Pxc components Got rid of native calls when timing replay validation Unit component profiling in Switch release builds Fixed nested categories in perf-stats-plot.py
3 Years Ago
Fixed profiler error Optimized Pxc_Animation.SetFrame
3 Years Ago
More detailed profiling in Switch release builds
3 Years Ago
Fixed performance stats dumping from switch to PC
3 Years Ago
Working on writing performance stat dumps to host PC from switch
3 Years Ago
Fixed !redux build error
3 Years Ago
Updated Jenkinsfile !redux
3 Years Ago
Updated Jenkinsfile Fixed another error in tentacle boss script !redux
3 Years Ago
Fixed error in redux tentacle boss !redux
3 Years Ago
Can now toggle between only FPS / full performance stats Updated Facepunch.Steamworks !redux
3 Years Ago
Testing perf measurement consistency
3 Years Ago
Replay validating timing uses GetThreadTimes()
3 Years Ago
Replaced FP logo
3 Years Ago
Fixed Switch build error
3 Years Ago
Measure only main thread time when validating replays
3 Years Ago
Updated Jenkinsfile
3 Years Ago
Measure TotalProcessorTime when validating replays Generate source mapping comments Bake error message normalization Updated Facepunch.ExpressionStrings !redux
3 Years Ago
Fixed !redux script errors
3 Years Ago
ProcessObject refactor Leaner code gen where possible Skip populating ActionList if baked / cached
3 Years Ago
Fixed invalid codegen in !redux build
3 Years Ago
Reduce default PerformancePrintPeriod
3 Years Ago
Disable TMP warnings
3 Years Ago
Changed default test replay Added ECS packages, upgraded asset pipeline version Fixed error on reading #includes in new Newtonsoft.Json version Pxc_Animation.SetFrame() optimization DenseIntDict<T> enumerator Fixed some readonly ProfilerCategories Subroutine codegen with explicit parameters Can now call baked subroutines with parameters Handling passing explicit parameters to called ScriptFuncs Code gen refactor to support parameter capture in called subroutines Fixed subroutine CodeGenFlags Optimizations in generated methods Fixed bad scope of generated locals in SetValue Fixed SetValue / return value of CallMethod sometimes being discarded Fixed possible divergence caused by SetValue / CallMethod returns Fixed loading json data from absolute paths Got rid of some test code Merge branch 'bullet-perf'
3 Years Ago
Fixed possible divergence caused by SetValue / CallMethod returns
3 Years Ago
Fixed SetValue / return value of CallMethod sometimes being discarded
3 Years Ago
Fixed bad scope of generated locals in SetValue
3 Years Ago
Optimizations in generated methods
3 Years Ago
Fixed subroutine CodeGenFlags
3 Years Ago
Subroutine codegen with explicit parameters Can now call baked subroutines with parameters Handling passing explicit parameters to called ScriptFuncs Code gen refactor to support parameter capture in called subroutines
3 Years Ago
Pxc_Animation.SetFrame() optimization DenseIntDict<T> enumerator Fixed some readonly ProfilerCategories
3 Years Ago
Started playing around with converting quad / diamond rendering to ECS
3 Years Ago
Fixed error on reading #includes in new Newtonsoft.Json version