Related tags: 64-bit, Debian, FreeBSD, Linux, macOS, OS X, Ubuntu, Windows, X11
Authorship: 97% skyjake, 3% danij
February 2021 | |||
2021-02-09 | CMake | Fixed | : | Install prefix set incorrectly |
April 2017 | |||
2017-04-28 | Added | CMake | Fixed | : | Added a manual check for g++ |
2017-04-15 | Added | CMake | : | Added CMake variables for base and plugin directories |
May 2016 | |||
2016-05-06 | CMake | libgui | Revert | : | Link with zlib |
2016-05-02 | CMake | libgui | : | Link with zlib |
November 2015 | |||
2015-11-28 | CMake | : | Enable C++11 manually |
May 2015 | |||
2015-05-28 | Assimp | CMake | : | Link to and deploy libassimp |
2015-05-24 | CMake | Fixed | : | Incorrect build options; no default CPack generator |
2015-05-24 | CMake | CPack | : | Fixes for Debian and RPM packaging |
2015-05-24 | CMake | Fixed | : | Correct file name; rpath for standalone use |
February 2015 | |||
2015-02-20 | CMake | : | Building and installing on an Unix system |
2015-02-16 | Amethyst | CMake | : | Generate server and shell-text manual pages |
May 2011 | |||
2011-05-17 | CMake | : | Link against libm |
August 2019 | |||
2019-08-22 | Builder | Fixed | : | Fixed deployment; updated dependency build script |
November 2014 | |||
2014-11-13 | Builder | Fixed | : | Detecting platform version |
March 2014 | |||
2014-03-22 | Builder | : | Compiler log cleaner |
February 2014 | |||
2014-02-20 | Builder | qmake | : | Use environment to find python |
2014-02-20 | Builder | qmake | : | Use environment to find python |
June 2012 | |||
2012-06-28 | Builder | Fixed | : | Include libdeng1 in the dynamic library search path |
May 2016 | |||
2016-05-06 | CMake | libgui | Revert | : | Link with zlib |
2016-05-02 | CMake | libgui | : | Link with zlib |
November 2014 | |||
2014-11-15 | libgui | OS X | : | Typo |
May 2014 | |||
2014-05-02 | libgui | qmake | : | libgui implies dependency on libassimp |
June 2013 | |||
2013-06-05 | Fixed | libgui | : | System header conflict related to key press/release |
2013-06-05 | Fixed | libgui | : | Text bounds measurements |
July 2015 | |||
2015-07-20 | Fixed | Network | OS X | : | Fixed build (ambiguous use of de::min<>()) |
November 2014 | |||
2014-11-15 | libgui | OS X | : | Typo |
July 2013 | |||
2013-07-01 | Debug | OS X | qmake | : | Build option "deng_debuginfo" for including debug info |
March 2012 | |||
2012-03-10 | Added | OS X | : | Added new app entry point |
February 2012 | |||
2012-02-04 | OS X | : | Check file extension before loading a plugin |
December 2008 | |||
2008-12-29 | Fixed | OS X | : | Attempting to play a CDAudio track via the "playmusic" console command would stop the currently playing music even though CDAudio playback is not implemented for these platforms. |
January 2016 | |||
2016-01-19 | Client | Resources | Server | : | Look in /usr/share/games/doom for IWAD files |
2016-01-19 | Client | Resources | Server | : | Look in /usr/share/games/doom for IWAD files |
October 2014 | |||
2014-10-16 | Client | : | Let de::App determine the base path |
May 2014 | |||
2014-05-16 | Client | Fixed | : | Incorrect header name in include |
December 2013 | |||
2013-12-23 | Added | Client | Server | : | Added command line options --version and --help |
September 2015 | |||
2015-09-19 | Debug | libcore | : | Keeping track of where Counted objects are created |
November 2014 | |||
2014-11-02 | Debug | libcore | : | Macro to generate backtrace as a string |
March 2014 | |||
2014-03-16 | Added | Debug | libdeng2 | : | Added a backtrace print macro |
February 2014 | |||
2014-02-12 | Debug | : | Investigating Canvas recreation issues |
July 2013 | |||
2013-07-01 | Debug | OS X | qmake | : | Build option "deng_debuginfo" for including debug info |
November 2012 | |||
2012-11-20 | Fixed | Refactor | : | Refactoring oversight |
October 2012 | |||
2012-10-15 | Plugins | Refactor | : | Moved plugin loading to the portable dd_plugin module |
September 2012 | |||
2012-09-10 | Library | Refactor | : | Checking file types |
December 2011 | |||
2011-12-29 | Refactor | : | Refactoring plugin management (part 1) |
2011-12-29 | Refactor | : | Refactored sys_dylib into a Library class |
April 2017 | |||
2017-04-12 | libcore | : | DENG_BASE_DIR and DENG_LIBRARY_DIR may be relative paths |
March 2017 | |||
2017-03-16 | libcore | : | Set preferred locale for number formatting earlier |
September 2015 | |||
2015-09-19 | Debug | libcore | : | Keeping track of where Counted objects are created |
November 2014 | |||
2014-11-02 | Debug | libcore | : | Macro to generate backtrace as a string |
January 2016 | |||
2016-01-19 | Client | Resources | Server | : | Look in /usr/share/games/doom for IWAD files |
2016-01-19 | Client | Resources | Server | : | Look in /usr/share/games/doom for IWAD files |
December 2013 | |||
2013-12-23 | Added | Client | Server | : | Added command line options --version and --help |
December 2012 | |||
2012-12-30 | Server | : | Fixing server build |
December 2012 | |||
2012-12-03 | Documentation | Readme | : | For man pages, use a shorter title |
April 2012 | |||
2012-04-22 | Added | Documentation | : | Added mention of the system-level paths configuration |
January 2012 | |||
2012-01-23 | Added | Documentation | : | Added options synopsis |
August 2019 | |||
2019-08-22 | Cleanup | Fixed | : | Fixed build issues; removed old manual X11 code |
May 2012 | |||
2012-05-04 | Cleanup | Joystick | : | Cleanup |
March 2013 | |||
2013-03-23 | Fixed | FS1 | Revert | : | Switch to correct path separators |
2013-03-23 | Fixed | FS1 | : | Switch to correct path separators |
November 2013 | |||
2013-11-19 | Fixed | GL | : | Fetching GL entrypoints |
April 2012 | |||
2012-04-13 | GL | : | Assert GL context activate with Qt |
February 2013 | |||
2013-02-16 | Added | GUI | Shell | : | Added .desktop file for the Shell |
2013-02-16 | GUI | Shell | : | .desktop shortcut file for the Shell |
February 2015 | |||
2015-02-16 | Fixed | liblegacy | : | Path manipulation in Windows style file finding |
2015-02-16 | Fixed | liblegacy | : | Path manipulation in Windows style file finding |
September 2012 | |||
2012-09-10 | Library | Refactor | : | Checking file types |
February 2012 | |||
2012-02-04 | Library | : | Check symlinks when loading plugins |
December 2012 | |||
2012-12-03 | Documentation | Readme | : | For man pages, use a shorter title |
November 2012 | |||
2012-11-07 | Added | Readme | : | Added mention of the 'defaults' config file |
January 2016 | |||
2016-01-19 | Client | Resources | Server | : | Look in /usr/share/games/doom for IWAD files |
2016-01-19 | Client | Resources | Server | : | Look in /usr/share/games/doom for IWAD files |
May 2016 | |||
2016-05-06 | CMake | libgui | Revert | : | Link with zlib |
March 2013 | |||
2013-03-23 | Fixed | FS1 | Revert | : | Switch to correct path separators |
March 2014 | |||
2014-03-04 | SDK | : | Prefer libs in SDK to system libs |
2014-03-03 | SDK | : | Deploy SDK libs to built app using symlinks |
March 2019 | |||
2019-03-30 | Updater | : | Specify autoupdater platform manually |
June 2012 | |||
2012-06-07 | Updater | : | Run xdg-open on the downloaded package |
February 2015 | |||
2015-02-16 | Amethyst | CMake | : | Generate server and shell-text manual pages |
May 2015 | |||
2015-05-28 | Assimp | CMake | : | Link to and deploy libassimp |
May 2015 | |||
2015-05-24 | CMake | CPack | : | Fixes for Debian and RPM packaging |
March 2012 | |||
2012-03-27 | Dedicated Mode | Fixed | : | Keyboard events via curses |
April 2012 | |||
2012-04-10 | Dedicated Server | : | Don't use stdout with curses |
February 2014 | |||
2014-02-12 | Fixed | GLSandbox | : | Deploy testpic |
May 2012 | |||
2012-05-04 | Cleanup | Joystick | : | Cleanup |
February 2013 | |||
2013-02-15 | libshell | : | Finding the doomsday-server binary for LocalServer |
October 2012 | |||
2012-10-14 | Fixed | md2tool | : | Fixed missing header include |
July 2015 | |||
2015-07-20 | Fixed | Network | OS X | : | Fixed build (ambiguous use of de::min<>()) |
October 2012 | |||
2012-10-15 | Plugins | Refactor | : | Moved plugin loading to the portable dd_plugin module |