Loading

Paste #pudp2meuk

  1. static void ChangeTileOwner_Water(TileIndex tile, Owner old_owner, Owner new_owner)
  2. {
  3.     if (!IsTileOwner(tile, old_owner)) return;
  4.  
  5.     bool is_lock_middle = IsLock(tile) && GetLockPart(tile) == LOCK_PART_MIDDLE;

Paste #pkjfbsgzy

  1. 0.4.0 (tbd)
  2. ------------------------------------------------------------------------
  3. - Feature: Cache position where previous search ended for more speed.
  4. - Feature: Warn about usage of animation and semi-transparent colours, and add spriteset flags to enable/disable the checks. (issue #1085)
  5. - Feature: Improved error position reporting with templated real sprites. Closes #7001

Paste #pft3rt0m2

  1. Index: src/saveload/company_sl.cpp
  2. ===================================================================
  3. --- src/saveload/company_sl.cpp (revision 27153)
  4. +++ src/saveload/company_sl.cpp (working copy)
  5. @@ -180,6 +180,9 @@

Paste #plgp1zulc

  1. static CommandCost RemoveLock(TileIndex tile, DoCommandFlag flags)
  2. {
  3.     CommandCost cost(EXPENSES_CONSTRUCTION);
  4.    
  5.     if (GetTileOwner(tile) != OWNER_NONE) {

Paste #pmwystspn

  1. static CommandCost RemoveLock(TileIndex tile, DoCommandFlag flags)
  2. {
  3.     CommandCost cost(EXPENSES_CONSTRUCTION);
  4.    
  5.     if (GetTileOwner(tile) != OWNER_NONE) {

Paste #p1pxxabbn

  1. static CommandCost RemoveLock(TileIndex tile, DoCommandFlag flags)
  2. {
  3.     CommandCost cost(EXPENSES_CONSTRUCTION);
  4.    
  5.     if (GetTileOwner(tile) != OWNER_NONE) {

Paste #pjorloxax

  1. static CommandCost RemoveLock(TileIndex tile, DoCommandFlag flags)
  2. {
  3.     CommandCost cost(EXPENSES_CONSTRUCTION);
  4.         if (GetTileOwner(tile) != OWNER_NONE) {
  5.         CommandCost ret = CheckTileOwnership(tile);

Paste #pv8ckd8ru

  1. Index: src/saveload/company_sl.cpp
  2. ===================================================================
  3. --- src/saveload/company_sl.cpp (revision 27153)
  4. +++ src/saveload/company_sl.cpp (working copy)
  5. @@ -180,6 +180,9 @@

Paste #pslxvnpmw

  1. Index: projects/generate_vs100.vcxproj
  2. ===================================================================
  3. --- projects/generate_vs100.vcxproj (revision 27153)
  4. +++ projects/generate_vs100.vcxproj (working copy)
  5. @@ -1,5 +1,5 @@

Paste #pisaix1zp

  1. diff --git a/AnimationEncoder/image.cpp b/AnimationEncoder/image.cpp
  2. index 9f65e62..2f12fec 100644
  3. --- a/AnimationEncoder/image.cpp
  4. +++ b/AnimationEncoder/image.cpp
  5. @@ -339,7 +339,7 @@ Image32bpp *Load32Bpp(const std::string &sFilename, int line, int *left, int *wi

water_cmd.cpp

  1. --- C:/Users/Ricardo/AppData/Local/Temp/water_cmd.cpp-revBASE.svn001.tmp.cpp    dom Set 21 12:24:51 2014
  2. +++ C:/OpenTTD/trunk/src/water_cmd.cpp  seg Fev 16 19:47:21 2015
  3. @@ -258,10 +258,14 @@ static CommandCost DoBuildLock(TileIndex tile, Dia
  4.  
  5.     /* middle tile */

Paste #p9rwly4fj

  1. def render_consist_nml_nfo(consist):
  2.     pass

Paste #pqjb23xap

  1. def render_consist_nml_nfo(consist):
  2.     pass

water_cmd.cpp

  1. --- C:/Users/Ricardo/AppData/Local/Temp/water_cmd.cpp-revBASE.svn000.tmp.cpp    dom Set 21 12:24:51 2014
  2. +++ C:/OpenTTD/trunk/src/water_cmd.cpp  seg Fev 16 16:56:09 2015
  3. @@ -258,10 +258,14 @@ static CommandCost DoBuildLock(TileIndex tile, Dia
  4.  
  5.     /* middle tile */

Paste #p7uiv58ag

  1. def render_consist_nml_nfo(consist):
  2.     try:
  3.         print(consist.id)
  4.     except:
  5.         pass