userGarry Newmancancel
repoSandboxGamecancel

496 Commits over 608 Days - 0.03cph!

7 Years Ago
Webcon super scroll hack
7 Years Ago
Asset load time Print Path Stack on error (so if a texture is missing we can find the material)
7 Years Ago
Trigger hotloading is using auto material on png, then .mat is created
7 Years Ago
Relative paths in mat files, mat files optional
7 Years Ago
Base asset class
7 Years Ago
unified asset library
7 Years Ago
Material system basics Material parsing in c# Material hotloading Removed unused Merge branch 'master' of SandboxGame
7 Years Ago
UTextureCube Binds TextureCube texture
7 Years Ago
plus asks sharp to load the texture Merge branch 'master' of SandboxGame ImageSharp test (might be shit) stb_image Merge branch 'master' into TextureLoading More stb libs Flatter binds for stb Texture object Comments Texture hotloading Handle exceptions in FileChanged more gracefully Hotloading can handle texture resizing
7 Years Ago
Texture object
7 Years Ago
Tweak lightmap importing stb_image Merge branch 'master' into TextureLoading More stb libs Flatter binds for stb
7 Years Ago
plus asks sharp to load the texture Merge branch 'master' of SandboxGame ImageSharp test (might be shit)
7 Years Ago
Map list, map loading
7 Years Ago
Fixed TellNativeAboutFileChanges native/relative wrong way around
7 Years Ago
Fixed multiplayer errors
7 Years Ago
Attempt at organising sln Merge branch 'master' of SandboxGame Moved some generic structs to Sandbox.Public
7 Years Ago
Module Refactor Merge branch 'master' of SandboxGame metaref error fix
7 Years Ago
Build fix Merge branch 'master' of SandboxGame
7 Years Ago
Moved playermodel to rust addon Path fixes Sandbox addon not alwaysload
7 Years Ago
Fixed not filtering warning Addons tab Addon info backend Use Active, not SetActive Removed PrimaryAddon logic Flipped UpdateAddonState logic the right way up Enable gamemode addon only when starting game Don't NRE forever on failed to load gamemode BaseEntity class name (we want to create a managed counterpart for every native actor) Send ServerInfo on join server, allowing proper gamemode selection Gamemode selector OnUnregister instead of UninitializeComponent source of ActorDestroyed Merge branch 'master' of SandboxGame Cycle HUD input in engine, so we can still escape to menu if gamemode fails to load
7 Years Ago
Fixed multiplayer entity creation
7 Years Ago
ClassLibrary stores and compares type.FullName
7 Years Ago
Pass full class name as managed class name Added extra warnings if double registering ents Don't try to create managed Entity if creation was triggered by creating a Entity More sensible exception reporting
7 Years Ago
Refactored entity creation
7 Years Ago
Sounds all multicasted properly Merge branch 'master' of SandboxGame
7 Years Ago
Fixed shutdown exception
7 Years Ago
Fixed wrong player name
7 Years Ago
Console commands can be in Sandbox.Unreal, added "connect" command Always allow players from local addresses Automatically convert localhost to 127.0.0.1 in connect Use console command parameter default values Merge branch 'master' of SandboxGame
7 Years Ago
Some more sound fixes
7 Years Ago
Remobed some debug commands tweaked sound api
7 Years Ago
Added Facepunch.System Added Facepunch.Api Commented out "Transitioning from" Facepunch.Api basics Exception reporting Build info
7 Years Ago
Added my path to CookContent.bat
7 Years Ago
Added Range and Vector3Range Some unused binds Fixed missing enum Compile fix Merge branch 'master' of SandboxGame
7 Years Ago
Webcon port++ on fail
7 Years Ago
Hide Blur Kernel size is limited spam Sped up weapon selection ui anims
7 Years Ago
Fixed chargers overcharging
7 Years Ago
Rust addon - no code Weapon mat fixes
7 Years Ago
Don't compile .cs files in "obj" folders Shotgun damage balance, alt fire Cleaned pickups Fixed weapon pickups Ammo carry limits Guns use different meshes
7 Years Ago
New blood particles
7 Years Ago
Bug fixes
7 Years Ago
Bullethole fix
7 Years Ago
Crowbar Merge branch 'master' of SandboxGame
7 Years Ago
Escaped html
7 Years Ago
Fixes Timetamp console
7 Years Ago
Fixed hotreload not working
7 Years Ago
Console hotload tab Styles
7 Years Ago
F1 switches back and forth to console window
7 Years Ago
Fixed crash on shutdown Fixed webcon exception in join
7 Years Ago
Console enhancements Only show hurt info on local player (not when shooting bots)
7 Years Ago
Hotload - catch error