Kawe Mazidjatari 88b3336758 Many small code improvements and optimizations
* Use c++ methods as much as possible.
* Use enum types for accessing NavMesh objects from array.
* Use size_t for for loops when testing against size types.
* Don't compute strlen twice of more on the same string.
* Don't use unnecessary c string casts if there is a method with a std::string overload.
* Don't create string objects from string pointers if we could use them directly.
* Don't initialize RCON password twice on each change, and don't set if the new password equals the old.
2022-08-11 11:07:45 +02:00
..
2022-08-09 03:02:00 +02:00
2022-04-18 03:35:24 +02:00
2022-08-09 03:02:00 +02:00
2022-04-18 03:35:08 +02:00
2022-08-09 03:02:00 +02:00
2022-08-09 03:02:00 +02:00
2022-05-25 14:18:29 +02:00
2022-08-09 15:19:12 +02:00
2022-08-09 03:02:00 +02:00
2022-05-25 14:18:29 +02:00
2022-08-09 03:02:00 +02:00
2022-08-03 18:34:44 +02:00
2022-08-09 03:02:00 +02:00
2022-08-09 15:19:12 +02:00
2022-08-09 03:02:00 +02:00