summaryrefslogtreecommitdiff
path: root/src/debug.cpp
AgeCommit message (Expand)Author
2018-05-26Codechange: [Win32] Use a local buffer to store the output text of DEBUG() to...Michael Lutz
2018-04-29Remove: WinCE supportPatric Stout
2018-04-11Remove: NO_DEBUG_MESSAGES was only read and setting it broke compilation (#6703)Patric Stout
2014-04-24(svn r26506) -Codechange: replace most of vsnprintf with vseprintfrubidium
2014-04-23(svn r26486) -Codechange: replace a number of snprintfs with seprintfrubidium
2014-04-23(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...rubidium
2013-11-23(svn r26058) -Fix: handle the return value of a number of functions betterrubidium
2013-08-05(svn r25674) -Fix: [Win32] The console code page for non-Unicode builds is no...michi_cc
2012-04-09(svn r24109) -Fix (r24099): Warning from not using size_t to store the return...michi_cc
2012-04-07(svn r24099) -Add: Output list of -d option facilities with in the help text.alberth
2012-01-26(svn r23854) -Codechange: make it easier to put random debug stuff into the r...rubidium
2012-01-03(svn r23741) -Revert (r23740): the few parts that the Windows / non-network c...rubidium
2012-01-03(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp filesrubidium
2011-12-01(svn r23386) -Fix: debug script related events to 'script' (removes 'ai')truebrain
2010-10-17(svn r20977) -Fix (r20975): compilation didn't get to the link stage if you, ...rubidium
2010-10-17(svn r20975) -Add: logging of console output for remote admins (dihedral)rubidium
2010-09-11(svn r20784) -Doc: Doxyment a few debug line printing functions.alberth
2010-08-01(svn r20283) -Codechange: Unify start of doygen comments.frosch
2010-07-24(svn r20211) -Codechange: Indented code should have curly braces around it.alberth
2010-07-19(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_e...rubidium
2010-04-08(svn r19589) -Change: add some more useful information to the desync log and ...rubidium
2010-02-10(svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_levelsmatz
2010-02-10(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_dev...smatz
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...rubidium
2009-09-09(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, no...rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-08-20(svn r17228) -Codechange: some coding style fixesrubidium
2009-06-23(svn r16637) -Cleanup: remove unused _debug_station_levelsmatz
2009-05-10(svn r16269) -Codechange: use gcc's ability to check parameters sent to print...smatz
2009-01-31(svn r15299) -Cleanup: remove many redundant includessmatz
2008-12-29(svn r14772) -Codechange: make the "dump log of game to reproduce" desync deb...rubidium
2008-11-02(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat an...skidd13
2008-08-31(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate w...rubidium
2008-07-18(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was brokensmatz
2008-06-03(svn r13375) -Add: logging of actions that could possibly cause desyncs and c...smatz
2008-05-27(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.rubidium
2008-05-24(svn r13228) -Codechange: split console.h.rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2008-01-24(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken ...rubidium
2008-01-11(svn r11811) -Fix: make compilation without networking work again (and thus m...rubidium
2008-01-07(svn r11777) -Codechange: split the string header and make do not include it ...rubidium
2008-01-04(svn r11755) -Fix: Debug level string buffer was not long enough to contain a...peter1138
2007-12-25(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...rubidium
2007-08-03(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or an...truelight
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-02-23(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...belugas
2007-02-08(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects ...truelight
2007-01-14(svn r8124) -Add [DEBUG]: _debug_station_levelKUDr
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr