userIan Hendersoncancel

671 Commits over 213 Days - 0.13cph!

6 Months Ago
Legacy shelter now aligns with terrain normal. Cost of shelter reduced.
6 Months Ago
Merged shelter changes into main. Should fix NRE experienced by staging players.
6 Months Ago
Adjusted some shack item properties.
6 Months Ago
Fixed lots of placement issues with the shelter. Animals now react to the shelter as an obstacle. Can't place bags through the walls.
6 Months Ago
Patched up some collider gaps you could shoot through Brought in wall colliders a little to allow things to be placed inside easier
6 Months Ago
Shelter: Prevented building infront of door Ensured cant be placed on tugboat Ensured can't be placed inside constructions Ensured can't be placed inside monuments
6 Months Ago
Ensured shelter isnt stackable. Made shelter easier to place.
6 Months Ago
Merge main
6 Months Ago
Ensured water catchers, furnaces and oil refineries can't be shot through.
6 Months Ago
Ensured player is authed on the included priv. Small changes to prefab. Removed adjustable priv. Set priv location to centre of shelter. Adjusted priv range.
6 Months Ago
Cleaned GC code.
6 Months Ago
GC buffer is now saved. Safe and Unsafe buffer values differentiated.
6 Months Ago
Ensured repairing/damaging door will do the same to the shelter and vice versa. Fixed some weird bugs with door placement. Now call hurt properly preventing repair of the opposite item when the other is attacked.
6 Months Ago
Merged main
6 Months Ago
Bandages can now revive downed players the same as syringes can.
6 Months Ago
Added dynamic GC buffer cap to settings and clientvar.
6 Months Ago
Basic GC buffer setting setup.
6 Months Ago
Fixed broken reference to priv.
6 Months Ago
Apply starting rotation Renamed shelter prefabs
6 Months Ago
Swapped mesh colliders for primatives. Lowered shelter.
6 Months Ago
Ensured included key is set on proper slot bone.
6 Months Ago
Adjusted wanted poster skins and rebuild phrases.
6 Months Ago
Added included lock on the shelter.
6 Months Ago
Added OnPlaced to remove old SendMessage code Updated sleeping bag to use it.
6 Months Ago
All damage given to shelter is also redirected to door. Moved auth box.
6 Months Ago
Updated mats
6 Months Ago
Shelter ~ Moved to using proper model for the shelter Adjusted door fit Adjusted building priv area Tweaked socket deploy parameters
6 Months Ago
Merged bunch of mats
6 Months Ago
Pulled main.
6 Months Ago
Added included door.
6 Months Ago
Added new entity privilege system. Swapped legacy shelter over to using it.
6 Months Ago
Added ablity to pickup carlift if its not in use.
6 Months Ago
WIP auth system for shelter.
6 Months Ago
Added basic priv to shelter using vehicles system.
6 Months Ago
Added basic placeable shelter.
6 Months Ago
Basic item and icon setup.
6 Months Ago
Added icon render scene to scene loader.
6 Months Ago
Merge in main
6 Months Ago
Fixed more type errors
6 Months Ago
Fixed a bunch of type errors with maths expressions and binary expressions. Added type error checking.
6 Months Ago
Added persistent variables to symbol table.
6 Months Ago
Added accumulator. Fixed conversions and literals not being converted to floats.
6 Months Ago
Updated WIP in game chip.
6 Months Ago
Added input and output expressions to link chip code with rust in game io.
6 Months Ago
Added bunch of trig functions: cos, sin, tan, acos, asin, atan Added pi and tau as preset variables.
6 Months Ago
Added infinite loop detection to try and stop these infinite loops from freezing everything :( Message stack clears itself between runs Omg I think I fixed the infinite loops Added support for true and false values
6 Months Ago
Fixed infinite loop bug Greatly improved error recovery Greatly improved block recognition Fixed errors with discovering new line New lines now seperate statments the same way as semi colon does in other languages
6 Months Ago
Code won't be run in parser if lexer has an issue. Lexer now outputs to error stack. All expressions now output to error stack. Symbol table now outputs to error stack.
6 Months Ago
Fixed in game console not pushing stack messages correctly.
6 Months Ago
Setup stack system for messages and errors.