userGarry Newmancancel
reposboxcancel

5,124 Commits over 1,552 Days - 0.14cph!

11 Months Ago
Set the light transform on creation
11 Months Ago
Simplify particle mode selection - with most likely presets https://files.facepunch.com/garry/2a502906-36a8-42dc-a536-0fdb6d8c089f.png
11 Months Ago
Make mode change button less obtrusive on ParticleFloatControlWidget https://files.facepunch.com/garry/2bf2ff16-38ac-478f-89f3-3fa89a7ffbcb.png
11 Months Ago
Draw indicator lines through range
11 Months Ago
Curve editor supports ranges https://files.facepunch.com/garry/bd829663-f1a0-4db3-8aed-4ad8b3ec4388.png
11 Months Ago
Delete CurveProperty.cs Add CurveRange struct (between two curves) Add Random.Float() (faster to get float between 0-1) TypeLibrary allow access to Curve and CurveRange ConstrainToScreen doesn't call AdjustSize() Floating WidgetWindows don't need to constrain to screen Curve Editor WidgetGallery CurveControl tweaks Add CurveRangeControlWidget Make curve editor less obnoxious to look at Add CurveRange option to particlefloats Make value range work
11 Months Ago
Light components derive from a common base class
11 Months Ago
Called the wrong function
11 Months Ago
Fix game test not being in test mode
11 Months Ago
Don't try to init steam during unit tests (!)
11 Months Ago
Bootstrap more linearly Fix unit tests
11 Months Ago
Remove unused Bootstrap cleanup More Bootstrap cleanup
11 Months Ago
hunch satisfied, fuck steamworks
11 Months Ago
Just testing a hunch
11 Months Ago
Upload to default branch (not staging) Fix NRE
11 Months Ago
Fix warnings
11 Months Ago
more NetworkTable unit tests Lift restrictions on Sync var types (it'll error now instead of silently ignoring)
11 Months Ago
Fix NRE Split heartbeat message into ping and pong
11 Months Ago
Update packages in tools
11 Months Ago
ServerList modal
11 Months Ago
Exception wrap INetworkListener calls Move FriendsListModal
11 Months Ago
Map list right click menu Fix NRE in ClothingContainer.Apply Transition cards in
11 Months Ago
Remove unused These updated after a full resource build Package updates Update packages
11 Months Ago
Fix loading screen not being interactive
11 Months Ago
String table, empty entry unit test
11 Months Ago
Handle empty entry in StringTable Don't try to multiple Term GameObjects Differentiate between Network Root objects and network objects in tree Fix network object serialization Better errors when component deserialize errors Don't network spawn disabled objects
11 Months Ago
Network spawn cleanup
11 Months Ago
When serializing network objects, don't include child network objects
11 Months Ago
Handle exceptions in Panel.FinalLayout
11 Months Ago
Add Model.Cube, Sphere, Error Add Particle.Get, Set for storing extra data Add ParticleEffect.OnParticleCreated, OnParticleDestroyed Fix panel NRE
11 Months Ago
Fix crash in ComputeMass
11 Months Ago
Send ClientReady after snapshot load Fix not waiting for OnLoad when joining server Trim debug output
11 Months Ago
Refactor SteamLobby Update SteamLobbyConnection id from ConnectionInfo
11 Months Ago
Fix NRE when reporting project errors
11 Months Ago
We don't need to route EngineLoop.Exiting via native
11 Months Ago
Fix engine convars not saving
11 Months Ago
Warnings as errors in PRs to match main CI
11 Months Ago
Remove PartyLobby (it's all broken, lets remove it and re-implement when we implement it)
11 Months Ago
Reset launch args when joining a server Join active session by default, on map list
11 Months Ago
Make steam's richPresence kind of work
11 Months Ago
Move GameNetworkSystem.QueryLobbies to Networking.* Don't initialize Id and Ip sockets yet, it's gonna cause confusion Set the lobby map name better
11 Months Ago
Add GameObject.Network.OwnerConnection
11 Months Ago
Extract VoiceManager from VoiceComponent Add Application.IsMicrophoneListening, IsMicrophoneRecording Mic overlay
11 Months Ago
CharacterController Sync vars don't have to be query now we have codegen NetworkHelper respawn will auto use SpawnPoint components if available
11 Months Ago
Default fps_max to 200 instead of unlimited
11 Months Ago
When calling SetMaterialOverride with a null texture, remove just that entry instead of clearing
11 Months Ago
Fix conversion errors when setting FieldDescription value Fix NRE in MapSelectButton Fix NRE when joining local. package game
11 Months Ago
Add Component.INetworkSpawn - calls with owner when a GameObject is network spawned Fix not network spawning
11 Months Ago
Spawn point gizmo tweaks Better define what happens when host leaves (destroy their shit) Tweak network transform lerp
11 Months Ago
Merge fuckup