mirror of
https://github.com/nesbox/TIC-80.git
synced 2026-05-01 12:44:58 +00:00
* Publish Code * Fixed YueScript build. * Disabled macro feature which crashes runtime. * Update YueScript submodule * Try to fix the "function TIC()..." isn't found bug, no luck so far... * Fix Demo and Mark * Format yue.cpp * Make it work in C99, let's hope this compiles in Win XP et cetera * Fix Compilation Issues * Try fixing rpi-baremetal(4) and nintendo-3ds builds * Try fixing linking * Reenable Exceptions * Override YueParser * Try forcing newer glibc? * Debugging Build Step * Update YueScript version * Simplify build * Add yue.cpp * Whoops * Update YueScript * Update circle.patch to try to fix the build error * Try removing -lstdc++fs * Modify Patch * Revert Update circle.patch * ??? * Forgot to git Apply * Accidentally put it in macOS instead of N3DS * Remove platform specific configurations for now * Remove thread_local for N3DS Build * Use a more reliable way to disable thread_local on N3DS * Forgot to pass in initial-exec * Remove build/yuescript-makefile-remove-stdc++fs.patch * Include libyuescript in the baremetal Makefile --------- Co-authored-by: Li Jin <dragon-fly@qq.com>