userJames Kingcancel

6,920 Commits over 3,561 Days - 0.08cph!

6 Years Ago
Fixed how new StageIDs are used to construct replay paths Now doesn't submit scores for local custom stages
6 Years Ago
Removed NUnit reference invasion unit stuff removed unit totalRadius tweaked pixelgroup depths boss warning effect invasion keys invasion ship 2 anim speed invasion boss spawn ship tweaked invasion spawning powerups follow player when close dropped powerup bullet follows player while close Untangled StageName / SourceValue in StageID Merge branch 'master' of SpaceUsurperUnity Updated Facepunch.ExpressionStrings progress on maze2stage adjust cam size based on aspect ratio intro laser wall intro wall 2 unit existing pixel percent intro homing pattern intro boss unit intro boss patterns merge mortar gun octopus stage waves unit onPixelHitByLaser boost powerup tentacle sticky bullets centipede bullet tentacle boss wait times decrease as parts are destroyed destroy bullets powerup tweak destroy bullets visuals laser surrounding bullet rotating gun laser unit FSM changes changed octopus FSM invasion stage asteroids fixes to unit bounds and bullet bounds, etc few maze2 changes invasion ship laser Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Custom StageIDs can now reference a plugin path Added methods to load PluginData / get all PluginData paths Custom stages are now discoverable Can now load custom stages Example custom stage changes Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Fixed error in non-editor builds Added hotloaded PluginData Part way through rewiting StageID Merge branch 'master' into custom-stages Merge branch 'master' into custom-stages More WIP StageID rewriting Merge branch 'custom-stages' of SpaceUsurperUnity into custom-stages Re-implemented StageID.FromStream Re-implemented StageID.Write Re-implemented reading / writing StageID as json Re-implemented StageIDPropertyDrawer Fixed up usages of old StageID methods Merge branch 'master' into custom-stages Removed NUnit reference Untangled StageName / SourceValue in StageID Merge branch 'master' of SpaceUsurperUnity Updated Facepunch.ExpressionStrings
6 Years Ago
Added failing serialization test Fixed failing test Merge branch 'master' of Facepunch.ExpressionStrings
6 Years Ago
some tweaks to remote control bullets fuse unit enrage fuse unit rotation tweaks fuse confuse bullet fuse stage fixes player shoot crescent brake cannon powerup Merge branch 'master' into custom-stages
6 Years Ago
Added a warning when texture info is missing
6 Years Ago
Re-implemented StageID.FromStream Re-implemented StageID.Write Re-implemented reading / writing StageID as json Re-implemented StageIDPropertyDrawer Fixed up usages of old StageID methods
6 Years Ago
More WIP StageID rewriting Merge branch 'custom-stages' of SpaceUsurperUnity into custom-stages
6 Years Ago
fixed some moveAngle properties can have non-rect part, can set part colors in json fuse wall lasers set fuse laser visuals in json fuse wire pixel flashing started on a maze2 stage fuse wall wire pixel colors merge can set current pixel colors in json fuse glass breaking fuse container bg fix unit funcs being null on spawnInstantly units fix spawnInstantly unit not being destroyed unit set animSpeed fixed unit bounds checking fuse enemy movement remote control units with bullets Merge branch 'master' into custom-stages
6 Years Ago
increment part counter tentacle unit form 1 tentacle form 2 json setup tentacle part charging tweaks more charge pattern params tweaked tentacle spiral pattern improved bullet border warning Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity Fixed error in non-editor builds Merge branch 'master' of SpaceUsurperUnity Added utility methods to skip comments while reading json Support for FSMs with duplicate state names Can set ParameterCollection values to a Func<T> Replaced Bullet properties set every frame with getter funcs bullet borderWarningColor stop clamping border glow unit core look stuff in json, unit core follows player by default powerups disperse in direction of damage tentacles form 2 changes octopus submarine can set and change stage background color stage onUpdate func Can now define arrays in ScriptFuncs octopus mine pattern floating mine bullet dropping mine bullet bubble bullets rising bubble pattern bubble sfx octopus patterns, etc Fixed some bullet property getters being overwritten Fixed SfxData hotloading Got rid of GetLerpedValue allocations Updated Facepunch.ExpressionStrings oob disabled units stop their bullet patterns invasion units fuse boss pixels fuse wall pixels; unit.DoesPixelExist Added warning when attempting to change to a non-existant state Updated Facepunch.ExpressionStrings Fixed some harmful caching causing slowdown Merge branch 'master' into custom-stages
6 Years Ago
Updated Facepunch.ExpressionStrings Fixed some harmful caching causing slowdown
6 Years Ago
Implemented New expression serialization Improved ParamRef<T> caching logic
6 Years Ago
Added warning when attempting to change to a non-existant state
6 Years Ago
Updated Facepunch.ExpressionStrings
6 Years Ago
Got rid of GetLerpedValue allocations
6 Years Ago
Fixed SfxData hotloading
6 Years Ago
Fixed some bullet property getters being overwritten
6 Years Ago
Can now define arrays in ScriptFuncs
6 Years Ago
Fixed some conversions
6 Years Ago
New grammar for array definitions Tests for array definitions Array definition implementation
6 Years Ago
Can set ParameterCollection values to a Func<T> Replaced Bullet properties set every frame with getter funcs
6 Years Ago
Can now set ParameterCollection entries to be Func<T>s Test for Func<T> ParameterCollection entries
6 Years Ago
Added utility methods to skip comments while reading json Support for FSMs with duplicate state names
6 Years Ago
Fixed error in non-editor builds Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Part way through rewiting StageID
6 Years Ago
Added hotloaded PluginData
6 Years Ago
Fixed error in non-editor builds
6 Years Ago
Started working on user-created stage support Merge branch 'master' of SpaceUsurperUnity Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Started working on user-created stage support
6 Years Ago
Added Yield FSM action that waits for the next fixed update Fixed powerup tri bullets not being set up correctly Fixed possible problem when changing FSM state from an executed action set
6 Years Ago
Alternate fix for Fsm index out of range Action sets can now be immediately executed on an fsm (until a Wait action is reached) Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Updated Facepunch.Unity Added easy way to test staging API Comment deletion now persistent Merge branch 'master' of SpaceUsurperUnity
6 Years Ago
Database remove action Added way to override API URL Finished off database remove action
6 Years Ago
Cleaned up a couple more database remove responses
6 Years Ago
Added Database.BaseResponse / Database.AddResponse models
6 Years Ago
Missing from last commit
6 Years Ago
Database add / remove now respond with json objects
6 Years Ago
Remove query workaround
6 Years Ago
Added id param to remove action Merge branch 'database-remove'
6 Years Ago
Factored database authentication to a separate method Added "remove" action for database entries
6 Years Ago
Added ways to distinguish friend's comments
6 Years Ago
Working on better diagnostics for script func compilation errors Added partPos to Unit's FuncParams as a lazy fix Limit of 10 comments per replay per user
6 Years Ago
Fixed using enter to submit comment after adding an emoji
6 Years Ago
Fixed conflicts between comment submission and pause menu
6 Years Ago
Revert "Fsm.ExecuteActions() now returns an IFsmActionSet that can be cancelled" This reverts commit 6a108a6e717ff4b9eee9d58368ec1861b696654d. Merge branch 'master' of SpaceUsurperUnity New way to cancel FsmAction sets
6 Years Ago
Fsm.ExecuteActions() now returns an IFsmActionSet that can be cancelled
6 Years Ago
Added options menu page to unblock comment authors
6 Years Ago
Blocked comment author persistence
6 Years Ago
Non-persistent comment author blocking Fixed hidden comments' markers being visible Fixed debug comments not being cleared on restart
6 Years Ago
Better error for unknown json-defined property types Merge branch 'master' of SpaceUsurperUnity Added player comment blocking drag/drop button