Commit Graph
7 Commits
Author SHA1 Message Date
ptmaster f338074851 safetyhook + poll/bnusio optimize 2024-12-12 23:30:58 +08:00
ptmaster 50e4f5b3f2 fix shrink logger function name 2024-11-30 13:46:40 +08:00
ptmaster 7dc76ed958 Refactor Plugins API / Card API / Qr API
Kinda fix exit voice issue by enter testmode before quit
fix bnusio::Update not invoked issue when fpsLimit=0
add option in config.toml for cursor (mouse)
move FixLanguage to testmode, upgrade it to support release attractdemo
add attractdemo control switch after attractmovie (only enable when FixLanguage on)
move unlock songs to testmode, add force option to release shop songs
move NusBusVolumeHook to audio patches
2024-11-30 03:19:36 +08:00
KIT! 0988da9268 Move to C++ coding style, cleanup current code (#18)
Used CLion to unify our current code
2024-11-28 12:29:12 +01:00
KIT! cfefd5c38f Remove dependencies and shorten log filepath 2024-11-27 22:27:07 +01:00
KIT! 91a9f9ad25 Switch compiler to MSVC (#16)
* Initial working cmake version
Code style changes according to CLion suggestions
Changed logging to use template instead of macros
---------
Co-authored-by: asesidaa <1061472754@qq.com>

* Reformat everything, updated readme for MSVC
* Warnings annoy me deeply
* Update artifact export
* Simplifying file hierarchy
Build result will now be in dist
2024-11-27 21:07:17 +01:00
KIT!andptmaster d0374dca1b Added Logger to TAL (#13)
* Added Logger for TAL with __VA_ARGS__ support

* Added Tatacon entries in SDL DB
* Added comments to exported config file

* Included keys for LayeredFS

* Cleaned up a bit of code in JPN39 patches
* Formatted all files using clang-format

* Force invalid cards on original readers
You can now use any cards with the original namco readers.

* Move helper functions to cpp file

---------

Co-authored-by: ptmaster <lty2008one@163.com>
2024-11-24 17:44:03 +01:00