2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-27 08:05:36 +00:00

9 Commits

Author SHA1 Message Date
9ca1a38171 Use UTF-8 exclusively internally
This removes SystemString, SystemChar, etc.
All filepaths and log strings are assumed to be UTF-8,
with conversions to UTF-16 for Windows APIs as appropriate.

Updates amuse, athena, boo, kabufua and nod
2021-06-30 14:20:45 -04:00
1a5ec8b569 Add initial imgui implementation 2021-05-29 18:45:07 -04:00
Lioncash
5e66bee28c General: Include necessary includes
Ensures all necessary includes are included and also removes headers
that aren't necessary
2019-09-04 19:23:55 -04:00
Lioncash
7bb3912d39 General: Make operator bool() explicit where applicable
Makes conversions to bool slightly less error-prone by requiring them to
be explicit in non-obvious contexts.
2019-08-22 01:15:38 -04:00
Lioncash
5d157e97b3 General: Use override where applicable 2019-08-21 18:20:07 -04:00
Jack Andersen
387f8fa864 Blender Python API updates and better CMake dependency handling 2019-06-11 16:01:19 -10:00
Jack Andersen
72193079ae New code style refactor 2018-12-07 19:18:42 -10:00
Jack Andersen
d395f4a79e macOS build fixes 2018-10-15 17:15:05 -10:00
Jack Andersen
0ee18025dd Huge shader infrastructure refactor 2018-10-06 16:53:57 -10:00