| Commit | Date | |
|---|---|---|
|
[r5316]
by
david_costanzo
Double the compression dictionary size from 8MB to 16MB. |
2020-07-01 02:27:46 | Tree |
| 2020-06-29 03:52:10 | Tree | |
| 2020-06-29 03:42:43 | Tree | |
| 2020-06-29 03:34:39 | Tree | |
|
[r5312]
by
david_costanzo
Rework the build to compile locale-independent object files, as possible. To do this, all of the translated strings, which were previously included as #define, were changed to external global variables and compiled into a new file, localizedstrings.cpp. This is the only locale-specific object file and is compiled once per locale. It is linked in with all of the other locale-independent object files to create the locale-dependent executable. The main motiviation for this change was to improve build times. Instead of compiling each file for each langauge, we only have to compile most files once. On my Windows XP machine: |
2020-06-29 03:31:02 | Tree |
| 2020-06-28 05:15:24 | Tree | |
|
[r5310]
by
david_costanzo
Add a warning when a startup.logoscript file contains a vacuous copydef (copying to itself) |
2020-06-22 04:20:06 | Tree |
| 2020-06-22 01:32:15 | Tree | |
| 2020-06-22 01:29:13 | Tree | |
|
[r5307]
by
david_costanzo
Document that the file API does BOM sniffing and creates text files with a UTF-8 BOM. |
2020-06-22 01:28:12 | Tree |