1554 Commits

Author SHA1 Message Date
Kawe Mazidjatari
7232c735ac Null console commands past the 512th byte
A mistake has been made, certain area's of the engine actually do allow strings larger than 128 bytes, just one routine that doesn't (console commands). Tokenizer only tokenizes it up to 512 bytes, so null all the other bytes past this. This still fixes the flaw mentioned in the comment at the place where the nulling happens.
2023-09-23 14:04:49 +02:00
Kawe Mazidjatari
794b18c82f Improve NavMesh render performance 2023-09-23 14:01:53 +02:00
Kawe Mazidjatari
095d22c8ec Should be a word pointer 2023-09-19 22:15:55 +02:00
Kawe Mazidjatari
fd3e227a86 Align folder structure with p4 2023-09-19 22:13:22 +02:00