dfhack/plugins/lua/sort
Alexander Gavrilov b992b04f0b Remove stuff that shouldn't be in the core, and expose to lua what's left.
Specifically, any "if (verbose) { Core::printerr("blah") }" kind
of stuff definitely doesn't belong in the common API functions.
Also, ref->getUnit() is very expensive.

On the other hand, checks for crash-inducing conflicts with the
ui should be in the core api, and not in client plugins.
2012-05-20 21:57:45 +04:00
..
items.lua Remove stuff that shouldn't be in the core, and expose to lua what's left. 2012-05-20 21:57:45 +04:00
units.lua Support sorting items in the trade screens. 2012-05-18 19:18:49 +04:00