255,542 Commits over 3,990 Days - 2.67cph!

6 Years Ago
hitch rotation fix
6 Years Ago
more career UI stuff
6 Years Ago
compile fix for real
6 Years Ago
▊▊▇▋▅▅▊ ▄▇▄
6 Years Ago
health reduction for hitch post
6 Years Ago
merge into main
6 Years Ago
merge from main
6 Years Ago
increased horse population protocol++
6 Years Ago
▍▅▌▊▍▋ █▉▋▅
6 Years Ago
Mission content is now in a WiseGuys.Missions namespace
6 Years Ago
WIP new models for ships Bluegill model Add exterior archways and make deck areas walkable WIP ship deck prop with some smokey chimneys Unsaved stuff Can override location of ship deck for specific floors More unsaved First pass on exterior ship transit rooms Hook up bluegill deck Haddock WIP Allow external rooms to be placed in prebuilt space Mackerel WIP Hook up deck on mackerel Merge branch 'new_ships' Rear doorway for small oval Rear doors for guppy Merge branch 'master' into meals Italian restaurant Mexican restaurant Removed exterior windows on Steak and Veg restaurants Move source art into Flotel-Art repo Status effects for first tier food varieties Status effects for advanced foods Hooked up status effects to props, extrapolated lvl 2 and 3 effects
6 Years Ago
Created blank tutorial missions. Made other payphone mission types require completing the tutorial ones first.
6 Years Ago
more fix..
6 Years Ago
disabled career in the main scene
6 Years Ago
more WIP UI rework (Career)
6 Years Ago
Set client side entities netid to 0, seems to work fine
6 Years Ago
Remove replicate attribute on test entity field, need to make sure world state comes in before replicated vars before that can work
6 Years Ago
Started rewiting leaderboard view Merge branch 'master' into leaderboard Refactor of LeaderboardProxy
6 Years Ago
Fix Entity.Replicates always setting to true, whoops
6 Years Ago
Improved perf on water system sample height (wip, first stage)
6 Years Ago
Add bool to mark entities as required by engine so they don't get cleaned up (really these shouldn't even be put into the ent list) Add a bullshit long number onto networkid for client only entities so they don't conflict with replicated entities for now.
6 Years Ago
Rebuilt asset IDs, which has updated some prefabs.
6 Years Ago
Totally refactored missions from ScriptableObjects to prefabs with tasks attached, and wrote a bunch of editors and property drawers to make the whole thing more usable.
6 Years Ago
When creating replicated entities, create the managed entity class within the replicated scope, create the native class and spawn it outside the scope.
6 Years Ago
Fix test player HP
6 Years Ago
Move source art from main repo
6 Years Ago
Attributes
6 Years Ago
Initial commit
6 Years Ago
Moved revamp shader and shaderfuncs around Renamed cliffs to HDRP/Custom/Cliff Fixed compile errors and include files due to hdrp switch Changed terrain sampler SF to ignore specular; set metallic to zero for now Changed shore wetness sampler SF to bypass calc (for now)
6 Years Ago
Game server ignores any message except steam ticket without the client being authed
6 Years Ago
Ignore socket disconnect events if the connection has invalid userdata (library is calling it twice on timeout, maybe a bug)
6 Years Ago
Refactor game server to identify clients by client id instead of steam id (multiple local clients share steam id, duh) Skip BeginAuthSession for local clients sending ticket across socket, host process will have already been authed Cache connection userdata before closing it so it doesn't get wiped
6 Years Ago
Update .gitignore Populate audio source pool properly Possible fix for audio source pooling error spam
6 Years Ago
merge from main
6 Years Ago
hitch baseline
6 Years Ago
combined hitch and trough models as per helks request. LODs/Gibs and Collision meshes also.
6 Years Ago
extra horse breeds
6 Years Ago
can't pick up sam sites containing ammo
6 Years Ago
fixed more reverted variables
6 Years Ago
Scene progress. Small fab/mat fixes.
6 Years Ago
horse turn fix
6 Years Ago
minicopter fixes
6 Years Ago
Increase timeouts
6 Years Ago
Lots added
6 Years Ago
Ragdolls on client will set proper surface property for traces
6 Years Ago
[D11] patch over some content changes, mostly sky/sun setup related
6 Years Ago
Merge from /main/env-shaders/world_art_revamp/premerge
6 Years Ago
Fix harmless exception on disconnect, remove debug
6 Years Ago
Merge from hdrp
6 Years Ago
[D11] [UI] Fixed sleeping bags dissapearing off map when moved too far away from player. Fixed duplicate marker objects being created.