The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.1.31 (Linux)
|
VDrift data manager discussion - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Community (https://www.vdrift.net/Forum/forumdisplay.php?fid=3) +--- Forum: Cars & Tracks (https://www.vdrift.net/Forum/forumdisplay.php?fid=11) +--- Thread: VDrift data manager discussion (/showthread.php?tid=754) |
VDrift data manager discussion - FFuser - 08-19-2007 We are here again for some brainstorming on this hot topic. At the moment their is a basic implementation that downloads car/track information from svn. At the moment it is very slow (and blocking the UI-thread) because it should download several small files (each for each car/track) from a slow (SF) svn server. My idea was to put all car/track information in one (ini like) file. It should look something like this: Code: [Cars] If the same ID is found several times (in two different sources, or in the same source), the user could choose what version it wants to download. This format could be used for all sources (Ftp/Http/Whatever you want) The only thing that is svn specific is the Dir. the :1234 at the end represents the svn revision. If not available the car/track isn't listed. - thelusiv - 08-27-2007 Might make sense to separate the SVN revision number from the directory, unless we plan on having several directories under one listing, which I don't see as necessary. A config file representing all the sources is a good idea though. I haven't had time to look at this recently and one big problem was that it wasn't working on my 64-bit desktop, so it's hard for me to mess with it, but I'll try it again sometime soon and try to make some contributions. |