200,680 Commits over 4,171 Days - 2.00cph!
Changed heightmap adjustments to SmoothStep
Removed startup UI because startup UIs are silly. Game starts a new game on first startup, loads existing save if available.
Fixed a couple of UI issues
Added runways and driveways to airfield
Fixed airfield terrain adjustment
Switched paths to cubic hermite splines
* npc_barnacle no longer picks up players in noclip
* weapon_crossbow no longer leaves player zoomed in if dropped or removed
* GitSync
Improved View handling in Species editor
Added some random roadside objects
Sepcies Unit prefab and view creation improvements
Fixed NRE in GroupSpawner
Fixed issue with species prefabs not being created properly
Species unit prefab now sets up all required components properly
Changed prefab naming convention ("." replaces "_")
Biome species list NRE fix
SpeciesSettings.GetViewPrefab NRE/index fix
Actually fixing that method
Moved tonemapper to third party folder
Fixed hardcoded tonemapper asset paths (for a bloody logo nonetheless)
Spawn shared level prefabs in world setup
Made spawn handler per-scene
Moved LOD grid to its own prefab
Initial work on interaction refactor
Added LionEL to anim viewer
Updated Metas
Started anim controller
Fixed mysterious invalid gameobject error (Bear asset needed reimporting with the optimize transforms option...)
Expanded IController and ISelectable implementations
PlayerController replaces PlayerUnitControls, handles interaction for various types (Units/Buildings/Resources) and serves as a base for all selectables
Nuked PlayerUnitControls
Updated GSD/GDS
Ported selection drawing prototype code to PlayerController
Fixed drag rect selection
Merge from interaction refactor
Updated GSD for tribe changes
New Startup/Logo UI for standalone build
Bad usings in species settings
Fixed FoliagGroup material copying/assignment not working
checking in some meta/fbx files
added Dylan's 2DVFX folder to unity project
Fixed bone knife animation fuckups
Fixed having to hold USE to pickup - instead of tapping
Fixed not being able to pick up some items at weird distances
Dropped arrows are arrows
Arrows stick in stuff properly
Arrows that are stuck inside a player/npc properly transfer to its corpse
Fixed a bunch of weird parent position stuff