userJames Kingcancel
repoSpaceUsurperUnitycancel

3,463 Commits over 2,557 Days - 0.06cph!

5 Years Ago
Implemented equipment menu descriptions Moved all stage titles to their respective string files Added placeholder stage descriptions
5 Years Ago
Fixed pause / settings nav menu alignment
5 Years Ago
Effects / items UI restyling
5 Years Ago
CHIPPY-341: Fixed issues with scrolling through leaderboards while the cursor is over them
5 Years Ago
Uncommented attempted fix at stage selection frame drops
5 Years Ago
Working on Lewis' pause menu improvements
5 Years Ago
Temporarily removed Workshop main menu button Merge branch 'master' of SpaceUsurperUnity Added first pass of new exit prompt
5 Years Ago
CHIPPY-340: Added "unlockAfter" property to CampaignData CHIPPY-340: Fixed campaigns only being selectable if at least one stage is unlocked
5 Years Ago
Discord RPC now has a unique icon for each stage
5 Years Ago
Slightly more rigourous
5 Years Ago
Fixed misleading errors in CallSubroutine actions
5 Years Ago
CHIPPY-338: Force settings controls to update their positions when one changes visibility
5 Years Ago
Fixed Leaderboards not finding any entries if the player hasn't submitted a score Added some warnings to subroutines if they are missing parameters needed for baking
5 Years Ago
Added images to discord rich presence Added rich presence elapsed time Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Fixed leaderboards not always loading
5 Years Ago
Included json path to throwing CallMethod action Fixed a couple of missing brackets in unit/boss.json Temp fix for baking not knowing the right type Finished off fixing baked CallSubroutines in intro Wrapped song updates in a dynamic block
5 Years Ago
Reordered bindings page tabs
5 Years Ago
Hide speech bubbles on first creation and on pool Merge branch 'master' of SpaceUsurperUnity CHIPPY-334: Speech bubbles without `forceVisible` can be hidden in the settings menu
5 Years Ago
Moved speech bubble despawning to fixed updates CHIPPY-335: Speech bubbles are now pooled CHIPPY-336: Fixed non-input-dependant speech bubbles changing string on input change Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
CHIPPY-331: Speech bubbles try to not be on the same side of their target as the player
5 Years Ago
CHIPPY-332: Discord rich presence
5 Years Ago
Added rank to rich presence
5 Years Ago
Fixed bug with rich presence strings
5 Years Ago
Updated rich presence localization
5 Years Ago
#CHIPPY-333: Basic steam rich presence
5 Years Ago
Fixed bug with parameter name conflicts when calling subroutines
5 Years Ago
New strategy for accessing player-specific properties in stage scripts Example usage Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Better CallMethod exception reporting Merge branch 'master' of SpaceUsurperUnity Added a Dynamic FSM action to wrap non-deterministic actions Example Dynamic action usage
5 Years Ago
More JToken persistence Fixed case where nested HotloadedData wouldn't load correctly Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Trying to find a unique way to identify CallMethods Merge branch 'master' into token-path CHIPPY-298: Almost working, need to sort out some dodgy paths CHIPPY-298: Fixed case where JTokens had truncated paths CHIPPY-298: Added warning when a CallMethod does reflection during gameplay Merge branch 'token-path'
5 Years Ago
CHIPPY-298: Fixed case where JTokens had truncated paths CHIPPY-298: Added warning when a CallMethod does reflection during gameplay
5 Years Ago
CHIPPY-298: Almost working, need to sort out some dodgy paths
5 Years Ago
CHIPPY-327: Added --debug-mode and --trailer-mode command line options Hide speech bubbles on game over CHIPPY-328: Don't fade out on death in trailer mode Merge branch 'master' into token-path
5 Years Ago
Hide speech bubbles on game over CHIPPY-328: Don't fade out on death in trailer mode
5 Years Ago
CHIPPY-327: Added --debug-mode and --trailer-mode command line options
5 Years Ago
Trying to find a unique way to identify CallMethods
5 Years Ago
CallMethod precaching code gen
5 Years Ago
Big CallMethod / CallSubroutine refactor Merge branch 'master' of SpaceUsurperUnity Fixed issues with CallBase refactor
5 Years Ago
CHIPPY-298: Can now generate valid code for most CallMethods Yet to do ScriptFunc<> params in method calls CHIPPY-298: Support for ScriptParam<> args
5 Years Ago
CHIPPY-298: More progress on CallMethod baking
5 Years Ago
CHIPPY-298: Can now generate Expression for CallMethod actions during baking
5 Years Ago
CHIPPY-325: Added some safety checks CHIPPY-323: Disabled browsing entries on leaderboards that are still loading
5 Years Ago
CHIPPY-326: Fixed setting speech bubble progress resetting the slider at 0
5 Years Ago
Still more divergence fixes More divergence fixes
5 Years Ago
Divided bullet patterns into fixed / dynamic Working through a bunch more warnings Even more warnings fixed
5 Years Ago
Execution can now be divided into Initialization, Fixed and Dynamic Merge branch 'master' of SpaceUsurperUnity Fixed diagnostic fields not being initialized properly
5 Years Ago
Working on a way to whitelist fields set during stage load Bunch of possible divergence fixes Merge branch 'master' of SpaceUsurperUnity Even more divergence avoidance
5 Years Ago
Marked SfxManager.Play as dynamic Working through a bunch more divergence warnings Merge branch 'master' of SpaceUsurperUnity
5 Years Ago
Weaver refactor Added way to find out where deterministic fields are being set non-deterministically Fixed non-determinism warnings from Timer
5 Years Ago
Got rid of some AssertFixed's