Rob Loach
Rob Loach
Chipping in to share that I ran into this with Civ IV's [Civil Service](https://civilization.fandom.com/wiki/Civil_Service_(Civ4)). It requires `Mathematics AND (Code of Laws OR Feudalism)`. JSON properties that accept either an object,...
I've found an unorthodox workaround for OR tech requirements in [the Civ IV mod](https://github.com/yairm210/Civ-IV) via `Unavailable`. [Pottery](https://civilization.fandom.com/wiki/Pottery_(Civ4)) requires The Wheel AND (Agriculture OR Fishing), so we can leverage `Unavailable`, along...
@sopra4343 I showed how to do this in the comment prior: https://github.com/yairm210/Unciv/issues/11648#issuecomment-2420547218 It's not the most intuitive, but it does work.
Hmm, it seems there are two Dracula themes. One for base16, another for base24. This is certainly confusing. Do we delete the base24 one?
You may want to make sure it's using the right spec.
I've split the BTS and Warlords stuff over to different mods at.... - https://github.com/RobLoach/Civ-IV-Warlords - https://github.com/RobLoach/Civ-IV-Beyond-the-Sword Built off some of your work over at https://github.com/yairm210/Unciv-IV-mod/pull/36 to finish its implementation :wink:...
Thanks for pushing this up. Didn't see the notification for it. I think this is a great addition, is there anything missing for it? The ownership of the objects does...
Disabled by default seems most appropriate, as not every usage of Nuklear requires validation of the draw buffer. Two other considerations... 1. It looks like this isn't thread-safe as it...
Thumbnail names generally match the playlist title from the database.
What you're proposing does sound interesting. One of the core principles of Nuklear was the ability to run on low-end devices, in software. If there are ways to improve memory...