userAdam Wcancel
reporust_rebootcancel

5,090 Commits over 2,070 Days - 0.10cph!

54 Days Ago
ServerInit. Nicer placement.
54 Days Ago
Fixes
54 Days Ago
Prefab and settings tweaks
54 Days Ago
Pick a random area for each item. Areas can now be offset. Random offset per item.
54 Days Ago
Move more stuff to DoPrepare. Some inital runtime stuff.
54 Days Ago
Initial prefab setup
54 Days Ago
Offset item positions
54 Days Ago
More debug drawing
54 Days Ago
Some hackweek as fuck wip code/tests
54 Days Ago
Bunch of WorldModel DoPrepare precalculations including largest dimension and collision based bounds. Functions for aligning an object based on largest and 2nd largest dimensions. Can now determine all items in the most "sensible" orientation: largest dimension sideways then 2nd largest upwards. Bunch of supporting code. Test functions to spawn all items with world models in a scene. Debug rendering of bounds and directions.
56 Days Ago
Manifest update for new items. Egg icon.
56 Days Ago
Setup 8 pie types: Items, recipes, pie VM settings. Added them to recipe list.
56 Days Ago
Linked chicken pie output item to chicken pie recipe. Added Brea recipe/item.
56 Days Ago
Test item tweak
56 Days Ago
Don't start attacks or hazzards when dead
56 Days Ago
Zero the Y when calculating look forward
56 Days Ago
Added a cooldown timer for the main triggered attack, use regular attack when on cooldown.
56 Days Ago
Setup hiss anim state, trigger it.
56 Days Ago
Add a regular attack, starts after the initial hazard trigger attack and continues while a player is in range.
56 Days Ago
Attack (placeholder) sound and events.
56 Days Ago
Better LOD settings
56 Days Ago
Trying out some UI to show event has triggered and reaction time. Warning hissing. Increase turn speed.
56 Days Ago
Audio. Alert tick interval.
57 Days Ago
Codegen/manifest to get bet branch working again
57 Days Ago
▅▋▍▄ ▇▌▉▋/▋▊█▄ ▆▍▍▉▇▅▊
57 Days Ago
Actually assign the hit anim...
57 Days Ago
Setup snake hit state and triggers. Added client hurt rpc.
57 Days Ago
Setup extra anim state between alert and idle. Animitor tweaks.
57 Days Ago
Merge from main
57 Days Ago
Compile fixes
57 Days Ago
Auto refresh item lists when convar changes
57 Days Ago
Admins can now toggle displaying hidden items in F1 menu. Added ItemDefinition.Hidden() which includes admin and new convar check. Added admin.show_hidden_items convar.
57 Days Ago
Don't show placement guide and mount option for backpacks if they have contents (already couldn't actually place them, so just a visual fix) Taking a backpack off a weapon rack will equip it if you don't have one equipped already. Maintain previously requested shield behaviour.
57 Days Ago
Merge from main attempt 2
58 Days Ago
Snappier death anim transition. Don't continue turning to face player when we're dead.
58 Days Ago
Delay removing snake when it dies. Play death anim. Setup death anim state.
58 Days Ago
Increase health, remove more debug.
58 Days Ago
Snakes will keep re-attacking on a timer if a player stays in range after triggering the QTE the first time. Removed log spam.
58 Days Ago
Potential barricade unlock fix
58 Days Ago
Pivot, increase turn speed.
58 Days Ago
Reset alert state when no players nearby, snake returns to idle visually.
58 Days Ago
Snappier attack response
58 Days Ago
Attack visual triggering
58 Days Ago
Mip map memory slider, set preset values.
58 Days Ago
Remove redundant mipmap convar settings, force in mandatory defaults. Remove them from presets. Re-export default settings.
58 Days Ago
Hooked up animator. Set aware flag when a player is near, wakes the snake up visually. Some initial anim state setup.
58 Days Ago
Set snake's chance to reposition to 0% for now so I don't get keep losing them
58 Days Ago
Merge from main
59 Days Ago
Merge from mfm1, big merge, including Unity version update.
59 Days Ago
Manifest build to bring snakes back