.gitignore
author rubidium
Wed, 09 Jul 2008 18:59:39 +0000
branch0.6
changeset 11127 5e9620220703
parent 8821 41b5cf26ce4a
permissions -rw-r--r--
(svn r13685) [0.6] -Backport from trunk:
- Fix: In the case that elrails and 'realistic' acceleration are disabled all electrified engines would have no power on load, until the vehicle got turned around, loaded or got into a depot [FS#2102] (r13681)
- Fix: Saving TTD imported games in recession failed due to wrong (and unneeded) type conversions in the saveload code [FS#2131] (r13679)
- Fix: Inactive companies from old (TTD) saves could be marked active in some cases, which then loads garbage in their statistics and such [FS#2126] (r13676)
- Fix: Desync when building electrified trains on a dedicated server that was started with electrification disabled [FS#2122] (r13673)
- Fix: Clear the memory for the new AI during the loading of a savegame so it does not try to execute commands generated in a different savegame, which could be resulting in the AI trying to give orders to stations that do not exist (r13505)
- Fix: Loading of very old OpenTTD savegames was broken (r13373)
8821
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     1
Makefile*
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     2
bin/*
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     3
!bin/data/chars.grf
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     4
!bin/data/openttdd.grf
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     5
!bin/data/openttdw.grf
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     6
!bin/data/opntitle.grf
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     7
!bin/scenario/README
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     8
!bin/scripts*
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
     9
config.*
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
    10
objs/*
41b5cf26ce4a (svn r11890) -Change: ignore some files for git too. Patch by bruce89.
rubidium
parents:
diff changeset
    11
src/rev.cpp