ThePhrozenKeep / D2MOO

Reimplementation of the Diablo2 game coupled with patching facilities for modders.
MIT License
93 stars 29 forks source link

Implement Fog expression ("calc") parsing+evaluation #116

Closed Lectem closed 1 year ago

Lectem commented 1 year ago

This implements the functions DATATBLS_CompileExpression (ordinal 10253) and DATATBLS_CalcEvaluateExpression (ordinal 10254).

Names could still be improved, but this was confirmed to at least work and produce identical .bin files when compiling 1.10f vanilla .txt files.