Files
BeamMP-Server/src
Tixx 6ec4106ec7 refactor: optimize string operations and improve code clarity (#451)
- Avoid redundant substr() calls in packet parsing hot-path
(TServer.cpp)
  The previous code called substr(3) twice per packet, creating
  unnecessary temporary strings. Now stores the result once.

- Replace .size() == 0 with .empty() for idiomatic C++
  (TConsole.cpp, TLuaEngine.cpp)
2026-01-02 00:42:03 +01:00
..
2024-01-23 21:00:11 +01:00
2024-06-26 14:06:06 +02:00
2025-01-25 22:16:06 +01:00
2025-04-19 21:59:50 +02:00
2025-05-17 01:04:55 +02:00
2025-01-19 11:53:42 +01:00
2024-06-26 14:06:06 +02:00
2025-03-15 20:45:48 +01:00
2024-01-23 21:00:11 +01:00
2025-05-17 01:04:55 +02:00
2024-01-23 21:00:11 +01:00
2024-06-26 14:06:06 +02:00
2024-01-23 21:00:11 +01:00
2025-01-25 22:16:06 +01:00