Mercurial > hg > openttd
graph
-
(svn r11411) -Codechange: implement random triggers for houses. draftSun, 11 Nov 2007 17:58:05 +0000, by rubidium
-
(svn r11410) -Codechange: implement random triggers for industries. draftSun, 11 Nov 2007 17:56:37 +0000, by rubidium
-
(svn r11409) -Update: as of now, I am a retired Developer, so mark me as such draftSun, 11 Nov 2007 14:32:18 +0000, by truelight
-
(svn r11408) -Fix [FS#1422]: do not do a 270 degree turn when 90 degrees is enough on a commuter airport. draftSun, 11 Nov 2007 13:04:51 +0000, by rubidium
-
(svn r11407) -Fix: do not allow building of tram-tracks when they are not available (SmatZ) draftSun, 11 Nov 2007 12:34:44 +0000, by truelight
-
(svn r11406) -Fix: wrong triggers would be activated on callback 32 for vehicles. draftSun, 11 Nov 2007 12:29:47 +0000, by rubidium
-
(svn r11405) -Fix: in rare cases OpenTTD could segfault when resizing and scroll the main window (Rafal Rzepecki) draftSun, 11 Nov 2007 12:26:44 +0000, by truelight
-
(svn r11404) -Codechange: remove 2 magical numbers draftSun, 11 Nov 2007 01:39:15 +0000, by belugas
-
(svn r11403) -Fix: NewIndustries GRF assume that tiles are already animated during construction. draftSun, 11 Nov 2007 00:53:59 +0000, by rubidium
-
(svn r11402) -Fix [FS#1382]: incorrect handling of industry behaviour 'must be in town with population large than 1200' draftSun, 11 Nov 2007 00:04:52 +0000, by glx
-
(svn r11401) -Fix [FS#1391]: make all min functions do exactly the same instead of branching on either < or <=. draftSat, 10 Nov 2007 23:22:32 +0000, by rubidium
-
(svn r11400) -Fix [FS#1409]: assign orders during cloning after refitting as it needs the cargo types to be the same. draftSat, 10 Nov 2007 22:56:43 +0000, by rubidium
-
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered. draftSat, 10 Nov 2007 01:17:15 +0000, by belugas
-
(svn r11398) -Fix [FS#1414]: industry variables 67 and 68 return was incorrect draftSat, 10 Nov 2007 00:42:25 +0000, by glx
-
(svn r11397) -Fix r11395: some minor fixes for better town-bridge results (and better comments) (skidd13 / TrueLight) draftFri, 09 Nov 2007 13:21:48 +0000, by truelight
-
(svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ) draftFri, 09 Nov 2007 11:22:17 +0000, by truelight
-
(svn r11395) -Fix: allow town-bridges to be build on slopes (Rafal Rzepecki) draftFri, 09 Nov 2007 11:20:36 +0000, by truelight
-
(svn r11394) -Fix: default value for input cargo multipliers is 256 even for invalid cargo. Exceptions are temperate banks and oil rigs, default value is 0 for them draftThu, 08 Nov 2007 22:29:21 +0000, by glx
-
(svn r11393) -Fix (r11368): forgot to update lang project files draftThu, 08 Nov 2007 16:11:25 +0000, by glx
-
(svn r11392) -Codechange: Remove some MSVC warnings by removing boolean typecast that can be avoided by using HASBIT instead. draftThu, 08 Nov 2007 16:09:04 +0000, by belugas
-
(svn r11391) -Change: print all error messages related to missing/corrupted files in one message including the location where they can get said missing/corrupted files. draftWed, 07 Nov 2007 23:29:43 +0000, by rubidium
-
(svn r11390) -Fix r11387: AB() was wrong (spotted by Rafal Rzepecki, patch by skidd13) draftWed, 07 Nov 2007 22:41:50 +0000, by truelight
-
(svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones and handle broken iconv declaration in OSX 10.5. draftWed, 07 Nov 2007 21:35:33 +0000, by egladil
-
(svn r11388) -Fix: postfix ++ returned new value, should (ofcourse) be old value (SmatZ) draftWed, 07 Nov 2007 14:33:52 +0000, by truelight
-
(svn r11387) -Codechange: changed many macros.h #defines to static inline functions (patch by skidd13, with a big tnx to SmatZ for profiling!) draftTue, 06 Nov 2007 23:21:08 +0000, by truelight
-
(svn r11386) -Update: WebTranslator2 update to 2007-11-05 19:07:09 draftMon, 05 Nov 2007 18:07:49 +0000, by miham
-
(svn r11385) -Fix r11383: bool operation can be hard to translate for some people ;) (tnx fjb for noticing this bug ;)) draftMon, 05 Nov 2007 17:50:10 +0000, by truelight
-
(svn r11384) -Fix: second and third accepted cargo were inverted in original industry tiles draftMon, 05 Nov 2007 01:38:49 +0000, by glx
-
(svn r11383) -Codechange: fixed all the mess around KillFirstBit (tnx to Rubidium and skidd13) draftSun, 04 Nov 2007 23:06:39 +0000, by truelight
-
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13) draftSun, 04 Nov 2007 22:47:34 +0000, by truelight
-
(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way draftSun, 04 Nov 2007 22:24:03 +0000, by glx
-
(svn r11380) -Revert (r11191, r11196): it worked, but broke cargo loading draftSun, 04 Nov 2007 22:21:46 +0000, by glx
-
(svn r11379) -Fix r11378: KillFirstBit2x64 accepts and returns unsigned variables, not signed, so enforce that a bit draftSun, 04 Nov 2007 18:32:51 +0000, by truelight
-
(svn r11378) -Codechange: optimize KillFirstBit2x64 (skidd13) draftSun, 04 Nov 2007 18:28:52 +0000, by truelight
-
(svn r11377) -Codechange: some more strictness in macros.h (skidd13) draftSun, 04 Nov 2007 17:43:53 +0000, by truelight
-
(svn r11375) -Fix [FS#1397]: the industry recolour map was always applied when recolouring was turned on, instead of only applying it when the colour translation is '0'. draftSun, 04 Nov 2007 11:28:36 +0000, by rubidium
-
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call. draftSun, 04 Nov 2007 00:08:57 +0000, by belugas
-
(svn r11373) -Fix [FS#1398]: do not even think about building disabled industries. draftSat, 03 Nov 2007 23:34:12 +0000, by rubidium
-
(svn r11372) -Fix [FS#1394]: don't stop on first invalid cargo type when displaying industry acceptance draftSat, 03 Nov 2007 15:32:07 +0000, by glx
-
(svn r11371) -Fix [FS#1396]: the industry protection only kicked in when it should not kick in. draftSat, 03 Nov 2007 15:21:26 +0000, by rubidium
-
(svn r11370) -Fix [FS1384]: manually replacing a vehicle with shared orders makes it lose it's order index and service interval. Patch by jthill. draftSat, 03 Nov 2007 06:20:25 +0000, by rubidium
-
(svn r11369) -Codechange [FS#1390]: changes some int to int8 in macros.h, as they describe a bit-position, which fits perfectly in an int8 (max 64) (skidd13) draftFri, 02 Nov 2007 16:57:52 +0000, by truelight
-
(svn r11368) -Update: WebTranslator2 update to 2007-11-01 16:56:10 draftThu, 01 Nov 2007 15:56:44 +0000, by miham
-
(svn r11366) -Fix [FS#1258]: road vehicles must not drive through eachother on bridges/in tunnels. draftWed, 31 Oct 2007 22:13:41 +0000, by rubidium
-
(svn r11365) -Fix [FS#1288]: when stopping a ship or aircraft, set their speed to 0 so they won't continue at the speed where they were stopped at. draftWed, 31 Oct 2007 22:09:23 +0000, by rubidium
-
(svn r11363) -Codechange: Remove some magical numbers draftWed, 31 Oct 2007 18:01:41 +0000, by belugas
-
(svn r11362) -Fix [FS#1380]: cloning vehicles with non-standard sub-cargotypes (i.e. livery refits) failed. draftTue, 30 Oct 2007 20:31:35 +0000, by rubidium
-
(svn r11361) -Update: WebTranslator2 update to 2007-10-30 19:53:53 draftTue, 30 Oct 2007 18:56:06 +0000, by miham
-
(svn r11360) -Fix [FS#1375]: do not crash when trying to "draw" an invalid string, just draw a message saying it is invalid. draftTue, 30 Oct 2007 18:32:26 +0000, by rubidium
-
(svn r11359) -Fix [FS#1381]: shared timetables were not properly refreshed with autofill. draftTue, 30 Oct 2007 17:57:51 +0000, by rubidium
-
(svn r11358) -Fix: condition types 0x0B and 0x0C are also valid for variable 0x88 in action 7/9. draftTue, 30 Oct 2007 17:24:04 +0000, by rubidium
-
(svn r11357) -Fix: NetworkUniqueID could be 80 chars, while the max size we generate is 32. So reduce the size a bit. Pointed out by dihedral, so give him a big hug ;) draftTue, 30 Oct 2007 11:29:01 +0000, by truelight
-
(svn r11356) -Fix (r11305): funding industries in MP game was causing desync draftMon, 29 Oct 2007 23:29:06 +0000, by glx
-
(svn r11355) -Fix [FS#1377]: loading too many GRFs was not handled gracefully causing crashes and such. draftMon, 29 Oct 2007 23:02:31 +0000, by rubidium
-
(svn r11354) -Codechange [FS#1379]: one variable wasn't freed whereas all others were. It's not causing any problems as it happens during the shutdown of OpenTTD. So basically it is only for consistency. draftMon, 29 Oct 2007 22:30:54 +0000, by rubidium
-
(svn r11353) -Codechange: add support for newgrf callback 32 draftSun, 28 Oct 2007 16:00:51 +0000, by glx
-
(svn r11352) -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn draftSun, 28 Oct 2007 15:40:18 +0000, by glx