branchwiseguys/main/Workingcancel

446 Commits over 153 Days - 0.12cph!

5 Years Ago
testmap_smallest init
5 Years Ago
Add testmap_smallest to build settings
5 Years Ago
Fix for players not setting their character selection on the client if they quit and re-join with their character alive
5 Years Ago
PlayerVoiceRecorder NRE fix
5 Years Ago
Fix CLIENT/SERVER defines
5 Years Ago
Fix for banking issues.
5 Years Ago
Fixed voice chat getting stuck on.
5 Years Ago
Crime HUD UI tweaks
5 Years Ago
Some colour...
5 Years Ago
Append [MAX] in a couple of places if potential prison sentence is at max
5 Years Ago
Crime log UI all updated
5 Years Ago
Crime GUI fix
5 Years Ago
Reverting - it broke mouse capture.
5 Years Ago
Fixed OnBecomeActive being called twice even time UI opens (fixed double crime list entries).
5 Years Ago
More fixing crime log UI
5 Years Ago
Working on fixing up the crime log UI
5 Years Ago
Reduced fines
5 Years Ago
Showing crime UI prison time in game time, to match others
5 Years Ago
Sorted out issues with duplicate crime detection
5 Years Ago
Remove timer
5 Years Ago
Crimes UI now super efficient
5 Years Ago
Adding crime HUD content
5 Years Ago
Added a chat bubbles for chat.
5 Years Ago
Now ignoring duplicate crimes of some sorts, so e.g. firing your weapon several times in a row won't mean 5x weapon discharge crimes stacking up
5 Years Ago
Made injuring with a gun a worse/scarier/more dangerous crime than injuring with fists or other melee weapon. Punching someone is not the same as shooting them.
5 Years Ago
Merge in new police arrest feature
5 Years Ago
NetworkEntity props now add to the KD tree and get culled appropriately, albeit in a slightly clunky way.
5 Years Ago
Fix NRE with guns
5 Years Ago
Fixed incorrect message on gang buildings in Cyka Blyat mode. Ended up fixing up a whole bunch of out-of-date unit purchase code, since things are pretty different now with how doors/locks/buying works. Updated gangs to use the new unit purchase system as well, in case we ever bring them back. Removed some unused code.
5 Years Ago
Line endings only
5 Years Ago
Merge in the latest from Main
5 Years Ago
Remove Budbox and Metho-o-matic
5 Years Ago
Cops now react to being punched from behind.
5 Years Ago
Fixed UI notification on the server, and made sure it doesn't come from the wrong side again.
5 Years Ago
Line endings only
5 Years Ago
Adjusted Grid LOD size on maps - fixes prison at wrong LOD issue. It was outside the grid.
5 Years Ago
Merge prison branch work into Working
5 Years Ago
Added hud element for bank cash
5 Years Ago
Fixed bank ui bug
5 Years Ago
Starting cash now gets added to bank
5 Years Ago
Added a shit load of balancing...
5 Years Ago
Merge in confiscating items while in prison (and confiscating drugs permanently). No fines just yet.
5 Years Ago
5 Years Ago
merge
5 Years Ago
Add a csproj file for Facepunch.Stream so that plugins can build again.
5 Years Ago
Prison time now counts down only when the user is physically alive and in a prison.
5 Years Ago
Define the prison area in scene data
5 Years Ago
PlayerComponents now inherit the Owner from the parent WiseguysUser. Fixed RPC Owner messages that weren't getting though.
5 Years Ago
Minor fix
5 Years Ago
Refactored "IsInPrison" flag + extra fixes.