7,945 Commits over 3,745 Days - 0.09cph!
Temp fix for crosshair breaking after a stage restart
Can now see which recent runs are from an old version of the game
Fix for cloned replays reporting a desync
Attempting to make replay archiving more reliable
Recent runs now update when you select a different planet
Can now close the recent runs view with Escape, which can now also quit the game
Added recent run browser to menu (press Shift + R)
Added an exception when attempting to write to a shared file
Added RemoteStorage.OpenSharedFile(sharingId)
Fixed analytic failure message
Added build ID to replay analytics
Fixed possible compilation error when building for non-standalone
Using steam remote storage to share all attempts in debug builds
Local replay archiving system
Added a warning when trying to add a unit after a stage has started loading
Merge branch 'master' of SpaceUsurperUnity
Fixed typing an N or M while commenting causing sfx / music to mute
Optimised RegenerateAnimDataNeighbours(), moved when it happens to make stage loading smoother
Working on async stage loading - done for Octopus
Robot stage now uses async loading
SatelliteUnit now loads asynchronously
Can now rotate Pxcs before they load, Tentacle stage now loads asynchronously
Laser stage now loads asynchronously
Wheel stage now loads asynchronously
Mine stage now loads asynchronously
Merge branch 'stage-async'
Merge branch 'master' into stage-async
Fixed desync caused by the new stage loading system
Fixed debug comment file becoming unreadable
working on strafeboosting
physicselements, boosting
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
bullet keyframe angle func
Merge branch 'stage-async'
Merge branch 'master' into stage-async
Laser stage now loads asynchronously
Wheel stage now loads asynchronously
Mine stage now loads asynchronously
SatelliteUnit now loads asynchronously
Can now rotate Pxcs before they load, Tentacle stage now loads asynchronously
Robot stage now uses async loading
Working on async stage loading - done for Octopus
Fixed possible NRE
Merge branch 'master' of SpaceUsurperUnity
Added game version to leaderboard entries
Comment tweaks
Cursor visibility fixes
Added warning comments when a replay is out of date or diverges
Fixed stack overflow on menu
Jenkins builds now aren't automatically made live on steam
Possible fix for divergence when player was shooting while resetting the stage
Stage update method cleanup to make it harder to break determinism
Replay UI is hidden when hijacking
Merge branch 'master' of SpaceUsurperUnity
Fix for some non-standalone build errors
Leaderboard submission retry system
Fixed off-by-one
Score submission retrying fixes
Merge branch 'master' of SpaceUsurperUnity
Fixed progress not being called for Http.getJson
Added getLoadProgress() to ILoadable and ILoader
Added optional progress callbacks to Http get requests
Renamed `onComplete` to `onFinished` for consistency
Added optional `onComplete` callback to `Database.Query`
Using UTF8 encoding for database requests
Merge branch 'master' of UnityBaseProject
Updated Facepunch.ExpressionStrings
Added failing test for negation
Fixed MeshManager.copyElement()
MeshManager.copyElement now works with any combination of src / dst attributes
Added MeshManager.createEmpty() and MeshManager.copyElement()
Emoji are working
Merge branch 'master' of SpaceUsurperUnity
Removed Pxc compression script
Fixed missing shader in standalone builds