userBill Bcancel

13,104 Commits over 2,800 Days - 0.20cph!

6 Months Ago
More signal WIP
6 Months Ago
Fixed distAlongSpline bug
6 Months Ago
Signal learns its block size
6 Months Ago
Signal can find the next signal and pass the info back
6 Months Ago
Accept stopAtSignal parameter
6 Months Ago
Some more track spline code cleanup
6 Months Ago
Merge rail_network_link -> TrainSignals
6 Months Ago
6 Months Ago
Factored out next/prev spline moves inside GetSplineAfterMove
6 Months Ago
Similar encapsulation for inputs, using new MoveRequest and TrackRequest
6 Months Ago
Refactored GetSplineAfterMove results into a struct since the method signature was getting a bit much
6 Months Ago
WIP on signals finding their track block sections and the next signal
6 Months Ago
Set default light state to green
6 Months Ago
Another test map edit, adding a train
6 Months Ago
Train signals on my test map
6 Months Ago
Point lights for the signal lights, new Test FX debug optin
6 Months Ago
Reduce signal light mat brightness
6 Months Ago
Temporary signal light FX test method. Fixed missing renderer assignments on signal light B.
6 Months Ago
Fixed missing toggle assignment
6 Months Ago
Setting up train signal lights and network flags
6 Months Ago
Merge Main -> rail_network_link
6 Months Ago
Merge Main -> Experimental
6 Months Ago
Define player heli engine starting flag
6 Months Ago
Show the old default BaseEntity.Flags inspector if we don't find an associated entity
6 Months Ago
Any inspector dropdowns that set an Entity.Flags mask now show, in brackets, any custom defined names for those flags in the full class hierarchy of the nearest parent entity.
6 Months Ago
New "Print defined flags" context menu option for BaseEntity, that prints out the list of flags that have been defined in the class heirarchy. Fixed the flags list in EntityFlag_ToggleEditor not including private or protected flag defines.
6 Months Ago
Merge IsVisibleRedo -> Main
6 Months Ago
Merge EntityFlagToggleWarning -> Main
6 Months Ago
Merge rail_network_link -> Aux2
6 Months Ago
Set a smallish default world size on ProceduralMapRailSimple
6 Months Ago
Train signal script
6 Months Ago
Train signals are now entities (but they don't do anything special yet)
6 Months Ago
Merge Main -> Experimental
6 Months Ago
Rebuilt rail splines again
6 Months Ago
Final car explosion force edits
6 Months Ago
Another explosion force edit
6 Months Ago
Reduce the effect of anti-vehicle damage on vehicle explosion forces. Makes the force from HV rockets vs. cars less extreme, more like the force from basic rockets.
6 Months Ago
Reduced explosion force push on modular cars
6 Months Ago
Scrap heli, parent ragdolls
6 Months Ago
Remove extra method
6 Months Ago
Interpolation edit, no longer need the fancy stuff
6 Months Ago
Manifest again, to fix scrap heli
6 Months Ago
Scrap heli fix
6 Months Ago
Enable ragdoll -> vehicledetailed physics collision
6 Months Ago
6 Months Ago
A rather difficult merge. Main -> RagdollRewrite2 (server-side ragdolls)
6 Months Ago
Removed ToggleClientBuoyancy
6 Months Ago
Different cherry-pick, this one has separate ragdoll entity, but position-matched to the corpse
6 Months Ago
Merge back in
6 Months Ago
Experiments