8,073 Commits over 3,806 Days - 0.09cph!
Blocked comment author persistence
Non-persistent comment author blocking
Fixed hidden comments' markers being visible
Fixed debug comments not being cleared on restart
Better error for unknown json-defined property types
Merge branch 'master' of SpaceUsurperUnity
Added player comment blocking drag/drop button
Added CommentsHidden option
Comment hiding option now works
Merge branch 'master' of SpaceUsurperUnity
Passing FsmActions to CallMethod test
Fixed passing arrays as parameters to CallMethod
List parameter in CallMethod test
Fixed list parameters in CallMethod
Fixed some causes of weird core colours while charging
Fixed another cause of weird core charging colours
Merge branch 'master' of SpaceUsurperUnity
Fixed adding requirements between different units
Added Song.RunOnNextBeat(period, phase, action)
Moved GameStage.Song to Stage.Song
Example of player shooting in time with the beat
Fixed CoreData colours being reset to black
Fixed error when reading CoreData colours
Added ExpressionConverter.IgnoredPatterns
Updated Facepunch.ExpressionStrings
Removed Color24, can now just use Color / Color32 instead
Merge branch 'master' of SpaceUsurperUnity
Fixed method calls with optional parameters
Added Song.TimeUntilNextBeat(period, phase)
Fixed method calls with optional parameters
Updated Facepunch.ExpressionStrings
Music stops when leaving stage
ParameterCollection invalidation
Added failing null comparison test
Fixed null comparisons
Fixed music overlap when re-entering a stage
Figuring out how dynamic music should be composed
Merge branch 'master' into dynamic-music
Song segment progression working
Fixed first song segments being skipped
Sample data loading
Updated Facepunch.ExpressionStrings
Merge branch 'master' into dynamic-music
Added SongSampleData.AudioClip
Samples can now play, timing seems off
Removed NUnit reference
Improved song sample playback start timing
Fixed song samples ending too early
Better example samples
Fixed loading samples from a subfolder
Fixed zero-length segments
Can now control volume of layers
Music volume is now controllable again
Example of using boss form number to control music layers
Example song tweaks
Merge branch 'master' into dynamic-music
Fixed CHIPPY-59
Merge branch 'dynamic-music'
Merge branch 'master' of SpaceUsurperUnity
pxcdamagepercent again
unit movement funcs
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
unit facing funcs
set unit movement/angle funcs
unit set bounds in json
unit out of bounds callbacks
unit hidden color in json
unit overlap opacity percent in json
removed non-scripted stages and units
fixed unit spawn out of bounds issue
unit spawnInstantly property
merged Unit and ScriptedUnit
merged GameStage and ScriptedStage
Merge branch 'master' into dynamic-music
Music volume is now controllable again
Example of using boss form number to control music layers
Can now control volume of layers
Better example samples
Fixed loading samples from a subfolder
Fixed zero-length segments
Improved song sample playback start timing
Fixed song samples ending too early
Added SongSampleData.AudioClip
Samples can now play, timing seems off
bullet facingAngle stuff
removed Bullet ReactionParameter
bullet pixel damage func
bullet hurtPlayer now bullet doesntHurtPlayer
fixed spawner bullet
fixed pattern sizemultiplier issue
fixed bullet spawner powerup
bullet AddImpulseVelocity
improved spawner bullet positions
targetPosition PerUpdate func persists
reworked bullet color lerping
other perupdate funcs persist
reworked pattern aiming, removed AimMode
fixed flipped pattern bullet start angle
renamed pattern flip
pattern corePos property; dont mirror pattern angle for targetAngle patterns
fixed wrong angle for player bullets
bullet MovementMode.All
renamed autoRotateSpeed to rotationSpeed
funcs for bullet patterns
cleanup
partdata onHit and onDestroy
cleaned up octopus fsm
partdata sfx
pixelgroup keeps reference to its PartData
hit reaction stuff in partdata
unit border warning in json
can spawn player-anchored patterns
add floater method for FSMs
can set unit repulsion circles in json
Fixed CHIPPY-45
Merge branch 'master' into dynamic-music
Better exception for bad conversion of result
Fixed first song segments being skipped
Sample data loading
Updated Facepunch.ExpressionStrings
Song segment progression working
bullet movementMode
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
bullet targetPosition lerping
Better codegen error logging
Updated Facepunch.ExpressionStrings
Fixed codegen of Type constants
Whitelisting for members accessed in ScriptFuncs
CallMethod whitelisting
Merge branch 'master' into dynamic-music
WhitelistExceptions now mention the declaring type
Whitelisting for members accessed in ScriptFuncs
Added virtual member whitelisting propagation
Fixed codegen of Type constants
Added type const serialization support
Better codegen error logging
Updated Facepunch.ExpressionStrings
Added Whitelist class
Added whitelist checks
More ways to add whitelisted members
Whitelist tests
Figuring out how dynamic music should be composed
Fixed some unit form data being reset to default incorrectly
Fixed Repeat action error
Fixed errors caused by playerPos being overwritten
Updated Facepunch.ExpressionStrings
Added support for aliases in func param definitions
Added ParameterCollection.AddAlias(ident, value)
Changed JsonSerializer default value handling
Working on json default value fixes
Fixed error in Stage_Planets
Removed random WebSocketSharp reference