Week 48/2012: Loose ends and Config
skyjake's notes:
Last week I was tying up loose ends in preparation for the impending candidate phase, and did a lot of progress with Doomsday Script.
Tying loose ends:
Last week I was tying up loose ends in preparation for the impending candidate phase, and did a lot of progress with Doomsday Script.
Tying loose ends:
- Fixing regressions due to recent changes (e.g., UnixInfo paths, reading saved .cfg). If you've noticed that your settings aren't being saved, this should now be fixed.
- FluidSynth on Linux: music volume control is now applied correctly, making it possible to use FluidSynth for audio output on its own (e.g., SDL_mixer + FluidSynth).
- The fixed-precision collision tests are not used with the player any more, only non-player mobjs. This will hopefully prevent the player from getting stuck in tight spaces.
- Continued code reorganization and moving to shared libraries (vector math, etc.).
- Cleaner log output by abbreviating parts of the messages. (Mostly helpful for developers, debugging.)
- Fixed a bug when writing ZIP archives.
- Doomsday Script: added "export" statement and keyword.
- Doomsday Script: number values can be marked with a 'boolean' flag so they appear as boolean True and False.
- Doomsday Script: fixed a bunch of parser bugs.
- Added "/home/persist.pack" for storing the application's persistent data into. The future equivalent of console variables (de::Config) is stored here.
- Doomsday Script: added TimeValue for manipulating time in expressions.
- Doomsday Script: added Record(), a built-in function to make copies of Records.
- Switched the automatic updater and window manager to use de::Config for settings.
- Replaced the "/config" folder with "/modules".
- Renamed deng.de to Config.de (sets up the Config namespace with default values).
- Created the first module of the Doomsday Script Standard Library: recutil.de.
Comments
So the issue count is not directly related to bugs or 'critical' issues or the stable to-do list; they measure the quality of the source code.