branchSandboxGame/mastercancel

3,194 Commits over 944 Days - 0.14cph!

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