MiranDMC

Results 38 issues of MiranDMC

SB compiles following code without errors: `int frameCount = read_memory {address} 00B7CB4C {size} 4 {vp} false` Problem is there is no `0x` in front of, what is supposed to be...

type:bug
priority:p3
scope:compiler

Tests updated to reflect way read number from ini API works (read number characters until error). Fixed reporting success when reading numbers from fields not containing number at all. Fixed...

Automatic adding separator line to .cleo.log if frame render occur since last log entry. Removed outputting text formatting sequences like `~r~` to log file. Logging last and previous opcodes as...

Introduces CLEO's ModLoader plugin. It is similar to any other ML plugin, except it does not install any hooks in files forwarded from ML. Instead it just adds them to...

Removed GetInstance() in favor of straight CleoInstance use. Added _Orig suffix to all variables storing original hook addresses.

Updated for new BASS version with fixed Doppler calculations. Implemented distance volume decay for 3d sounds to match other ingame sounds. Proper handling of 3d source sizes, including channel panning...

Introduce data container feature and opcodes to support it. Container instance is meant to store single kind of data type. Available types: int, float, text As far as it is...