Mercurial > hg > openttd
graph
-
(svn r16065) -Fix: don't readd (and resolve) the last joined server each time the window gets repainted draftWed, 15 Apr 2009 20:37:00 +0000, by rubidium
-
(svn r16064) -Fix: memory leak when querying a server multiple times. draftWed, 15 Apr 2009 20:35:52 +0000, by rubidium
-
(svn r16063) -Fix (r13752): MOF_COND_DESTINATION was not accepted by CmdModifyOrder(). (only used by AI) draftWed, 15 Apr 2009 17:37:31 +0000, by frosch
-
(svn r16062) -Fix (r16037): AIOrder::InsertOrder was broken. Default all AI orders to 'stop at far end'. draftWed, 15 Apr 2009 17:31:08 +0000, by frosch
-
(svn r16058) -Update: WebTranslator2 update to 2009-04-14 17:49:02 draftTue, 14 Apr 2009 17:49:10 +0000, by translators
-
(svn r16056) -Fix (r16037): clicking twice on the "end of orders" crashed. draftMon, 13 Apr 2009 21:30:21 +0000, by rubidium
-
(svn r16055) -Update: WebTranslator2 update to 2009-04-13 17:30:44 draftMon, 13 Apr 2009 17:30:53 +0000, by translators
-
(svn r16054) -Fix: non advanced vehicle list didn't handle company switching correctly draftMon, 13 Apr 2009 17:19:43 +0000, by glx
-
(svn r16053) -Codechange: Added nested widgets to vehicle refit and vehicle details windows. draftMon, 13 Apr 2009 14:09:56 +0000, by alberth
-
(svn r16052) -Codechange: Applying VehicleRefitWidgets in RefitWindow, fixed widget number comment in _vehicle_refit_widgets draftMon, 13 Apr 2009 14:04:10 +0000, by alberth
-
(svn r16051) -Codechange: Adding widget numbers enum for vehicle refit window. draftMon, 13 Apr 2009 08:40:40 +0000, by alberth
-
(svn r16050) -Fix (r15933): little typo causing OTTDfreeaddrinfo to use the fallback even when freeaddrinfo is available draftSun, 12 Apr 2009 22:13:05 +0000, by glx
-
(svn r16049) -Codechange: Added nested widgets to town windows. draftSun, 12 Apr 2009 19:30:47 +0000, by alberth
-
(svn r16048) -Fix/Feature-ish [FS#2740]: don't warn that crashed vehicles are getting old; upgrading them is impossible (racetrack) draftSun, 12 Apr 2009 19:28:05 +0000, by rubidium
-
(svn r16047) -Codechange: Extracting widget number enums from their window classes. draftSun, 12 Apr 2009 19:25:59 +0000, by alberth
-
(svn r16046) -Change: when sorting on cargo ratings only take a look at the ratings of the cargoes that are 'selected'. draftSun, 12 Apr 2009 19:23:26 +0000, by rubidium
-
(svn r16045) -Feature [FS#597]: allow sorting stations by the lowest cargo rating instead of only by the highest cargo rating (based on the idea of KeeperOfTheSoul) draftSun, 12 Apr 2009 19:15:53 +0000, by rubidium
-
(svn r16044) -Fix (r16042): Win compilation. (Swallow) draftSun, 12 Apr 2009 18:40:39 +0000, by frosch
-
(svn r16043) -Codechange: Prepare town-view widgets for nesting. draftSun, 12 Apr 2009 17:47:33 +0000, by alberth
-
(svn r16042) -Feature [FS#1941]: Allow filtering of vehicle purchase lists by cargo. Based on patch by sbr. draftSun, 12 Apr 2009 17:38:01 +0000, by frosch
-
(svn r16041) -Fix [FS#774]: the currency abbreviation for the Romanian Leu is now RON. draftSun, 12 Apr 2009 17:27:44 +0000, by rubidium
-
(svn r16040) -Codechange: Use coordinates from the widget for the town-view viewport instead of magic constants. draftSun, 12 Apr 2009 15:30:16 +0000, by alberth
-
(svn r16039) -Codechange: Completing widget number enums of town windows and adding them as comment to the widget arrays. draftSun, 12 Apr 2009 15:17:27 +0000, by alberth
-
(svn r16038) -Codechange: Remove BuildVehicleWindow::regenerate_list in favor of the GUIList flag. draftSun, 12 Apr 2009 14:12:17 +0000, by frosch
-
(svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. draftSun, 12 Apr 2009 14:11:14 +0000, by rubidium
-
(svn r16036) -Codechange [FS#2825]: Renamed TVW_SHOWAUTORITY to TVW_SHOWAUTHORITY (bilbo) draftSun, 12 Apr 2009 06:01:24 +0000, by alberth
-
(svn r16035) -Fix: dash wasn't able to run iconv detection draftSun, 12 Apr 2009 01:10:06 +0000, by rubidium
-
(svn r16034) -Fix: compile warnings generated by 64 bits MSVC. draftSat, 11 Apr 2009 20:26:25 +0000, by rubidium
-
(svn r16033) -Codechange: Added nested widgets to about window, land-info window, and both query windows. draftSat, 11 Apr 2009 19:14:34 +0000, by alberth
-
(svn r16032) -Codechange: Completing widget numbers of query windows. draftSat, 11 Apr 2009 18:38:10 +0000, by alberth
-
(svn r16031) -Codechange: Added nested widgets to highscore and endgame windows. draftSat, 11 Apr 2009 18:10:32 +0000, by alberth
-
(svn r16030) -Update: WebTranslator2 update to 2009-04-11 17:38:26 draftSat, 11 Apr 2009 17:38:29 +0000, by translators
-
(svn r16028) -Fix [FS#2826]: storing/loading some currencies failed due to inconsistent "tables". draftSat, 11 Apr 2009 15:23:54 +0000, by rubidium
-
(svn r16027) -Fix (r9555): Usage of uninitialised memory when trying to build a random new industry, but there are no industrytypes to choose from (i.e. all appearance probabilities are zero). draftSat, 11 Apr 2009 14:54:03 +0000, by frosch
-
(svn r16026) -Codechange: Use font height for chat line spacing instead of fixed value. draftSat, 11 Apr 2009 10:38:00 +0000, by peter1138
-
(svn r16025) -Fix [FS#2818]: "build separate station" in the station picker would reuse deleted stations. draftFri, 10 Apr 2009 22:47:19 +0000, by rubidium
-
(svn r16024) -Codechange: harden string copying on places where it's possible draftFri, 10 Apr 2009 20:37:05 +0000, by rubidium
-
(svn r16023) -Fix (r15615) [FS#2817]: 32 bpp sprites in tars would also be shown in the list of heightmaps. draftFri, 10 Apr 2009 20:20:37 +0000, by rubidium
-
(svn r16021) -Codechange: Offset current console output by (width of "] ")+5 pixels instead of 5+5 pixels. draftFri, 10 Apr 2009 18:55:38 +0000, by peter1138
-
(svn r16020) -Codechange: Use actual font height for console output instead of fixed value. draftFri, 10 Apr 2009 18:21:40 +0000, by peter1138
-
(svn r16019) -Update: WebTranslator2 update to 2009-04-10 17:49:32 draftFri, 10 Apr 2009 17:49:39 +0000, by translators
-
(svn r16018) -Fix (r16014): properly escape IPv6 style ([::]) addresses so they aren't seen as new groups. draftFri, 10 Apr 2009 17:16:46 +0000, by rubidium
-
(svn r16017) -Codechange: Added nested widgets to transparency settings window. draftFri, 10 Apr 2009 16:31:29 +0000, by alberth
-
(svn r16016) -Codechange: Moving the TransparencyToolbarWidgets outside the window class. draftFri, 10 Apr 2009 16:24:12 +0000, by alberth
-
(svn r16015) -Codechange: Completing the TransparencyToolbarWidgets enum. draftFri, 10 Apr 2009 16:20:54 +0000, by alberth
-
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_bind_ip doesn't exist anymore. Add the IPs/hostnames to [server_bind_addresses] draftFri, 10 Apr 2009 12:56:55 +0000, by rubidium
-
(svn r16013) -Codechange: Add nested widgets to music windows. draftFri, 10 Apr 2009 11:06:12 +0000, by alberth
-
(svn r16011) -Codechange: Extracting widget number enums from the window classes. draftFri, 10 Apr 2009 11:02:09 +0000, by alberth
-
(svn r16010) -Cleanup: Declare variables at first use. draftFri, 10 Apr 2009 10:29:28 +0000, by alberth
-
(svn r16009) -Codechange: Simplifying some variable assignments. draftFri, 10 Apr 2009 10:21:16 +0000, by alberth
-
(svn r16008) -Fix (r15808): Unswap swapped music selection panels. draftFri, 10 Apr 2009 09:43:53 +0000, by alberth
-
(svn r16007) -Fix (r16004): when we want to bind to both IPv4 and IPv6, make the master socket do that too; too bad getaddrinfo can't handle binding to any address on any port at the same time :( draftFri, 10 Apr 2009 09:23:35 +0000, by rubidium
-
(svn r16006) -Fix (r0): Chance16() did not work for b = 1. Also transform the formula to not use divisions. draftThu, 09 Apr 2009 22:37:59 +0000, by frosch
-
(svn r16005) -Fix: assertion when there is no last joined server; when you've got an unresolved address, the hostname cannot be resolved either so return it as-is. draftThu, 09 Apr 2009 21:36:09 +0000, by rubidium
-
(svn r16004) -Fix (r16000): explicitly binding to an IPv4 socket would try to register an IPv6 address (only if it could ofcourse) draftThu, 09 Apr 2009 21:26:29 +0000, by rubidium
-
(svn r16003) -Codechange: Replaced magic widget number constant with enumerated value in graph legend window. draftThu, 09 Apr 2009 11:42:24 +0000, by alberth