Rakscha, with all due respect for your hard work, would you mind to answer the following, serious, question: in what circumstance do you need your precompiler? Isn't it just a tool that transform sort of C++ code into Lite-C and compiles it? Would'nt it make more sense to take the SDK and "just" develop with it in... "native"... C++?

There are two reasons I could imagine, why someone would have a real benefit over directly working with the C++ SDK: level_load (for mapping the action name to a function pointer) and wait(1). Ah, and float <-> var transparency.

So, big question here: how is wait(1) supported and how does it integrate, in, say, methods?

Is it possible to work with the STD? How about template programming? Do you plan to take a VS project and transform it?

Last edited by HeelX; 01/29/12 16:15.