This is the correct release to fix the regression (introduced in v1.3.1), where the wrong line would be displayed after a runtime error (and occasionally the ex...
MotC can now export to Raspberry Pi (64-bit), meaning you can deploy to aarch64 devices popular retro handhelds. Programs will now the 'gamecontrollerdb.txt' co...
Contains a couple of bug fixes, in particular one for a nasty GC bug. Also some improvements to the texture mapping functions (including a perspective correct v...
v1.2.4 has been released with a couple of nice-to-have language features: int, float, bool and strings can be declared as constants, e.g.: const int MAX = 10; P...
v1.2.3 has been released. A minor update, mainly to fix a debugger issue where hovering over "null" would crash the application. Also adds a "mousewheel" runtim...
MotC version 1.2.2 has been released. Variable scopes "for", "while", "if" and "else" statements now create variable scopes. Variables declared within a scope a...