Commit Graph

15717 Commits (f5964a46d22c47866b33f69f11cf90d17edd2032)
 

Author SHA1 Message Date
rubidium f475a7f5e7 (svn r20341) -Codechange: pass the tile of the HQ instead of the company to UpdateCompanyHQ 14 years ago
rubidium e72a0a39bb (svn r20340) -Codechange: introduce some flags for objects and use them in some places 14 years ago
rubidium fbda65a676 (svn r20339) -Codechange: reorder the HQ drawing data so it's in a slightly more logical order from the map array's point of view. 14 years ago
rubidium d23e2d64b8 (svn r20338) -Codechange: unify the unmovable tile drawing 14 years ago
rubidium d7921b24e6 (svn r20337) -Codechange: unify the construction of objects on the map 14 years ago
rubidium 3a971a7f03 (svn r20336) -Codechange: rework the HQ updating 14 years ago
rubidium eb0fa68722 (svn r20335) -Codechange: change the name of some unmovable map accessors 14 years ago
rubidium 5ed887648c (svn r20334) -Codechange: reorder the unmovable bits a bit for futher extension 14 years ago
frosch f273f2a656 (svn r20333) -Fix (r20332): Mask second operand to 5 bits to avoid differences between platforms. 14 years ago
frosch 253fd969fd (svn r20332) -Add: [NewGRF] AdvVarAct2 operators for SHL, SHR and SAR. 14 years ago
yexo 0cd442ea18 (svn r20331) -Doc: some more airport-related code 14 years ago
rubidium b5b5c21ee5 (svn r20330) -Codechange: unify the removal of unmovables a bit 14 years ago
yexo ebd2f999f0 (svn r20329) -Codechange: align the data of the original airports so it's better readable 14 years ago
rubidium 7fe695dc28 (svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command 14 years ago
rubidium 2ac0a086ce (svn r20327) -Change: don't let building e.g. road remove light houses and transmitters in the scenario editor 14 years ago
rubidium 9d76cac1a7 (svn r20326) -Codechange: move UnmovableType to its own file 14 years ago
yexo 2ead6100a2 (svn r20325) -Fix (r20322): surround variable declarations in a switch-block with {} 14 years ago
yexo d96f73665f (svn r20324) -Doc: add doxygen comments to the Airport struct belonging to a station 14 years ago
terkhen ec6cba6b92 (svn r20323) -Codechange: Move Delete town code to a command. 14 years ago
terkhen 014771848d (svn r20322) -Codechange: Move Expand town code to a command. 14 years ago
rubidium fd08e5d2d7 (svn r20321) -Codechange: rename GetUnmovableSpec to UnmovableSpec::Get and add+use a ::GetByTile 14 years ago
alberth 91eba89331 (svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addition. 14 years ago
alberth 66b3d60b60 (svn r20319) -Codechange: Align comments, add indent to a function call. 14 years ago
alberth ccbacfc298 (svn r20318) -Doc: Doxygen additions. 14 years ago
alberth 6c01a5833c (svn r20317) -Codechange: Move variable declaration to their first use. 14 years ago
rubidium 742c0cd614 (svn r20316) -Document: some members/structs and functions and rename some slightly to better catch their meaning 14 years ago
michi_cc b3b1102a1a (svn r20315) -Codechange: Replace magic numbers by named constants. 14 years ago
michi_cc ea41f5f5f2 (svn r20314) -Fix (r20312): Too many parameters, missed one. 14 years ago
rubidium 489179e925 (svn r20313) -Fix (r20309): Mercurial version detection picked up a bit more than it should've picked up. 14 years ago
michi_cc cfdf92d290 (svn r20312) -Doc: Add missing doxygen comments to road map accessors. 14 years ago
yexo 3cf8186f54 (svn r20311) -Codechange: don't reserve extra space in the savegame that is never used 14 years ago
translators d94a783735 (svn r20310) -Update from WebTranslator v3.0:
basque - 8 changes by Thadah
belarusian - 354 changes by KorneySan, Wowanxm
simplified_chinese - 5 changes by pda1573
traditional_chinese - 1 changes by pda1573
chuvash - 17 changes by mefisteron
french - 4 changes by glx
greek - 18 changes by fumantsu
italian - 4 changes by lorenzodv
brazilian_portuguese - 15 changes by Tucalipe
russian - 28 changes by KorneySan
swedish - 14 changes by tool
thai - 23 changes by sf_alpha
ukrainian - 14 changes by Madvin
vietnamese - 9 changes by nglekhoi
14 years ago
rubidium e408c2567b (svn r20309) -Fix [FS#3953]: Mercurial (trunk) revision detection fails when different heads are used 14 years ago
rubidium 3658d79b0c (svn r20308) -Change: don't only look at only the src directory for the revision, but at the parent of the src directory. 14 years ago
yexo 5087690b09 (svn r20307) -Fix (r20305): the palette for baseset extra grfs was never set so it defaulted to dos 14 years ago
rubidium 540cc011a5 (svn r20306) -Cleanup (r20305): actually delete the old base NewGRF 14 years ago
rubidium 6634d6ab82 (svn r20305) -Change: reduce OpenTTD's install size by roughly 460 KiB by only providing the "extra" base graphics in one palette and doing the conversion upon loading; the conversion has existed for a while, but now the NewGRF can tell its palette using Action 14 thus it can enable the conversion for only that NewGRF. 14 years ago
terkhen bd254b06d3 (svn r20303) -Feature: [NewGRF] Air drag property support for trains and road vehicles. Air drag for vehicles with air drag not set or set to zero will use a default value depending on their max speed. 14 years ago
terkhen 7f786ae7b8 (svn r20302) -Add: Method for getting the air drag of a ground vehicle. 14 years ago
terkhen bd1dd17bf2 (svn r20301) -Add: [NewGRF] Read air drag property from Action 0 for trains. 14 years ago
terkhen df44a20fcc (svn r20300) -Add: Air drag field to the rail engine information. 14 years ago
terkhen f33a0370ae (svn r20299) -Add: Make trains and road vehicles use a different area value to calculate air drag. 14 years ago
terkhen 094841cba3 (svn r20298) -Fix: GetInitialMaxSpeed did not return the correct value for road vehicles. 14 years ago
terkhen da80ebb00d (svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles. 14 years ago
alberth 26e4044e60 (svn r20296) -Fix: Fallback font selection due to missing glyphs did not work as intended. 14 years ago
frosch 4d18e6c435 (svn r20294) -Fix [FS#3996](r20281): 'break' got in wrong position. 14 years ago
yexo 6fcdf71825 (svn r20293) -Doc: add more doxygen comments in ai_gui.cp 14 years ago
yexo 5642ef777e (svn r20292) -Codechange: remove some unused variables from AIConfigWindow 14 years ago
alberth 2182b44bb6 (svn r20291) -Codechange: Unify break coding style. 14 years ago
alberth cf33572ef8 (svn r20290) -Codechange: Add missing 'break' statements. 14 years ago