User Tools

Site Tools


version:1.9.10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

version:1.9.10 [2017-03-23 06:32] skyjakeversion:1.9.10 [2017-03-23 06:33] (current) – ↷ Links adapted because of a move operation skyjake
Line 1: Line 1:
 +<- 1.9.9 ^ Versions ^ 1.9.10-1 ->
  
 +====== Version 1.9.10 ======
 +
 +#@Release_HTML~2012-12-21,1.9.10,build721~@#
 +
 +
 +===== Overview =====
 +
 +
 +In version 1.9.10 we are taking concrete steps forward in pursuit of several long-term objectives. A guiding principle has been to bring a new level of clarity into the internal structure of the engine while also preparing the next-generation incarnations of key subsystems: file system, resource management, and scripting. This means, though, that the number of visible changes is still significantly smaller than the number of internal changes. We hope that this is soon changing as the pieces are now falling into place for us to start addressing UI and graphics related issues.
 +
 +The work we've done in this release illustrates our strategy for realizing Doomsday 2: instead of attempting to rewrite everything at once — and getting hopelessly bogged down with the massive workload — we are upgrading subsystems gradually, during many small iterations.
 +
 +**End of jDoom/jHeretic/jHexen.** We've made a fundamental change regarding game plugins. We are now using the main Doomsday version number (1.9.10) for all of the "official" game plugins (libdoom, libheretic, libhexen). This effectively marks the end of jDoom and the other j-ports — they have been finally fully demoted from individual ports to mere plugins for Doomsday. However, we will continue supporting the j-prefixed names inside resource packages for backwards compatibility.
 +
 +
 +==== Highlights ====
 +
 +
 +  *  The longstanding gameplay bug that prevented a column from lowering on Doom E1M7 has now been fixed. {{sfbug|861}}
 +  *  On Linux, the [[audio_fluidsynth|FluidSynth audio plugin]] no longer requires FMOD to play music; it can send music directly to the audio output.
 +  *  Command-line tools for creating and editing data files ([[md2tool]], [[wadtool]], [[texc]]) are now included as part of the distribution packages. (Note: [[wadtool]] is only available for Windows in this release.)
 +  *  Bug fixes and stability improvements.
 +
 +
 +==== Progress on roadmap ====
 +
 +
 +**Completed:**
 +  *  [[fluid_synth_for_midi_playback]]: use system-wide libfluidsynth on Unix (pulseaudio)
 +  *  [[remove_obsolete_j-prefixes_of_the_game_plugins]]
 +
 +**Progressed:**
 +  *  [[doomsday_script]]: merge Haw script interpreter from Hawthorn, native functions, Config.de, begun building the [[standard_library]]
 +  *  [[modularize_engine_codebase]]: regrouped engine sources by domain
 +  *  [[refactor_engine_into_a_shared_library]]: relocated fixed-point math, Animator, Point, Rect, Size, StringArray and timer to libdeng1, PathTree and json moved to libdeng2
 +  *  [[internal_file_system]]: refactoring FS1 and dependent code towards the libdeng2 FS in preparation of an eventual merge/replacement; added [[persist.pack]]
 +  *  Began work on [[unicode_strings]]: many parts of the engine's internal file system have been revised to use Unicode text (but full Unicode support isn't working yet)
 +  *  Stage 1 of [[drop_snowberry]]: remove display config options as these are handled by the engine itself
 +}}
 +
 +
 +===== Upgrading =====
 +
 +
 +If you are upgrading an existing installation of Doomsday, note the following:
 +  *  Your automatic update preferences, main window position, and display mode will be reset to the default settings. This information is no longer stored in the system registry (on Windows) or other system-provided configuration files. Instead, it is saved in [[persist.pack]] in your [[runtime_folder]].
 +  *  The default display mode is now your desktop resolution. (Previously it has been 640 x 480.)
 +
 +
 +===== Bug tracker =====
 +
 +  *  [[http://sourceforge.net/p/deng/bugs/search/?q=_milestone%3Av1.9.10+%26%26+%28status%3Afixed+%7C%7C+status%3Aclosed%29|Closed bugs for the 1.9.10 milestone]]
 +  *  [[http://sourceforge.net/p/deng/bugs/search/?q=%21status%3Awont-fix+%26%26+%21status%3Aclosed&sort=_priority_s+desc&limit=250|Known issues: list of open bugs in the Bug Tracker]]
 +
 +
 +===== See also =====
 +
 +  *  [[detailed_list_of_changes_in_doomsday_version_1.9.10]]