| Commit | Date | |
|---|---|---|
|
[r4048]
by
david_costanzo
Add the UserInfo plugin as a "reserve file" in the NSIS installer for faster installation startup (this eliminates the "unpacking data - xx%" dialog box as it no longer needs to decompress everthing to use the plugin in onInit). In addition to a more responsive UI, this also fixes a localization problem, as the text in that dialog box was not localized according to the selected language. |
2016-04-03 15:59:59 | Tree |
|
[r4047]
by
david_costanzo
Refactor the installation script so that all language strings are in the same place and use the LangString command. This makes the code easier to read and easier to localize. |
2016-04-03 15:42:06 | Tree |
|
[r4046]
by
david_costanzo
Update the Features and Sources sections based on recent changes: |
2016-04-03 15:34:02 | Tree |
|
[r4045]
by
david_costanzo
Remove the directive to exclude the "CVS" directories when packing the Logolib and Examples directories into the installer. This is a vestige from when FMSLogo's revision control was CVS. Now that it uses Subversion, this is no longer needed. |
2016-04-03 04:43:25 | Tree |
|
[r4044]
by
david_costanzo
Update the installer to use the NSIS "Modern UI 2". Among other things, this has a richer UI, a configurable start menu shortcut dialog, and better support for a multi-language installer. This also implements feature request #37, which is an explicit "done" page in the installation wizard. |
2016-04-03 04:16:28 | Tree |
|
[r4043]
by
david_costanzo
Remove a cmd script that used to generate the version.h file. This is now done by the Makefile (for portability to GNU/Linux), so keeping this cmd script around is confusing. |
2016-03-30 03:18:53 | Tree |
|
[r4042]
by
david_costanzo
Remove *.c from the source files which "tags" depends on. The Windows version of gmake has trouble with this because there are no .c files and it wants to make a literal '*.c'. And since there no *.c files (anymore) there's no reason for "tags" to depend on .c files. |
2016-03-30 03:16:48 | Tree |
|
[r4041]
by
david_costanzo
Note that FMSLogo is entirely built using free (or zero-cost) tools, |
2016-03-29 21:07:06 | Tree |
|
[r4040]
by
david_costanzo
Add text-decoration to all links so that it's more obvious what is clickable. |
2016-03-29 21:04:19 | Tree |
|
[r4039]
by
david_costanzo
Update the HOWTO-BUILD.TXT to suggest only checking out the trunk |
2016-03-22 22:04:42 | Tree |