Re: Cargo Distribution
Posted: 12 Sep 2010 15:29
I have downloaded the common files zip and the 32 binary zip, now what do i do
The place to talk about Transport Tycoon
https://www.tt-forums.net/
WWW wrote:Here's a 32 bit binary. Built from git g2351cbceM
In .7z format because it gives the best compression around.
Built with msys on Windows 7.
So fonsy, are these issues code wise or gameplay concept wise, if it's the latter maybe we can help thinking about solutions.fonso wrote:...
I think it's feature complete, but the devs don't like some of the features. Also it's not completely coding styled and documented. I've been a bit slow with that lately.
...
I don't think so as none of those patches provides a value of its own. For example I had a discussion with Rubidium about smallmap-zoom-in where he asked me if it's good for anything but cargodist. It isn't, so he said there's no use including it in trunk. And as a matter of fact I'm code-styling and documenting the branches one by one. For example smallmap-zoom-in, components, demands and mcf are pretty much finished (pending final review ...), currently I'm working on reservation, cargomap and ext-rating. The GUI patches (smallmap-stats and station-gui) still look pretty wild.Gremnon wrote:Seeing as CargoDist is made up of several smaller patches, is it more worth tackling each of those lesser patches one by one until they're acceptable (if they're one of the acceptable ones, unlike the linkgraph, or need the disliked threading, etc)?
It would seem that done that way, at least some of the smaller ones have a chance of being merged if they're useful by themselves, which would reduce the overall size of the the main CargoDist patch itself.
Well, obviously someone had a look at the patch before asking me what it's good for. I didn't think of that argument, though.Zephyris wrote:I would say small map zoom in is definately of interest, expecially with the inexorable climb of screen pixel density and size... Did the devs really have no interest in it?
Why does it matter that the smallmap is as detailed as the main overview? Cargodist is half-broken if you can't see the statistics...3. They also don't like the smallmap link graph display, mainly because you need zoom-in for that and the zoomed in smallmap is just as detailed as the main view. So they say it should have been done as an overlay over the main view. This, of course wouldn't work for long links, so in fact we'd need both. That's ugly, too. Technically the smallmap link graph display is not really necessary. You can just leave out the smallmap-stats branch, then you won't see it. I know that it's probably hard to play without it, but I guess it won't be accepted into trunk.
That's a design problem. The smallmap is designed as a less detailed overview of the map. If you have to zoom in that far on the smallmap to properly see the statistics then obviously you're trying to cram more detail into it than it's designed for.Wasila wrote:Why does it matter that the smallmap is as detailed as the main overview? Cargodist is half-broken if you can't see the statistics...
But, at least in my experience, you don't need the maximum setting of zoom. A couple of levels in and it's enough to see inner-city bus routes, at least for me.That's a design problem. The smallmap is designed as a less detailed overview of the map. If you have to zoom in that far on the smallmap to properly see the statistics then obviously you're trying to cram more detail into it than it's designed for.
For what it's worth, the smallmap zoom is immensely useful for a load of things - I regularly use it for non-cargodist related stuff. The first couple of zoom in levels are good when planning a route through hilly built-up areas, and the extra zoom *out* is good for an overview of the terrain on a large map...fonso wrote:For example I had a discussion with Rubidium about smallmap-zoom-in where he asked me if it's good for anything but cargodist. It isn't, so he said there's no use including it in trunk.
Code: Select all
[SRC] Linking openttd
linkgraph/mcf.o: In function `MultiCommodityFlow::CleanupPaths(unsigned int, std::vector<Path*, std::allocator<Path*> >&)':
mcf.cpp:(.text+0x659): undefined reference to `Path::UnFork()'
mcf.cpp:(.text+0x6a5): undefined reference to `Path::UnFork()'
collect2: ld returned 1 exit status
make[1]: *** [openttd] Error 1