src/debug.cpp
Sat, 19 Jul 2008 01:38:52 +0300 Tero Marttila a working CheckAvailableNewGRFs that does a metadata search/retreival via HTTP for a given list of GRFs
Fri, 18 Jul 2008 12:11:46 +0000 smatz (svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken
Tue, 17 Jun 2008 10:32:49 +0000 richk (svn r13545) [NewGRF_ports] -Sync: with trunk r13281:13411. NewGRF_ports
Wed, 04 Jun 2008 22:34:45 +0000 glx (svn r13381) [NoAI] -Sync with trunk r13325:13380 noai
Tue, 03 Jun 2008 18:35:58 +0000 smatz (svn r13375) -Add: logging of actions that could possibly cause desyncs and crashes to simplify debugging. See readme.txt for details
Thu, 29 May 2008 15:56:32 +0000 glx (svn r13326) [NoAI] -Sync with trunk r13264:13325 noai
Tue, 27 May 2008 21:41:00 +0000 rubidium (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
Tue, 27 May 2008 00:50:55 +0000 richk (svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files. NewGRF_ports
Mon, 26 May 2008 20:45:25 +0000 richk (svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144. NewGRF_ports
Mon, 26 May 2008 13:52:59 +0000 rubidium (svn r13265) [NoAI] -Sync with trunk r13185:13264. noai
Sat, 24 May 2008 10:15:06 +0000 rubidium (svn r13228) -Codechange: split console.h.
Wed, 07 May 2008 21:09:51 +0000 rubidium (svn r12997) [NoAI] -Sync: with trunk r12895:12996. noai
Tue, 06 May 2008 15:11:33 +0000 rubidium (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.
Mon, 19 Mar 2007 12:38:16 +0000 celestar (svn r9321) [gamebalance] -Sync: r9025:9314 from trunk gamebalance
Sun, 11 Mar 2007 14:02:43 +0000 celestar (svn r9114) [gamebalance] -Add: Added the new economy, with the ability to adjust growth in the difficulty window. The economy doesn't do anything yet, it just exists. gamebalance
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Thu, 24 Jan 2008 18:47:05 +0000 rubidium (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.
Fri, 11 Jan 2008 00:30:32 +0000 rubidium (svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
Fri, 04 Jan 2008 10:09:57 +0000 peter1138 (svn r11755) -Fix: Debug level string buffer was not long enough to contain all debug levels.
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Sun, 12 Aug 2007 18:32:47 +0000 rubidium (svn r10872) [NewGRF_ports] -Sync: with trunk r10765:10871. NewGRF_ports
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Thu, 08 Feb 2007 12:27:53 +0000 truelight (svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP
Sun, 14 Jan 2007 19:13:36 +0000 KUDr (svn r8124) -Add [DEBUG]: _debug_station_level
Thu, 11 Jan 2007 13:41:16 +0000 celestar (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged custombridgeheads