userandrecancel
reporust_rebootcancel

9,575 Commits over 4,444 Days - 0.09cph!

4 Years Ago
Fixed error in RustPlatformHooks.ServerParameters when rendering skin icons inside editor (was not handling zero query port correctly when Steam Networking is used)
4 Years Ago
Added server.netprotocol convar that prints the server protocol tag (rak for raknet or sw for steamworks)
4 Years Ago
Merge from SteamNetworking_ByDefault
4 Years Ago
Let's try adding macos back to Rust.Harmony.asmdef to resolve editor errors (will need to ifdef everything out entirely on macos if this doesn't work)
4 Years Ago
Fixed BiomeTexture error when opening workshop editor
4 Years Ago
Checksum / hash baseline work
4 Years Ago
Player spawn tiers and tier biome overrides are customizable in world config
4 Years Ago
Merge from main
4 Years Ago
Skin bundle update
4 Years Ago
Reapplying 75241 (the commit that enabledSteam networking by default)
4 Years Ago
Merge from main
4 Years Ago
CodeGen
4 Years Ago
Don't write steamnagleflush to config so we can enable it for everybody by default later
4 Years Ago
Subtracting 75313 (the commit that enabled steamnagleflush by default)
4 Years Ago
Subtracting 75241 (the commit that enabledSteam networking by default, will be applied separately later)
4 Years Ago
Merge from SteamNetworking_ByDefault
4 Years Ago
Fixed World.Config allocation mumbo jumbo
4 Years Ago
Merge from main
4 Years Ago
steamnagleflush true by default
4 Years Ago
CodeGen
4 Years Ago
Added steamnagleflush convar to enable flushing queued packets at the end of every frame (can eliminate up to 5ms of packet delay under specific circumstances)
4 Years Ago
Removed AllowWithoutAuth Increased SendBufferSize default value to 4MB
4 Years Ago
Always log warning when SendMessage fails
4 Years Ago
Changed default networking to Steam Networking (run server with -raknet to use RakNet instead) Support Steam Networking inside the editor (also used by default)
4 Years Ago
Merge from main
4 Years Ago
Skin bundle update
4 Years Ago
World config toggle for rivers
4 Years Ago
Fixes
4 Years Ago
Fixes
4 Years Ago
World config toggles for: main roads, side roads, trails, powerlines, above ground rails, below ground rails, underwater labs
4 Years Ago
Prefab blacklist / whitelist implementation
4 Years Ago
Merge from cliff_rail_fixes
4 Years Ago
RustNative update
4 Years Ago
WorldSetup has EditorConfigFile and EditorConfigString fields to have a test (similar to EditorSeed, EditorSize, etc)
4 Years Ago
RustNative update
4 Years Ago
Baseline implementation of server side custom world config via JSON file or string (RustNative update to follow)
4 Years Ago
Added MaxSlopeRadius / MaxSlopeDegrees to WorldPositionGenerator (can be used for a mission to check for flat ground within a radius) Added CheckSphereRadius / CheckSphereMask to WorldPositionGenerator (can be used for a mission to avoid certain layers, like player construction, within a radius)
4 Years Ago
Compile fix
4 Years Ago
LoadMapFile has a button to create a new empty / template scene with everything it needs for a map file to be loaded into
4 Years Ago
Trees have FilterRadius = 2 to ensure some distance from rails
4 Years Ago
SpawnPopulation contains FilterRadius property to check the spawn filter in a radius
4 Years Ago
Ensure environment / lighting parameters are updated after loading screens (to prevent outdated lighting until the player starts moving)
4 Years Ago
Fixed several spawn populations theoretically being allowed to spawn on rail
4 Years Ago
Fixed reflection probe / ambient light updating slower than intended
4 Years Ago
Fixed two of the water treatment plant cylinders making the environment super dark when standing inside them
4 Years Ago
Fixed error in LoadMapFile when importing terrain of different dimensions than the existing terrain
4 Years Ago
GetInheritedProjectileVelocity comments
4 Years Ago
MiniCopter inherits velocity to passenger projectiles, but only in projectile forward direction (no projectile sideways drift)
4 Years Ago
LoadMapFile uses the cached splat / height map resolution to support loading custom maps
4 Years Ago
Cherry picking 74307 (wrong branch)