Commit Graph

12242 Commits (0e5af86ead702932c9090c4c3c9673610acb2721)
 

Author SHA1 Message Date
smatz 0e5af86ead (svn r16666) -Codechange: replace GetHouseSpecs() by HouseSpec::Get(), hide _house_specs[] 15 years ago
smatz 7b78bae8e7 (svn r16665) -Codechange: replace GetTownByTile() by Town::GetByTile() 15 years ago
smatz d39c08fd9d (svn r16664) -Codechange: move house-related stuff from town.h and town_type.h to separate files 15 years ago
smatz 5ca420492f (svn r16663) -Codechange: make removing of railway station tiles faster 15 years ago
smatz 9d63b88b22 (svn r16662) -Codechange: replace GetRoadStopByTile() by RoadStop::GetByTile() 15 years ago
smatz d5e58990f8 (svn r16661) -Codechange: move definition of few very short functions to header files 15 years ago
smatz bd208c30e0 (svn r16660) -Codechange: get rid of more dummy tile_type_procs 15 years ago
smatz 5d301445a2 (svn r16659) -Codechange: rename GetAcceptedCargo() to AddAcceptedCargo() and change its behaviour accordingly
-Codechange: remove dummy GetAcceptedCargo_*() handlers
15 years ago
translators 0767682e01 (svn r16658) -Update from WebTranslator v3.0:
dutch - 42 changes by Excel20
german - 26 changes by dihedral, mjreaper, planetmaker
hungarian - 39 changes by alyr
ukrainian - 47 changes by Madvin
15 years ago
translators 1eb577e003 (svn r16657) -Update: WebTranslator2 update to 2009-06-25 16:41:10
finnish    - 1 fixed by jpx_ (1)
serbian    - 110 fixed by etran (110)
15 years ago
smatz 5799a7a57c (svn r16656) -Fix (r16655): strange things happen 15 years ago
smatz c113303593 (svn r16655) -Codechange: use IsRailwayStationTile() more 15 years ago
smatz 72bee4ad2d (svn r16654) -Codechange: cache industries in station's coverage area instead of searching them everytime payment is made 15 years ago
smatz 2fc6fc7d62 (svn r16653) -Fix (r16269): TOC() macro was broken 15 years ago
smatz d4538bc611 (svn r16652) -Codechange: use less strict, but faster check for quickly bailing out in FindTrainCollideEnum() (Bilbo)
-Codechange: shuffle the code a bit
15 years ago
yexo 210c61bef7 (svn r16651) -Fix: When there is no AI version that can load data from the savegame, load the latest version of the same AI instead of a random AI. 15 years ago
yexo b424962e57 (svn r16650) -Fix (r16649): missing () 15 years ago
yexo f225163e60 (svn r16649) -Fix: When the exact AI version a game was saved with is no longer available and the latest version of the AI can't load data from that AI version, use the latest available version of the AI that can load the data instead of the first found version that can load the data. 15 years ago
yexo a52f5c45e6 (svn r16648) -Codechange: move some more includes around 15 years ago
yexo b00726a5d2 (svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to prevent unnecessary inclusion newgrf.h anyway 15 years ago
smatz a9602401f0 (svn r16646) -Codechange: rename GetDepotByTile() to Depot::GetByTile() 15 years ago
translators 6a43a2e8f2 (svn r16645) -Update from WebTranslator v3.0:
russian - 6 changes by Lone_Wolf
15 years ago
translators 172a366412 (svn r16644) -Update: WebTranslator2 update to 2009-06-24 17:43:08
czech      - 1 fixed by Hadez (1)
hungarian  - 1 fixed by IPG (1)
indonesian - 1 fixed by adjayanto (1)
15 years ago
smatz f6a4d61cca (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() 15 years ago
smatz 916331328e (svn r16642) -Codechange: use map size limits enum at one more place 15 years ago
smatz 4b3bf5667a (svn r16641) -Codechange: reduce number of multiplications done in FindTrainCollideEnum() to minimum 15 years ago
smatz 61a42f42c1 (svn r16640) -Codechange: move roadstop stuff to separate files 15 years ago
smatz cc9ecc4e7d (svn r16639) -Codechange: enumify RoadStop::status, move definition of short functions to header file 15 years ago
smatz 51c8a2fefc (svn r16637) -Cleanup: remove unused _debug_station_level 15 years ago
smatz da1b67f115 (svn r16636) -Codechange: no need to initialize already zeroed variables by zero in station and rs constructors, remove debug output 15 years ago
rubidium b5f49d5b5a (svn r16635) -Fix: a couple of MSVC 64 bits warnings 15 years ago
smatz 54cbd17bd8 (svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany() 15 years ago
smatz 9ec6fc8a61 (svn r16633) -Codechange: remove checks for consistency of newpool 15 years ago
smatz 45312433b6 (svn r16632) -Codechange: rename Town::flags12 to Town::flags 15 years ago
smatz f733d75dad (svn r16631) -Fix (r1826)(r1881)(r9613): loading of some town data from old savegames was broken 15 years ago
glx a2ef2e748e (svn r16630) -Fix (r16629): forgot a continue 15 years ago
glx a77b5e7c29 (svn r16629) -Fix: depend hang on solaris
-Fix: depend do not append delimiter string before deps for non empty files
-Add: support for -s option (starting string delimiter)
15 years ago
smatz 721a0b0608 (svn r16628) -Codechange: remove one gcc2 hack 15 years ago
smatz 368eb3d473 (svn r16627) -Fix: warning about comparing signed and unsigned types 15 years ago
rubidium 819f87e44f (svn r16626) -Change: split the part of config.lib that generates the 'warning' CFLAGS into a function and use that function to set the right 'warning' CFLAGS for both the host and build compiler, i.e. also let GCC warn for strgen, depend and endian_check. 15 years ago
rubidium 4b60c03e60 (svn r16625) -Fix: unsigned vs signed warning in strgen 15 years ago
rubidium 17aac5c493 (svn r16624) -Fix: depend was compiled with the same compiler as the OpenTTD binary, causing depend to silently fail during cross-compiles 15 years ago
rubidium ca89673347 (svn r16623) -Change: remove CC_CFLAGS as we're not using a C compiler anywhere at all 15 years ago
rubidium 0704883074 (svn r16622) -Fix: {CARGO} only consumes 1 argument 15 years ago
translators e8530f1c0e (svn r16621) -Update: WebTranslator2 update to 2009-06-22 17:28:43
dutch      - 1 fixed by Excel20 (1)
german     - 1 fixed by planetmaker (1)
italian    - 1 fixed by lorenzodv (1)
russian    - 5 fixed, 13 changed by Lone Wolf (18)
slovenian  - 1 fixed by Necrolyte (1)
15 years ago
rubidium 39d51e3cfa (svn r16620) -Fix (r16619): sometimes one misses the obvious :( 15 years ago
rubidium 1e84abd2d6 (svn r16619) -Cleanup: more coding style in airport stuff. 15 years ago
frosch 4ff924862d (svn r16618) -Fix (r16614): Silence a warning. 15 years ago
rubidium 7ced2b4795 (svn r16617) -Cleanup: some incorrect indenting 15 years ago
translators d4cb72d75b (svn r16616) -Update from WebTranslator v3.0:
french - 41 changes by glx
15 years ago