197,053 Commits over 4,110 Days - 2.00cph!

8 Years Ago
Multi-unit tree felling sort of working
8 Years Ago
match results now remain visible on career screen after playing a player match
8 Years Ago
Added RoleName keyword
8 Years Ago
rebaked vertex lighting on hairstyles after shader reflection changes. tweaked textures to allow for dyeing. created hair dye materials for head, facial and body hair. creating dyesets.
8 Years Ago
Fixed hair dye mat props affecting other mats (e.g. skin)
8 Years Ago
Added career tileset theme that gets applied in career screens. Reworked some career processing/events. wip stuff.
8 Years Ago
Quarry backup
8 Years Ago
Ensure hair dye is picked consistently across different hair types
8 Years Ago
Lets not do that multiple times in a frame
8 Years Ago
Call HIghlighter.ReinitMaterials when we mouse over a unit
8 Years Ago
fixed lingering pause overlay
8 Years Ago
Fixed unclosable unit detail view window
8 Years Ago
Waits at least one frame after reg before vis test Removed serialization tags from occlude dependency structs
8 Years Ago
fixed human anim bugs caused by unity REVERT when fixed
8 Years Ago
Network++
8 Years Ago
Hapis progress
8 Years Ago
Exposed raid sizes on the diplomacy parameters
8 Years Ago
Merging raids branch - can toggle raids off completely by unchecking RunRaids on the Tribe group diplomacy component
8 Years Ago
Merge from main
8 Years Ago
Lots of sound tweaks and polish Campfire/furnace ignite & extinguish sounds Ceiling light on/off sounds
8 Years Ago
Occlusion casts to head rather than transform to fix highlight turning on because transform was too close to ground collider
8 Years Ago
Merging unit_occluders branch, units in the players tribe will now get their highlight turned on when blocked by Resource or Ground layers
8 Years Ago
Clean up/remove old fader occlusion system
8 Years Ago
Merge from main
8 Years Ago
Cleaned up some now unneeded raid creation stuff
8 Years Ago
Progress
8 Years Ago
Added some combat target tinkering in the raid desire to try and make raiding animals more aggressive
8 Years Ago
spawn objects added to buildings
8 Years Ago
Reworked raid creation - Diplomacy component now has a raid time and possible units to spawn in the raid. It then spawns these units as a collection and triggers the existing raid mechanics. This is instead of creating a collection out of existing units, this approach didn't really work in proper game scenes since animals were often killed or scattered.
8 Years Ago
paul merge
8 Years Ago
added building objects for spawners
8 Years Ago
...
8 Years Ago
...
8 Years Ago
Merge from main
8 Years Ago
Scene progress
8 Years Ago
...
8 Years Ago
quick test
8 Years Ago
minor debugcam fix
8 Years Ago
Data save
8 Years Ago
Fixed definitions name lookup fuckery
8 Years Ago
Added new basic tutorial for building placement, role assignment (WIP)
8 Years Ago
bug fixes
8 Years Ago
Switched night time consideration to use the TimeRangeParameters system
8 Years Ago
chairtest false
8 Years Ago
bonefollower fixes
8 Years Ago
Added PlayerPlacedBuildingTrigger
8 Years Ago
UI bits
8 Years Ago
TOD Light consideration can now look at the date time instead of light intensity (light intensity goes back up at night thanks to moon light, so it's not a good indicator of is it night time) Raids should now happen at night
8 Years Ago
started splitting career and leage advancement into separate RunWeek and AdvanceWeek processes. player match results now register results and update the player's team in the league.
8 Years Ago
Added PlayerAssignedRole activity type, PlayerRoleAssignmentTrigger Minor activity refactor, enum generation