userJames Kingcancel
branchSpaceUsurperUnity/mastercancel

2,635 Commits over 2,557 Days - 0.04cph!

6 Years Ago
Removed default parameters from MethodCalls
6 Years Ago
Implemented IntModulo
6 Years Ago
Got rid of unnecessary goto state actions
6 Years Ago
Implemented FixedRandomWait Implemented waiting after a MethodCall Implemented CallMethod repetition
6 Years Ago
Implemented IntAdd FsmAction Implemented SetIntValue FsmStateAction, better action handling
6 Years Ago
First pass of generating FSM jsons
6 Years Ago
Started work on generating JSON for existing FSMs
6 Years Ago
Example FSM json
6 Years Ago
Added HotloadParametersAttribute
6 Years Ago
Updated .gitignore Made OneAxisInputControl.PendingTick public again
6 Years Ago
Fixed this james
6 Years Ago
Now working in Unity 2017 Unity 2017.2.1p3 Now using experimental .NET 4.6 API Updated Jenkinsfile Updated Facepunch.Unity Fixed changed Facepunch.Unity usages Merge branch 'unity2017'
6 Years Ago
Got rid of random NUnit references
6 Years Ago
Removed Mono.Cecil plugin
6 Years Ago
Fixed controller vibrating while paused Fixed planet size when camera is zoomed in Fixed planet spacing when zoomed in Fixed planet link width when zoomed in
6 Years Ago
Replay playback speed display now shows actual speed Got rid of some more allocations
6 Years Ago
Got rid of all per-frame main menu allocations Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Started getting rid of some allocations Some more minor allocation avoidance Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Added button prompts for prev / next leaderboard mode Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed another planet navigation on click bug
6 Years Ago
Fixed clicking outside of leaderboard while replay is selected Fixed bug when button prompt overlaps a planet
6 Years Ago
Clicking button prompts will now always have an effect Fixed button prompts not listening for clicks in some cases
6 Years Ago
Added missing tooltip strings
6 Years Ago
Fixed resolution option capitalisation Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Tooltips are now top-aligned
6 Years Ago
Tooltips now fade in / out Inspector fields for tooltip fading Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed tooltip position for small-width options items Added option tooltip strings Added tooltips for control bindings
6 Years Ago
Added options menu tooltip display Moved to Unity 5.6.3p4
6 Years Ago
Fixed confirmation prompt not working while paused
6 Years Ago
Updated Facepunch.Steamworks Got rid of some repetition when loading replays Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Exit / menu / retry confirmation prompt
6 Years Ago
Removed WebSocketSharp reference
6 Years Ago
Removed NUnit reference
6 Years Ago
Replay timestamps are now in ISO 8601
6 Years Ago
Fixed another weird menu navigation case
6 Years Ago
Started work on options menu tooltips
6 Years Ago
Fixed needing to restart the stage to update timer visibility Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Fixed options icon snapping Fixed some other options icon jerkiness
6 Years Ago
Fixed re-pausing after submitting a comment
6 Years Ago
Fixed planet navigation bug when rapidly switching
6 Years Ago
Comment count invalidation Read comments persistence
6 Years Ago
Working on comment counts in leaderboards Comment count fixes
6 Years Ago
Fixed cores not resizing while paused Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Added EasedValue<T>, EasedFloat, EasedRotation, EasedVector2 Moved ReplayDiagnostics._isInFixedUpdate to GameManager Example usage of EasedValue<T>
6 Years Ago
Fixed rebinding arrow keys causing options menu navigation
6 Years Ago
Cores animate more when focussed Options menu is no longer auto-focussed when navigated to Added close prompt in options menu
6 Years Ago
Planet UI border highlights when focussed Now using glow scale for planet UI highlight on focus Other planets / links darken when selecting a planet Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fix for possible case where a level is completed but the next levels aren't unlocked
6 Years Ago
Can now specify visibility conditions for rebindable controls
6 Years Ago
Framerate and anti-aliasing options now use new json storage
6 Years Ago
Added OptionsData, now storing options with json