255,370 Commits over 3,990 Days - 2.67cph!
Trying to fix filtered player name
Added Translate.TokenisedPhrase
Throw warning when generating phrases if two keys with different values
Added game tip explaining how to open inventory if opened less than x times
Added showgametip, hidegametip (for modders)
Fixed return key not working as UI submit
Reset animator triggers before firing pick up anims
Removed screenshake test bound to H
UI safety stuff
Added player name when filtering by player
Experimenting with filtering by player
editor tidy up of exposure settings
Progress sort now uses time as a second sort field
Fixed date parameter formatting
Tidy up of building commands
creating building prefab 2 and added to unity scene
Added BaseBehaviourPlanSettingsEditor help box explaining exposure and UI options
Fixed item sell message
Update steam dlls
Building desire creation (untested due to billowe breaking the game)
PlayerComponent no longer inherits SingletonBehaviour
Added optional authorId parameter for database/query and database/count
Merge pull request #4 from Facepunch/query-authorid
Added optional authorId parameter for database/query and database/count
Added optional authorId parameter for database/query and database/count
Map no longer using SceneToPrefab
backpack (grounded) / fbx/ prefab/ lods/materials/ textures
Started working on being able to see how many unread comments are on a replay
Merge branch 'master' of SpaceUsurperUnity
Added persistence to read comments count
Loading screen no longer using SceneToPrefab
Deleted obsolete "wooden logs" loading steps from procedural map
added useable threshold to building debug
Changed lot spawner to RandomLotSpawner
Player component refactor;
- All PlayerComponents are now singletons
- Split input and building placement to their own components
- Added item placement component
- Audio listener follows the selected unit
- Fixed some issues related to map transition and building placement
- Cleaned up player camera transition game speed management
make useable threshold of buildings correspond to actual percentage of construction
Beautified skinnable loading API
Drugsell zone adding to list.
ClientInput stuff gone forever
removed Apex because it's not being used
removed a load of CIC stuff, most stuff now goes through the new merged cmd system
Scrape ratings from Steam
Move and Attack now use new cmd not cic
Support for placing manual cover points within a cover point volume.
tweaked diamond pushing
moving wall unit destroy when out of bounds
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity