Formspecs: Add starting frame to `animated_image` (#9411)
[oweals/minetest.git] / src / debug.cpp
2019-01-16 Paul OuelletteFix some misspellings (#8104)
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-17 Loïc BlotModernize src/c* src/d* and src/e* files (#6263)
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2015-11-06 est31Add server side ncurses terminal
2015-10-31 kwolekrFix C++11 compatibility 3310/head
2015-10-17 kwolekrRefactor thread utility interface
2015-10-14 ShadowNinjaRefactor logging
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-03-27 ShadowNinjaFix MSVC compile error
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-02-02 kwolekrCreate minidump on fatal Win32 exceptions
2015-01-13 onkrotPerformance fixes.
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2013-12-01 sapierCleanup jthread and fix win32 build 1029/head
2013-09-16 kwolekrAlways use builtin JThread library
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-17 Perttu AholaOptimize headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-11 Perttu AholaRemove useless debug output (log at info level)
2012-03-11 Perttu AholaClean up log messages everywhere
2011-11-29 Perttu AholaImprove debug stack printing interface
2011-08-11 Perttu AholaMerged some FreeBSD fixes
2011-08-11 q66Prevent threadid_t from losing precision when casted...
2011-06-01 Perttu Aholamerged an old head into main branch
2011-04-11 Perttu Aholafixed warnings reported by cppcheck
2011-02-10 Perttu Aholafixes toward mingw compatibility
2011-02-08 Perttu Aholalocal game connects to 127.0.0.1 instead of localhost...
2011-01-26 Perttu Aholabacking up some stuff
2011-01-07 Perttu AholaAdded a more flexible path system (and fixed some minor...
2010-12-27 Perttu Aholabetter debug output in segfaults and stack overflows...
2010-12-22 Perttu Aholasome work-in-progress
2010-11-29 Perttu Aholalicense stuff (more to come)
2010-11-29 Perttu AholaWindows bug fixes
2010-11-26 Perttu AholaInitial files