Commit Graph

2462 Commits

Author SHA1 Message Date
2d782933bc itch manifest must be cross-platform 2024-11-01 11:58:58 -05:00
20ac8b420c parent 9548369023
author Nat Quayle Nelson <natquaylenelson@gmail.com> 1719690323 -0600
committer Nat Quayle Nelson <natquaylenelson@gmail.com> 1730340833 -0500

Release build squashed
2024-10-30 21:16:29 -05:00
f19bc3c570 update README and CONTRIBUTING.md 2024-09-28 13:43:11 -04:00
9548369023 linux zenity installation message
fix nqnstudios#2
2024-09-22 13:22:47 -04:00
6f0661e276 Fix #451 2024-09-22 11:28:27 -04:00
cd50a0183d track whether current scenario pushed paths 2024-09-21 20:57:22 -04:00
ALONSO Laurent
3e6c657f8e porting.cpp[legacy]: try to always convert RECT to mac Rect when reading a Windows scenario
note: this may be succeptible to break the loading of some legacy save, but there are already broken....
2024-09-21 20:57:22 -04:00
2d0b249d43 reorder includes 2024-09-21 20:57:22 -04:00
34b7eb9a76 Issue #101 unit test (should fail) 2024-09-21 20:57:22 -04:00
38de505723 merge check_for_intel() into mac_is_intel() 2024-09-21 20:57:22 -04:00
d76787932d Make check_for_intel() call automatically
This will avoid future repeats of the situation where it took way too long
to figure out why a unit test wasn't working
2024-09-21 20:57:22 -04:00
6df00a3035 use single-quotes in expression 2024-09-20 20:22:56 -04:00
b02de30552 Make GitHub Actions warning when win-scons tests fail 2024-09-20 20:22:56 -04:00
0eda9f40a1 win-scons don't exit with error msg on test failure 2024-09-20 20:22:56 -04:00
d4e7b53952 Update .github/workflows/scripts/linux/scons-build.sh
Co-authored-by: Celtic Minstrel <CelticMinstrel@users.noreply.github.com>
2024-09-20 20:22:56 -04:00
fb0f3ad1a6 linux ci run unit tests with xvfb 2024-09-20 20:22:56 -04:00
df79344bb1 scons exit with non-zero test failure exit code 2024-09-20 20:22:56 -04:00
7cd6e4ab97 use checkout@v4 to remove ci node version warnings 2024-09-20 20:22:56 -04:00
c227b00553 Fix my dialog construction test case's file loading 2024-09-17 20:49:05 -04:00
8a522bdcbf Fix #444: win-scons include Visual Studio debug symbols 2024-09-17 20:48:32 -04:00
cc276a64db Update .gitattributes
Mark *.spec as text, instead of the auto-detected python
2024-09-15 23:43:13 -04:00
4d457804a2 Update .gitattributes
Apparently assigning an attribute to a directory does not work, so add double-star wildcards.

I'm not sure if it's necessary for *.spec but I added it there too, just in case.
2024-09-15 23:29:05 -04:00
0431219352 fix-rpaths use Path.resolve() instead of readlink -f 2024-09-15 23:22:33 -04:00
7e0b870216 Rework Xcode build a little so that gitrev.hpp is generated by the Common target instead of the Data target, to allow it to properly work even in incremental builds 2024-09-15 22:26:40 -04:00
1439feee45 xcode builds call fix-rpaths.py 2024-09-15 22:15:48 -04:00
ee9d06356b call fix-rpaths after mac builds 2024-09-15 22:15:48 -04:00
e8d262c904 fix-rpaths gist submodule 2024-09-15 22:15:48 -04:00
33a2df5145 combine the conditional compilation block 2024-09-15 22:14:53 -04:00
71416f6fc5 define new GIT_ values blank when .git is missing 2024-09-15 22:14:53 -04:00
46f48b94ed compile-guard some git logging for MSBuild 2024-09-15 22:14:53 -04:00
66aeb48a37 allow no tags 2024-09-15 22:14:53 -04:00
640492a428 record the git repo 2024-09-15 22:14:53 -04:00
c371aac84b last element of tags output can be empty 2024-09-15 22:14:53 -04:00
d5df0e4e8f record SHA, tag, and git status in action log 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
8c4a6a2e5e Configure Linguist to ignore special node files, gzstream, and TinyXML 2024-09-11 22:17:30 -04:00
8821044705 Rearrange status icon help
This removes the Normal Speed icon and speculatively replaces it with a Drunk icon
2024-09-10 22:18:59 -04:00
d60d759e1a Delete an obsolete TODO
This random number was probably to randomly choose between the "darn" and "dang" sounds, which no longer exist in Blades of Exile.
2024-09-10 22:18:59 -04:00
5daf3b10a0 Reorder elements in party help dialog (no substantial changes) 2024-09-10 22:18:59 -04:00
9fed4fc799 Recharge: Melt chance and shop customization
For the recharge spell, there is now a chance for the item to melt if you try to charge it too much.
For recharge shops, it is now possible to configure how much they are willing to charge an item,
as well as how many charges are given per payment.
2024-09-10 22:18:59 -04:00
4702d19122 Add +4 as a possible enchantment 2024-09-10 22:18:59 -04:00
4df389db6d Use proper type and name 2024-09-10 22:18:59 -04:00
e70b2105cf bladbase: Apply new rechargeable flag to some items
Items affected are all wands, plus most weapons or armour with usable abilities
2024-09-10 22:18:59 -04:00
abdf264372 Expose rechargeable flag in the scenario editor 2024-09-10 22:18:59 -04:00
11fae6fd1e Edit Item Abilities: Rework to use relative positioning (no significant layout changes) 2024-09-10 22:18:59 -04:00
8a9fb0ed22 dialogxml: ensure a container's contents have been resolved before resolving anything else relative to the container 2024-09-10 22:18:59 -04:00
1db98bc7c0 dialogxml: Search for anchor widgets recursively within containers
Aso throw an error if relative attribute is missing when an anchor is specified
2024-09-10 22:18:59 -04:00
7e063ab1ed dialogxml schema: fix <field> missing positioning attributes 2024-09-10 22:18:59 -04:00
8460bee867 Edit Item Abilities: Reorder elements to roughly match the order they display in 2024-09-10 22:18:59 -04:00