Refactord .idprc file into a real idpfile (with a useful name)

Issue #75 resolved
Broes De Cat created an issue

The .idprc file is loaded by native lua instead of going through the parser. It is also called too early.

The file is also full of useless stuff atm.

Cleaner solution: make it an internal initialize procedure which is parsed by our parser and then called, after everything else has been loaded.

Comments (7)

  1. Log in to comment