View Single Post
  #387  
Old 07-11-2010, 03:10 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
About the timer problem: it seems floating point numbers are majorly ****ed up in Visual Studio 2005/2008, need to dig deeper why in some parts of the engine 8-byte floating point variables are degraded to 4-byte floating point in standard operations. This is the same problem as with the 24*0.1 stuff, so once this is fixed it should also fix the echoing of floating point numbers.

About the small gani problems with scripted movement system: this seems to be a problem with pixel alignment - the player at an odd position between two pixels. This also happens with the skating animation on Classic iPhone on iPhone, will try to fix it sometime.
Reply With Quote