191,035 Commits over 4,049 Days - 1.97cph!
Fixed some server compile errors
Delete BasePlayer-StatusEffects (again?)
Recommit player prefab
Asset cleanup, island1 terrain fix
Fixed warmth consideration returning shite
Specular all the things
created morphs and lods for facial hair 2 and set up in scene
Removed Need stat types from the codebase, replaced all scoring with inverse considerations of the corresponding vital. (With the exception of Warmth, which now has its own consideration using the calculation from the simulator)
Considerations now hold a default response curve which can be used by wrappers
Validated a shitload of data
createresume prefabs, layout
added facial hair style 2 (need to set up morphs and lods), tweaked dyesets to accommodate
mocking up UI for career creation/resume/saves
Tribe cohesion join/leave events now gated by thresholds used for the chance change calculations
Fixed NRE, cleaned up pool management in AudioManager
Audio sources pull default values from prefabs on returning to pool
Mixer tweaks
Re-worked food need tiers
added LogoImage.ClearCache(), call it at start of career mode load incase you start a new career or something in the same session (or newly generated logos wouldn't be reloaded, it'd grab the old ones)
quick implementation of Texture2D caching on access for LogoImage
Tribe necessities UI elements change color according to the curve-evaluated time since start, flash & show icon when critical
Removed cohesion effect events
set placeholder values to N/A instead of numbers on matchoutcome screen
* Added PLAYERANIMEVENT_CANCEL_RELOAD enum
* Automatically fire PLAYERANIMEVENT_CANCEL_RELOAD on weapon switch
* Moved the Map and Source Engine version text when console is open a bit down so it can be read
career UIUnit_Detail now shows modified stat values to include mods
more cleanup, moved some logo init stuff out of career into a new logo class function.
logo texture generation caches the last used render texture isntead of creating new ones each time.
Reduced cohesion drain rates for all necessity tiers by a factor of 10 or more, also increased the min time range by 6-12 hours or more in most cases
Reduced the rate at which the chance that someone will leave the tribe changes, and lowered the cohesion threshold for leaving from 25% to 15%
can now hold left shit in unity editor when making purchases to force can afford check. (do it as you click tabs etc to get buy buttons too)
unit detail cards now reresh to show mod slots as you equip them from inventory.
reworked some detail/detail card stuff, cached some components etc.
Game mode game round handling
Better npc_barnacle behavior with ai_ignoreplayers
Entity.AddCallback will now error instead of silently failing when given not a function on its 2nd argument
render.DrawSphere will no longer draw one less longitude step than specified
Minor spawn fixes on Savas
Refactored the status effect system into StatusEffectManager, an entity component
No actual in-game difference, but now that it's a component we should be able to add it to NPC's in the future
What's new shouldn't start open
Custom statuseffect lines for the combat log
Status effects applied via the console now get attributed to the player
Made all combat event fields optional
Combat log now mentions when a status effect is applied to you
Reworked the main menu so that you can access the options screen while connected to a server. Nextest-gen.
Removed damage array on StatusEffectDefinition (was misleading and badly implemented)
Damage dealt by status effects should now generate combat logs
Round start countdown with UI
A bunch of work getting the right ordering and counts on triggers etc
Fix radial damage not filling in the hit entity (fixes magic damage not triggering the combat log)