Page 1 of 1

DSB Version 0.25

Posted: Wed Nov 21, 2007 3:23 am
by Sophia
What's new:

- Added dsb_import_arch(file, root_name) to load in custom objects
- on_click now passes the coordinates clicked (relative to the object)
- Fixed a bug causing spinners to make objects disappear
- No "regen" for a monster generator now means it never deactivates
- Removed unnecessary idle time check in attack methods
- Added extra "location" parameter to on_throw
- Fixed a bug with multiple pitfalls
- Improved handling of nonfatal Lua errors
- Fixed still more bugs with size 2 monsters

See the test_dungeon for an example of how to use dsb_import_arch, loading the moneybox from moneybox.lua. (Feel free to use this moneybox in your own dungeons, too) This should make it easy to distribute and share new custom objects. :)

Posted: Wed Nov 21, 2007 3:34 pm
by Parallax
Wow, three versions in 4 days! That's quick development. And now I won't have to copy my custom item code around from version to version, so I'm happy. Keep rolling them out! :)