240,638 Commits over 3,867 Days - 2.59cph!

11 Months Ago
Added accumulator. Fixed conversions and literals not being converted to floats.
11 Months Ago
ConsoleEntry refactor, can read simple stack of diagnostic messages now
11 Months Ago
Terrain Rust terrain and materials
11 Months Ago
Tamagotchi sound support
11 Months Ago
Can debug draw Scene.PhysicsWorld with physics_debug_draw
11 Months Ago
On compile, store diagnostics in console and display warnings/errors. When clearing console, always show important diagnostics Progress on supporting showing 'simple' stacks for diagnostics
11 Months Ago
Updated WIP in game chip.
11 Months Ago
Store random floats on the particle instead of using a seed
11 Months Ago
Use LFS for .jpg Concrete triplanar material Icons, small fixes Update object creation menu https://files.facepunch.com/ziks/2023-11-10/sbox-dev_Wbi2NqjYcU.mp4
11 Months Ago
Added input and output expressions to link chip code with rust in game io.
11 Months Ago
Fixed mesh / textures not always updating Fixed box SDF distance calculation
11 Months Ago
Added bunch of trig functions: cos, sin, tan, acos, asin, atan Added pi and tau as preset variables.
11 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
11 Months Ago
▄▊▆▊█ ▋▄▉ ▅▌▅▉█, ▆▇▉▊ ▅▋▅▆▊▄▉ ▍▅▅▄▉
11 Months Ago
Sliding/Bumpiness https://files.facepunch.com/garry/3815b497-446b-4fd3-85ef-51b102f907b8.mp4
11 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
11 Months Ago
Add VrMonitor attribute to cubemap rendering, should stop AO proxies from showing up
11 Months Ago
monument greybox progress
11 Months Ago
Rotations
11 Months Ago
Basic libsdf editing tools
11 Months Ago
WIP way to rebuild chunks from a list of modifications
11 Months Ago
gammagotchi scale change
11 Months Ago
Stretch property
11 Months Ago
Add PhysicsWorld debug drawing methods for scenestaging
11 Months Ago
Color Group Fix color fucked
11 Months Ago
Can multiply colors together
11 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.
11 Months Ago
ParticleFloat
11 Months Ago
Enum control closes when you select an option
11 Months Ago
Fixed in game console not pushing stack messages correctly.
11 Months Ago
Clear current stack trace entry when clearing the console
11 Months Ago
Give StackTraceProperty a MinimumWidth so it pops out at a readable size
11 Months Ago
Kill StatusBarLog after some time, based on LogEvent level
11 Months Ago
Fixed TypeSerializedObject ordering so calls to OnPropertyChanged will have the new value
11 Months Ago
Remove corner conditional models from stone walls as they get in the way of voxels
11 Months Ago
Include sheet_sampling.fxc
11 Months Ago
Added splash damage to C4 against voxels
11 Months Ago
ResourceLibrary.Resolve assumes GameMenu if none is set. This might break some stuff, if it does we need to context wrap those calls. Fixes this stuff when editing in Scene system, no logical place to wrap.. https://files.facepunch.com/garry/3a7bb7e9-3040-4937-8d02-e7e73f6b4efb.png
11 Months Ago
Leaderboard backup, run #7300
11 Months Ago
Merge from tutorial_island
11 Months Ago
Compile fix
11 Months Ago
Fixed voxels NREing or reseting when neighbor building block changes Various fixes and changes
11 Months Ago
Merge from tutorial_island
11 Months Ago
Increased the size of the global LOD grid to account for tutorial island placement, fixes everything on the island getting culled
11 Months Ago
Move islands closer to the edge of the map
11 Months Ago
Minor fixes
11 Months Ago
Add some logs to the MeshTerrainRoot process to try and catch what's going wrong in the build
11 Months Ago
Add the unity timeline package to the link.xml to prevent il2cpp from stripping the classes
11 Months Ago
Skin viewer scene edit