mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
* it changes the behavior of vanilla division operator to use signed integer division. Before it used signed division for floats but unsigned for integers. Added a new "div" operator for unsigned integer division. Moved mathematical script functions from ScriptUtils.hpp to new MathOps. Added include guard to sfall.h and main.h in modders pack.
These are some example mods I've put together. Each uses sfall features in a simple way, generally involving a single global script. The uncompiled versions of each script is included. Further good examples of sfall scripts are available from Nirran's site: http://www.nirran.com/