Mercurial > hg > openttd
graph
-
(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel draftWed, 10 Feb 2010 16:24:05 +0000, by rubidium
-
(svn r19080) -Cleanup: remove unused _debug_ntp_level and _debug_ms_level draftWed, 10 Feb 2010 16:12:54 +0000, by smatz
-
(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer draftWed, 10 Feb 2010 16:10:05 +0000, by smatz
-
(svn r19078) -Update: add cases to Hebrew (dnd_man) draftWed, 10 Feb 2010 16:04:11 +0000, by rubidium
-
(svn r19077) -Codechange: remove company_pw from console vars draftWed, 10 Feb 2010 15:26:47 +0000, by smatz
-
(svn r19076) -Codechange: Move graph functions to their own header. draftWed, 10 Feb 2010 15:24:48 +0000, by terkhen
-
(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword() draftWed, 10 Feb 2010 15:17:27 +0000, by smatz
-
(svn r19074) -Change: when filtering list of settings and console commands, use strstr() instead of strncmp() draftWed, 10 Feb 2010 13:52:10 +0000, by smatz
-
(svn r19073) -Fix (r15027): -a is not a command line parameter draftTue, 09 Feb 2010 23:52:08 +0000, by rubidium
-
(svn r19072) -Fix [FS#3599]: possible read/write after free when the client triggered the server to close the connection draftTue, 09 Feb 2010 23:49:19 +0000, by rubidium
-
(svn r19071) -Codechange: update the other language files for r19070 (sbr) draftTue, 09 Feb 2010 21:50:16 +0000, by rubidium
-
(svn r19070) -Fix [FS#3607]: the station coverage text was not RTL language aware (sbr) draftTue, 09 Feb 2010 21:48:57 +0000, by rubidium
-
(svn r19067) -Fix [FS#3604]: remove Bidi control characters from the reordered text draftTue, 09 Feb 2010 18:37:19 +0000, by glx
-
(svn r19066) -Fix: settings that are part of the "ttdpatch flags" can cause desyncs if they're changed in network games draftTue, 09 Feb 2010 16:22:13 +0000, by yexo
-
(svn r19065) -Fix [FS#3605]: Station offset multiplier was wrong. draftTue, 09 Feb 2010 15:43:54 +0000, by peter1138
-
(svn r19064) -Feature: Allow to select different land colours for the smallmap (reworked by Alberth). draftMon, 08 Feb 2010 23:46:35 +0000, by terkhen
-
(svn r19063) -Codechange: type in constant name (andythenorth) draftMon, 08 Feb 2010 23:05:29 +0000, by yexo
-
(svn r19062) -Codechange: Move smallmap related functions to their own header. draftMon, 08 Feb 2010 21:19:41 +0000, by terkhen
-
(svn r19060) -Codechange: Draw custom depot sprites in GUI. draftMon, 08 Feb 2010 16:07:46 +0000, by peter1138
-
(svn r19059) -Fix (r19056): Regenerate MSVC project files. draftMon, 08 Feb 2010 01:31:10 +0000, by michi_cc
-
(svn r19056) -Add: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types. (To be documented...) draftSun, 07 Feb 2010 22:22:54 +0000, by peter1138
-
(svn r19054) -Fix [FS#3598]: when banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated draftSun, 07 Feb 2010 18:28:09 +0000, by rubidium
-
(svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work) draftSun, 07 Feb 2010 12:04:44 +0000, by frosch
-
(svn r19052) -Codechange: Remove the _smallmap_draw_procs array. draftSun, 07 Feb 2010 11:58:35 +0000, by alberth
-
(svn r19050) -Fix: Don't call callbacks for disabled industrytypes. draftSat, 06 Feb 2010 20:41:27 +0000, by frosch
-
(svn r19049) -Codechange: Deduplicate computing number of initial industries. draftSat, 06 Feb 2010 20:19:59 +0000, by frosch
-
(svn r19048) -Codechange: Pass the already queried effective tile type to the GetSmallMapPixels routines. draftSat, 06 Feb 2010 19:24:51 +0000, by alberth
-
(svn r19047) -Codechange: Use GetEffectiveTileType() in all GetSmallMapPixels routines. draftSat, 06 Feb 2010 19:22:29 +0000, by alberth
-
(svn r19046) -Codechange: Move retrieval of tile colour data in smallmap. draftSat, 06 Feb 2010 19:18:09 +0000, by alberth
-
(svn r19044) -Codechange: don't load the 'new game' NewGRFs when you're certain the savegame wouldn't have been saved with them, i.e. don't load the 'new game' NewGRFs for TTO savegames. draftSat, 06 Feb 2010 17:26:21 +0000, by rubidium
-
(svn r19043) -Doc: Dcoumenting the GetSmallMapPixels typedef. draftSat, 06 Feb 2010 15:10:12 +0000, by alberth
-
(svn r19042) -Add: Allow mousewheel zooming in smallmap. draftSat, 06 Feb 2010 13:22:04 +0000, by alberth
-
(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps. draftSat, 06 Feb 2010 13:19:46 +0000, by alberth
-
(svn r19040) -Codechange: Introduce inverse function of RemapCoords. draftSat, 06 Feb 2010 13:14:40 +0000, by alberth
-
(svn r19038) -Codechange: Move TileArea methods to their own file. draftSat, 06 Feb 2010 12:56:13 +0000, by alberth
-
(svn r19027) -Doc: Document RemapCoords functions. draftSat, 06 Feb 2010 09:30:30 +0000, by alberth
-
(svn r19026) -Codechange: Move a constant computation out of the loop. draftSat, 06 Feb 2010 09:27:04 +0000, by alberth
-
(svn r19025) -Codechange: Rename DrawSmallMapStuff() to DrawSmallMapColumn(). draftSat, 06 Feb 2010 09:25:02 +0000, by alberth
-
(svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty errors when there were no vehicles draftFri, 05 Feb 2010 21:51:26 +0000, by rubidium
-
(svn r19023) -Fix (r18807): city airport introduction date had become 5 years later draftFri, 05 Feb 2010 21:49:56 +0000, by rubidium
-
(svn r19022) -Fix (r18770): loading old (0.1-ish) savegames failed draftFri, 05 Feb 2010 20:22:01 +0000, by rubidium
-
(svn r19021) -Fix [FS#3570]: don't NULL the pointers when saving the savegame on an error during saving; the savegame is still valid draftFri, 05 Feb 2010 20:18:30 +0000, by rubidium
-
(svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible draftFri, 05 Feb 2010 17:05:58 +0000, by smatz
-
(svn r19018) -Change: [Makefile] Make test an alias for regression, distclean an alias for mrproper and update mrproper to really delete all generated files/directories. draftFri, 05 Feb 2010 16:20:04 +0000, by rubidium
-
(svn r19017) -Doc: [NoAI] A parameter wasn't documented draftFri, 05 Feb 2010 16:11:23 +0000, by rubidium
-
(svn r19016) -Fix [FS#3591]: When removing roads, the player was also charged for removing the foundations. draftFri, 05 Feb 2010 14:11:25 +0000, by terkhen
-
(svn r19015) -Update: Vietnamese language settings draftFri, 05 Feb 2010 10:47:07 +0000, by rubidium
-
(svn r19014) -Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop location of trains in a rail station draftThu, 04 Feb 2010 23:18:19 +0000, by yexo
-
(svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/. draftThu, 04 Feb 2010 22:17:41 +0000, by yexo
-
(svn r19010) -Codechange: Remove a now unneeded check at CmdBuildRailStation. draftThu, 04 Feb 2010 21:09:29 +0000, by terkhen
-
(svn r19006) -Fix (r18970): default rail type determination failed causing 'A'/SHIFT-F4 not to work the first time. As rail types can now be anything the explicit options for the different railtypes have been removed, leaving the most used rail type and first/last available rail types. draftThu, 04 Feb 2010 17:08:48 +0000, by rubidium
-
(svn r19005) -Codechange: make animated cursors have a bit set instead of using negative numbers that are passed as uints, then cast again to be compared as ints before being inverted to be actually used. Also fixes a couple of 'integer conversion resulted in truncation' warnings ICC spewed. draftThu, 04 Feb 2010 15:42:38 +0000, by rubidium
-
(svn r19004) -Codechange: silence ICC warning that 'integer conversion resulted in a change of sign' draftThu, 04 Feb 2010 15:27:25 +0000, by rubidium
-
(svn r19003) -Fix [FS#3194]: [OSX] OS X 10.5+ does not (always?) handle 8bpp graphics in a suitable manner. This is actually not a fix but a nasty work around; you can still easily trigger the bug/issue by overriding the 'default' blitter choice (Brad Oliver). I can/have not test(ed) (including compiling) this fix. draftThu, 04 Feb 2010 14:32:12 +0000, by rubidium
-
(svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Thorson). I can/have not test(ed) it, it cannot break non OSX builds. draftThu, 04 Feb 2010 14:21:20 +0000, by rubidium
-
(svn r18999) -Change: update some of the defaults (Eddi) draftWed, 03 Feb 2010 23:45:19 +0000, by rubidium
-
(svn r18997) -Fix [FS#3588] (r18608): off-by-one in the music playlist (Cirdan) draftWed, 03 Feb 2010 22:07:03 +0000, by rubidium
-
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about draftWed, 03 Feb 2010 21:45:48 +0000, by rubidium
-
(svn r18994) -Change: content mirroring support (based on work by TrueBrain). draftWed, 03 Feb 2010 18:42:23 +0000, by rubidium
-
(svn r18993) -Codechange: allow allocating multiple items in a SmallVector with one call. draftWed, 03 Feb 2010 17:25:56 +0000, by rubidium
-
(svn r18992) -Codechange: move the file opening/closing out of the content download function draftWed, 03 Feb 2010 17:15:35 +0000, by rubidium
-
(svn r18991) -Codechange: simplify memory management of DownloadSelectedContent draftWed, 03 Feb 2010 17:12:19 +0000, by rubidium
-
(svn r18990) -Codechange: [NewGRF] Add rail type map bounds checking to RailType[Change|Reserve]Info(). draftWed, 03 Feb 2010 08:02:07 +0000, by peter1138
-
(svn r18989) -Codechange: [NewGRF] Initialise rail type map with default rail types. draftWed, 03 Feb 2010 07:58:43 +0000, by peter1138
-
(svn r18988) -Fix: [NewGRF] industry var A5 (=high 8 bits of var A4) returned the high 8 bits of var A2. Same problem for 9B/9A/98 draftTue, 02 Feb 2010 23:11:10 +0000, by yexo
-
(svn r18987) -Fix: [NoAI] Make building long rails fail for AIs if there is an obstacle in the way. draftTue, 02 Feb 2010 22:27:03 +0000, by terkhen
-
(svn r18986) -Fix (r18803): Make building long roads fail for AIs if there is an obstacle in the way. draftTue, 02 Feb 2010 21:25:01 +0000, by terkhen
-
(svn r18984) -Add: Viewport place methods for dragging a line with limited size. draftMon, 01 Feb 2010 23:13:15 +0000, by terkhen
-
(svn r18982) -Remove: svnup.sh - no active dev uses it, modifying it causes breakage when it's used to update draftMon, 01 Feb 2010 18:44:04 +0000, by smatz
-
(svn r18981) -Change: show empty query after creating new group (instead of 'Group nnn') draftMon, 01 Feb 2010 18:38:28 +0000, by smatz
-
(svn r18980) -Codechange: preceeding -> preceding (spelling) draftMon, 01 Feb 2010 12:43:28 +0000, by rubidium
-
(svn r18979) -Fix: Typo in console save command output. draftMon, 01 Feb 2010 12:29:49 +0000, by matthijs
-
(svn r18978) -Fix [FS#3584](r14753): possible invalid memory access when merging companies draftMon, 01 Feb 2010 00:10:52 +0000, by smatz
-
(svn r18977) -Doc: Add comments to ViewportDragDropSelectionProcess. draftSun, 31 Jan 2010 22:37:20 +0000, by terkhen
-
(svn r18976) -Fix: Estimating the cost of removing statues could clear the presence flag in the town. draftSun, 31 Jan 2010 20:56:24 +0000, by frosch
-
(svn r18974) -Fix [FS#3578]: CMD_BUILD_ROAD missed CMD_AUTO. Also do not access tiles anymore after clearing them; that fails either in test or exec run. draftSun, 31 Jan 2010 20:28:36 +0000, by frosch
-
(svn r18972) -Add: [NewGRF] Per-rail type speed limits. draftSun, 31 Jan 2010 13:17:29 +0000, by peter1138
-
(svn r18971) -Fix: Train acceleration for original acceleration model wasn't updated if the train's power changed. draftSun, 31 Jan 2010 12:56:32 +0000, by peter1138
-
(svn r18970) -Codechange: Increase number of possible rail types to 16. draftSat, 30 Jan 2010 21:59:22 +0000, by peter1138
-
(svn r18969) -Add: [NewGRF] NewGRF-settable rail type properties. draftSat, 30 Jan 2010 21:49:22 +0000, by peter1138
-
(svn r18967) -Fix (r18966): Never trust your copy&paste skills. draftSat, 30 Jan 2010 18:43:14 +0000, by frosch
-
(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). draftSat, 30 Jan 2010 18:34:48 +0000, by frosch
-
(svn r18965) -Fix (r17846): Don't compare horizontal positions with vertical. draftSat, 30 Jan 2010 17:42:04 +0000, by frosch
-
(svn r18964) -Change: Highlight the selected action for town authority, and do not duplicate the itemtext to the description. draftSat, 30 Jan 2010 16:29:52 +0000, by frosch
-
(svn r18963) -Codechange: Give AccelerationModel a generical name. draftSat, 30 Jan 2010 16:27:35 +0000, by terkhen
-
(svn r18962) -Fix (r18958, r18961): Code-style, use this explicitly. draftSat, 30 Jan 2010 15:29:35 +0000, by alberth
-
(svn r18961) -Codechange: Simplifying and unduplicating code in smallmap. draftSat, 30 Jan 2010 13:11:26 +0000, by alberth
-
(svn r18960) -Codechange: Move acceleration-related values to a separated cache. draftSat, 30 Jan 2010 10:41:15 +0000, by terkhen
-
(svn r18958) -Codechange: Merge smallmap remap functions. draftSat, 30 Jan 2010 09:54:58 +0000, by alberth
-
(svn r18957) -Doc: Documenting the scroll_x, scroll_y, and subscroll variables of SmallMapWindow. draftSat, 30 Jan 2010 09:32:48 +0000, by alberth
-
(svn r18955) -Feature: [NoAI] introduce GetBuildCost functions in several classes to get easier cost estimations before you start building draftFri, 29 Jan 2010 23:56:42 +0000, by yexo
-
(svn r18953) -Feature: [NoAI] allow editing AI settings while an AI is running draftFri, 29 Jan 2010 21:38:55 +0000, by yexo
-
(svn r18952) -Fix (r18950): loading recent (=newer then title game) savegames failed draftFri, 29 Jan 2010 21:06:35 +0000, by yexo
-
(svn r18950) -Fix: make sure the values of settings loaded from a savegame are valid draftFri, 29 Jan 2010 18:21:10 +0000, by yexo
-
(svn r18949) -Fix (r18942): 'reduced plane crashes' were actually 'more plane crashes' draftFri, 29 Jan 2010 17:56:36 +0000, by yexo
-
(svn r18948) -Fix: removing a newgrf from the list didn't update the scrollbar draftFri, 29 Jan 2010 15:50:56 +0000, by yexo