Monkey Directives..
Monkey Archive Forums/Monkey Discussion/Monkey Directives..| 
 | ||
| you know like #MOJO_IMAGE_FILTERING_ENABLED=false is there a list of all the available options cant seem to find it, I know about that, and #IF for picking targets but is that all there is or are there more i dont know about. | 
| 
 | ||
| http://blitz-wiki.appspot.com/App_config_settings | 
| 
 | ||
| ah thats what I was looking for thanks mate. | 
| 
 | ||
| Speaking of directives, does anyone think there should be a double precision float option for Java?  I got bitten recently when I expected Pow( 2.0, 30.0 ) - 1 to equal $3FFFFFFF... on Android it didn't. Just when I was getting used to not being paranoid about floats like you had to be decades ago... |