Related tags: Added, Cleanup, Fixed, Optimize, Refactor, Revert
Authorship: 65% skyjake, 33% danij, 2% yagisan, 0% Jaakko Keranen
February 2014 | |||
2014-02-01 | ACS | Hexen | : | Error if a script tries to address outside its local value stack |
January 2014 | |||
2014-01-25 | Hexen | : | Fix log output of P_TranslateMapIfExists() |
May 2013 | |||
2013-05-05 | Hexen | : | Signed vs. unsigned integers |
2013-05-05 | Hexen | : | Signed vs. unsigned integers |
March 2013 | |||
2013-03-27 | Hexen | libcommon | : | Replaced fatal error with assertion |
2013-03-26 | Cleanup | Hexen | : | Cleanup |
July 2012 | |||
2012-07-24 | Hexen | : | Print map info/warp numbers at the correct time |
June 2012 | |||
2012-06-27 | Added | Hexen | : | Added assertion to catch a crash when opening a swing door |
April 2012 | |||
2012-04-20 | Added | Hexen | : | Added assert() to catch a particle in NULL sector |
June 2019 | |||
2019-06-16 | Windows | : | OpenGL errors and context management |
December 2018 | |||
2018-12-06 | Cleanup | Windows | : | Cleanup |
April 2017 | |||
2017-04-26 | Fixed | OpenGL | Windows | : | Build error; enable OpenGL debug logger |
March 2014 | |||
2014-03-13 | GL | libgui | Windows | : | Don't assert GL operation success |
August 2013 | |||
2013-08-11 | Fixed | qmake | Windows | : | Typo in config_win32.pri related to rc options |
April 2012 | |||
2012-04-13 | Windows | : | Assert gamma functions have a HWND to work with |
March 2012 | |||
2012-03-20 | Windows | : | Temporary way to get debug prints |
February 2012 | |||
2012-02-24 | Fixed | Memory Zone | Windows | : | Fixed compiler warning |
May 2019 | |||
2019-05-19 | libcore | : | Stopping an event loop |
July 2018 | |||
2018-07-19 | libcore | StringPool | : | Use C++ for printing debug output |
June 2018 | |||
2018-06-26 | Fixed | libcore | : | Fixed timeout on Waitable; flush debug output immediately |
June 2016 | |||
2016-06-24 | FS | libcore | : | More verbose file source description |
September 2015 | |||
2015-09-19 | libcore | Unix | : | Keeping track of where Counted objects are created |
November 2014 | |||
2014-11-02 | libcore | Unix | : | Macro to generate backtrace as a string |
February 2020 | |||
2020-02-14 | Gloom | Renderer | : | Script function to set debug mode |
October 2016 | |||
2016-10-30 | Fixed | Renderer | : | Errors in debug build |
November 2015 | |||
2015-11-06 | Cleanup | Client | Renderer | : | Cleanup label generation for sound emitter debug visual |
2015-11-06 | Cleanup | Client | GL | Renderer | : | Cleanup GL state management when drawing labels for debug visuals |
June 2015 | |||
2015-06-14 | Renderer | : | Simplified drawing of FakeRadio shadow points |
January 2014 | |||
2014-01-02 | Added | Renderer | : | Added assertion |
September 2015 | |||
2015-09-19 | libcore | Unix | : | Keeping track of where Counted objects are created |
November 2014 | |||
2014-11-02 | libcore | Unix | : | Macro to generate backtrace as a string |
March 2014 | |||
2014-03-16 | Added | libdeng2 | Unix | : | Added a backtrace print macro |
February 2014 | |||
2014-02-12 | Unix | : | Investigating Canvas recreation issues |
July 2013 | |||
2013-07-01 | OS X | qmake | Unix | : | Build option "deng_debuginfo" for including debug info |
January 2017 | |||
2017-01-22 | libgui | OS X | : | Check for memory leaks |
March 2016 | |||
2016-03-01 | CMake | Fixed | OS X | : | Do not strip debug symbols in debug builds |
July 2013 | |||
2013-07-01 | OS X | qmake | Unix | : | Build option "deng_debuginfo" for including debug info |
February 2012 | |||
2012-02-04 | OS X | : | Removed inadvertently committed debug printout |
February 2015 | |||
2015-02-10 | MSVC | qmake | : | Enable debug information in release builds |
2015-02-09 | Documentation | qmake | : | Clarified debug build option |
August 2013 | |||
2013-08-11 | Fixed | qmake | Windows | : | Typo in config_win32.pri related to rc options |
July 2013 | |||
2013-07-01 | OS X | qmake | Unix | : | Build option "deng_debuginfo" for including debug info |
November 2018 | |||
2018-11-14 | libappfw | Widgets | : | UI framework improvements |
April 2016 | |||
2016-04-18 | libappfw | ScrollAreaWidget | : | Scrolling to a Rule destination; removed debug print |
August 2014 | |||
2014-08-19 | libappfw | libgui | : | Working on Oculus Rift rendering |
October 2018 | |||
2018-10-28 | Client | UI | : | PackagesWidget accesses files during population |
July 2016 | |||
2016-07-24 | Client | UI | : | Debug code for printing the widget tree |
August 2013 | |||
2013-08-22 | Client | Refactor | UI | : | Investigating issue when deleting widgets |
March 2016 | |||
2016-03-01 | CMake | Fixed | OS X | : | Do not strip debug symbols in debug builds |
May 2015 | |||
2015-05-20 | CMake | Fixed | : | Allow using the debug version of libassimp |
June 2016 | |||
2016-06-24 | FS | libcore | : | More verbose file source description |
April 2012 | |||
2012-04-18 | FS | : | Logging which actual paths are being accessed |
February 2020 | |||
2020-02-14 | Gloom | Renderer | : | Script function to set debug mode |
May 2018 | |||
2018-05-09 | Gloom | : | Commented out a bunch of debug prints |
November 2014 | |||
2014-11-02 | Fixed | Input | : | Fixed labels for input device control state visuals |
October 2014 | |||
2014-10-29 | Input | : | Catch invalid input device ids at ddevent_t post time |
July 2018 | |||
2018-07-28 | liblegacy | : | More robust threading behavior |
February 2015 | |||
2015-02-05 | liblegacy | : | Crash when reading bad network packet data |
March 2017 | |||
2017-03-05 | Fixed | MSVC | : | Build failure |
February 2015 | |||
2015-02-10 | MSVC | qmake | : | Enable debug information in release builds |
March 2013 | |||
2013-03-18 | Multiplayer | : | Investigating player starts |
March 2012 | |||
2012-03-19 | Multiplayer | : | Allow server operator to cheat via console |
April 2017 | |||
2017-04-27 | Fixed | OpenGL | : | Enabling OpenGL debug logger, stopping logging properly |
2017-04-26 | Fixed | OpenGL | Windows | : | Build error; enable OpenGL debug logger |
November 2018 | |||
2018-11-14 | libappfw | Widgets | : | UI framework improvements |
November 2016 | |||
2016-11-22 | Fixed | Widgets | : | Counting total number of ref counted objects |
February 2014 | |||
2014-02-01 | ACS | Hexen | : | Error if a script tries to address outside its local value stack |
May 2013 | |||
2013-05-08 | App | libdeng2 | : | Assertion for main/UI/GL thread |
August 2015 | |||
2015-08-06 | Audio | Refactor | : | Moved audio channel debug visual to audio/s_sfx.cpp/h |
November 2014 | |||
2014-11-12 | BindContext | Client | : | Include the parsed descriptor in new Binding announcements |
October 2013 | |||
2013-10-02 | BlockmapVisual | Client | Fixed | Map Renderer | : | Missing polyobj lines on blockmap debug visualizer |
April 2013 | |||
2013-04-05 | Canvas | Cleanup | libgui | : | Cleanup and debug log messages |
November 2009 | |||
2009-11-28 | Changed | : | Debug messages such as "P_MaterialNumForName: "MYTEX" in namespace 1 not found!" are only produced at log verbosity level 1 or greater. |
February 2015 | |||
2015-02-09 | Documentation | qmake | : | Clarified debug build option |
November 2013 | |||
2013-11-08 | Client | DrawList | Map Renderer | : | Trying to make sense of DrawMode <> draw list relationship |
October 2012 | |||
2012-10-16 | FileId | : | In debug builds store a copy of the path in FileId |
January 2014 | |||
2014-01-08 | FluidSynth | FMOD | : | Use libdeng2 Log for debug logging from audio plugins |
January 2014 | |||
2014-01-08 | FluidSynth | FMOD | : | Use libdeng2 Log for debug logging from audio plugins |
November 2014 | |||
2014-11-15 | GL | GLState | libgui | : | Verifying parts of the GL state |
November 2014 | |||
2014-11-17 | GL | GLTarget | libgui | : | Converted a GL assert to a debug message |
July 2014 | |||
2014-07-10 | HexLex | libcommon | : | Miscalculated line number following multiline, quoted text |
February 2014 | |||
2014-02-02 | IndirectRule | libdeng2 | : | More concise description |
November 2014 | |||
2014-11-07 | Cleanup | Client | InputSystem | : | Cleanup |
March 2012 | |||
2012-03-17 | Added | LegacyCore | : | Added debug messages |
August 2012 | |||
2012-08-26 | libdeng | Str | : | Verify that AutoStr instances are not manually deleted |
January 2014 | |||
2014-01-31 | Added | libdeng1 | : | Added an assert |
November 2013 | |||
2013-11-22 | Added | libdeng2 | Log | : | Added assert for possible out-of-range list access |
August 2013 | |||
2013-08-18 | Cleanup | Map | World | : | Cleanup |
July 2014 | |||
2014-07-24 | Client | Mobj | : | Applied an assert instead of fatal error |
August 2014 | |||
2014-08-19 | Oculus Rift | : | Trying to figure out LibOVR rendering |
June 2013 | |||
2013-06-15 | libdeng2 | OperatorRule | : | Improved description |
February 2012 | |||
2012-02-23 | Memory Zone | Optimize | : | Optimized rendering of the debug visualization |
December 2012 | |||
2012-12-09 | Patch | : | Check Patch geometry in debug builds |
January 2017 | |||
2017-01-22 | libgui | Revert | : | Counting render buffer allocs |
June 2013 | |||
2013-06-20 | libdeng2 | RuleRectangle | : | Debug name for RuleRectangle |
April 2016 | |||
2016-04-18 | libappfw | ScrollAreaWidget | : | Scrolling to a Rule destination; removed debug print |
June 2014 | |||
2014-06-18 | Sector | World | : | Check linking of mobjs to/from the sector chain |
August 2012 | |||
2012-08-26 | libdeng | Str | : | Verify that AutoStr instances are not manually deleted |
July 2018 | |||
2018-07-19 | libcore | StringPool | : | Use C++ for printing debug output |
June 2019 | |||
2019-06-12 | Tests | : | Debug message at exit |
April 2013 | |||
2013-04-09 | Fixed | TextureVariantSpec | : | TextureVariantSpec::asText() was missing some info |
August 2011 | |||
2011-08-01 | Added | vcbuild | : | Added debug build mode |
July 2012 | |||
2012-07-25 | Wad Map Converter | : | Reverted forced failure |
June 2013 | |||
2013-06-20 | libdeng2 | Widget | : | Forming the "path" name of a widget |
March 2014 | |||
2014-03-05 | GL | libgui | X11 | : | Don't assert GL errors on X11 |
October 2014 | |||
2014-10-06 | libcommon | XG | : | Assert XL_DoFunction's parameters are valid |