7,950 Commits over 3,745 Days - 0.09cph!
Fixed issue with PlayerCollisionSystem dependency management
Collision for diamond ECS bullets seems to work
Changed how bullets are tied to systems, added BulletSystem.OnHitPlayer
Fixed ECS bullet collision info not taking scale into account
Main structure of PlayerCollisionSystem done
BulletSystem refactor, working on PlayerCollisionSystem
Grid2 bullet visuals now using ECS
Fixed typo in ShapeInstanced shader
Made sure ECS bullet systems are created in a deterministic order
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
Some cleanup before working on ECS codegen
Rewrite example bullet system to get rid of boilerplate
Fixed case where cached ActionList methods weren't found
Fixed redux bake error
Cleanup all manually created systems on stage exit
New ECS bullets are now depth sorted correctly relative to old stuff
Rewrite ECS bullet demo, simplifying how keyframes work
First pass at rendering ECS bullets with DrawMeshInstanced
More efficient ECS bullet rendering using DrawMeshInstancedIndirect
Basic rendering of ECS-based bullets
Fixed despawning of example ECS-based bullet
Example ECS bullet jobs are now burst compiled
Mockup of components / system for an ECS-based bullet
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
Use FixedUpdateProgress = 1 on Switch / when target FPS is <= 60
Fixed redux bake error
Added DefaultProperty attribute, to avoid ParameterPassthrough usage
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
Removed switch NativeLog test
Updated Facepunch.ExpressionStrings
Fixed divergence related to stageTime being set in the wrong place
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'
Some more options for perf-stats-plot.py
Show 95 and 99 percentiles in perf-stats-plot.py
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
Fixed profiler error
Optimized Pxc_Animation.SetFrame
More detailed profiling in Switch release builds
Fixed performance stats dumping from switch to PC
Working on writing performance stat dumps to host PC from switch
Updated Jenkinsfile !redux
Updated Jenkinsfile
Fixed another error in tentacle boss script !redux
Fixed error in redux tentacle boss !redux
Can now toggle between only FPS / full performance stats
Updated Facepunch.Steamworks !redux
Support for parameters being explicitly specified
Better exceptions on invalid operators
Testing perf measurement consistency
Replay validating timing uses GetThreadTimes()
Measure only main thread time when validating replays
Measure TotalProcessorTime when validating replays
Generate source mapping comments
Bake error message normalization
Updated Facepunch.ExpressionStrings !redux
Fixed !redux script errors
ProcessObject refactor
Leaner code gen where possible
Skip populating ActionList if baked / cached
Fixed invalid codegen in !redux build
Reduce default PerformancePrintPeriod
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'
Fixed possible divergence caused by SetValue / CallMethod returns
Fixed SetValue / return value of CallMethod sometimes being discarded
Fixed bad scope of generated locals in SetValue
Optimizations in generated methods