Todo list
From OpenTTD
Below is a list of problems, issues with the game that have to be fixed. Fixing these have been put off for now, because for example too much work, waiting for total recode, etc. Also see all FIXME's in the code. If some seem easy to fix, please do so.
- Animated sprites - Animated sprites, such as the turning radar on an airport are utter crappily coded. Needs a whole rework of the graphics code.
- Airports - Airportlayout should be saved in Airport struct. Will be fixed when plugin-interface is done and stuff can be moved there. Also move airport-year-availability to external airport stuff. Increase chances of crashing of airplanes not only for small airports but also configureable by airport type. Needs above said plugin system to be saved with external airport data. Sort out function to get new airport type.
- Better Vehicle by Cargo-sorter.
- Flip ascending/descending sort of industries for production/transported stuff
- Loading of old exclusive rights stuff and moving it to towns.
- Spritecache issues. What to do when a user renames a file, it cannot be loaded, or changes order? Put off until newgrf is seriously looked at, right now it would be just ugly patching.
- The whole newgrf thing needs to be refined. You can read what exactly is being done in the Newgrf TODO.
See also To do for releases

