Commit Graph

46 Commits

Author SHA1 Message Date
93c9d01df3 add name to funding list 2025-09-14 10:15:53 -04:00
728bf3d107 add donor to credits 2025-09-14 10:15:52 -04:00
e4de1672ab redirect 7-zip check to NUL
Co-authored-by: Celtic Minstrel <CelticMinstrel@users.noreply.github.com>
2025-07-03 07:29:45 -04:00
50793aa79e Do not move/delete files if 7-zip not installed 2025-07-03 07:29:45 -04:00
965b1c631b fix accidental line wrapping in about-boe 2025-05-19 21:41:09 -05:00
e8134e836a add patron 2025-05-11 10:50:00 -05:00
41f00ebf74 Darker baby hydra by Seb Galvez
fix #720

also fix 1-pixel offset of the monster next to baby hydra.
2025-05-11 10:49:37 -05:00
36cfc50280 add name to credits 2025-05-11 10:49:16 -05:00
f1bdb69e5b BoECB: Include when building and packaging 2025-03-16 14:09:05 -04:00
fdcf9d5d90 Add donor to credits 2025-03-16 14:03:53 -04:00
7dd2dd9d2e add confirmed credits names 2025-03-06 19:43:10 -05:00
05e2ce17a7 Credit more people (#491) 2025-02-03 20:18:18 -05:00
d870180591 Update copyright notices and contact/pricing info.
Close #499
2024-11-30 19:19:34 -05:00
8a68360256 Play with heading alignment in startanim 2024-11-23 17:49:59 -06:00
e5c261e285 get the actual original startanim 2024-11-23 17:17:17 -06:00
8f681b5463 More tabs for ADoS 2024-11-19 18:52:20 -06:00
756aaae38c add Brendan Miller 2024-11-19 15:14:11 -06:00
bf91f41675 2-column open source credits 2024-11-19 14:13:12 -06:00
17e297ea32 add seisatsu 2024-11-19 11:50:48 -06:00
012419200b Update startanim header 2024-11-18 09:22:02 -06:00
9351d74f97 Re-add the original startanim graphic for future reference 2024-11-18 09:20:29 -06:00
94b354fee5 add : to font 2024-11-18 07:52:53 -06:00
af810e05c0 Make bitmapfont for startanim 2024-11-17 20:22:13 -06:00
b5560a7e59 add Daerogami 2024-11-17 20:21:06 -06:00
0c0e609a22 use relative format, add links to about-boe 2024-11-16 17:47:58 -06:00
34103067b3 remove emails from about-boe 2024-11-16 17:47:58 -06:00
b0a5a79d1e generate-startanim.sh pass font by path 2024-11-16 17:47:58 -06:00
54c50dca40 call generate-startanim.sh with git bash on windows 2024-11-16 17:47:58 -06:00
06989d61c3 Extended startanim.png 2024-11-16 17:47:58 -06:00
5c83fad1f9 Generate about-boe.xml dynamically 2024-11-16 17:47:58 -06:00
7c209714b0 Generate additional image credits 2024-11-16 17:47:07 -06:00
1439feee45 xcode builds call fix-rpaths.py 2024-09-15 22:15:48 -04:00
640492a428 record the git repo 2024-09-15 22:14:53 -04:00
2b718f080d define GIT_STATUS as either 'clean' or 'modified' 2024-09-15 22:14:53 -04:00
fed420d1f5 note duplicated gitrev build process 2024-09-15 22:14:53 -04:00
cc781e98be Fix fullscreen window sizing on MacOS HighDPI display 2024-06-19 20:33:36 -06:00
4a7d145168 Fix win scons (#359)
* fix a link flag
* another hack to find weirdly named libraries
* Fix handling VCRedistInstall.exe
* add src folders to win-scons include paths
* use path.join
* more weird library suffixes
* fix old python syntax in an SConscript file
* find vcpkg libraries and headers
* add icon dir to windows include paths
* remove non-recursive os.listdir line
* remove bad lib paths
* tools build with env["bits"]
* hard-code vcvarsall.bat path, with a note
* pass in other lib paths
* fix syntax without trying to use f-strings
* more bundled libs on windows
* add bin folders for windows installation to find dlls
* fix CheckLib stuff
* test scons pass X86 correctly
* make 64-bit builds the default for scons
* add package flag for building installers
2024-06-12 13:52:19 -04:00
e1d6fe1d12 scons: Missed some things in the Python2to3 update 2023-01-21 15:55:58 -05:00
ee5e7fd48c Various fixes to make the project build in Xcode 12 on Catalina
This now requires Boost to be installed by MacPorts. However, we could add the standard Homebrew path to the include path as well to support both.

This also requires SFML and its dependencies to be installed in /Library/Frameworks; it's unclear whether this is reasonable.

Code signing is completely disabled, and Zlib is now loaded as a tbd instead of a dylib. This will probably break for some older computers, but hopefully they can just use the Xcode 4 project instead.

Boost is forcing -mt suffixes on all its libraries. Whatever. We'll just roll with that.
This makes the script work both with and without the suffixes.

Using parentheses instead of braces silences the stupid narrowing warning, so yay.
2022-07-05 00:17:52 -04:00
0cebb61ace Update Xcode project 2020-02-09 18:24:20 -05:00
8759aad90a Move Xcode project to a separate tree parallel to src 2018-02-19 02:11:29 -05:00
437b7127d8 Update NSI installer script to include the new-format scenarios,
instead of the old-format scenarios
2017-09-16 13:04:59 -04:00
380b64aa7a Fix some issues when loading new-format scenarios
- Carriage returns misinterpreted as map features
- Error code returned by CopyFiles
- Confusing error message when a file is missing in the archive
2017-01-20 23:11:40 -05:00
07e5907818 Windows: Update CopyFiles to compress the bladbase
This also updates the installer generator to include the new bladbase instead of the old.
2017-01-20 22:17:43 -05:00
95e6fe2180 scons: Add Mac package generator (dmg format) 2015-09-14 02:39:58 -04:00
43e057949d scons: Generate Windows installer
Also:
- scons: Fix copying wrong scenario graphics on Windows
- MSVC: Fix output filenames for release builds
2015-09-14 02:15:40 -04:00