google-code-export / antares

Automatically exported from code.google.com/p/antares
0 stars 0 forks source link

Figure out what to do about evil #82

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Antares uses three evil functions:

int32_t evil_scale_by(int32_t value, int32_t scale)
int32_t evil_fixed_to_long(Fixed value)
int32_t more_evil_fixed_to_long(Fixed value)

These compute mathematically incorrect results that we preserve for 
compatibility. We don't want to be stuck with them forever, so we need some way 
switch them into non-evil mode for non-compatible gameplay.

Original issue reported on code.google.com by sfiera on 4 Oct 2011 at 4:07

GoogleCodeExporter commented 9 years ago

Original comment by sfi...@sfzmail.com on 3 Nov 2011 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by sfi...@sfzmail.com on 6 Nov 2012 at 1:48