Results 4 issues of Jan Zwiener

Based on the ioquake3 pull request by WolfWings: https://github.com/ioquake/ioq3/pull/255 The mixed indentation and 'break after expression' formatting in this code makes it a bit of a landmine, and is causing...

The double (64-bit) data type is silently converted to 32-bit floats in the Quake 3 VM. This is the default behaviour and probably won't be changed.

It would be great to add the Quake 3 JIT compiler (e.g. for x86 or ARM).

enhancement
help wanted
good first issue

If compiled with the DEBUG_VM define, the COM_Parse() function is using some global variables to parse strings in `vm.c`: - `com_token` - `com_lines` - `com_tokenline` This is probably not thread...

bug