Page 1 of 1

Removing some unnecessary code

Posted: Wed Oct 22, 2008 5:44 pm
by kattle87
Ok, don't take this too serious or we risk a flame :P

what do you think about removing some of the built-in functions to get the executable less big? We would implement them in separate ZLibraries (EG: acos, asin, clamp function, all the various floor(), ceil(), frac() and round() and so on). But actually I don't know how much we really gain in size...

Moreover, there is one big point for not doing it: you loose retrocompatibility unless you add the library to the project...

What's your opinion about that?

Posted: Wed Oct 22, 2008 6:17 pm
by VilleK
The built-in functions are so small so I don't think it would save much. But definitely for future functions we should try to make them as user functions in ZLibraries. And some easy way of including them in new projects so that they will be as simple to use as built-ins.