branchbefore/maincancel

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

11 Years Ago
Backup commit, scene stuff.
11 Years Ago
Added new terrain shader with hard-mix/blend, UVMIX, optional flat faces; working fog; cross-platform friendly Created test material_arctic and assigned to island_arctic1 terrain
11 Years Ago
Such igloos.
11 Years Ago
Snow scene stuff.
11 Years Ago
Scene updates
11 Years Ago
New Unit Asset Settings system implemented. New group settings not yet implemented, and controllers for spawning not yet using these, but good to get it in. Also including the code for the previous failed attempt.
11 Years Ago
Did some cleanup.
11 Years Ago
Icons for the different types of .asset we have should make it easier to work with.
11 Years Ago
Start of new GroupAsset and GroupController
11 Years Ago
This should make jenkins happy.
11 Years Ago
Some touchups.
11 Years Ago
Seal assets.
11 Years Ago
Spawns now work with the new UnitAsset and GroupAsset settings system.
11 Years Ago
Some cleanup of depracated code related to units and groups (controllers, views and prefabs)
11 Years Ago
Updated TOD. Fresh TOD settings and new LUTs. Some misc asset cleanup.
11 Years Ago
Updated Human and Bear animation controllers with better movement transition values. UnitAnimation component now working. Added some Gizmo icons for Group spawners.
11 Years Ago
Set up UnitAsset, GenderUnitAsset, AgeUnitAsset, GroupAsset and GroupController for all current species.
11 Years Ago
Added BuilderController.cs to the Player Prefab.
11 Years Ago
Updating to latest UI dlls, but something strange is going on in our UI scene... (this was before I updated to latest UI dll too).
11 Years Ago
Added TimeController. Cleaned up scenes (rocks now distributed on Start, file sizes reduced by ~99%)
11 Years Ago
Prevent building selection from going out of scope + some merges.
11 Years Ago
Ok, so this fixes the cycling of building selection.
11 Years Ago
Fixed Wolf collider size and tweaked WolfController transitions.
11 Years Ago
Updated AmplifyMOtion and Color. SO test level with new navmesh (no fix)
11 Years Ago
Hopefully this fixes the compile errors...
11 Years Ago
Another Amplify commit.
11 Years Ago
Commiting arctic scene just to be sure it has no lightmapping data
11 Years Ago
Trying to solve this navmesh issue, but this is starting to smell like a unity bug?
11 Years Ago
Added a NavMesh.SamplePosition to the GroupController spawn routines. Units now correctly spawn on valid navmesh positions. Removed GroundController.
11 Years Ago
GroupController now spawns units properly.
11 Years Ago
Tweaked old U4 terrain shader for seasons testing. Added new test island. Switched project back to DX9.
11 Years Ago
Moved Editor script causing compile error
11 Years Ago
Sure you changed those files Unity. Sure you did.
11 Years Ago
Playing with SeasonManager prototype.
11 Years Ago
SeasonManager updates. Terrain grass texture, trees and snow control working. Detail grass not tinting correctly.
11 Years Ago
Removing some Debug
11 Years Ago
Updated TOD. Removing the RefreshPrototypes() call.
11 Years Ago
.
11 Years Ago
A few material and prefab tweaaks.
11 Years Ago
NavAgentMoveRandom has the option of doing random movement in the radius of it's parent or of itself (if parent == null).
11 Years Ago
Highpass grass texture
11 Years Ago
First version of proposed new terrain shader (no snow yet) based on U5 universal shader Mesh blend shader to go with new terrain shader; also universal Support scripts for terrain and terrain-blend objects Removed redundant default bump-spec terrain shader added by mistake
11 Years Ago
▉▋▌▍▍▉ ▍▊▌▌█▆ ▇▊▉▅▋▍▍▇▉/▋▇▌▌▉█▄ ▌▉██▄▄▋ ▆▇▍▇▌█
11 Years Ago
TerrainBlendObject tweak
11 Years Ago
.
11 Years Ago
Improved NavAgentMoveRandom a little. Removed some old prefabs.
11 Years Ago
Fixed Impala movement animations and tweaked controller settings
11 Years Ago
Added automatic mesh cloning to TerrainBlendObject; fixes issues with multiple objects sharing same mesh Removed deprecated normal generation code inside TerrainBlendExtension; faster initialization now Now updating blend shader constants in edit-mode when changes happen in TerrainBlendExtension Added controllable tint per splat TerrainBlendExtension.Instance.SplatN_Tint variables (auto udpated by TerrExt) Cleaned up parts of terrain blend shader code; now reusing more code for both terrain and mesh cases Proposed Standard Terrain shader now also works without TerrainBlendExtension component added to terrain object Fixed bug in HardMix splat blending causing some bad transitions; now much closer to original linear blends Improved HardMix curves by fetching bicubic control sample instead of average control
11 Years Ago
More highpass textures. Island1 updates. Removing some old utility scripts.
11 Years Ago
Fixed albedo/diffuse blending Fixed Splat Tints and UVMIX shader params not set on the global scope; required by BlendWidthTerrain shaders Added terrain-mesh blending of diffuse and specular colors Now saving a reference mesh to keep sharedMesh updated with latest import; ATM requires manual disable/enable component to update