userElliotHcancel

699 Commits over 304 Days - 0.10cph!

2 Days Ago
integrate animation subsystem with 3p animator controller and dartboard
2 Days Ago
start on darts animation subsystem
3 Days Ago
merge from game_room_dlc
3 Days Ago
merge from main
3 Days Ago
merge from fix_industrial_efurnace_io_port
3 Days Ago
fix pooling leak
3 Days Ago
merge from fix_industrial_efurnace_io_port
3 Days Ago
fix industrial electric stove ports, by making new io subent variant. changed the reskinning logic to work with new io subent (copied from computer station)
4 Days Ago
merge from workshop_emission_fix_again
4 Days Ago
Add WorkshopEmissionToggle to basic furnance Add guard in EmissionToggle to not work while in the workshop (breaks emission colour selecting) Added workshop emission controls for miner hat, fix error with miner hat in workshop not displaying player model
4 Days Ago
start on 3p darts animation controller
4 Days Ago
functional darts 1p viewmodel
5 Days Ago
add workshop toggle for AK in turret
5 Days Ago
WIP Darts Viewmodels
5 Days Ago
merge from game_room_dlc
5 Days Ago
merge from main
5 Days Ago
change waterwheel electric zap sounds to be same occlusion settings as rest of waterwheel sounds
5 Days Ago
fix water wheel water loop sound class (can occlude now)
6 Days Ago
merge from workshop_emission_fix_again
6 Days Ago
workshop emission fix: when the workshop reads colours on materials that have default HDR emission intensities not equal to 1, it now divides by the default intensity. thus restoring the RGB slider values used in the skin submission.
6 Days Ago
fix BBQ workshop prefab being closed when publishing
16 Days Ago
fix power draw for twitch rivals computer desk
16 Days Ago
clean up thrown darts after a timer
17 Days Ago
fix 3rd person dart throw
17 Days Ago
cleanup, compiler fix
17 Days Ago
rework checks for determining which player is at the board, now uses userids and cached BasePlayers
17 Days Ago
fix guard checks for when no player is mounted
17 Days Ago
restrict some client functions to only work for the mounted player
17 Days Ago
WIP on networked darts for 3rd person clients, manifest + codegen
19 Days Ago
remove passthrough from twitch rivals computer desk
19 Days Ago
merge from computer_io_no_passthrough (very minor, parameter change only)
19 Days Ago
remove computer station passthrough, slightly move input plug to line up better with model
20 Days Ago
merge from game_room_dlc -> darts_game
20 Days Ago
merge from main
20 Days Ago
only show 5 leaderboard spots
20 Days Ago
first pass on leaderboard complete, added throw timings in UI
23 Days Ago
merge from main
23 Days Ago
merge from computer_station_IO
23 Days Ago
remove debug log
23 Days Ago
computer station only draws power from batteries when in use.
23 Days Ago
merge from main
23 Days Ago
fix workshop emission intensity getting/setting
24 Days Ago
first pass on leaderboard, still WIP
24 Days Ago
fix ColorEx WithHDRIntensity, missing alpha copying
24 Days Ago
Add throw timer, if the timer runs out before you click to throw, it'll throw for you - reticle changes colour and flashes when low time - UI has timer text display
25 Days Ago
switched to ReplicatedVars, compiler fixes, adjustments to separate client and server code
25 Days Ago
added more parameters to equations for getting score area on the board, to account for non-standard board shapes. added a gizmo to view scoring areas, toggleable so you can match the math to the mesh
26 Days Ago
More darts improvements - fix reticle accuracy and use animation curve for smoothness - improve ui, add focus bar to be able to visual how much focus you have left - added zoom option for seeing board closer while still maintaining throw distance - fix scoring for ending turn on 1 point left, and small refactor for ending on bullseye counting as double - add more convars for playtest tweaking
27 Days Ago
scoring fixes, first pass on basic ui for seeing scores
28 Days Ago
first pass of dart projectile prefab, with lerping animation curve movement (clientside only rn) connected all parts together usin the board entity as the middle layer with RPCs (controller -> board -> reticle -> board -> dart -> board -> controller)