6,320 Commits over 1,035 Days - 0.25cph!
Swap live background over to a small apartment
Setup custom lighting for icon rendering
Use a live background in the character creator
Streamline everything into a single CharacterStage prefab
Cleanup old crappy static shot renderer
Embed prediction code in GrenadeWeapon and ThrownWeapon - spawn an instance of PredictedThrowGhost instead
Cleanup previous single component setup
Missing files
Turn off prediction for firecrackers and survery charges
main -> character_customisation
Initial general attempt at grenade client prediction. Works for drops as well as throws
Works for both grenade weapons and thrown weapons
- Setup new Toggleable light weapon as a base type to cleanup the flashlight code
- Prevent having to do two get components everytime TurnOffAllLights() is ran
- Remove the hack in TipFlashlight
Buff radwater so it does significant damage to full kits
Implement new scaling system that reduces rad amounts via sacled protection rather than straight values - used with only sprinklers + rad water
session_modal_overflow_fix -> main
Fix description scroll not working
Clamp some flex elements so the connect modal cant overspill anymore and stretch itself so much that you cant see disconnect
Fix session modal overflowing on long descriptions - preventing you from disconnecting
main -> character_customisation
- Add an animation when clicking on any of the customisations options
- Ensure the players eyes blind
- Try and reduce the jittering when zoomed in on the models face
Add new animations to the character creator
- Added a dust effect in the background
- Make sure orbital camera works (slow it down)
- Invert controls
- Experiment with rendering the icons live, so if i change race then or skin colour then in the face tab it will show the correct race/skin color.
- Fix various bugs with the preview player model
- Remove the dodgy debug text
- Tabs auto match the sub category labels
- More tooling for taking/adjusting icon shots
Fix categories not working properly
Look for COl when skipping meshes in building block highlights/upgrade
More tweaks and improvements.
Populate tiles in customizer with options defined in character manifest.
Fix two extra races being added for no reason
System to generate alpha'd player icons - allows us to setup desired shots with specific lighting setups
Manifest system based off Underwear manifest which allows us to link races/body types/hair to icons as well as things like steam items or specific seeds
More UI changes
Backdrop setup
FIxed players eyes being black in the preview
Eyes now follow you around as you orbit around the player
- Fix missing inspector arguments on character customizer page
- Setup tile prefabs
- Initial work on Character Preview
- Set toggle on character creator page
Fix character creator page setup
Add support to select race
UI
- More layout
- More styles
Setup a system for fixed square cells in flex grids, so theres no need to compute gap and column count to get it exactly square
main -> character_customisation
boat_fuel_interaction_fix -> main
Only show the boat fuel, start engine, stop engine options if you are a driver (to better line up with other vehicles in game)
binocular_glare_fix -> main
Fix
154930 breaking binocular glare. Inverted check was used
network_range_audit -> main
bring labs crate normal down to 128m
Lower medium signs to 128m network range
main -> network_range_audit
wind_turbine_sfx_fix -> main
Stop Wind turbine SFX contuining to playing when the turbine is not spinning
(Bug from 2019)
main -> character_customisation
editor_multiplayer -> main
Fix multi client play mode showing up pink for some people.
MPPM wasnt cloning an instance of the packages folder over to the other editors
editor_multiplayer -> main
- Final name cleanup
- Fix performance logging NRE
- Hot reload fix