192,830 Commits over 4,049 Days - 1.98cph!

7 Years Ago
update temple A env fix sorting between capture point and smoke FX
7 Years Ago
Added input.GetKeyCode, works opposite of input.GetKeyName
7 Years Ago
RHIB engine sounds
7 Years Ago
Rebaked reeds billboards
7 Years Ago
Merge from main
7 Years Ago
▉▌▄▌▇▅ ▍█ ▆▄▅▆▊▍▆ ▍▇▆ ▆▆▉▊▍
7 Years Ago
Avoid deleting components from Scene Camera to avoid circular dependencies; disable instead
7 Years Ago
Nuked deprecated metas
7 Years Ago
Merging global fixes from bandit_town
7 Years Ago
▊▊▆▅▄▇▊█▍ ▆▉▍▌▄█▋ ▌▍█▉▇ ▅▍▆▋▍▆ ▊▋▅
7 Years Ago
▅▍▍▇█▆▄ ▍▄▊▇▋
7 Years Ago
Fixed RendererLOD to ignore impostors for mesh batching (still hw instanced)
7 Years Ago
Fixed potential NRE in water culling volumes
7 Years Ago
Fixed imposter baking bounds failing in certain cases (e.g. reeds)
7 Years Ago
Research table looting exploit fix (attempt two) Can place storage boxes under research table again
7 Years Ago
updated viewmodel with toms new c4 model updated deployed, world and entity prefabs tweaked entity holdtype positioning tweaked hand position on anims to avoid wire clipping thumb removed additional c4 model prefab
7 Years Ago
Changed how IsBusy works with input.
7 Years Ago
individual book prefabs. no lods, 100 triangles and under for each.
7 Years Ago
old book materials and textures + 4 pile variations.
7 Years Ago
Save++ Network++
7 Years Ago
Scene2Prefab
7 Years Ago
New skin cache version (force-refresh normal maps)
7 Years Ago
merge from main
7 Years Ago
water lilies for swamps and lakes (models/textures/prefabs)
7 Years Ago
We now calculate a cap modifier that's the total of all the active needs to ensure that needs act as a mood penalty. Various fixes to needs stuff.
7 Years Ago
[D11] Allow controller to respawn on death
7 Years Ago
more fixes for wooden sign placement
7 Years Ago
merge from procmap_puzzles_polish
7 Years Ago
[D11] Initial support for console controller - wip
7 Years Ago
Fixed small signs breaking when upgrading / rotating wall Small signs can be placed on shelves
7 Years Ago
Some more temporary measures to get into a network game on ps4 - disable encryption on both client and server, avoid procedural levels which are taking too long and running out of memory. Also remove a bit of spam logging I left in raknet by accident.
7 Years Ago
Revert building manager change as there were bugs, since loading building definitions needed to wait a frame to work properly. Started a branch to maybe look into it.
7 Years Ago
Revert building manager change as there were bugs, since loading building definitions needed to wait a frame to work properly. Started a branch to maybe look into it.
7 Years Ago
Just starting a branch where I might check out the bugs with loading building definitions as needed. Problem is the building definition, when it loads, often creates stuff that it then later decides to call Destroy on. But Destroy takes one frame. So if you load definitions as needed instead of on startup, the extra stuff is still there when the actual building is spawned and you get extra meshes like bonus floors. Need to either delay things somehow, or make sure all the destroys also set the parent to null to kick stuff out of the heirarchy, or set some sort of invalidating flag.
7 Years Ago
Fixed guntrap, spinner, tunalight being destroyed after upgrading / rotating wall
7 Years Ago
SocketMod_AreaCheck tweaks for Alistair
7 Years Ago
Simplified, more open gang buildings. Had to rebuild building IDs, hence the extra "changes"
7 Years Ago
Update UI immediately on pickup/drop
7 Years Ago
Can't select other items anymore while holding a carryable
7 Years Ago
New testmap_smallest. Loads super fast, still has gang buildings but no jail.
7 Years Ago
Remove an old time printout
7 Years Ago
Building manager now only loads buildings that the map actually uses. Improves loading times around a minimum of 25% (testmap_small, which needs most building types anyway), and removes the need for the loadBuildingDefinitions Tools flag (which was used to make maps with no buildings load faster).
7 Years Ago
update scene lighting data
7 Years Ago
update league entry logo prefab fixed currency icon alignment
7 Years Ago
update WIP temple A env adding vertex color to standard shader
7 Years Ago
▍▊▌▉▆ ▄ ▊▉▅▊
7 Years Ago
career stuff. added team logos in placeholder position on career lague tables.
7 Years Ago
Compile fix + stat manipulators for settlement needs.
7 Years Ago
UI bits StatManipulator pooling
7 Years Ago
Let's make the mood drain negative...