Commit Graph

22 Commits

Author SHA1 Message Date
78efcff4b2 Removing unneded cruft 2023-12-06 21:32:57 -05:00
9731409631 Move to Qt6 to avoid build toolchain problems
Work #168
2023-12-06 15:54:52 -05:00
6a48f048e8 Update .gitignore 2023-05-16 13:56:09 -04:00
fb432a3fe7 Close #86 - Add and integrate QtForm .ui file support for editors 2022-01-26 00:10:37 -05:00
fd40b53d22 Update .gitignore 2022-01-05 00:00:55 -05:00
5869953353 Improve stash handling & cleanup 2021-06-25 10:24:51 -04:00
c50b1b5cdf Finish:: Git pre-commit hook that runs unit tests.
pre-commit hook creates a .workdir folder in the project root and
a unique subdirectory, cleaned up daily. This should prevent
redundant ./configure calls, asw ell as provide clean environments regularly.
2021-06-25 00:53:47 -04:00
6bd46b1865 Work #61 - Abstracting Game interface 2020-08-10 22:34:34 -04:00
724e00fab2 minor: update .gitignore 2020-01-06 10:30:02 -05:00
0a17f077fb Work #61 - Temporary commit - still a WIP 2019-12-10 15:55:30 -05:00
e286dea982 Minor change: update_model accepts a model as a parameter 2019-08-04 19:10:03 -04:00
f1f55921ce Using more descriptive namespace names overall, reworking the SDL
System layer.

.gitignore: now ignoring ctags files
Doxyfile: now extracts include headers
2019-07-17 07:18:39 -04:00
c2c0c0d9b2 Merge devel: Doc support 2018-10-25 08:39:57 -04:00
5bde396a2f Adding documentation support w/ Doxuygen 2018-10-25 08:39:21 -04:00
6d83b97506 Work #8 - rename 'Entity' to 'Component' 2018-10-23 13:01:50 -04:00
c6c30c9d52 Work #7 - Disabling in-place builds and enabling VPATHS for out-of-source builds 2018-10-13 16:53:12 -04:00
37d11ed933 merging with Master 2018-10-10 12:56:01 -04:00
5ed76e1064 Work #5 - Integrating Catch2 with GNU Automake 2018-10-10 12:53:29 -04:00
c13dfc28d7 Close #4, fix: pkg-config 'sdl2' must be lowercase
- ! Fix:  MacOS is case-insensitive, but other UNIXes aren't.

- ! Fixing case issues in Makefile.am

- x Close #4 - Use basic SDL functionality to test the configure script
2018-10-08 02:53:44 -04:00
939b3ea7c4 Close #3 - Add SDL2 to configure.ac using pkg-config 2018-10-05 12:48:32 -04:00
6ff209c3b2 Close #1 - Got the build system working 2018-10-04 00:45:00 -04:00
9959b42b28 Initial commit 2018-09-26 02:22:19 -04:00