userJames Kingcancel

8,073 Commits over 3,806 Days - 0.09cph!

6 Years Ago
Added PB time target CHIPPY-311: Fixed being able to try to "watch" campaign leaderboard entries Fixed leaderboards sometimes showing for a fraction of a second immediately at game over
6 Years Ago
Replay UI now plays more nicely with the new UI, avoiding overlap etc Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Now show placeholder avatar while real avatar is still loading CHIPPY-313: Added delay before leaderboard appears on game over CHIPPY-314: Removed two causes of a long hang on death / victory
6 Years Ago
CHIPPY-309: Added medals to leaderboard entries Fixed case where campaign medal counts wouldn't display CHIPPY-300: Added countdown to next medal to the HUD Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Re-fixed Pxc divergence fix from 4d847b93a2dd4c56b1d924ee96f76015b5ce8d76 Some more divergence fixes Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Stopped pixel chunks from despawning during dynamic updates, which caused desyncs Fix for possible error while updating speech bubbles
6 Years Ago
Better error when a callmethod target is null Fixed replay corruption when switching powerup when none are equipped Fixed not being able to wrap backwards through powerups Fixed causes of divergences in Pxc Fixed causes of divergences in Laser Fixed missing fonts in replay UI Fixed player movement properties not being reset properly Misc replay diagnostic stuff
6 Years Ago
CHIPPY-303: Added new replay format that stores current selected powerup index CHIPPY-303: Reworked status effect switching to work with the new replay format Added SwitchOnPickup to OptionsData CHIPPY-303: Reworked how selectables are switched again, now using SwitchOnPickup option Added Switch On Pickup option to input menu Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
CHIPPY-299: Fixed HUD staying squashed if you exit a stage from the pause screen CHIPPY-295: Updated Facepunch.Steamworks, leaderboard total counts update when fetching
6 Years Ago
Update leaderboard counts when fetching entries
6 Years Ago
Revert "CHIPPY-306: Fixed campaign items getting re-created unnecessarily" This reverts commit e42740d75dbdcb2689cf8327fac3ba3e999dca61. CHIPPY-307: Fixed possible NRE on score fetch
6 Years Ago
CHIPPY-305: More rigourous fix CHIPPY-306: Fixed campaign items getting re-created unnecessarily CHIPPY-306: Cleanup of campaign items when destroyed Made a bunch of warnings editor-only
6 Years Ago
CHIPPY-305: Fixed possible NRE in RenderQuads Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed off-by-one when completing the last stage of a campaign
6 Years Ago
Reduced intro boss implode time Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
CHIPPY-296: Added "continue" button prompt to victory screen on first win Returns to main menu with the next unlocked stage selected Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed possible NRE CHIPPY-302: Target frame rate caps at max supported by monitor by default Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
CHIPPY-304: Fixed leaderboards not focussing on the local player
6 Years Ago
Added Switch FSM action Converted intro scripts to use new switch action
6 Years Ago
Updated Facepunch.ExpressionStrings
6 Years Ago
Better strategy for repeated expressions Smarter handing of repeated expressions that always execute
6 Years Ago
Updated Facepunch.ExpressionStrings
6 Years Ago
Updated Facepunch.ExpressionStrings with null coalescing support Updated Facepunch.ExpressionStrings Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Added failing tests for value type conditional member access Finished off null coalescing support
6 Years Ago
Added NullCoalescing grammar / tests Null coalescing implementation
6 Years Ago
Fixed loaded nested json objects inside #includes
6 Years Ago
Added NullConditional tests Parameter accesses now always get turned into local variables WIP support for null conditional member access / method call / indexing
6 Years Ago
Reordered where parentheses are added in codegen
6 Years Ago
Fix for possible nullref when trying to delete an old replay Marked some more pure methods
6 Years Ago
Updated Facepunch.ExpressionStrings Marked a bunch of whitelisted pure functions with [PureAttribute] to help the new codegen optimizer Fixed PureAttribute being omitted from builds
6 Years Ago
Added special case for pure methods
6 Years Ago
Updated Facepunch.ExpressionStrings Finished LeaderboardView.SetLeaderboard
6 Years Ago
Extra serialization test
6 Years Ago
Attempting to fix local definition order
6 Years Ago
Revamped code gen so that repeated subexpressions get turned into local variables
6 Years Ago
Dead end attempt at optimizing out repeated expressions
6 Years Ago
CHIPPY-294: Clear leaderboard event handlers when LeaderboardView is destroyed CHIPPY-294: More leaderboard cleanup Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Added discord link to settings, fallback for when overlay is disabled Added cooldown to URL links Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Attempt at making speech bubbles spawn outside each other Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Fixed sfx warning spam Added path to uncached script warning Made object / array parameters to CallMethod discoverable by script func baking Fixed actions passed to methods like AffectBullets / AffectUnits not baking correctly Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Possible fix for hotloading breaking Lazy fix for possible error when removing speech bubbles
6 Years Ago
Fixed some text alignment Fixed broken button icons in rebinding menu
6 Years Ago
Last minute untested increase of floating text pool initial size
6 Years Ago
Speech bubbles are repelled from each other and the player Speech bubbles avoid stage bounds and the player, and fade out when the player is too close
6 Years Ago
Possible fix for error spam when not signed in to steam
6 Years Ago
Game over screen now shows progress % if not completed
6 Years Ago
ScriptFunc exceptions now only log once, and return a default value from the causing func Attempting to fix possible exception when despawning a speech bubble Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Added support for custom exception handling Fixed typo
6 Years Ago
Added support for inline images in speech bubble text Fixed embedding positioning Tweaked key label sizes
6 Years Ago
Renamed InputBindingEmbeddingSource to DefaultEmbeddingSource Fixed next / previous powerup button prompts not showing Fixed UI easing being broken in some places Fixed possible NRE when setting up a text embedding Fixed button prompts flickering when changing between mouse / keyboard
6 Years Ago
CHIPPY-293: Started re-working speech bubble movement Merge branch 'master' of SpaceUsurperUnity Added support for embedding a specific button icon Added example controller icon to intro dialogue Fixed bad logic that didn't let you clear a button prompt label