userJames Kingcancel

7,950 Commits over 3,745 Days - 0.09cph!

3 Years Ago
Fixed Switch build error Increase max cache age for stage scores if not selected
3 Years Ago
Main menu parallax fixes WIP Switch LeaderboardService refactor
4 Years Ago
Updated .gitignore Merge remote-tracking branch 'origin/master'
4 Years Ago
Fixed bullet systems referencing resources directly WIP ECS loop rewrite ECS loop refactor to support arbitrary loopStart loopEnd Show ECS bullet keyframe number in gizmo text Added support for chance / loopModulus in ECS bullets Hide settings when playing replay from host PC Mirrored bullet angles support for ECS bullets
4 Years Ago
Save / play replays from host PC on Switch Added a way to compare DynamicEaseTo optimisations
4 Years Ago
Possible fix for legacy replay divergence
4 Years Ago
CoreLayer optimisation DynamicEaseTo optimisation for Switch
4 Years Ago
Pxc_PixelGroup dynamic update staggering
4 Years Ago
Fully disable bullet systems with no bullets
4 Years Ago
Fixed some errors in PhysicsSystem OutOfBoundsJob Bullet system profiling Pxc_Texture can now use 4 bit exponent encoding Support comments in perf stats category file Temp fix for flashing pixels Profiling for BulletSystemGroup
4 Years Ago
Fixed despawn animation regression in ECS bullets Bullet jobs now check if bullets are despawning Pxc_Texture size optimizations Some possible Pxc_Texture performance fixes for Switch
4 Years Ago
Fixed per-update keyframe properties not being applied to later frames Fixed condition for adding VelocityData / MoveToTargetData Stop despawning bullets from moving Working on fully supporting ECS bullet parenting / anchoring ECS bullet render system profiling
4 Years Ago
Only clear depth when using dynamic scaled background Fixed redux bake error
4 Years Ago
Damage floater colour alpha isn't ignored, scale can be overridden
4 Years Ago
Rename "DamageNumber" to "DamageFloater" Fixed damage floater kerning
4 Years Ago
Fixed exception on non-ECS stages New damage number sprites Damage floater systems refactor, fixed ECB system usage
4 Years Ago
Example of spawning new damage floaters
4 Years Ago
ShapeInstanced shader tweaks to support non-square atlas grids WIP new damage floaters Finished new damage floater system
4 Years Ago
Fixed PixelGroup depth sorting Bullet spawning profiling Fixed ECS bullets lerping between per-update properties
4 Years Ago
Fixed some ECS bullets missing sprites Fixed possible exception when disposing a BulletQuery Button prompt icons in pause menu tweak for Switch Working on changing how damage numbers are rendered Fixed ECS rect bullets not using scale when detecting collision Fixed possible crash in ECS OutOfBoundsJob Fixed debug ignore collisions with ECS bullets
4 Years Ago
Fixed case where OnOutOfBounds callbacks would spam
4 Years Ago
Fixed ECS RemoveWhenOutOfBounds Added ways to investigate why ECS bullets despawn Fixed case where ECS bullets wouldn't ignore the right unit
4 Years Ago
Fixed legacy replays diverging
4 Years Ago
Fixed crash on trench stage on Switch Only load hints after script cache is loaded Fixed ECS OnLifetimeFinished callback not being called in some cases Fixed ECS bullets spawned by a pattern not having the right velocity
4 Years Ago
Started work on scriptable bullet jobs Baking refactor to allow passing HotloadedData instances directly Non-ECS BulletQuery support Updated generated keyframe animated components Finished off BulletQuery job system
4 Years Ago
Started work on scriptable bullet jobs Baking refactor to allow passing HotloadedData instances directly Non-ECS BulletQuery support
4 Years Ago
Fixed ECS loop / idle logic Fixed ECS bullet cantBeIgnored Disabled bullet system generation for some unsupported bullets Fixed cases where local timescale wasn't applied to ECS bullets Fixed translation key regex Fixed Switch build error Confirm prompt scaling on Switch Fixed ECS bullet target move mode Fixed ECS bullet target facing direction mode Fixed not setting BulletDamageSource when hitting an ECS bullet TODO for diamond ShrinkToFront ECS support
4 Years Ago
Fixed stage loading animation jerkyness Started work on scriptable bullet jobs Baking refactor to allow passing HotloadedData instances directly
4 Years Ago
Fixed stage loading animation jerkyness
4 Years Ago
Fixed ECS bullet despawnAfterKeyframes handling Fixed a few causes of ECS bullet warning being too bright
4 Years Ago
Propagate component references to parent scopes Check for FlagAttribute when setting component data Use an attrib to mark universal components VelocityData now has a corresponding flag
4 Years Ago
Working on background dynamic scaling Testing out rendering backgrounds at 1/2 width / height on Switch
4 Years Ago
Experimenting with resolution scaling for backgrounds on Switch
4 Years Ago
Fixed some blending issues in BackgroundLayer shader Intro stage star flicker fixes
4 Years Ago
Use fixed4 for colour array in background shader Only use 1 channel textures in background rendering
4 Years Ago
Fixed background rendering on Switch
4 Years Ago
Fixed case where modified scriptable objects aren't reserialized
4 Years Ago
Fixed some cases where stages would load the wrong assets
4 Years Ago
Print where LegacyBulletOnly is being violated Fixed 0.1 resolution slider increment with controller
4 Years Ago
Make ECS bullet usage warning an error Fixed reference to old damage status in intro slowSpokes pattern Use a constant buffer for background layer properties Fix reference to legacy default player
4 Years Ago
Glow correction for intro background
4 Years Ago
Background merging fixes Updated noise01_256.png to a tiling one
4 Years Ago
Use Texture2DArray for sprite atlas WIP merging background layers into one pass
4 Years Ago
Possible fix for non-existing entity in OnOutOfBounds ECS callback Easy way to disable backgrounds for Switch performance testing Fixed yet another cause of pixel chunks hanging around after a reset
4 Years Ago
Moved RemoveWhenOutOfBounds / ClampToBounds to an IJobChunk ECS bullet onOutOfBounds callback support
4 Years Ago
Hotload: Simplified test initialization Hotload: Added failing Dictionary comparer test Hotload: Fixed comparer being lost from dicts / hash sets on hotload
4 Years Ago
Started work on OutOfBounds callback for ECS bullets
4 Years Ago
Fixed generating BulletSystem instance method calls Hide hints when paused Fixed some ECS codegen feature regressions Fixed some CallMethod actions not generating for bullet systems BulletPattern onEachBullet ECS support, stage alias fixes
4 Years Ago
Camera merging tweak
4 Years Ago
ECS support for AffectBulletsInRadius Fixed some ECS diamond bullets having the wrong cross distance CodeGen formatting tweak