repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

7 Years Ago
Add wm_teamvoiceannounce and test playing of sound scripts
7 Years Ago
Fix ambiguity after file rename
7 Years Ago
Rename File to ScriptFile
7 Years Ago
Remove end line token from script lexer, clean up script file parser
7 Years Ago
Add wolfet sounds file parser
7 Years Ago
Add Detach that isn't an RPC, make transform setters not check collisions
7 Years Ago
More progress on wolfet script parsing
7 Years Ago
Progress on wolfet script parser
7 Years Ago
Add FileSystem.ReadAllText. Start on wolfet script lexer and parser.
7 Years Ago
Add Vector3.SafeToNormalize
7 Years Ago
Add Matrix4x4.FromOriginAndBasis. Fix ibsp normals and tangent vectors.
7 Years Ago
Simplify point_message by checking distance from player instead of costly collision triggers
7 Years Ago
Add simple radio entity to sandbox gamemode Fix ProjectWorldLocationToScreen (broke in 4.19)
7 Years Ago
Getting car to network, still have some bugs Also fixed the tilt direction from braking
7 Years Ago
Some more car stuff (braking, leaning, other fixes)
7 Years Ago
Update some js libraries, cleaner map list, center the item pickups in deathmatch
7 Years Ago
Test func_door_rotating animation
7 Years Ago
Add kiss_fft dependency
7 Years Ago
Add SoundEntity.EnvelopeValue
7 Years Ago
Add radio entity using shoutcast protocol
7 Years Ago
Some car improvements Share WebFS block stores so files can be opened multiple times Fix some addons missing dependencies
7 Years Ago
Add some missing wolfet entities
7 Years Ago
Bindings changed
7 Years Ago
Add SoundEntity.VolumeMultiplier
7 Years Ago
Update Zio and the other nuget libraries
7 Years Ago
Prevent the car from slamming into the ground when landing on wheels
7 Years Ago
Disable tick for speakers and static entities
7 Years Ago
Add PostProcessVolume.AmbientOcclusionIntensity
7 Years Ago
Use speaker range and volume
7 Years Ago
Parse sps files (speaker script) and spawn speaker entities
7 Years Ago
Implement ISoundInstance for sound entity
7 Years Ago
Add basic sound emitter entity Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Car tweaks
7 Years Ago
Calculate patch normals Move zip file system to engine addon Spawn wolfet entities. Removed alwaysload tag from some addons.
7 Years Ago
Adjusting some car math
7 Years Ago
Use substepping for car physics
7 Years Ago
Update bindinggen
7 Years Ago
Tessellate ibsp patches
7 Years Ago
Update bindinggen, disable C++ exceptions
7 Years Ago
Build IBSP brush models
7 Years Ago
Read IBSP lumps
7 Years Ago
Add bsp ident checking for vbsp and ibsp
7 Years Ago
Add WolfET addon. Add Pk3FileSystem.
7 Years Ago
Split up the main bindings def file
7 Years Ago
Cache web filesystem data to harddrive
7 Years Ago
Add basic speedometer
7 Years Ago
Use capsule collision for ship physics
7 Years Ago
Bounce ship off track barrier instead of sliding up it Add track friction and air friction Add TrackHitResult Basic ship networking
7 Years Ago
Bring back substep function, need to fix a few issues though
7 Years Ago
Reconnection logic for web filesystem watch server