userElliotHcancel
reporust_rebootcancel

744 Commits over 335 Days - 0.09cph!

Yesterday
fixes from 2p testing - leaderboard crash error fix - local player double dart throw fix again - fix UI showing up on opponent's screen somehow
Yesterday
compiler fixes
Yesterday
fix debug cam double dart throw tune up prefab with better sockets move mountable to accomodate new mat return dartboard to normal size, increase zoom default to compensate reduce size of reticle centerdot to accomodate smaller bullseye
Yesterday
water tank pressure buildup w threshold debounce, increase pressure by turning gearbox valves
2 Days Ago
First pass on gear boxes for maintaining water treatment plant tank - Insert gears into gearbox - When gears are present, valve wheel can be turned - Turning valves increases pressure in water tank - WIP: Above certain threshold, tank is active and begins to produce water.
2 Days Ago
Add features to ItemBasedFlowRestrictor, to prepare for water treatment plant gear boxes - option to destroy 1 passthrough item every x seconds, instead of decaying condition - option for locking inventory once passthrough items have been inserted (cannot be removed)
3 Days Ago
blend 3p dart-throwing animation based on position of reticle
4 Days Ago
proper spinny blades in water treatment maintainable tank
4 Days Ago
WIP spinning water treatment tank blades
4 Days Ago
First pass on water treatment plant maintainables - spawning pipes around the map, with spigots that dispense water like a water barrel - WIP maintenance actions, currently set up as powered by powergrid + switch on intact tank in monument
5 Days Ago
score rows show a max of 10 rows, with wrap around at max
5 Days Ago
move zoom input toggle from reticle to mountable fix dart hovering in front of face in viewmodel fix double throw in local debug cam
6 Days Ago
local 3p model also gets animation events for dart when viewmodel throws dart model now sticks to 3p hand without held entity
6 Days Ago
merge from game_room_dlc
6 Days Ago
add cooldown to activation, replace placeholder models with different placeholders that look more like airfield props
6 Days Ago
merge from PlayerMaintainedMonuments
6 Days Ago
merge from main
6 Days Ago
merge from workshop_fix_doorhatch
6 Days Ago
fix workshop rendererbatch not working for child objects and edge case re-enabling by other scripts
8 Days Ago
change charge to increase by 1 each tick instead of increasign by power consumed, easier to configure
9 Days Ago
fixes after switching to charge-up IO
9 Days Ago
remove old model & textures, update icon and guide mesh
9 Days Ago
fix manifest
9 Days Ago
merge from game_room_dlc
9 Days Ago
merge from main
10 Days Ago
merge from fix_workshop_autoscreenshots
10 Days Ago
update workshop automatic screenshots to accomodate for steam upload limit 5mb -> 1mb
10 Days Ago
refactor airfield terminals to use a "charge up" type of powering made general ChargeUpIOEntity to inherit from for this style of behaviour
11 Days Ago
merge from PlayerMaintainedMonuments
11 Days Ago
merge from PlayerMaintainedMonuments
11 Days Ago
updates to gas station circuitry/garage door from meeting feedback
11 Days Ago
maintaining gas station spawns better car parts (w mockup prefab)
12 Days Ago
set syncvar to autosave
12 Days Ago
gas station maintainable car lift mockup
16 Days Ago
merge from airfield_maintainable_features -> PlayerMaintainedMonuments
16 Days Ago
airfield scene to prefab - added mockup maintanables to monument for playtesting
16 Days Ago
fixes and improvements, created mockup prefab for playtesting
17 Days Ago
First pass on airfield maintainable monument terminals - 1st terminal increases air drop event timer tick rate (2x speed on countdown) - 2nd terminal calls in a chinook to drop a crate at specified drop zone (or redirects if already present) Will hook into power grid, with fuse "puzzle" to choose between terminal options
22 Days Ago
fix for last thrown dart in 2p counting as next players first throw
22 Days Ago
fix scoreboard not updating for 2nd player potential fix camera bug by removing viewmodel camera bone animation
23 Days Ago
integrated new dartboard model
24 Days Ago
compiler fixes
25 Days Ago
fixes and improved QoL - starting and ending game happens in interact menu of the board, not the mountable mat - updating score timer happens when you step on and off mat, so stepping off pauses the timer and doesnt ruin leaderboard run - fixed scoring issue on winning turn - added game over panel to score panel, otherwise there was no indication a game was done - fixed UI to show loaderboard time instead of scoring (as scoring is now in world) - mounting/dimounting sends network update to board, so it can display changes on clients - added player name to score cards - fix playerdata states not being set properly
25 Days Ago
debugging options for seeing thrown darts in debugcam, fixed logs, fixed prefabs of scoreboards, fix crashing in 2p postgame
25 Days Ago
fix 3p animations facing sideways oddly (turn off SpineIK on animation subsystem, apply extra rotation to anims)
26 Days Ago
move scoring to in-world screen to prepare for chalkboard, scoreboard working for 1p and 2p games, - refactored to keep track of scores per turn, for better easier handling on scoreboard and coming in/out of network range fixes to 2player games - no longer have to wait for both players to register to the game, only 1 is needed. - 1st player takes their turn, then the next player to mount registers as 2nd player and takes their turn afterwards - fixed nonregistered players being able to play/mount, and added convar for being able to play 2p against yourself (for debugging) - various other fixes
29 Days Ago
rebased darts_game branch
30 Days Ago
fix protobufs on game_room_dlc branch
30 Days Ago
merge from game_room_dlc -> darts_game
30 Days Ago
merge from main