EverWrath/src
Anton Popovichenko 4c287e2873
fix(Core/Vehicles): Fix crash in Vehicle::AddPassenger (#17038)
* fix(Crash): Fix crash in Vehicle::AddPassenger

As I understand it, a try-catch block cannot intercept the ABORT function. Therefore, let's use a simple if statement instead.

* Address code review feedback
2023-08-22 12:13:36 +02:00
..
cmake refactor(Deps/MySQL): Tidy up FindMySQL for windows (#16948) 2023-08-14 23:39:03 +02:00
common feat(Core/Config): Implement config override with env vars (#16817) 2023-08-14 22:07:43 +02:00
genrev feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
server fix(Core/Vehicles): Fix crash in Vehicle::AddPassenger (#17038) 2023-08-22 12:13:36 +02:00
test fix(build): macOS (#17007) 2023-08-14 23:38:30 +02:00
tools fix(Tools/DBImport): Add Env var support to DBimport tool (#17019) 2023-08-19 18:52:12 +02:00
CMakeLists.txt refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00