254,768 Commits over 3,990 Days - 2.66cph!

7 Years Ago
Increase weapon prices in stores
7 Years Ago
Backup
7 Years Ago
Refactored NetworkEntity instantiation. We weren't digging recursively into grandchildren so when a player joined a game, if other players were in vehicles, their held items wouldn't sync due to the vehicle -> player -> helditem heirarchy skipping the grandchild. It was being sent from the server but not read by the client.
7 Years Ago
Even more
7 Years Ago
Compile fixes, netstandard2.0
7 Years Ago
Crafting wip
7 Years Ago
Added support for publishing workshop items to the main app from another app. Merge pull request #66 from MollerVictor/master Added support for publishing workshop items to the main app from anot…
7 Years Ago
Tweak lightmap importing stb_image Merge branch 'master' into TextureLoading More stb libs Flatter binds for stb
7 Years Ago
Storing the jump distance and time
7 Years Ago
Added texture find read write enabled tool No material filtering on tex usage report
7 Years Ago
compile fix
7 Years Ago
Removed UseTarget from ItemActionDesire
7 Years Ago
Item action pick up mode keep desire cleanup (no more use target, in prep for sebovs desire changes) Command generation/collation WIP Building addons via interaction
7 Years Ago
Added machine process desire creation and keep desire check for said desires
7 Years Ago
Packed some loose ends
7 Years Ago
Viewmodel texture updates
7 Years Ago
Tweak lightmap importing
7 Years Ago
plus asks sharp to load the texture Merge branch 'master' of SandboxGame ImageSharp test (might be shit)
7 Years Ago
Updated CommunityEntity
7 Years Ago
Test
7 Years Ago
Updated CommunityEntity
7 Years Ago
Updated CommunityEntity
7 Years Ago
Chromium can register/handle binds in sub-frames
7 Years Ago
Test
7 Years Ago
Updated ServerImage to new FileStorage API
7 Years Ago
Eliminated GC allocs from FileStorage / Signage / UIPaintableImage / MapEntity by smarter caching (TODO: make async)
7 Years Ago
Started work on scripts for options menu Options menu navigation system SliderOptionsItem functionality ToggleOptionsItem functionality Working on an options page system Temp fix for leaderboard entries not being displayed More options menu work API for changing options pages Merge branch 'master' into options Option item creation Options menu resizing Fixed options menu navigation Options navigation tweaks, can now close menu Fixed toggle options not being visible Better logic for picking which item is selected when changing page Fixed being able to hide the options menu Combo options item functionality Options menu dividers Better options layout, better video options logic Combo option item tweaks Merge branch 'master' into options Added preview sound effect when changing sfx volume Better options page navigation Now handles held input repetition in options navigation Implemented apply button in video options Key prompt icons for letters / numbers now use a Text component Can now access options menu with select / O Fixed navigating right with ComboOptionsItem Disabled resolution dialogue on launch Audio settings are now persistent
7 Years Ago
MachineProcessActionDesire added (not in use yet)
7 Years Ago
Fix crash loading leaf ambient lighting. Fix texture reloads not clearing the existing mips
7 Years Ago
goat mesh/skinning improvement
7 Years Ago
Fixed navigating right with ComboOptionsItem Disabled resolution dialogue on launch
7 Years Ago
Can now access options menu with select / O
7 Years Ago
Items can now filter their sub items.
7 Years Ago
Updated truck effects Fixed camera layers
7 Years Ago
Key prompt icons for letters / numbers now use a Text component
7 Years Ago
Unfucked texture loading. Cache++
7 Years Ago
improved helicopter searchlight perhaps improved interpolator jitteriness
7 Years Ago
Implemented apply button in video options
7 Years Ago
Fix off-by-one error with GMA FileHandle seeking
7 Years Ago
Map list, map loading
7 Years Ago
servergibs have proper mass oilfireballs sort particles properly (oldest first)
7 Years Ago
changed Go To to distance instead of radius
7 Years Ago
Fixed TellNativeAboutFileChanges native/relative wrong way around
7 Years Ago
Disabled mesh particle shadows on a few fx to avoid shadow bug (try again after 5.6)
7 Years Ago
fixed bradley lights on during the day fixed bradley lights on on gibs fixed missing ref for coax muzzle
7 Years Ago
gas_station blocker fix
7 Years Ago
Fixed multiplayer errors
7 Years Ago
gas_station polish & bug fixing
7 Years Ago
Attempt at organising sln Merge branch 'master' of SandboxGame Moved some generic structs to Sandbox.Public
7 Years Ago
Started on cubemap importing. Removed default sky light cubemap, can't find it in standalone build?