Quote Originally Posted by Akira13 View Post
FPC is 100% compatible with Delphi-style generics when you use the {$mode Delphi} define though, which you guys did in fact have set for FPC in "PGDCE.inc". So you could have just used the Delphi syntax and not had any issues on either compiler.
we decided to drop generics because we planned to bring the engine to developers on older delphi with no generics.