calref / cboe

Classic Blades of Exile
http://spiderwebforums.ipbhost.com/index.php?/forum/12-blades-of-exile/
Other
168 stars 41 forks source link

Help index page not found #242

Closed x-qq closed 4 years ago

x-qq commented 4 years ago

Currently "Help -> Index" in menu leads to https://blades.calref.net/doc/game/Contents.html which is 404.

CelticMinstrel commented 4 years ago

For the record, if local docs exist it'll use those in preference to the web docs, but I'll update the URL.

x-qq commented 4 years ago

This will not work either because the directory it looks for is doc/ while under build directotry there is docs/

CelticMinstrel commented 4 years ago

That's easily fixed?

retropipes commented 4 years ago

Are the local docs always generated with the build? If so, relying on a local copy is easier. This only makes sense if building the docs doesn't have optional dependencies the standard build process doesn't require or check for.

CelticMinstrel commented 4 years ago

They're not generated with the build, they're simply in the repository, no generation required. The test builds I've been making don't include the docs, which is the main reason to have the web version as an option, but perhaps we could add other possible search paths for a local copy such that anyone running from source will automatically use the local copy. (That would need separate logic for scons builds, Xcode builds, and Visual Studio builds. Possibly also separate Mac vs non-Mac logic even in the scons case. Or, perhaps the easiest way would be to just encode a secondary search path as a preprocessor directive.)

x-qq commented 4 years ago

Same problem in scenario editor.

x-qq commented 4 years ago

Same problem in character editor.

CelticMinstrel commented 4 years ago

Fixed in 91da0ed4d0ef4e85068936ab3340cdf29ced1fb9

CelticMinstrel commented 4 years ago

Fixed in 91da0ed4d0ef4e85068936ab3340cdf29ced1fb9