We should slowly start to clean up the code some more also.
Before build 14 I hope we can have a bit cleaner code.
This means:
Finding functions which aren't used anymore and removing them
Moving all native declared functions to one place (globals.c ?)
Moving all defined toggles etc to one place (globals.c ?)
Checking if some toggles etc can serve a double function so we can get rid of some of those
Moving some functions to the appropriate files (files like dialog_func, and the files of maximus and NK etc have functions from all over the place I'd say we try to put them where possible in the right place.
Checking all translated strings for interface etc (the INI files) and see if some are double or not used and organise them better
So who wants to do what
?
Before build 14 I hope we can have a bit cleaner code.
This means:
Finding functions which aren't used anymore and removing them
Moving all native declared functions to one place (globals.c ?)
Moving all defined toggles etc to one place (globals.c ?)
Checking if some toggles etc can serve a double function so we can get rid of some of those
Moving some functions to the appropriate files (files like dialog_func, and the files of maximus and NK etc have functions from all over the place I'd say we try to put them where possible in the right place.
Checking all translated strings for interface etc (the INI files) and see if some are double or not used and organise them better
So who wants to do what
