
I think it was belugas on this forum who said something like, "If you're not prepared to work for your idea, it doesn't mean very much for you."
Moderator: OpenTTD Developers
Code: Select all
/* bla bla full line comments */
int i = 5; // comment in same line as code
/**
* Function description for doxygen
* @param tile TileIndex
* @return True if the tile is a bridge end
*/
Code: Select all
src/rail_cmd.cpp: In function ‘CommandCost CmdRemoveSingleRail(TileIndex, DoCommandFlag, uint32, uint32, const char*)’:
src/rail_cmd.cpp:691: warning: unused variable ‘reserved’
src/tunnelbridge_cmd.cpp: In function ‘VehicleEnterTileStatus VehicleEnter_TunnelBridge(Vehicle*, TileIndex, int, int)’:
src/tunnelbridge_cmd.cpp:1588: warning: enumeration value ‘DIAGDIR_END’ not handled in switch
src/tunnelbridge_cmd.cpp:1588: warning: enumeration value ‘INVALID_DIAGDIR’ not handled in switch
StevenH, that is fantastic news, especially to have a Dev working on it, many thanksstevenh wrote:I restarted this patch around a month ago and got it to a nearly workable state... but it needs work...
Right, I might have mis-interpreted you slightly in the way that you would maintain the current state of the patch till you find time to continuestevenh wrote:As this stands, the patch will not continue any time soon. Sorry to get everyone's hopes up, but my time is low for development as we speak.
Please don't necromance old threads without adding any new information. The fact that there are no updates here, is answer enough to your pointless question. As a long-term member of this forum you should know that it's not accepted behaviour and doing repeatedly so may give you a warning.ZxBiohazardZx wrote:Bump:
Right, so what errors/message/debug do you have from your current efforts?ZxBiohazardZx wrote:...im currently checking if i can make it work on the tip revision and upload it again...
stevenh wrote:Right, so what errors/message/debug do you have from your current efforts?ZxBiohazardZx wrote:...im currently checking if i can make it work on the tip revision and upload it again...
I haven't had a chance to get back to this, but I'm willing to help if you make the effort too.
update... I've just tried to get it up-to-trunk; it compiles... but trains wont enter bridges... fail. Will have to look into it again soon.
Steven I solved the reversing problem.stevenh wrote:The direction checking allows the bridge direction + 45 degrees either way to enter the bridge
Users browsing this forum: Bing [Bot] and 19 guests