smatz
|
0ef33548c2
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
smatz
|
135bfd0a57
|
(svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level
|
2010-02-10 16:12:54 +00:00 |
|
smatz
|
78ce2858fc
|
(svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level
|
2010-02-10 16:12:54 +00:00 |
|
smatz
|
72acd65d4f
|
(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer
|
2010-02-10 16:10:05 +00:00 |
|
smatz
|
ac6ff0de9b
|
(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer
|
2010-02-10 16:10:05 +00:00 |
|
rubidium
|
3de085a143
|
(svn r18683) -Fix: it's not an other
|
2010-01-01 18:45:40 +00:00 |
|
rubidium
|
b2e9b5d612
|
(svn r18683) -Fix: it's not an other
|
2010-01-01 18:45:40 +00:00 |
|
rubidium
|
6278f0b8a9
|
(svn r18385) -Cleanup: remove the now unneeded multistop slot management code
|
2009-12-02 18:18:56 +00:00 |
|
rubidium
|
0ef0e13795
|
(svn r18385) -Cleanup: remove the now unneeded multistop slot management code
|
2009-12-02 18:18:56 +00:00 |
|
rubidium
|
96afebb24b
|
(svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG
|
2009-11-14 11:57:55 +00:00 |
|
rubidium
|
629b7fcfe5
|
(svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG
|
2009-11-14 11:57:55 +00:00 |
|
rubidium
|
42ea146ce1
|
(svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines.
|
2009-10-15 20:15:12 +00:00 |
|
rubidium
|
b1561fcb52
|
(svn r17778) -Fix: remove unneeded newline from 'TOC' debug lines.
|
2009-10-15 20:15:12 +00:00 |
|
rubidium
|
aeb59f8e19
|
(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.
|
2009-09-09 15:11:46 +00:00 |
|
rubidium
|
324389cf0b
|
(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, not in-game) console if show_date_in_console is set. For dedicated server binaries the default is 'on', for the rest it is 'off'.
|
2009-09-09 15:11:46 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
smatz
|
2fc6fc7d62
|
(svn r16653) -Fix (r16269): TOC() macro was broken
|
2009-06-25 00:06:06 +00:00 |
|
smatz
|
8bc244d14e
|
(svn r16653) -Fix (r16269): TOC() macro was broken
|
2009-06-25 00:06:06 +00:00 |
|
smatz
|
51c8a2fefc
|
(svn r16637) -Cleanup: remove unused _debug_station_level
|
2009-06-23 20:39:41 +00:00 |
|
smatz
|
64455d14ea
|
(svn r16637) -Cleanup: remove unused _debug_station_level
|
2009-06-23 20:39:41 +00:00 |
|
smatz
|
d091c7d80f
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
smatz
|
c03ce4b1c7
|
(svn r16492) -Remove: support for gcc2. It hasn't been able to compile OTTD for months. All attempts to do another workaround failed.
|
2009-06-01 11:49:46 +00:00 |
|
smatz
|
ce7dff4acc
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
smatz
|
f5316c5cbd
|
(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
2009-05-10 17:27:25 +00:00 |
|
rubidium
|
f55995f1ef
|
(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option.
|
2008-12-29 21:50:25 +00:00 |
|
rubidium
|
3c6add5293
|
(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option.
|
2008-12-29 21:50:25 +00:00 |
|
rubidium
|
c7a052200d
|
(svn r14634) -Change: _rdtsc is defined by some platforms so we can't use that name.
|
2008-11-26 01:03:34 +00:00 |
|
rubidium
|
69eb6978e7
|
(svn r14634) -Change: _rdtsc is defined by some platforms so we can't use that name.
|
2008-11-26 01:03:34 +00:00 |
|
smatz
|
faae16cddc
|
(svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less
|
2008-07-18 12:20:30 +00:00 |
|
smatz
|
b3bafb1d9c
|
(svn r13728) -Codechange: define DEBUG as an empty block so compiler warns us less
|
2008-07-18 12:20:30 +00:00 |
|
smatz
|
8fb9f600c8
|
(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
|
2008-07-18 12:11:46 +00:00 |
|
smatz
|
927507818f
|
(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
|
2008-07-18 12:11:46 +00:00 |
|
smatz
|
1f55797fe3
|
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
|
2008-06-03 18:35:58 +00:00 |
|
smatz
|
c7a9637834
|
(svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
|
2008-06-03 18:35:58 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
smatz
|
821ef83af9
|
(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it as a macro instead
|
2008-04-13 14:19:08 +00:00 |
|
smatz
|
305dc1001b
|
(svn r12685) -Codechange: DebugDumpCommands() couldn't be inlined, define it as a macro instead
|
2008-04-13 14:19:08 +00:00 |
|
rubidium
|
f037d98ef4
|
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
2008-01-24 18:47:05 +00:00 |
|
rubidium
|
bbdc5a9314
|
(svn r11979) -Codechange: drop MSVC 2003 support because MSVC 2003 is broken in such a manner that it triggers an internal compiler error without any clue what of the code is wrong. Even trying to bisect the problem does not give a single line of code that causes the trouble.
|
2008-01-24 18:47:05 +00:00 |
|
rubidium
|
97d6e0e6c0
|
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
|
2008-01-11 00:30:32 +00:00 |
|
rubidium
|
04f936c2c6
|
(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
|
2008-01-11 00:30:32 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
truelight
|
f4c1938af9
|
(svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected...
|
2007-06-08 18:23:26 +00:00 |
|
truelight
|
d3a7fb8d73
|
(svn r10069) -Documentation: some documentation for TIC/TOC, as it isn't what I expected...
|
2007-06-08 18:23:26 +00:00 |
|
rubidium
|
4169bfba06
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
rubidium
|
36bb92ae24
|
(svn r9050) -Codechange: Foo(void) -> Foo()
|
2007-03-07 11:47:46 +00:00 |
|
belugas
|
240cbd4dd2
|
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
|
2007-03-01 01:24:44 +00:00 |
|