Mercurial > hg > openttd
graph
-
(svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game draftFri, 12 Jul 2013 18:54:27 +0000, by rubidium
-
(svn r25590) -Codechange: Align doxygen comments again draftFri, 12 Jul 2013 17:15:13 +0000, by planetmaker
-
(svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json strings are the same (based on patch by Xaroth) draftFri, 12 Jul 2013 17:11:16 +0000, by planetmaker
-
(svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth) draftThu, 11 Jul 2013 20:31:39 +0000, by planetmaker
-
(svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an RCON_END packet (Xaroth) draftThu, 11 Jul 2013 19:57:40 +0000, by planetmaker
-
(svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full draftThu, 11 Jul 2013 17:29:51 +0000, by rubidium
-
(svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix draftWed, 10 Jul 2013 15:38:42 +0000, by rubidium
-
(svn r25577) -Fix-ish [FS#5638] (r20562): [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in. draftMon, 08 Jul 2013 19:42:39 +0000, by rubidium
-
(svn r25574) -Fix (r25570): Trouble with initialisation order of static members of Layouter and FontCache. draftSun, 07 Jul 2013 12:07:06 +0000, by frosch
-
(svn r25573) -Change: make content list appear faster by allowing some window redraws in between draftSun, 07 Jul 2013 10:37:16 +0000, by rubidium
-
(svn r25569) -Codechange: Cache all Font instances in a static container. draftSat, 06 Jul 2013 18:56:23 +0000, by frosch
-
(svn r25568) -Fix: Non-ICU layouter started new lines with the space which triggered the linebreak. draftSat, 06 Jul 2013 18:55:38 +0000, by frosch
-
(svn r25567) -Codechange: Revive dead DrawStringParams as FontState. draftSat, 06 Jul 2013 18:54:26 +0000, by frosch
-
(svn r25565) -Codechange: Rewrite order prediction logic to introduce proper refit prediction draftSat, 06 Jul 2013 17:01:31 +0000, by fonsinchen
-
(svn r25562) -Fix [FS#5633]: If the next order cannot be resolved, reset the current order property instead of leaving it in an intermediate state. draftFri, 05 Jul 2013 19:09:18 +0000, by frosch
-
(svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references draftThu, 04 Jul 2013 20:06:27 +0000, by rubidium
-
(svn r25557) -Fix [FS#5524]: one could build bridges over owned land of another company draftThu, 04 Jul 2013 20:05:07 +0000, by rubidium
-
(svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger draftThu, 04 Jul 2013 16:36:47 +0000, by rubidium
-
(svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case draftTue, 02 Jul 2013 18:57:26 +0000, by rubidium
-
(svn r25551) -Fix (r25465): Possible reading of uninitialised memory due to undefined execution order. draftMon, 01 Jul 2013 19:53:05 +0000, by frosch
-
(svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing threads could crash OpenTTD draftMon, 01 Jul 2013 19:48:52 +0000, by rubidium
-
(svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some other places. draftMon, 01 Jul 2013 17:15:30 +0000, by frosch
-
(svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and validations for setting the extra text in the town window became too stringent draftSun, 30 Jun 2013 15:59:10 +0000, by rubidium
-
(svn r25543) -Cleanup: Make the bridge and object picker not restore their previous size, but the previously saved size. draftSun, 30 Jun 2013 14:39:09 +0000, by frosch
-
(svn r25542) -Fix: Do not just add 65 pixels to the width of the train vehicle list whenever it is opened, but remember the width of the train list separately from other vehicle types. draftSun, 30 Jun 2013 14:38:45 +0000, by frosch
-
(svn r25541) -Cleanup: No need to clear a bit which is never set. draftSun, 30 Jun 2013 14:38:20 +0000, by frosch
-
(svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr) draftSun, 30 Jun 2013 14:37:50 +0000, by frosch
-
(svn r25539) -Codechange: Setup object GUI matrix before restoring selected object, so that the matrix state can be properly set. (sbr) draftSun, 30 Jun 2013 14:37:24 +0000, by frosch
-
(svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object to make it visible when re-opening the build object window. (sbr) draftSun, 30 Jun 2013 14:37:01 +0000, by frosch
-
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size. draftSun, 30 Jun 2013 14:36:31 +0000, by frosch
-
(svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in OnResize. draftSun, 30 Jun 2013 14:36:07 +0000, by frosch
-
(svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize. draftSun, 30 Jun 2013 14:35:44 +0000, by frosch
-
(svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that. draftSun, 30 Jun 2013 14:34:23 +0000, by frosch
-
(svn r25533) -Codechange: Use SetCapacityFromWidget more often. draftSun, 30 Jun 2013 14:33:32 +0000, by frosch
-
(svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window. draftSun, 30 Jun 2013 14:33:15 +0000, by frosch
-
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets. draftSun, 30 Jun 2013 14:32:31 +0000, by frosch
-
(svn r25527) -Fix[FS#5621]: strndup should not examine strings beyond its upper limit. draftSun, 30 Jun 2013 08:29:51 +0000, by alberth
-
(svn r25526) -Fix: line breaking in fallback layouter was off-by-one, so sometimes strings that needed to be broken off earlier got truncated later on draftSun, 30 Jun 2013 07:46:10 +0000, by rubidium
-
(svn r25525) -Fix: off-by-one in fallback layout w.r.t. colour/font changes draftSun, 30 Jun 2013 07:29:31 +0000, by rubidium
-
(svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline draftSun, 30 Jun 2013 07:21:37 +0000, by rubidium
-
(svn r25523) -Fix [FS#5587]: SDL does not give an event when an application gets mouse focus while going to full screen, so manually force the mouse-is-in-window state draftSat, 29 Jun 2013 18:21:19 +0000, by rubidium