Commit Graph

6135 Commits

Author SHA1 Message Date
Andy Vandijck 407426421f Revert HelpPages.cpp 2024-02-24 15:35:39 +01:00
Andy Vandijck 864f8897b5 Update HelpPages.cpp
Change for unicode help
2024-02-24 15:33:33 +01:00
Andy Vandijck 61909e5535
Update HelpPages.cpp
Fix issue
2024-02-24 15:22:33 +01:00
Andy Vandijck c9b5dc631a
Merge pull request #10 from TASEmulators/master
Run cppcheck static analyzer against code base. Fixed a few warnings.
2024-02-24 14:48:05 +01:00
harry e2ac013cbb Run cppcheck static analyzer against code base. Fixed a few warnings. 2024-02-24 08:46:06 -05:00
Andy Vandijck 4da6993107
Merge pull request #9 from TASEmulators/master
More improvements
2024-02-24 13:47:09 +01:00
harry c324a82526 More cleanup of sprintf usage in favor of snprintf. This is to resolve deprecation warnings on Mac OSX 2024-02-24 07:27:20 -05:00
thor2016 db8fd407ab
Merge pull request #718 from TheRealQuantam/tracefix4
Non-SDL/Qt Windows Trace Logging Optimizations
2024-02-24 07:10:36 -05:00
Andy Vandijck fb2778afc1 Removed prebuilt lua
Removed prebuild lue
2024-02-24 12:56:13 +01:00
Andy Vandijck e608de906c
Update ConsoleVideoConf.h 2024-02-24 10:29:55 +01:00
Andy Vandijck a74c4f9914
Update ConsoleVideoConf.cpp 2024-02-24 10:28:57 +01:00
Andy Vandijck 42c605e7b2
Update HelpPages.cpp
Fix mistake
2024-02-24 10:26:01 +01:00
Andy Vandijck 2faf429738
Update HelpPages.cpp
Change due to mistake
2024-02-24 10:25:01 +01:00
TheRealQuantam 0605967820 Non-SDL/Qt Windows optimizations 2024-02-24 00:11:56 -08:00
Andy Vandijck d8c2eb8a9d
Merge pull request #8 from TASEmulators/master
More improvements
2024-02-24 09:03:32 +01:00
harry 548635a2f2 Resolved vsprintf deprecation compiler warning, swap out for vsnprintf 2024-02-23 22:56:27 -05:00
harry 37574f9bef More cleanup of sprintf usage in favor of snprintf. This is to resolve deprecation warnings on Mac OSX 2024-02-23 22:38:40 -05:00
harry 7b79d9db4c Partial cleanup of sprintf usage in favor of snprintf. This is to resolve deprecation warnings on Mac OSX 2024-02-23 20:53:01 -05:00
harry 80f17c664b Resolved a couple gcc compiler warnings in trace logger. 2024-02-23 09:09:08 -05:00
thor2016 b25f56fe12
Merge pull request #686 from negativeExponent/vrc5_128k
Fix 128K CHR-ROM variants for VRC5
2024-02-23 07:34:17 -05:00
thor2016 3d5a062799
Merge pull request #714 from TheRealQuantam/tracefix2
Trace logging optimizations and bug fixes
2024-02-23 07:33:55 -05:00
TheRealQuantam 2d468d7926 Dummy commit to re-validate PR 2024-02-22 00:19:51 -08:00
TheRealQuantam 56980510b7 Trace logging optimizations and bug fixes 2024-02-21 21:00:05 -08:00
Andy Vandijck c6cebb6eb7
Merge pull request #7 from TASEmulators/master
Added global module import function to Qt GUI JS engine.
2024-02-21 16:08:27 +01:00
harry 780a445468 Added global module import function to Qt GUI JS engine. 2024-02-21 06:59:43 -05:00
Andy Vandijck 5c6fede153 Fix Help for UNICODE
UNICODE fix
2024-02-21 09:04:07 +01:00
Andy Vandijck 38ec704325 Update ConsoleVideoConf.cpp
Fix build
2024-02-21 08:09:59 +01:00
Andy Vandijck 0e712ddc80
Update HelpPages.cpp 2024-02-21 08:07:50 +01:00
Andy Vandijck d9d616d1bf
Update genGitHdr.bat 2024-02-21 07:47:44 +01:00
Andy Vandijck b339eb49d1 Fix build
FIx build
2024-02-20 21:45:30 +01:00
Andy Vandijck a8f3e79e2a Fix QT6 windows
Fix QT6
2024-02-20 21:16:56 +01:00
Andy Vandijck 568b27cfd7 Fix html help build 2024-02-20 21:14:06 +01:00
Andy Vandijck d6d5fdf9f1 Fix for Windows ARM
MSVC Fixes
2024-02-20 21:04:07 +01:00
Andy Vandijck 566187ffb4
Merge pull request #6 from TASEmulators/master
New updates
2024-02-20 13:29:37 +01:00
harry f04e8a5ea4 NetPlay config and GUI improvements. 2024-02-20 06:56:26 -05:00
harry 0e4c122623 Added a clear recent ROM list menu item to Qt GUI. 2024-02-20 05:11:58 -05:00
harry 36614540fd Minor config improvements. Modified Qt recent ROM menu to drop file entries that no longer exist on disk. 2024-02-20 04:54:07 -05:00
Andy Vandijck daf68e76d3
Merge pull request #5 from TASEmulators/master
Add Qt NetPlay
2024-02-20 07:40:14 +01:00
harry cb45321433 More Qt netplay updates. 2024-02-19 15:53:11 -05:00
harry 84c2591d3f Added initial framework for netplay on Qt GUI. Still much TODO here. 2024-02-19 11:57:12 -05:00
Andy Vandijck d3ce67a49a Add Windows ARM64 lua
Add Windows ARM64 lua
2024-02-19 17:24:57 +01:00
Andy Vandijck 4401d21199 Fix for other than i386/x86_64 windows archs
Fix for other than i386/x86_64 windows archs.
Timestamp update.
2024-02-19 08:52:37 +01:00
Andy Vandijck 8ee4343716
Merge pull request #4 from TASEmulators/master
Add more improvements
2024-02-19 08:23:14 +01:00
harry 2f2279f5ff Added more functions to JS File object. 2024-02-18 21:10:24 -05:00
thor2016 72b297980b
Merge pull request #709 from andyvand/master
Fix strings
2024-02-18 16:08:56 -05:00
harry c62f62b497 Added option on how to handle new gamepad device detection. Can now choose to do nothing, prompt user, or auto reconfigure of button mappings when a new device is detected. 2024-02-18 16:04:00 -05:00
Andy Vandijck 3cf7615aeb
Merge pull request #3 from TASEmulators/master
For Qt GUI, poll SDL events immediately after initializing the joysti…
2024-02-18 17:25:49 +01:00
harry 9ed1dd481b For Qt GUI, poll SDL events immediately after initializing the joystick subsystem to process all input device add events. Added gamepad init logging. 2024-02-18 10:37:26 -05:00
Andy Vandijck 2e18434959 Fix Linux build
Fix Linux build
2024-02-18 15:52:24 +01:00
Andy Vandijck 897849111c Fix Linux build
Fix Linux build
2024-02-18 15:51:11 +01:00