userFlaviencancel

7,091 Commits over 943 Days - 0.31cph!

26 Days Ago
merge from main
26 Days Ago
merge from automated_testing
26 Days Ago
Better log for the test list step when building the bundles
26 Days Ago
Building the server bundles now exports the test list
26 Days Ago
Fixed prefabs with cursed YAML, failing some tests
26 Days Ago
Added a safeguard for TestScenario out of range errors
26 Days Ago
Premium FAQ modal, some fixes
26 Days Ago
merge from skinviewer_charityplushies
26 Days Ago
Added charity plushies to the skin viewer Fixed plushie 04 wrong shortname in the sitem
26 Days Ago
merge from canvasrenderer_warning_fix
26 Days Ago
Removed all the unnecessary canvas renderer components from prefabs using 3D tmp texts S2P apartment complex
26 Days Ago
Removed CanvasRenderer RequireComponent from Graphic, was done by Unity in the latest GUI package update, was reverted when merging with our custom version Updated all Graphic custom child classes to have their own RequireComponent
26 Days Ago
merge from main
26 Days Ago
merge from skinviewer_rotation
26 Days Ago
Reset skin target local rotation on disable
27 Days Ago
merge from main
27 Days Ago
Fixed skin viewer not resetting models rotation on init
27 Days Ago
merge from skinviewer_rotation_fix
27 Days Ago
Added skin viewer to premium tab
27 Days Ago
Premium screen progress
27 Days Ago
Fixed bootstrap Translate server NRE
27 Days Ago
Premium tab wip
27 Days Ago
merge from main
30 Days Ago
merge from healthbars_fill
30 Days Ago
Changed health bars to use filled image instead of scaled rects Fixes bluriness and artifact at low ui scale
30 Days Ago
merge from ores_block_safezones
30 Days Ago
Added spawn.ore_map Renders a PNG of every spawned ore nodes location
30 Days Ago
Block ore nodes and woodpiles from spawning in safe zones
31 Days Ago
merge from main
31 Days Ago
merge from skinviewer_smallbackpack
31 Days Ago
Added small backpack to the skin viewer
31 Days Ago
merge from gameui_navigation_fixes
31 Days Ago
Reordered the gameui navigation to fix muscle memory, crafting button is back on the right Inventory button moves around to replace the opened menu button
31 Days Ago
Added missing UnityEvent attributes in SkinViewerEvents
31 Days Ago
Baseline, added premium manifest and new SteamInventoryBundle item type
32 Days Ago
Removed console input field character limit
32 Days Ago
merge from console_inputlimit_fix
32 Days Ago
merge from ui_disconnect_cleanup
32 Days Ago
Fixed nameplates and pie menu not being cleared on disconnect
32 Days Ago
merge from charm_craft_fix
32 Days Ago
When crafting an item, if the prefered charm id isnt a charm, set and save it to 0 (no charm) Fixes not being able to craft items sometimes
32 Days Ago
Added missing UnityEvent attribute on RidableHorseAduio::PlaySound
32 Days Ago
Compile fix 2
32 Days Ago
Compile fix
32 Days Ago
Fixed game update notification showing up in aux builds, manifest only tracks release and staging
32 Days Ago
merge from updatenotif_aux_fix
32 Days Ago
Added fast bootstrap option in the editor preferences, skips some yield we don't necessarily need, will just cause some visual glitches we don't care about in editor Saves 4 seconds ish when loading from the bootstrap scene
32 Days Ago
merge from bootstrap_fastmode
32 Days Ago
merge from bootstrap_logs
32 Days Ago
Added logs in bootstrap when each step starts and ends, helps debugging issues