223,458 Commits over 3,684 Days - 2.53cph!

7 Years Ago
Cleaned community ui test
7 Years Ago
Updated community entity
7 Years Ago
Updated community entity
7 Years Ago
Added nav_wait cvar (default true) Added nav_disable cvar (default false)
7 Years Ago
reverted the values in the ground blend material
7 Years Ago
Builds with chromium disabled work
7 Years Ago
Panel.GetHTMLMaterial doesn't return anything until first successful material load (Awesomium support) Gracefully handle unexpected destruction of CefBrowser
7 Years Ago
Fixed errors that were preventing correct startup. Probably still super buggy but everything spawns now.
7 Years Ago
All compiler errors fixed, actually running it still broken.
7 Years Ago
Moving client-only deserialize methods into client+server space, to handle level load deserialization on server. Lots of compilation errors right now.
7 Years Ago
- Control whether server loads saves or not in editor mode, via WiseGuysTools. - Allow NPCManager and VehicleManager to base their init actions on whether the level is new or loaded from a save. - Let vehicles save.
7 Years Ago
camera line of sight check uses head height
7 Years Ago
let's not use delta time for the camera controls
7 Years Ago
Minor edit.
7 Years Ago
Merge vehicle fixes from trunk.
7 Years Ago
Wreckage collider for players, and nav obstacle on wreckage for NPCs
7 Years Ago
Fixed vehicle wreckage appearance to work with Paul's new meshes
7 Years Ago
Minor edits
7 Years Ago
re-exported default truck 4 with parented anchorpoints
7 Years Ago
parented truck parts to anchors and reexported
7 Years Ago
Ignore Cooking::cook/createTriangleMesh error
7 Years Ago
NRE fix
7 Years Ago
added a normal check to the camera raycasting fuckery
7 Years Ago
Merging in the latest from Main.
7 Years Ago
added truck anchorpoints fixed grill and handles being paintable set all cosmetic pivot points to anchorpoint's pivots
7 Years Ago
camera hackz
7 Years Ago
build_win32_projects.bat builds chromium_process
7 Years Ago
Steamworks VDFs catch chromium's dependencies probably
7 Years Ago
added a debug line for the camera
7 Years Ago
Don't allow addons to replace console.log (hack for support with Awesomium) Fixed duplicate input on certain key presses File library can't read from chromium cache
7 Years Ago
Fixed building placement guide mesh not changing color to indicate validity
7 Years Ago
Items data
7 Years Ago
Fixed main menu font weight Kinect detection uses async lua/js callback
7 Years Ago
Started work on cleanup of how stat manipulations are handled so we can use them outside of Effect more easily Fixed wearables showing up in the item bar UI Made all clothing items carryable
7 Years Ago
Main menu is no longer google Scheme whitelist Added chromium_process.exe to copybins scripts
7 Years Ago
Added Encumberance consideration and conditions to some Building AI goals/plans
7 Years Ago
Added Encumbered flag, effect
7 Years Ago
Disable remote debugger Update useragent
7 Years Ago
compile fix
7 Years Ago
Fixed held and carried item effects not being properly applied Removed WeaponParameters.Effect (use held effects instead) Items component tracks total weight of all items Wearables are added/removed from the Items component Added Encumbrance stat simulator
7 Years Ago
DHTML inherits from Awesomium again Added -chromium statup parameter, replaces Awesomium panels with Chromium
7 Years Ago
Recalculate bounds after resetting lodgroup local ref point; just in case
7 Years Ago
Fixed clay spawns
7 Years Ago
chicken attack sounds
7 Years Ago
Fixed missing Container item type icon Commands widget does not disable craft choice buttons based on unit's knowledge of required items (shite) Finished the game
7 Years Ago
Added encumbrance stat, updated Stats+Properties with encumbrance and fear
7 Years Ago
mining quarry has AI obstacle fixed missing AI sounds AI flees when it cant reach its target wood armor helmet balance
7 Years Ago
Disabled npc apply vis for now
7 Years Ago
Fixed DoFlybySound NRE Save++ Network++
7 Years Ago
Fixed JS functions being created too late Added chromium to client