Go to file
2019-12-06 23:28:18 -06:00
cmake/modules [nostalgia] Add external palettes to tilesheet system 2019-10-22 19:23:14 -05:00
deps [ox/fs] Cleanup, Fix FileLocation to make copy of non-const strings 2019-11-26 23:18:38 -06:00
devenv [nostalgia/devenv] Remove dependency on external devenv Docker image 2018-04-13 18:32:25 -05:00
media Add support world drawing 2017-11-09 21:43:59 -06:00
scripts [nostalgia] Update gba-pkg script to use new nost-pack 2019-07-21 23:54:30 -05:00
src [nostalgia/core/studio] Fix undo operation in TileSheetEditor 2019-12-06 23:28:18 -06:00
.gdbinit [nostalgia] Add gdblogger config 2019-02-25 20:45:57 -06:00
.gdblogger.json [nostalgia] Switch to strong int Error 2019-07-28 00:32:42 -05:00
.gitignore [nostalgia] Add conanfile.txt 2019-06-16 22:44:33 -05:00
.liccor.yml Run liccor for 2018 2018-01-30 00:00:39 -06:00
CMakeLists.txt [nostalgia] Globally enable PIC for non-bare metal builds 2019-12-06 01:11:30 -06:00
conanfile.py [nostalgia] Change conanfile.txt with conanfile.py 2019-06-20 00:06:22 -05:00
developer-handbook.md [nostalgia] Add About to Developer Handbook 2019-11-26 23:36:42 -06:00
Dockerfile [nostalgia] Upgrade devenv to Fedora 30 2019-07-17 21:27:34 -05:00
Jenkinsfile [nostalgia] Fix build configuration commands in Jenkinsfile 2019-10-22 23:57:48 -05:00
LICENSE Initial commit. 2016-03-15 00:14:56 -05:00
Makefile [nostalgia] Fix run-studio on Mac 2019-11-13 20:37:23 -06:00
mg.yml [nostalgia] Fix GBA build to use altered CMake modules path 2019-06-20 07:50:12 -05:00
README.md Cleanup build files 2018-03-05 23:09:50 -06:00

Nostalgia

Setup

macOS

Run something along the lines of the following to let CMake know where Qt is installed. You may need to adjust this location.

export NOSTALGIA_QT_PATH=/usr/local/Cellar/qt5/5.8.0_2/