branchbefore/maincancel

17,530 Commits over 1,614 Days - 0.45cph!

11 Years Ago
- Added a WindManager script which randomly adjusts the global wind properties over time. - Global Wind now drives the movement of WeatherVolumes - WeatherManger spawning of WeatherVolumes has been reworked a bit, but is a little buggy.
11 Years Ago
- Added some ambient sounds for ocean, wind and storms. - Ocean now has ambient sound attached - WeatherVolumes play ambient sounds in 3d space, distances set by their size - WeatherVolume FX spawning improved - WeatherVolume now has optional WindZone component and WeatherType includes settings for it
11 Years Ago
WorldManager.get_unit_temparature() now properly returns temperature (including TOD and weather modifiers)
11 Years Ago
Added Temperature sampling to WorldManager (should probably be moved). - Sample tempature from position converted to long/lat, with multipliers from Season and altitude (needs time of day modifier).
11 Years Ago
Renaming SmartOjbects\BuildMe to BuildThis
11 Years Ago
Added a BuildThis PlayerCommandSO to behave... and relevant scripts.
11 Years Ago
- Updated Building and BuildingController to init properly. - Child SOs of Builidings are initalised when their parent GO is activated (Finished state is default) - SitOnMe SO now automatically finds SitLocation in it's children
11 Years Ago
- Improving BuildingController a bit... - Placement now averages a few normal samples around the initial ray hit point and aligns the placement to that average - Valid placement now checks against a normal threshold - Building prefabs restructured to support this - Added Building class
11 Years Ago
Added SuperSampling and AtmosphericBlend from Rust.
11 Years Ago
Updated WeatherManager to minipulate new global fog values. Tweaked weather and season settings.
11 Years Ago
Fixed tint in terrainBlendObj shader; also had to modify top_grass mat's color Fixed terrainBlendExt reference material
11 Years Ago
- Updated TOD - Removed Water Pro entirely - Tweaked Sky/Camera/Render Settings
11 Years Ago
Removed Water Pro from our prefabs, replaced with standard shader placeholder.
11 Years Ago
- Reimporting Image Effects. - Added AutoSaveScene script. - Renamed terrain splats to match their layer names (Rock/Sand/Grass/Dirt) in the Terrain extensions. - Added Global Fog to the player Prefab
11 Years Ago
Added island_small3
11 Years Ago
Fixed issues with spawning of weather volumes. Added a helper script to regenerate blended mesh materials. Prefab updates. Rexported rocks13 and 14 to have sperate "ground" meshes. Made all caveman attachments disabled by default. Added island2 back to the game manager.
11 Years Ago
Scene updates
11 Years Ago
Fixed issues with SceneInfo name lookup.
11 Years Ago
SceneInfo fix
11 Years Ago
Scene updates
11 Years Ago
Moved SceneInfo name lookup to OnEnable.
11 Years Ago
Fixing WeatherManager issues. Removed all scenes from GameManager with exception of island_small_1
11 Years Ago
Fixing some missing mats on human male view
11 Years Ago
Added HumaleMale@SitOnObject pose. Fixed some import settings.
11 Years Ago
"Sit on me" smart object now working, but seemingly anything beyond 1 subscriber and it bugs out a bit. Also the "force to position" is rather hard right now... need to fix that.
11 Years Ago
Some prefab and scene updates
11 Years Ago
VertexPainter now saves mesh assets in the scene's asset directory (/Assets/Scenes/Working/Islands/island_name/). TerrainBlendObject now looks for Terrain as a child of parent transforms.
11 Years Ago
Working on the "Sit on me" Smart Object. Not quite there yet.
11 Years Ago
First attempt at fixing VertexPainter mesh color array replacement bug in b7 Made snow splat, splatSize, color and specGloss settings global No longer cloning non-terrainBlend materials in terrainBlendObject
11 Years Ago
Reverted disabling snow vertex offset
11 Years Ago
Temporarily disabling snow offset
11 Years Ago
EOL warnings
11 Years Ago
Switched to Deferred rendering. Updated Player prefab. Texture changes.
11 Years Ago
Changed Before/StandardBlendWithTerrain to match terrain UVMIX and added tint to match grass layer
11 Years Ago
Can now place Location Of Interest SOs by right clicking on terrain while you have a unit selected, and that unit will automatically subscribe to the SO.
11 Years Ago
Scene updates. Nuked some old textures.
11 Years Ago
Fixed b8 compilation errors in Before/Standard shader set
11 Years Ago
Added explicit Terrain field to TerrainWeatherExtension; can be attached to other objects now, as long as the reference to the terrain is set
11 Years Ago
Merging in some shelved changes
11 Years Ago
Tons of changes
11 Years Ago
Integrated Smart Object "location of interest" with test scene.
11 Years Ago
Merging in my shelved changes.
11 Years Ago
Moving some AI folders. Added SmartObject layer to TagManager.
11 Years Ago
Smart Object sourceode commit and removing/deprecating some old code. Not yet integrated with scene/game in this commit.
11 Years Ago
Pulled clean, this being first merges from initial loadup.
11 Years Ago
- Deleted snow rock variants. - Added new cliff mesh - Added VertexPainter plugin for testing - Added test mountain piece mesh - Scene updates
11 Years Ago
Got rid of super fat property being serialized on terrainBlendExt; tweaking is now quicker/smoother
11 Years Ago
Updating scenes to fix new ocean height
11 Years Ago
Fixed standard terrain splat stretching on some scenes Hidden some members from terrainBlendExt
11 Years Ago
Updated Ocean Prefab with new size, now using 1 unit square plane mesh. Tinkering with WorldManager.