DinkSmallwoodHD/source/dink
seth 4174db5427 * Some changes to Dink's speed calculations, it's now basically locked at "you better get 60 fps or the whole game will slow down" - the
original system is REALLY bad and the timing of Dink vs monsters can vary wildly based on your framerate.  So I sort of had to "choose" a correct
speed and go with that, I chose a pretty fast speed sort of arbitrarily because it "felt" ok.  There isn't really a "correct" speed so I do expect problems with some dmods due to them expecting
a specific speed, but by choosing rather snappy speed hopefully mystery island and most of them will be finishable
* Related to the above, holding tab no longer lets you cheat by moving relatively faster than monsters
* Playing location aware sounds on a script not attached to a sprite will no longer cause crashes (should fix crash in malachi the jerk)


git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1514 353e56fe-9613-0410-8469-b96ad8e6f29c
2017-09-29 13:13:36 +00:00
..
dink.cpp * Some changes to Dink's speed calculations, it's now basically locked at "you better get 60 fps or the whole game will slow down" - the 2017-09-29 13:13:36 +00:00
dink.h * Changed release compiling a bit to enable C7 compatible debug info, may help with stack traces 2017-09-27 07:51:59 +00:00
dinkvar.h 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
FFReader.cpp * Dink now continues to download and install dmods when in the background, but everywhere else pauses automatically 2017-09-23 11:52:16 +00:00
FFReader.h * Dink now continues to download and install dmods when in the background, but everywhere else pauses automatically 2017-09-23 11:52:16 +00:00
misc_util.cpp * Changed release compiling a bit to enable C7 compatible debug info, may help with stack traces 2017-09-27 07:51:59 +00:00
misc_util.h * (Bugfix) Fixed issue where default .ini animations wouldn't get applied correctly in some cases, this fixed a slight offset problem with Stone Of Balance 2017-09-19 01:16:24 +00:00
resource.h 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
ScriptAccelerator.cpp 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
ScriptAccelerator.h 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
update_frame.cpp 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