log

age author description
Mon, 25 May 2009 19:30:37 +0000 smatz (svn r16424) -Codechange: warn about casting-out 'const' only when using gcc4+, older versions give many useless false positives draft
Sun, 24 May 2009 21:09:00 +0000 rubidium (svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts. draft
Sun, 24 May 2009 20:29:04 +0000 rubidium (svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it. draft
Sun, 24 May 2009 17:49:08 +0000 rubidium (svn r16420) -Fix [FS#2919]: don't allow content download via the console when there's no zlib as it's done for the GUI already draft
Sun, 24 May 2009 17:34:39 +0000 rubidium (svn r16419) -Fix [FS#2916]: MSYS has two distinct ways to write paths. When calling external binaries it resolves paths which causes comparisons between a resolved and unresolved path. So always use the resolved path instead of the unresolved one. draft
Sun, 24 May 2009 17:23:24 +0000 frosch (svn r16418) -Fix: Resolve the company name for 'subsidy awarded'-news when the news are triggered, so it stays valid when the company bankrupts or is taken over. draft
Sun, 24 May 2009 17:18:45 +0000 translators (svn r16417) -Update: WebTranslator2 update to 2009-05-24 17:18:38 draft
Sun, 24 May 2009 16:52:42 +0000 frosch (svn r16416) -Fix [FS#2912]: Rework deleting of news when referenced vehicles/stations/industries are deleted. draft
Sun, 24 May 2009 16:28:33 +0000 smatz (svn r16415) -Fix (r13008): some 64bit architectures require size_t to be aligned at 8-byte boundary, ensure it for MemBlock draft
Sun, 24 May 2009 12:50:58 +0000 frosch (svn r16414) -Change: Make it harder to ignore/close important error messages. Esp. do not close them automatically after some time. draft
Sun, 24 May 2009 12:49:27 +0000 alberth (svn r16413) -Codechange: Allow leading/trailing whitespace and comma in newgrf parameters instead of treating them as invalid. draft
Sun, 24 May 2009 12:05:27 +0000 frosch (svn r16412) -Cleanup: Shuffle vehicle pointers in AddArticulatedParts(), and remove two of them. draft
Sun, 24 May 2009 11:39:35 +0000 frosch (svn r16411) -Fix (r16390): Building articulated roadvehicles caused infinite loop due to v->Next() pointing to v itself. draft
Sun, 24 May 2009 09:35:46 +0000 rubidium (svn r16410) -Fix (r16307): don't assume the extension starts with the first '.', but with the last '.'. This way depend doesn't fail if there's a dot in your path, e.g. 'gcc-4.4'. draft
Sat, 23 May 2009 22:40:14 +0000 rubidium (svn r16409) -Change: don't add empty lines/duplicates of the previous command to the console's history draft