repobeforecancel

19,298 Commits over 1,614 Days - 0.50cph!

9 Years Ago
Navigation persistence
9 Years Ago
fixed possible divide by zero
9 Years Ago
Morphs persistence
9 Years Ago
Morale persistence
9 Years Ago
Knowledge persistence
9 Years Ago
Compile fix
9 Years Ago
FixedArray.CopyTo should clear the target array first Emotes.ChangeClip cleanup
9 Years Ago
Fixed people facing away from the camera in tribe create (apparently Animator.Rebind resets root xform rotation?) Fixed loading progress % not being clamped/reset Fixed starting area campfire not being lit Fixed human hair being weird
9 Years Ago
Set mood float to 0.6 so it looks happy(ish) in char create before they get stats
9 Years Ago
Flags persistence
9 Years Ago
Fixed bad camera component cache in PlayerCamera (tribe create works on restart) VisualFX NRE avoidance (entity destruction callbakc ensures we destroy the visual fx instance too)
9 Years Ago
Triggers that listen to player tribe events null check tribe to avoid NREs during game reset, also gated by game state
9 Years Ago
Unit.OnDestroy NRE catch
9 Years Ago
GameManager transition state coroutine cleanup/consolidation Tribe tracker UI resets WorldManager init refactoring Scene unload in Session.Kill Session no longer singleton other bollocks
9 Years Ago
Working on game reset support with new session approach, not quite working yet.
9 Years Ago
Version++
9 Years Ago
Attempting to fix player position persistence, missing something... ManagerExtension persistence data support through generics Remove PlayerComponent.ID stuff that we dont need anymore
9 Years Ago
Save
9 Years Ago
Load game screen, added some more metadata to session saves, lots of UI fiddling
9 Years Ago
Desires Persistence (may still have some issues)
9 Years Ago
Metas and fixed a stupid UI infinite loop
9 Years Ago
IUnit to file
9 Years Ago
Some graphics options tweaks
9 Years Ago
Fixed options UI toggles not calling correct member on the OptionsManager
9 Years Ago
Various game startup/UI improvements/tweaks
9 Years Ago
DId a pass on profiler samples to clean up and spot any bad matches
9 Years Ago
Fixed PauseUI not setting modal state Reset various spawn population resolutions to sensible values Refactored spawning to support progress tracking
9 Years Ago
Database can now load DataAssets by ID
9 Years Ago
Entity grids are now allocated on the fly
9 Years Ago
updated prefab for "use R" on terrain (last check trying to do this wasnt effective)
9 Years Ago
Let's make Proto happy and give PersistedCollaborationRequest a default constructor.
9 Years Ago
toggled use vertex R on rabbit dens again for better shading
9 Years Ago
Attempting to fix the camera flicker on game laod
9 Years Ago
Fixed bad tribe create music trigger
9 Years Ago
GameModes now use definition assets, provides session instance Introduced IGroup to allow for better persistence data support via generics Entity names are properly saved Snapshot fuckery Version++
9 Years Ago
Collaborations persistence WIP
9 Years Ago
Fixed pause not using the correct screen
9 Years Ago
Removed some old startup stuff from GameManager
9 Years Ago
Fixed blank save name files when saving ingame, in editor, with no previous save being defined
9 Years Ago
More editor tags
9 Years Ago
Editor tags in IEntity, ECS member overrides (were hiding base singleton members) Updated NavMeshComponents New 5.5.xNavMeshBuild
9 Years Ago
Ditched StartupUI in favor of the new unity splash shizzle
9 Years Ago
Typos
9 Years Ago
PointerClickTweener/PointHoverTweener respect selectable component interactable state Fixed menu buttons having bad tween states Fixed IntroUI not being mangaed properly and thus blocking raycasts in the wrong game states
9 Years Ago
Logging
9 Years Ago
Delete player prefs that store last gamemode/session save name when the files have been deleted
9 Years Ago
Fixed unit views not being correctly picked based on age + gender, simplified a bunch of related code Lots of UI refactoring More persistence refactoring, with better saving
9 Years Ago
Attachment Points refactor and persistence
9 Years Ago
SaveLoad handles file extension internally
9 Years Ago
Effects persistence improvements and creation refactor