cazfi wrote:I now uploaded raw svn logs between previous build and current build of both S2_6 and TRUNK to the same directories the builds are.
Thanks, actually I should be able to reconstruct this, because I have S2_6 and TRUNK, but just reading it is easier. The directories are below
Gna! packages/windows/testing/cazfi/crosser/, and crosser 0.15 is old, the latest and greatest is 1.0 (reducing 2*2*2=8 possible SF crosser downloads to 2*2=4). After that it's either win32 or win64 (2*2=4 down to 2), and either full (can do Qt + ruledit, roughly 300 MB) or not (no Qt, no ruledit, roughly 100 MB).
JFTR, it's now also listed on
Projects and
More distributions. Minor suggestion for
launch.bat to get rid of two harmless double-slashes in the lib + bin PATH:
Code: Select all
@set WINSTACK_ROOT=%~dp0
@path %~dp0lib;%~dp0bin;%PATH%
Quick tests for r32785: Can start gtk2, gtk3, sdl, and sdl2; but the SDL clients display an unreadable (for me) message, the font is far too small. The sdl2 client crashes on exit (= close initial window, or click on quit). The
quit button is actually pointless on Windows, you could use it for something else in future versions, e.g., offer to
continue the freshest found *.sav without a
"final" (FreeCol has this feature.) Minor nit, the (brown) gtk2-buttons are
"nicer" than the (grey) gtk3-buttons.