- Jul 26, 2022
-
-
Dude McDude authored
so it doesn't have to be manually specified
-
- Jun 19, 2022
-
-
Brad Allred authored
requires SDL2.framework @ version 2.23+ you may build using cmake -DSDL2_DIR=/Library/Frameworks/SDL2.framework .. to force cmake to select the framework over another SDL install (eg brew install sdl2) fixes #1329
-
- Apr 17, 2022
-
-
Jaka Kranjc authored
-
- Mar 07, 2022
-
-
Brad Allred authored
the icon we generate doesnt work well on iOS/macOS its also unexpected for the icon to change when running the app this will allow macOS to keep the bundle icon (artwork/gemrb.icns) also fixes the build for anyone else not defining BAKE_ICON
-
- Mar 05, 2022
-
-
Jaka Kranjc authored
sadly cmake tries the MODULE version first, not CONFIG
-
Jaka Kranjc authored
we check twice, so it doesn't matter in practice
-
- Mar 04, 2022
-
-
Jaka Kranjc authored
instead of a custom search module, which hopefully also fixes mac issue #1329
-
- Mar 03, 2022
-
-
Brad Allred authored
we were hardcoding PLUGIN_DIR and DATA_DIR, which we do not want on macOS or iOS resolves #1580
-
- Feb 22, 2022
-
-
Jaka Kranjc authored
REQUIRED will fatally error itself
-
Jaka Kranjc authored
untested and appveyor won't try it either
-
- Feb 19, 2022
-
-
Jaka Kranjc authored
-
Jaka Kranjc authored
thanks traveler!
-
MarcelHB authored
Especially MSVC did not like anything of how we did it so far.
-
- Feb 14, 2022
-
-
Jaka Kranjc authored
-
- Feb 11, 2022
-
-
Jaka Kranjc authored
-
- Feb 10, 2022
-
-
Jaka Kranjc authored
-
- Feb 09, 2022
-
-
MarcelHB authored
We currently don't have any semi builds, and the plugins are incomplete, leading to some linker errors right now.
-
- Jan 31, 2022
-
-
Jaka Kranjc authored
should remove fmt spam on buildbots
-
- Jan 29, 2022
-
-
Brad Allred authored
-
- Jan 28, 2022
-
-
Brad Allred authored
Python 3 already implicitly converts strings to unicode so we already have a need to convert from unicode this is already the case and we are just broken anytime we don't have iconv because ConvertCharEncoding is just strduping the bad string we want to be able to have utf-16 for all internal strings (see #1516)
-
- Jan 24, 2022
-
-
Jaka Kranjc authored
it's been seven years; anyone that still needs it can pass it themselves
-
- Jan 18, 2022
-
-
Jaka Kranjc authored
-
- Nov 13, 2021
-
-
Jaka Kranjc authored
-
- Aug 20, 2021
-
-
Jaka Kranjc authored
-
Jaka Kranjc authored
-
Jaka Kranjc authored
-
Jaka Kranjc authored
-
Jaka Kranjc authored
eg. -DSANITIZE=address
-
Jaka Kranjc authored
-
- Aug 04, 2021
-
-
Dan Church authored
-
- Jul 14, 2021
-
-
Jaka Kranjc authored
-
- Jul 13, 2021
-
-
Jaka Kranjc authored
-
Jaka Kranjc authored
-
- Jul 09, 2021
-
-
Jaka Kranjc authored
-
- Jun 12, 2021
-
-
Jaka Kranjc authored
-
Jaka Kranjc authored
still prefers py2 if both are available
-
Jaka Kranjc authored
-
- Jun 11, 2021
-
-
Jaka Kranjc authored
-
Jaka Kranjc authored
perhaps related to #1280
-
- Jun 06, 2021
-
-
Jaka Kranjc authored
-