Changeset - r3971:1a1efb6a11f5
[Not reviewed]
docs/Howto_compile_lng_files_from_CLI.txt
Show inline comments
 
@@ -46,4 +46,3 @@ or if you want it to tell the revision t
 
gcc strgen/strgen.c rev.o -o strgen/strgen -DUNIX -DWITH_REV (this is the one the makefile uses)
 

	
 
you now have a program called strgen in the strgen directory
 

	
docs/Manual.txt
Show inline comments
 
@@ -99,4 +99,4 @@ This button, at the end of the train con
 

	
 
2.13 Canal Building
 

	
 
This button, at the end of the water construction window, lets you build canals and shiplifts across the landscape. These act just like normal water.
 
\ No newline at end of file
 
This button, at the end of the water construction window, lets you build canals and shiplifts across the landscape. These act just like normal water.
docs/OSX_install_instructions.txt
Show inline comments
 
@@ -20,4 +20,4 @@ data (containing the grf files)
 
GM   (optional for music)
 
scenario (optional pregenerated maps)
 

	
 
The game adds some items by itself when it runs, like a save folder and a setting file
 
\ No newline at end of file
 
The game adds some items by itself when it runs, like a save folder and a setting file
docs/Readme_Mandrake_Linux.txt
Show inline comments
 
@@ -59,4 +59,4 @@ To run OpenTTD with music support type
 

	
 
  
 
X.) Last Update: $Date: 2004-06-01 19:08:09 +0200 (Tue, 01 Jun 2004) $
 
    Written for revision $Rev: 710 $
 
\ No newline at end of file
 
    Written for revision $Rev: 710 $
docs/directmusic.txt
Show inline comments
 
@@ -17,4 +17,4 @@ Bugs, etc
 
- The volume control doesn't work properly. I'll fix this soon.
 

	
 
Owen Rudge
 
14th March 2004
 
\ No newline at end of file
 
14th March 2004
elrail.c
Show inline comments
 
@@ -369,4 +369,3 @@ void DrawCatenary(const TileInfo *ti)
 
			break;
 
	}
 
}
 

	
known-bugs.txt
Show inline comments
 
@@ -116,4 +116,4 @@ URL: http://sourceforge.net/tracker/?ati
 
-0987883	Aircraft landing/taking off
 
-0987880	company league table updating
 
-0985924	aircraft taxi speed
 
-0941694	Clipping problems stations/vehicles on slopes
 
\ No newline at end of file
 
-0941694	Clipping problems stations/vehicles on slopes
newgrf_spritegroup.c
Show inline comments
 
@@ -234,4 +234,3 @@ const SpriteGroup *Resolve(const SpriteG
 
		default:                return group;
 
	}
 
}
 

	
os/win32/installer/TTD to OpenTTD Transition Guide.txt
Show inline comments
 
@@ -11,4 +11,4 @@ Created by RaggieSoft – TallwoodBand@cox.net
 
Guide Version: 0.1.1
 
Supports OpenTTD Version: 0.2.1
 

	
 
Send your ideas for this document to my email address.  I also maintain an accunt with tt-forums.net.  It's RaggieSoft.
 
\ No newline at end of file
 
Send your ideas for this document to my email address.  I also maintain an accunt with tt-forums.net.  It's RaggieSoft.
scripts/readme.txt
Show inline comments
 
@@ -19,4 +19,3 @@ local scripts:
 
 - 'on_dedicated.scr' is additionally executed after starting a server [dedicated only]
 

	
 
For examples how a script can look, check the .example examples.
 

	
settings.c
Show inline comments
 
@@ -1755,4 +1755,3 @@ static bool IsSignedVarMemType(VarType v
 
	}
 
	return false;
 
}
 

	
table/elrail_data.h
Show inline comments
 
@@ -447,4 +447,3 @@ static const CatenarySprite Wires[5][TRA
 
};
 

	
 
