log

age author description
Sun, 11 Jun 2006 21:38:35 +0000 glx (svn r5229) Remove a write-only variable draft
Sun, 11 Jun 2006 21:19:51 +0000 KUDr (svn r5228) Suppress MSVC warnings about signed/unsigned comparison draft
Sun, 11 Jun 2006 19:23:39 +0000 miham (svn r5227) WebTranslator2 update to 2006-06-11 21:23:24 draft
Sun, 11 Jun 2006 16:00:56 +0000 tron (svn r5226) Reduce the mess that sending chat messages is draft
Sun, 11 Jun 2006 14:56:21 +0000 tron (svn r5225) Some windows periodically check if their parent exists - if not they close themselves draft
Sun, 11 Jun 2006 07:17:43 +0000 tron (svn r5222) Misc. smaller changes, mostly const, variable scope and replacing some magic numbers by enums draft
Sat, 10 Jun 2006 21:06:29 +0000 tron (svn r5221) Make the assertion in SetTileType() more strict: "lower edge of map <=> VOID" instead of just "lower edge of map => VOID" draft
Sat, 10 Jun 2006 20:11:02 +0000 tron (svn r5220) Testing for existence AND using rm -f is tautologous draft
Sat, 10 Jun 2006 20:08:19 +0000 tron (svn r5219) CMD_CLEAR_AREA doesn't use p2, so don't pass anything seemingly meaningful draft
Sat, 10 Jun 2006 19:40:43 +0000 tron (svn r5218) Remove GenericRaiseLowerLand(). It's not really as generic as the its name suggests, it's just an unnecessary indirection draft
Sat, 10 Jun 2006 18:54:28 +0000 miham (svn r5217) WebTranslator2 update to 2006-06-10 20:54:18 draft
Sat, 10 Jun 2006 17:29:44 +0000 miham (svn r5216) WebTranslator2 update to 2006-06-10 19:27:22 draft
Sat, 10 Jun 2006 09:55:57 +0000 miham (svn r5214) [languages] Re-done afrikaans change, this time proper draft
Sat, 10 Jun 2006 09:52:11 +0000 miham (svn r5213) [languages] reverted last change from tron draft
Sat, 10 Jun 2006 09:48:15 +0000 tron (svn r5212) Afrikaans can be encoded in ISO8859-15, there's no need to make it unusable by encoding it in UTF-8 draft
Sat, 10 Jun 2006 09:45:34 +0000 tron (svn r5211) Remove stray minus after colon, i.e. :- -> : (in one case even a stray colon) draft
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc. draft
Fri, 09 Jun 2006 20:06:02 +0000 tron (svn r5203) Some bits were incorrectly marked as used draft
Fri, 09 Jun 2006 17:46:43 +0000 miham (svn r5202) WebTranslator2 update to 2006-06-09 19:46:28 draft
Fri, 09 Jun 2006 16:35:07 +0000 peter1138 (svn r5201) - NewGRF: add loading of default refit costs. This information is not yet used draft
Fri, 09 Jun 2006 15:27:17 +0000 tron (svn r5199) Make the control flow of GetTileTrackStatus_TunnelBridge() more comprehensible draft
Fri, 09 Jun 2006 15:24:04 +0000 tron (svn r5198) Fix some strange control flow: the case for MP_RAILWAY fell through the case for MP_TUNNELBRIDGE draft
Fri, 09 Jun 2006 14:40:30 +0000 peter1138 (svn r5197) - Use svn info to automatically find the last modified revision number and get branch information and place it in the revision string. Increase NETWORK_REVISION_LENGTH to accommodate the branch tag. draft
Fri, 09 Jun 2006 14:37:28 +0000 peter1138 (svn r5196) - Codechange: replace two incorrect uses of TILE_HEIGHT with TILE_SIZE / 2 draft
Fri, 09 Jun 2006 09:31:48 +0000 miham (svn r5195) WebTranslator2 update to 2006-06-09 11:31:37 draft
Fri, 09 Jun 2006 08:26:22 +0000 peter1138 (svn r5192) - Stylechange: fix bjarni's tabs-instead-of-spaces alignment draft
Fri, 09 Jun 2006 07:45:26 +0000 peter1138 (svn r5191) - NewGRF: add cargo refit support for road vehicles draft
Fri, 09 Jun 2006 07:09:48 +0000 peter1138 (svn r5188) - NewGRF: check refit capacity callback when refitting a ship draft
Fri, 09 Jun 2006 07:03:53 +0000 peter1138 (svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calling the refit capacity callback. draft
Fri, 09 Jun 2006 06:34:28 +0000 peter1138 (svn r5186) - NewGRF: show default aircraft cargo type and the purchase list (mart3p) draft