Commit Graph

14726 Commits (e69d50d86bdeab67d57d707758d3600e3475799f)
 

Author SHA1 Message Date
rubidium 5eb860dabe (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 15 years ago
frosch 45e12aa841 (svn r19053) -Codechange: Add an enum for the special flags of industry tiles. (based on andythenorth' work) 15 years ago
alberth 15021ea7d1 (svn r19052) -Codechange: Remove the _smallmap_draw_procs array. 15 years ago
frosch 87cf1f75ff (svn r19051) -Codechange: Variable scope. 15 years ago
frosch 75a55bbb85 (svn r19050) -Fix: Don't call callbacks for disabled industrytypes. 15 years ago
frosch b0a60e1f2b (svn r19049) -Codechange: Deduplicate computing number of initial industries. 15 years ago
alberth 80555c1d2b (svn r19048) -Codechange: Pass the already queried effective tile type to the GetSmallMapPixels routines. 15 years ago
alberth 3b7253b7a5 (svn r19047) -Codechange: Use GetEffectiveTileType() in all GetSmallMapPixels routines. 15 years ago
alberth 582b2001c8 (svn r19046) -Codechange: Move retrieval of tile colour data in smallmap. 15 years ago
translators 7a41427c02 (svn r19045) -Update from WebTranslator v3.0:
danish - 1 changes by beruic
japanese - 38 changes by PouncingAnt
turkish - 77 changes by niw3
ukrainian - 1 changes by Madvin
vietnamese - 154 changes by myquartz
15 years ago
rubidium 0168957924 (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. 15 years ago
alberth a69e274c70 (svn r19043) -Doc: Dcoumenting the GetSmallMapPixels typedef. 15 years ago
alberth 01467baf35 (svn r19042) -Add: Allow mousewheel zooming in smallmap. 15 years ago
alberth e50091a1e5 (svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out smallmaps. 15 years ago
alberth 9f802cf2b8 (svn r19040) -Codechange: Introduce inverse function of RemapCoords. 15 years ago
alberth 004f25fd07 (svn r19039) -Feature: Add zoom-out to smallmap. 15 years ago
alberth 830c42c3b5 (svn r19038) -Codechange: Move TileArea methods to their own file. 15 years ago
alberth 793a54c797 (svn r19027) -Doc: Document RemapCoords functions. 15 years ago
alberth d747ac0a0c (svn r19026) -Codechange: Move a constant computation out of the loop. 15 years ago
alberth 8c0488c186 (svn r19025) -Codechange: Rename DrawSmallMapStuff() to DrawSmallMapColumn(). 15 years ago
rubidium b47cc028ed (svn r19024) -Fix [FS#3577]: mass stopping/starting/autoreplacing gave empty errors when there were no vehicles 15 years ago
rubidium 7cc757805c (svn r19023) -Fix (r18807): city airport introduction date had become 5 years later 15 years ago
rubidium 8e674964cb (svn r19022) -Fix (r18770): loading old (0.1-ish) savegames failed 15 years ago
rubidium cc204f134b (svn r19021) -Fix [FS#3570]: don't NULL the pointers when saving the savegame on an error during saving; the savegame is still valid 15 years ago
translators 81f2b41b92 (svn r19020) -Update from WebTranslator v3.0:
basque - 125 changes by Thadah
croatian - 8 changes by UnderwaterHesus
danish - 8 changes by beruic, silentStatic
portuguese - 2 changes by SupSuper
romanian - 6 changes by kkmic
ukrainian - 6 changes by Madvin
vietnamese - 106 changes by myquartz
15 years ago
smatz 6c1ab1a2fa (svn r19019) -Codechange: use HasExactlyOneBit() and HasAtMostOneBit() instead of CountBits() where possible 15 years ago
rubidium 1d6bfd2a6c (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. 15 years ago
rubidium 13d4f480e6 (svn r19017) -Doc: [NoAI] A parameter wasn't documented 15 years ago
terkhen c6d7d42606 (svn r19016) -Fix [FS#3591]: When removing roads, the player was also charged for removing the foundations. 15 years ago
rubidium 330d29f9ed (svn r19015) -Update: Vietnamese language settings 15 years ago
yexo 2241cd487d (svn r19014) -Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop location of trains in a rail station 15 years ago
yexo 0cd9bc27de (svn r19012) -Fix (r19003): macos.h is not in video/cocoa/ but in os/macosx/. 15 years ago
rubidium 24286738be (svn r19011) -Update: AI changelog 15 years ago
terkhen 09099eaf5a (svn r19010) -Codechange: Remove a now unneeded check at CmdBuildRailStation. 15 years ago
translators 18e21fcdd9 (svn r19009) -Update from WebTranslator v3.0:
basque - 5 changes by Thadah
turkish - 62 changes by niw3
15 years ago
rubidium 0448e07e8b (svn r19007) -Prepare: 1.0.0-beta4 15 years ago
rubidium 8939407043 (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. 15 years ago
rubidium 6c1bebfa5d (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. 15 years ago
rubidium 73a178e150 (svn r19004) -Codechange: silence ICC warning that 'integer conversion resulted in a change of sign' 15 years ago
rubidium d53ec3d1b6 (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.
Bjarni once suggested that 8bpp works for him on 10.5, so apparantly not all 10.5+ does not handle 8bpp graphics. Nevertheless, it seemed that for some systems the already existing 'does this support 8bpp' did not work, i.e. the OS API seemed to suggest that 8bpp worked when it actually did not. So, I don't know what is going on precisely here but it's definitely not nice to suggest that it supports 8bpp when it doesn't. So just ditch 8bpp support for anything that we suspect might not support 8bpp...
15 years ago
rubidium d966b3655f (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. 15 years ago
rubidium 00f64a64d9 (svn r19001) -Fix: some GCC compile warnings 15 years ago
smatz c27b069ca5 (svn r19000) -Cleanup: remove redundant check 15 years ago
rubidium ecb01a2477 (svn r18999) -Change: update some of the defaults (Eddi) 15 years ago
rubidium 6a17a06ac5 (svn r18998) -Update: the credits 15 years ago
rubidium 0435138564 (svn r18997) -Fix [FS#3588] (r18608): off-by-one in the music playlist (Cirdan) 15 years ago
rubidium 416a47f9a2 (svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about 15 years ago
translators 6b9ab65e2d (svn r18995) -Update from WebTranslator v3.0:
greek - 8 changes by fumantsu
hebrew - 17 changes by dnd_man
russian - 6 changes by Lone_Wolf
15 years ago
rubidium 57996b7cd5 (svn r18994) -Change: content mirroring support (based on work by TrueBrain). 15 years ago
rubidium 8ad31f1bfa (svn r18993) -Codechange: allow allocating multiple items in a SmallVector with one call. 15 years ago