userJames Kingcancel
branchSpaceUsurperUnity/mastercancel

2,640 Commits over 2,710 Days - 0.04cph!

6 Years Ago
Added avatar placeholders
6 Years Ago
CHIPPY-276: Settings menu now remembers which page it was on
6 Years Ago
CHIPPY-284: Can now use scroll wheel in leaderboards Fixed leaderboard TopFade transform Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed possible NRE in FsmArrayEnumerator
6 Years Ago
Fixed cases where FsmEnumerators wouldn't get returned to their pools Fixed unnecessary allocation of debug text when debugging isn't enabled
6 Years Ago
Using typed setters / getters for ParameterCollections Gradually removing allocations Updated Google.PlayServicesResolver Fsm execution refactor to remove allocations Removed SelectableIcon allocation Removed another allocation Got rid of a bunch more per-frame alocations Fixed FsmEnumerators not getting disposed correctly Pooling Fsm.ActionSet Got rid of FsmState allocation Fixed Fsm execution bug after refactor Fixed a bug with Fsm subroutine execution introduced after the refactor Fixed progress calculation after refactor Fixed possible NRE when FSMs change states Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Merge branch 'master' into performance
6 Years Ago
Tweaked controller button icons, added trigger icons Refactored BorderWarning CHIPPY-277: Fixed warning border sometimes not showing
6 Years Ago
Button prompt icons now update live when controls are rebound Control rebinding page now uses button prompt icons Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Moved button prompt icon bounce params to ButtonPromptManager
6 Years Ago
Button prompt icons animate when pressed
6 Years Ago
Added ButtonPromptIcon.Opacity ButtonPromptIcons now update icon only when needed
6 Years Ago
Split off ButtonPromptIcon from ButtonPromptItem Added button prompts for changing main menu tab Added button prompts for changing powerup Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Implemented Stage.AffectUnitsInRadius Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Added bumper button icons
6 Years Ago
Fix for annoying error spam in editor CHIPPY-282: Working on making button prompts dynamic again Merge branch 'master' of SpaceUsurperUnity CHIPPY-282: Now loads prompt configs from json CHIPPY-282: Added support for controller button prompt icons again, switches dynamically
6 Years Ago
Large images are no longer put into atlases
6 Years Ago
Quad / diamond rendering refactor so support for old atlases is cleaner Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Fixed unnecessarily large sprite atlases being allocated
6 Years Ago
CHIPPY-245: Fixed odd input behaviour during lag spikes
6 Years Ago
Sprite atlases now use 3D textures
6 Years Ago
OCD
6 Years Ago
Fixed missing newlines in missing file message
6 Years Ago
Seems like the problem was String.eachLine?
6 Years Ago
One last test
6 Years Ago
Giving up on regexes
6 Years Ago
Another attempt
6 Years Ago
Error matching still not working
6 Years Ago
Trying to fix error matching
6 Years Ago
Trying to force 0 exit code
6 Years Ago
Most Jenkinsfile testing
6 Years Ago
One more time
6 Years Ago
Trying another method of making missing files more visible
6 Years Ago
Fixed a typo in Jenkinsfile
6 Years Ago
Messing around with the Jenkinsfile Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
CHIPPY-259: Can now define one or more "#include" paths for any json data CHIPPY-259: Example usage
6 Years Ago
Fixed incorrect status effect path
6 Years Ago
Diamond rendering can now use new sprite atlas system Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Fix for possible NRE on leaderboard clear Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Can select leaderboard entries using the mouse
6 Years Ago
Disabled unity selectable navigation for stage lists
6 Years Ago
Leaderboards now update after submitting your score
6 Years Ago
Re-init campaign menu when returning from a game stage Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
6 Years Ago
Fixed a few resolution-dependant issues with settings controls
6 Years Ago
Fixed possible settings page NRE
6 Years Ago
Fixed a couple of replay divergences
6 Years Ago
Quit page tweak Added news page placeholder
6 Years Ago
Added workshop page placeholder Fixed being able to pointlessly hide settings menu from main menu Added Quit main menu page
6 Years Ago
Fixed broken status effect path
6 Years Ago
CHIPPY-281: Basic tab switching implemented Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Added (empty) pages for all main menu tabs Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Fixed not being able to pause / reset stage in some cases
6 Years Ago
CHIPPY-278: Another possible fix