qengine 1.1.0.1
major update to qengine:
-
fixed bugs with architecture-dependent typenaming in some places which was not consistent.
-
fixed several bugs with the polyc algorithm which in many cases, broke it
-
new keywords to watch for if reading the source are "mut" (mutable) and "imut" (const) - just makes things easier to read and write for myself within the engine. you by no means need to use these.