#endif /* ELRAIL_DATA_H */
 

	
unmovable_map.h
Show inline comments
 
@@ -114,4 +114,3 @@ static inline void MakeCompanyHQ(TileInd
 
	MakeUnmovable(t + TileDiffXY(1, 0), UNMOVABLE_HQ_EAST, o);
 
	MakeUnmovable(t + TileDiffXY(1, 1), UNMOVABLE_HQ_SOUTH, o);
 
}
 

	
yapf.txt
Show inline comments
 
@@ -34,6 +34,3 @@ Same types as for ships:
 
 - 2 - YAPF type 2 (Node = Tile/ExitDir , 90 deg. turns allowed)
 
 - 3 - YAPF type 3 (Node = Tile/Trackdir, no 90 deg.)
 
 - 4 - YAPF type 4 (Node = Tile/ExitDir , no 90 deg.)
 
 
 
yapf/follow_track.cpp
Show inline comments
 
@@ -39,4 +39,3 @@ bool FollowTrackRailNo90(FollowTrack_t *
 
	CFollowTrackRailNo90& F = *(CFollowTrackRailNo90*) This;
 
	return F.Follow(old_tile, old_td);
 
}
 

	
yapf/unittest/test_autocopyptr.h
Show inline comments
 
@@ -40,4 +40,3 @@ static int TestAutoCopyPtr(bool silent)
 
	CHECK_INT(5, CData::NumInstances(), 0);
 
	return res;
 
}
 

	
yapf/unittest/test_binaryheap.h
Show inline comments
 
@@ -100,4 +100,3 @@ static int TestBinaryHeap2(bool silent)
 
	CHECK_INT(7, CData::NumInstances(), 0);
 
	return res;
 
}
 

	
yapf/unittest/test_fixedsizearray.h
Show inline comments
 
@@ -111,4 +111,3 @@ static int TestArray(bool silent)
 

	
 
	return res;
 
}
 

	
yapf/unittest/test_hashtable.h
Show inline comments
 
@@ -70,5 +70,3 @@ static int TestHashTable1(bool silent)
 
	}
 
	return res;
 
}
 

	
 

	
yapf/unittest/test_yapf.h
Show inline comments
 
@@ -357,5 +357,3 @@ struct CTestYapf2
 
	: public CYapfT<CYapf_TypesT<CTestYapf2, CNodeList2, CYapfMap1> >
 
{
 
};
 

	
 

	
yapf/unittest/unittest.cpp
Show inline comments
 
@@ -157,10 +157,3 @@ const TrackdirBits _track_crosses_trackd
 
	TRACKDIR_BIT_UPPER_W  | TRACKDIR_BIT_UPPER_E  | TRACKDIR_BIT_LOWER_W | TRACKDIR_BIT_LOWER_E, /* TRACK_LEFT  */
 
	TRACKDIR_BIT_UPPER_W  | TRACKDIR_BIT_UPPER_E  | TRACKDIR_BIT_LOWER_W | TRACKDIR_BIT_LOWER_E  /* TRACK_RIGHT */
 
};
 

	
 

	
 

	
 

	
 

	
 

	
 

	
yapf/unittest/unittest.h
Show inline comments
 
@@ -27,8 +27,3 @@ typedef int(*TESTPROC)(bool silent);
 
#  include <windows.h>
 
#else
 
#endif
 

	
 

	
 

	
 

	
 

	
yapf/yapf_common.cpp
Show inline comments
 
@@ -27,4 +27,3 @@ const TrackdirBits CYapfCostBase::c_upwa
 
	TRACKDIR_BIT_NONE                    , //14
 
	TRACKDIR_BIT_NONE                    , //15
 
};
 

	
yapf/yapf_ship.cpp
Show inline comments
 
@@ -174,4 +174,3 @@ int NpfEndInterval(void* vperf)
 
	delete &perf;
 
	return t;
 
}
 

	
0 comments (0 inline, 0 general)