Commit Graph

521 Commits

Author SHA1 Message Date
bca254dc3a add label text to led in make-scenario1.xml 2025-01-11 21:50:35 -05:00
387cd6cd00 fix led labels in new-town.xml 2025-01-11 21:50:35 -05:00
bdfe0d3ddf add text to led in edit-item-shortcut.xml 2025-01-11 21:50:35 -05:00
621cd2287e Town details fix led labels 2025-01-11 21:50:35 -05:00
270b2bb802 fix last case of textSide 2024-12-03 09:44:40 -05:00
3bd9154412 rename new led attribute 'label-pos' 2024-12-03 09:44:40 -05:00
8f531a3145 Efficient layout for preferences. Close #470 2024-12-03 09:44:40 -05:00
c35ba7cc62 LEDs allow text on the left side 2024-12-03 09:44:40 -05:00
c2dc4f2252 spell menu measure spell labels 2024-12-03 09:44:40 -05:00
0b644e7427 fix dialogs I broke 2024-12-03 09:44:40 -05:00
3fe527af14 remove lots of hardcoded led/tiny button widths 2024-12-03 09:44:40 -05:00
2b01a18bb3 make text-size an optional attribute of button 2024-12-03 09:44:40 -05:00
9fb5cdbefd leds and tiny buttons measure actual preferred width 2024-12-03 09:44:40 -05:00
6eb69a9c1d align small window led with alignment leds 2024-12-03 09:44:40 -05:00
7a87223162 bring speed buttons in from the right 2024-12-03 09:44:40 -05:00
f5f9f92568 move help-related settings next to each other 2024-12-03 09:44:40 -05:00
8fd20022be fine-tune preferences layout 2024-12-03 09:44:40 -05:00
35fcc04d6c move scale buttons to top of settings 2024-12-03 09:44:40 -05:00
34dd31cf51 Remove 3 obsolete settings 2024-12-03 09:44:40 -05:00
1375a2e6b1 turn resethelp pref led into a button with a confirmation dialog 2024-12-03 09:44:40 -05:00
d870180591 Update copyright notices and contact/pricing info.
Close #499
2024-11-30 19:19:34 -05:00
df0c46d616 Merge pull request #458 from NQNStudios:credits-overhaul
Auto-generated credits / Update the credits from IndieGOGO
2024-11-23 18:54:51 -05:00
8a68360256 Play with heading alignment in startanim 2024-11-23 17:49:59 -06:00
7a1297b2c8 specify align attribute type as enum 2024-11-23 17:06:15 -06:00
8f681b5463 More tabs for ADoS 2024-11-19 18:52:20 -06:00
b2c0af3d48 Remove nomaps setting LED (Fix #471) 2024-11-19 19:18:27 -05: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
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
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
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
af2253e5ce reconfigure about-boe.xml with right alignment convention 2024-11-16 17:47:07 -06: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
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
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
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
da21e7d775 Add new recharge spell (only an item spell currently) 2024-09-10 22:18:59 -04:00
a4231005f6 Add a new "rechargeable" flag to items
A way to set this flag is not yet exposed in the scenario editor.
The flag is intended only for non-stackable items, but this currently isn't enforced.
Items now have a maximum number of charges, which is equal to their default number set in the item record.
Enchanted items with charges are now rechargeable.
2024-09-10 22:18:59 -04:00
753dbbcc59 Add a new dialogue mode to recharge items
This is currently useless, as exhausting an item's charges currently deletes it, but it is part of a work in progress
2024-09-10 22:18:59 -04:00
6965b822dc Gather all enchantment info into a single place
This also resolves several TODO notes about duplicate code and makes cPresetItem::ability an eEnchant
2024-09-10 22:18:59 -04:00