Dink Smallwood is an action role-playing video game developed by Robinson Technologies at the time consisting of Seth Robinson, Justin Martin, and Greg Smith.
Find a file
seth 20f8a6a856 * Mobile GUI tweaks
* Added option to disable screen scroll transitions, one of my Android test devices has the slowest glread in the world, it's like 1 full second to walk to the next screen because of it.  This might make dmods that 
use timing (Myster island camera sequence for example) easier though, not sure.
* Fixed issue where behavior of two load_sequence commands in a row on the same sequence differed from 1.08 (in 1.08, max frame is set to the second one as long as the first one wasn't actually loaded yet.  key now shows up in TGKA)
* Fixed regression where offsets in Mayhem were incorrect on the hand mouse pointer
* Upped max frames per seq to 100 instead of 50, fixes Echoes of the Ancient.  I should probably make it dynamic but changing one const number is much easier!
* Now gives a clear warning in the log.txt if a seq tries to go beyond what it can handle and will truncate it (better than breaking the whole sequence as it did before)
* Added support for a weird bmp header type, fixes incorrect palette issue in the dmod The Orb of Darkness
* Fixed life/exp/health to correctly interpolate between values like the original dink, huge thanks to Dan's detailed bug report on this, he even made a mod which made testing the fix a breeze!

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1520 353e56fe-9613-0410-8469-b96ad8e6f29c
2017-10-08 04:12:51 +00:00
android * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
bin Initial commit of Dink Smallwood HD source. See the "Programmer readme.txt" for information on how to set it up. 2017-09-12 04:57:47 +00:00
dxsdk/Lib Removing all DX libs except dxguid, the rest aren't needed 2017-09-20 01:16:35 +00:00
OSX * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
RTDink.xcodeproj * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
script * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
source * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
windows_vs2017 * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
app_info_setup.bat Initial commit of Dink Smallwood HD source. See the "Programmer readme.txt" for information on how to set it up. 2017-09-12 04:57:47 +00:00
dinkhd_license.txt Initial commit of Dink Smallwood HD source. See the "Programmer readme.txt" for information on how to set it up. 2017-09-12 04:57:47 +00:00
Info.plist * Mobile GUI tweaks 2017-10-08 04:12:51 +00:00
programmer_readme.txt * (Windows) Added support for -game <dmod directory> parm to load a DMOD from anywhere on your HD. It also sets 2017-09-16 15:16:26 +00:00