Mercurial > hg > openttd
graph
-
(svn r10447) -Codechange: Don't need to specify values on an enum when those values are contiguous draftThu, 05 Jul 2007 16:26:56 +0000, by belugas
-
(svn r10446) -Codechange: Move extmidi's global data into its class. draftThu, 05 Jul 2007 13:19:35 +0000, by peter1138
-
(svn r10445) -Fix (Win32, r10444): remove #include "hal.h" draftThu, 05 Jul 2007 12:30:22 +0000, by KUDr
-
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. draftThu, 05 Jul 2007 12:23:54 +0000, by peter1138
-
(svn r10443) -Fix: randomizing triggers should be called with callback type set to 1 draftThu, 05 Jul 2007 06:35:09 +0000, by peter1138
-
(svn r10442) -Codechange: implement the industry production callback. draftThu, 05 Jul 2007 05:41:56 +0000, by rubidium
-
(svn r10441) -Fix (r10440): something went wrong "porting" fixes from one place to another; like compiling the wrong checkout. draftWed, 04 Jul 2007 22:24:57 +0000, by rubidium
-
(svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets. draftWed, 04 Jul 2007 22:18:33 +0000, by rubidium
-
(svn r10439) -Codechange: initial steps for customized industry productions. draftWed, 04 Jul 2007 18:27:21 +0000, by rubidium
-
(svn r10438) -Update: WebTranslator2 update to 2007-07-04 19:52:16 draftWed, 04 Jul 2007 17:52:32 +0000, by miham
-
(svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type. draftWed, 04 Jul 2007 17:21:28 +0000, by peter1138
-
(svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else. draftWed, 04 Jul 2007 13:30:33 +0000, by maedhros
-
(svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255. draftWed, 04 Jul 2007 13:01:55 +0000, by maedhros
-
(svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID. draftWed, 04 Jul 2007 12:57:07 +0000, by maedhros
-
(svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0 draftWed, 04 Jul 2007 12:52:43 +0000, by maedhros
-
(svn r10432) -Codechange: use existing function instead of data duplication draftWed, 04 Jul 2007 09:42:47 +0000, by peter1138
-
(svn r10431) -Codechange: constness on static array draftWed, 04 Jul 2007 09:41:35 +0000, by peter1138
-
(svn r10430) -Fix: Too many town rating entry lookups (KUDr) draftWed, 04 Jul 2007 06:37:43 +0000, by peter1138
-
(svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun draftWed, 04 Jul 2007 02:41:39 +0000, by KUDr
-
(svn r10428) -Fix: some more VC code analyzer warnings disabled draftWed, 04 Jul 2007 02:37:48 +0000, by KUDr
-
(svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game. draftWed, 04 Jul 2007 01:34:28 +0000, by belugas
-
(svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :) draftWed, 04 Jul 2007 00:54:38 +0000, by belugas
-
(svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it. draftWed, 04 Jul 2007 00:49:03 +0000, by belugas
-
(svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium) draftWed, 04 Jul 2007 00:12:02 +0000, by KUDr
-
(svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value draftTue, 03 Jul 2007 23:23:38 +0000, by KUDr
-
(svn r10421) -Fix [MSVC]: suppress some code analyzer warnings for VC8 draftTue, 03 Jul 2007 23:08:51 +0000, by KUDr
-
(svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8 draftTue, 03 Jul 2007 23:07:33 +0000, by KUDr
-
(svn r10419) -Fix (r10418): do not compare bitmasks with HASBIT. Thanks to Maedhros for spotting this. draftTue, 03 Jul 2007 19:25:06 +0000, by rubidium
-
(svn r10418) -Codechange: implement/resurrect the industry production flags. draftTue, 03 Jul 2007 19:16:34 +0000, by rubidium
-
(svn r10416) -Update: WebTranslator2 update to 2007-07-03 19:20:58 draftTue, 03 Jul 2007 17:21:10 +0000, by miham
-
(svn r10415) -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params draftTue, 03 Jul 2007 17:20:17 +0000, by glx
-
(svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too. draftTue, 03 Jul 2007 16:14:29 +0000, by rubidium
-
(svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town draftTue, 03 Jul 2007 15:24:50 +0000, by glx
-
(svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) draftTue, 03 Jul 2007 11:31:38 +0000, by peter1138
-
(svn r10411) -Update: WebTranslator2 update to 2007-07-02 19:21:47 draftMon, 02 Jul 2007 17:23:51 +0000, by miham
-
(svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something that's too high for the monitor, then it's reduced to fit the monitor size (PinguTux) draftMon, 02 Jul 2007 16:37:12 +0000, by bjarni
-
(svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. draftSun, 01 Jul 2007 19:24:54 +0000, by rubidium
-
(svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. draftSun, 01 Jul 2007 19:11:47 +0000, by rubidium
-
(svn r10407) -Update: WebTranslator2 update to 2007-07-01 20:12:34 draftSun, 01 Jul 2007 18:12:59 +0000, by miham
-
(svn r10406) -Fix [FS#968]: only industries in the temperate climate should be affected by the "do not increase production" flag. draftSun, 01 Jul 2007 17:21:25 +0000, by rubidium
-
(svn r10405) -Fix [FS#972]: do not try to determine the default railtype in the scenario editor. draftSun, 01 Jul 2007 17:11:24 +0000, by rubidium
-
(svn r10404) -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet. draftSun, 01 Jul 2007 12:25:08 +0000, by peter1138
-
(svn r10403) -Fix (r10323): 'message from company' text used {STRING1} instead of {COMPANY} draftSat, 30 Jun 2007 19:46:18 +0000, by peter1138
-
(svn r10402) -Update: WebTranslator2 update to 2007-06-30 21:32:39 draftSat, 30 Jun 2007 19:33:02 +0000, by miham
-
(svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) draftSat, 30 Jun 2007 17:51:50 +0000, by peter1138
-
(svn r10399) -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB draftSat, 30 Jun 2007 15:02:21 +0000, by glx
-
(svn r10398) -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor draftSat, 30 Jun 2007 11:28:26 +0000, by peter1138
-
(svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. draftSat, 30 Jun 2007 08:26:34 +0000, by peter1138
-
(svn r10396) -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) draftSat, 30 Jun 2007 06:31:49 +0000, by peter1138
-
(svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison warnings draftSat, 30 Jun 2007 00:17:07 +0000, by KUDr
-
(svn r10394) -Fix [YAPF]: MP desync caused by incorrect last-red-signal penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results. draftFri, 29 Jun 2007 23:55:16 +0000, by KUDr
-
(svn r10393) -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached segment key didn't use the highest trackdir bit. It could confuse YAPF on bi-directional track segments. draftFri, 29 Jun 2007 23:50:42 +0000, by KUDr
-
(svn r10392) -Add [YAPF]: added structured dump support into some essential YAPF classes (node-list, nodes, keys, etc.) and CArrayT draftFri, 29 Jun 2007 23:45:13 +0000, by KUDr
-
(svn r10391) -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string draftFri, 29 Jun 2007 23:30:14 +0000, by KUDr
-
(svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. draftFri, 29 Jun 2007 22:33:58 +0000, by KUDr
-
(svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA draftFri, 29 Jun 2007 22:16:15 +0000, by KUDr
-
(svn r10387) -Fix (r10326, r10330): update unfinished langs draftFri, 29 Jun 2007 14:35:29 +0000, by glx