userJakbcancel

199 Commits over 792 Days - 0.01cph!

10 Days Ago
▅▅▍▉█ ▌▌▆█▉█▊▌▉▌▉▆▅█▅▇▋▉▊▉▌▊▇▊█▍▇ ▉▅▍█▊▌█▄▆▄ ▌█▄ ▉▌▊ ▌▆
10 Days Ago
▊▆▍▍▄▆█▋▄.█▅▆▋▍▋ -> ▊▍▇▇.▄▍▄▄▉▆
11 Days Ago
▍▄▇ ▍█▋▍ ▊▊ ▅▉███ ▅▅▆▍▉▅.▆▅▆▌█▌▄▅▄█▉ ▆▅▇ ▅▅▍ ▋▅███ ▄▍▋▆ ▆▅▌▅▇▉▉▉▆▌▋▉ █▉▋▌▊ ▅▉▇▆▅.▆▄▆▉▌▄▋▋▄
11 Days Ago
server.printwipeid command to print the wipe id of the .sav
26 Days Ago
WIP restart server at 4am local machine time, check for >=22 hour server uptime and do not restart Staging servers (env || hostname) start the timer 10 minutes after the server is up and repeat every 5 minutes Separate rcon logic and serverinfo loop out of ConsoleInputBar and into separate class CommandManager. Swapped out usages in RunServer.cs. Finished up the CheckForServerRestart functionality. Confirmed the project still builds Was accidentally using DateTime.UtcNow instead of DateTime.Now Change the time check to prevent the extremely rare edgecase of the server attempting to restart twice Use the global cancellation token in the CommandManager, don't make a new one CommandManager takes CancellationToken, not source Rename CommandManager to more suitable ServerRcon rename vars, too Double time window to ensure we restart and store DateTimeOffset of when restart was last requested Attempt to restart multiple times if we failed due to an exception Log any errors Minor changes Merge pull request #6 from Facepunch/server_restarts Server restarts
26 Days Ago
Minor changes
27 Days Ago
Changed the car radio item inventory move sfx to a more suitable light metal sound rather than the heavy clunky car module sound
27 Days Ago
Merge from main
27 Days Ago
Log any errors
27 Days Ago
Attempt to restart multiple times if we failed due to an exception
27 Days Ago
Double time window to ensure we restart and store DateTimeOffset of when restart was last requested
27 Days Ago
rename vars, too
27 Days Ago
Rename CommandManager to more suitable ServerRcon
31 Days Ago
CommandManager takes CancellationToken, not source
31 Days Ago
Was accidentally using DateTime.UtcNow instead of DateTime.Now Change the time check to prevent the extremely rare edgecase of the server attempting to restart twice Use the global cancellation token in the CommandManager, don't make a new one
31 Days Ago
█▇▄▄▇▇ `▅▅▄▊_▆▋▋█▋▍▆▇_▅▉▆▉▊█▉_▄▉▇▍▉`'▅ ▆▌▅▅▅▅▉▋ `▊▇▍▍▌▍▉▇▍▉` ▊▌▅ ▇▆ `▇▌▋▉▉.▇▋▌▅▉█▍▍▉▆▊▋▊▉▉▅▇▉▌▉()` ▍▋▊▋ ▆▊ `▍▍▊▋▇.█▉▄█▌▉▋█▇▍▊()` ▋▊ ▍▍▆▊▌ ▄▄▆▍ ▄▉▊▅▄ ▌▍▉▄▇▋▌▆▅ ▊▅▊▊ ▉▅█▊▇▍▍ ▌▇█ ▇▅▉▋▅█▉. █▌▋█▌█▌▍▇ ▍▋▋ ▋▉█▅█▉▄ ██▅ ▊▅▆ ▉█ ▅▍▋▄▋. `▋▉▅▇▍▆▊▊▊▋.▄▍▅▄▉▌▌▍` ▅▅▄▄ ▅▇▅ ▊▅▇▄▊▍▉ ▍▄▄ ▅█▅▅▆▌█ ▌▊ ▅▋▍ ▅▄▊▆▍▊▌▋▋█ ▋▅ ▇▄▇▊▍▋ █▄▅▄ ▇█▋▋▍▇▉ ▅█▆ █▊▍▇▇▇▄ ▍▄ ▆▇▋▊ ▍▌ ▅ ▉▋▍▍▊▊▋ ▅▊▅▉▅▊▉▅ ▉▍▉▋▊▄▍▆ ▉▋▉▍▍▋▉▋▌ (▍▋▋▌▅▉▉▋▍▌). ▊▅▌▌▆█▄▋▌ ▄▅▅ ▄▉▉▇▆▅▋ ▌▇ ▅█▊ ▆▌ ▌▇▇█▄ ▄▋ ▆▇▄▊▌▆▉▌▄ ▋▊▊▋▋ ▅ ▆▌▇█▄▅█ ▉▋▆▊▇, ▉▋▇▇▄▅█▌▆ █▊▇▌ ▅▍▇▇▋▍█▅▋▄.
31 Days Ago
codegen
31 Days Ago
▄▍▌▋▋ ▆▊▉▆ ▆█_▆▍▅█_▉▌▅▄█▄▄▄_▌▊▍▄▅▅▄▋▍_▅▅▉█▌▍▄██▄▊
32 Days Ago
codegen
32 Days Ago
merge from hackweek_car_radio
32 Days Ago
Car radio can now be picked up with a hammer if you are authorised on the car's codelock (or the car doesn't have a codelock)
32 Days Ago
merge from hackweek_car_radio
32 Days Ago
Car radio deploy sfx and impact effects
32 Days Ago
Prevent car radios being able to be deployed in eachother
32 Days Ago
car radio deployment is no longer blocked if the modular car is on a road
32 Days Ago
merge from main
33 Days Ago
Separate rcon logic and serverinfo loop out of ConsoleInputBar and into separate class CommandManager. Swapped out usages in RunServer.cs. Finished up the CheckForServerRestart functionality. Confirmed the project still builds
33 Days Ago
start the timer 10 minutes after the server is up and repeat every 5 minutes
33 Days Ago
WIP restart server at 4am local machine time, check for >=22 hour server uptime and do not restart Staging servers (env || hostname)
35 Days Ago
Merge from hackweek_car_radio
35 Days Ago
Fixed server / client errors
35 Days Ago
Remove old and accidental files
35 Days Ago
Car radio costs 120 metal fragments, the same as the Portable Boom Box
37 Days Ago
Removed debug
37 Days Ago
Removed old commented-out code
37 Days Ago
- WIP audio source setup - Radio now turns off when the engine turns off - Setup radio play interactions, sfx and the 3 default stations
38 Days Ago
Progress on moving over hackweek car radio code to its own class ModularCarRadio as a child entity of BaseVehicleModule and no longer in VehicleModuleSeating. Commented out old code and got client UI interactions working again. Still needs sound setup
39 Days Ago
▋▇▉▊ ▆▍▆▄█▉▄▇ ██▄▆█▆▋▋▆▌ ▅▇▉ ▇▊▋ ▅▊▉▆▉▆▆▊▍▉█ ▍▄ ▄▍▆▇▌█▉▄▉█▄▉▌.▇▍▆▅▄▌▇▉. - ▍▋▄ ▌▋▅▅▇▆.▍▌▋▊▅▌▍▄.▋▌▄▋_▉▅▉▊▋▍▇█_▌▉▉▊█▅▆▅█▄▇ = █.▊▇ (▉▅▋▅▅▄ ▇▄▇▄▆) ▌█▉ █▅▍▆ ▋▌█▇▆▅▅▄▊▋▊▊▉▉▄▅▊▇▍▊▌ > ▇ ; ▅▌▅ ▉▇▊▋▋▋▆ - ▅▄▋▋▍▅▍▉ ▍▄█ ▊▇▊█▊▋▆ ▍▄▆▆█▇▋▉▅▋▌ ▉▆▌▍ █▉█ ▌▆▆███▋▋▍▉-█▉▄▊▌▉▌▊.▄▌▊▇▄▇▄▅▋▇▌▉▊ ▍▅▍▌▉▍▉▊ ▌▉▋ █▅▅▊▋▆▊▊▄▇█▊▌ ▉▅▍█▆▋ (▇▌█▍██▄▌▇ ▊▇▍▅▆▌▍▍▅▇██▋ ▅█ ▇▉█▅▆▇▍▅ ▇▅▆▌▄▆▊▆▊█▇▄▋▇)
45 Days Ago
▊▉▋██▇█▄ █▍▇: ▍▇▊▊▋▌ `▇▍( !▇▍▄▋▄() ) ▉▄▆▅▇▍;` ▋▍ `▉▊ ( !▄█▌▍▋() || !█▆█▍▇█▆██() ) ▅▊▌▋▉▆;` ▋▊ ▌▊▌█▅▇▊█'▆ █▇▊▉▅▌ ▌▊█▅▉▄ █▊▆ ▉▋ ▍▊▄▄▇▇ ▌█▊▆▄▇ ▇▌▋▉▄▄ ▌▌▍▍▋▍ - ▄▄▅▆▉█▄▊ ▍▇█▄▇▆▄▄ ▌▅▉▊▌▇▅ ▆▌ ▉▇▉ ▇▋▌▍▍▅▍▇▆ ▊▌▆▆ █ ▇▄█▊▅▌ ▄▌ ▄▋█ ▅▅▋▍▌▇▄ ▄█▆▅██▅▆▇▋. ▌ ▅▆▆█▇▍▄▌ ▅▇█▉▉▋ ▄▉▋▍ ▆▇ ▇▆▌▅ ▋▅ ▆▉ ▍▉▍▉▆▍▌▉ (▅▋▋▋▌▍ ▆▋) ▉▌ ▋█ ▇▌▇ ▆▄▇█▌█▄ ▊▆▋ >█.▌ ▉▇▍▆▉▌▉ (▇▄▅█▉) █▄▅ ▉▌▇ ▋ ▆▄▆▊█▍ █▍ ▄▄▄ ▉▄ ▇▄ (▊▇▊▉▅▊▋▉▆)
45 Days Ago
Landmines now have a 15% chance to explode on being disarmed. This was always the intended gameplay behaviour but turns out there was a bug that prevented it from exploding. Instead, it previously bugged out and did nothing, allowing the triggering player to walk off
58 Days Ago
▅▄▇ ▆▄█▊▆▉█ ▇▄█▍ ▍ ▇▅▍▊▅▋ ▄▅▊▅ ▉▇▆▍▍ ▊▊▇▄▌▇ ▄▄▄▄▋▌▋▉ █▇▆█▅█▄▇▍▄▆ ▄▍ ▋▄▉ ▅█▇▉▌ ▊▊█▅ ▊▆▄ ▌▊ ▇▍▇▉▅ ▋▆▌▄ ▉▍▇▋▆▋▋ -> !▇▇▍▉▌▇▉. ▆▋▋▊▌▇▉▅▄█▇▊▇ ▋█▊▇ ▆▇▇ ▌▊▉▍█ ▊▇▆▍▄▆▋ ▄█▅▋█▅█ ▉▉▇ ▌▌▇▉█ ▄ ▍▋▊▇▉▍ ▊▉ ▆▋▆▅▍▆▆▍▅▊▊ ▌▊ ▊▅▆▌▋ ▋█▋ ▊▉▌ ▆▇▇▆█▍.▅▅▋▉▉▊▌▆.▊▇▄▍_▋▋▍_▉▇▆▉█▉▌▅_▅▌▊▅▇▍▉ = ▍.▄█. ▆▉ ▉▅▅▅▉▇▉ ▅██▋, ▌ ▌▌▋▍▄▊▄█▇▍ ▉▊▌█ ▉▇▄▇▍▉▉▆█ ▇▆▄ ▍▅ ▍▊▊▋▅▋▇█▆ ▊▌▇█▌ ▆▉▉█▆▅▋ ▅▅▅█ ▅▇▊█▇ ▊▄▋▌ █ ▊▆▌█▅ ▄▄▅█▉▊ ▄▋▄ ▌▌ ▌▋▌ ▇▌▉▉▆▍▇▋ ▄▍▍▌▊▉ ▇▉▇▋ ▍▅▄▋▄▊▉ - ▌▅▊▊ ▉█▌▆ ▌▉▊▅ ▋▉▉▋▇▍▆ ▉▊▍█▇ █▉▄ ▌▊ ▌▉▋▌▍ █▌▊▅██▄▉▋ ▄▋█▉▆█ ▇▊▋ ▌▅▍ ▍▊▇▅▄ █▄▊▄ ▍▌▇▋▅▊▅▆▉ - ▋█▄▅█ ▉▄▍▋▇▆▆▋▌▊▄▉▆.
58 Days Ago
▄█▍▋▅▋▋▆.▆▋▌█▄▍▉▄▇▋ ▊▇▉▉▋▍▍ ▆▉▍ ▇▇▍▅ ▉▍▅▆█▋▋▍ ▆▆ ▉▇▇▉▉█▍▅ ▌█▉ ▊▌▉▋▄▌▌▅▋▌ ▌▌▋ ▍▄▌ ▇▊▉▍▊▅▆ ▍█▉▇▊. ▅▄▆▉█▊ ▌▅▊▉ ▇▌ ▌▋ ██▊▉▊▊█▊▊ ▉▆█▌▉ ▊▉▇ "▉▉▆▍▋" ▊▇▇▄▄▍▅▋▆▋▅▍
2 Months Ago
▌▉▋▆ ▍▅▌ ▊▋▄▋ ▅▄█▍▆▊▉▊ ▌▊▆▉▇▌▉▅▍▋ ▄▄ ▆▉▋ ▊▇▉▍▋▍▊▄.▄▋▇▉▇▊▍▉▄▉▄▊ - ▅▉▍█▇█▍▍ ▍▋▍▉▊▇ ▌▊▊▊▌▊ ▅▉▆ ▌▍ ▇▅▉▍▆▍ █▅▌▉▄▇▅ ▉▆▄▋▅▇▋▌▌▄▌▇ ▌▇▋ ▇▉ ▊▆▄█▄ ▆▇▍▊▌█▇▋▋ ▋▆█▅▉▊▇█, ▍▅▅ █▅▋▊ ▇▉▋▋▇ ▍▋▇▋ █▄ ▊▌██▆█▅▆▄▄█▆, ▅▋▅▅▇▍▆▉▅▊ ▆▇▇ ▋▊█▌▍▍▊▊
2 Months Ago
▉▆▆▋▅▉▅▅█ ▅▍▌: ▄▆█▇ ▍▌▊ ▆▍ ▊▊▅ █ ▄▅▆▄▌▅▍█▌ █▌▉▄▋▄ ▌▇▄▋ ▍▊█▅▉▌ ▄▋▊ ▉▅ ▌▉▅▇ ▅█ ▍▄▉▄ ▍▇▅▌▊▋▌ ▅▊█ ▊▊▍▆▋▉ ▍▊▅▋▇▇'▍ ▊▉▆█▋▉▊ ▍▇ █▋▍ ▇▇▆▌▅▅
2 Months Ago
▍▇▅▅_▌▍▌_▉▄▄▋█▍▋▇_▉▊▄▊▅▉▍ = ▅.▄▅, ▄▉█▆ █▄▆▆ ▋▇▊▅▄▆ ▇▉█▆█▇▄. █▄▆▉▊ ██▍▉▄ ▆▅▍▋▇█▇▊ ▄▉ ▆▅▇▋▇▊▋ ▆▊▄▊▋▋▄ ▊█▅ ▋▋▉▋▇ ▆▇█▍ ▄▉ ▄▅▅▊
2 Months Ago
3 Months Ago
Fix: FreeUnmanaged the DebrisEntity list after we're done with it
3 Months Ago
▆▇█▋▄▄▆▉▊█ ▉▌▌▅▆▅ ██ ▋▇▆▅▆▄ ▇▄▉▌█▋█▄▋ ▋▋▌▇▅▍▍
3 Months Ago
▍▋▄▇▉ ▅▋▄ ▆▍▋ || ▌▋▉▊▉▉▅▆ ▋▆▍▆▍▄▆ ▉▉▊▌▌▌▍▋▊▋ ▅▊▆▄▋, ▉▇ ▌█▆▊▅ ▄▄▄▆ ▄▅▅▄ ▉▅▇ ▇▉▅█▇▅ (▍▌▍▌▌█ ▍▌▅▄ ▊▉██▌▉ ▇▉▉▌▉▋ ▌▉▉▆▍▇▍█▉ ▅▄▊ ▉▇▋▆▅▊). ▅█▍▅ █▉▅▋█ ▋▆▊ ▌█▉▅▄ ▇▇▊█▉▌▊ █ & ▉