Commit Graph

1423 Commits

Author SHA1 Message Date
Dan Raviv
9fdf9c63b7 Adjust rudimentary randomness to avoid assuming pointer size is 32 bits 2024-04-16 13:02:45 -07:00
Dan Raviv
e57251a4f4 Restrict i386-only inline assembly 2024-04-16 13:02:45 -07:00
Dan Raviv
116f3d6753 CMake avoid setting 32-bit arch on macOS which doesn't support it anymore 2024-04-16 13:02:45 -07:00
Dan Raviv
ffd5dadc04 Remove redundant CMAKE_CXX_FLAGS_DEBUG setting 2024-04-16 13:02:45 -07:00
Dan Raviv
60f9e4c52a Suppress -Waddress-of-temporary errors
At least temporarily. There are a lot of those
2024-04-16 13:00:23 -07:00
Dan Raviv
b03f9e0478 Limit macOS scope to x86_64 for now
Got some arm64-related errors, which is to be expected.
2024-04-16 13:00:23 -07:00
Dan Raviv
c6ffeb8ad4 Tweak var name to fix CMake errors on macOS
The tilde confuses CMake, maybe(?) due to CMP0053, though I would expect the OLD behavior to just keep working
2024-04-16 13:00:23 -07:00
Dan Raviv
b27418e9fd CMake works with brew-installed sdl2_image on macOS 2024-04-16 13:00:23 -07:00
Dan Raviv
9c85637677 Use default CMAKE_FIND_LIBRARY_SUFFIXES
On macOS, CMake now successfully finds Homebrew's sdl12-compat libSDL.dylib
2024-04-16 13:00:23 -07:00
Dan Raviv
313f34460f Revert code broken by formatting in c6640cc631 2024-04-16 13:00:14 -07:00
Kevin Bentley
5ae86bef38
Merge pull request #15 from jcoby/remove-angelscript
Removes AngelScript
2024-04-16 13:10:47 -06:00
Jacob Coby
25af8a75a4 Removes AngelScript
Unused and fixes compile errors on multiple platforms. #10 #12
2024-04-16 15:06:32 -04:00
Azamat H. Hackimov
78bb130bac GitHub Actions for clang-format check
First QoL check for code health. This action will be executed on each pull request including this one.
2024-04-16 22:04:41 +03:00
Azamat H. Hackimov
4470d664dd Add some IDEA related paths to .gitignore 2024-04-16 22:04:40 +03:00
Kevin Bentley
c6640cc631 clang-format on everything. 2024-04-16 12:56:40 -06:00
Kevin Bentley
142052a67d
Merge pull request #6 from Arcnor/main
Minimal changes for compilation (including linking) under Windows
2024-04-16 07:52:02 -06:00
Edu Garcia
8e350a6c5d minimal changes for compilation (including linking) under Windows 2024-04-16 14:45:15 +01:00
Kevin Bentley
ee8250371f
Merge pull request #5 from kevinbentley/add-missing-code
Add missing windows specific code and disabled the arch filters in gi…
2024-04-16 07:22:12 -06:00
Kevin Bentley
84e25b0b41 Add missing windows specific code and disabled the arch filters in gitignore. 2024-04-16 07:21:10 -06:00
Kevin Bentley
61bb9a337d
Update README.md
Added a missing a word.
2024-04-15 23:05:56 -06:00
Kevin Bentley
815583d85d Update README 2024-04-15 21:46:00 -06:00
Kevin Bentley
df209742fc Initial import 2024-04-15 21:43:29 -06:00
Kevin Bentley
637df31ca1
Initial commit 2024-04-15 21:35:45 -06:00