mjbudd77
|
26ee4ea14a
|
Force default mac OS path separator to be / instead of old style :
|
2021-03-21 14:32:16 -04:00 |
mjbudd77
|
13f0f5d5e4
|
Added a script to build Qt windows fceux.
|
2021-02-08 21:37:50 -05:00 |
mjbudd77
|
70919c9458
|
Added a windows batch file version of the gitGenHdr script.
|
2021-02-08 20:51:24 -05:00 |
mjbudd77
|
24863422ff
|
Lua Qt Win build fixes.
|
2021-02-07 12:23:31 -05:00 |
mjbudd77
|
8d9e99fd18
|
Build fixes for linux from changes made for Qt windows compatibility.
|
2021-02-06 19:15:06 -05:00 |
mjbudd77
|
35bb4be6f6
|
First successful build of Qt windows fceux.
|
2021-02-06 12:15:28 -05:00 |
mjbudd77
|
31819d246d
|
Added initial framework for Qt palette editor window.
|
2021-02-02 22:37:01 -05:00 |
mjbudd77
|
afaea86abd
|
Added a frame timing statistics window to the Qt tools. Allows user to enable frame timing statistical calculations and view the output on a window in realtime. Is used to verify emulator is getting the proper clock interrupts from the OS and thus check that emulation timing is deterministic.
|
2020-11-30 22:29:51 -05:00 |
Matthew Budd
|
4f08d7a8cc
|
Added message log viewer window to the Qt GUI.
|
2020-11-29 20:11:28 -05:00 |
Matthew Budd
|
ca005b498b
|
Bug fix for cmake pkg-config search for lua 5.1 package. Ubuntu packages this as lua5.1 and Fedora names it lua-5.1. Changed cmake file to use pkg_search_module to search for both package names and use the first one it finds.
|
2020-11-28 23:28:35 -05:00 |
Matthew Budd
|
6b8e4f883b
|
Initial add of timing configuration window to Qt GUI.
|
2020-11-27 22:18:04 -05:00 |
Matthew Budd
|
396029743a
|
Added input device selection/configuration window for Qt GUI. Still TODO, button config windows for non-gamepad devices.
|
2020-11-23 13:50:26 -05:00 |
Matthew Budd
|
3ca86a1748
|
Added new mapper to cmakelist for SDL build.
|
2020-11-11 20:19:56 -05:00 |
Matthew Budd
|
8adcc1a699
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
Matthew Budd
|
4314ccbfc3
|
Movie play window for Qt GUI in work.
|
2020-11-05 06:49:50 -05:00 |
Matthew Budd
|
d8d696e1a1
|
Added movie options dialog window to Qt GUI.
|
2020-11-05 05:24:21 -05:00 |
Matthew Budd
|
ef8c426549
|
Merge branch 'master' into development
|
2020-11-01 15:39:48 -05:00 |
Brian Heim
|
2480ee81d4
|
cmake: use macdeployqt instead of fixup_bundle to deploy on macOS
remove unused variable - bundle generator vars are unused by dragndrop
see comments for more info
|
2020-10-29 09:35:08 -05:00 |
Matthew Budd
|
461d3f88cd
|
Added initial framework for Qt iNES header editor window.
|
2020-10-28 23:25:32 -04:00 |
Matthew Budd
|
040c7abaef
|
Updated linux desktop installation to use higher resolution icon. Added a white trim to the icon to have contrast on dark desktop backgrounds.
|
2020-10-22 22:19:47 -04:00 |
Matthew Budd
|
fede6f5690
|
Minor cleanup of lua engine load rom update for SDL port.
|
2020-10-21 20:45:50 -04:00 |
Matthew Budd
|
baa724ed14
|
Added initial layout of Qt RAM Search window.
|
2020-10-11 10:40:27 -04:00 |
mjbudd77
|
50d789f4f5
|
Merge pull request #182 from mjbudd77/master
Added Qt RAM Watch Window Feature
|
2020-10-10 09:48:21 -04:00 |
Alexey 'Cluster' Avdyukhin
|
9d837056c9
|
Merge branch 'master' into Issue130
|
2020-10-08 19:56:48 +03:00 |
Matthew Budd
|
ab922df318
|
Added initial window layout for Qt RAM Watch window.
|
2020-10-07 20:35:52 -04:00 |
Matthew Budd
|
1f12627c8f
|
Added initial file for Qt name table viewer
|
2020-10-05 20:52:09 -04:00 |
Matthew Budd
|
c21041e26e
|
Setup initial menu options and window open for Qt GUI PPU Viewer.
|
2020-10-03 11:46:14 -04:00 |
Matthew Budd
|
c288c60c68
|
Added initial window layout for trace logger.
|
2020-09-30 20:56:50 -04:00 |
Matthew Budd
|
086d523566
|
Added initial code data logger window layout for Qt GUI.
|
2020-09-27 10:59:24 -04:00 |
Matthew Budd
|
f442404149
|
Added initial framework for symbolic debug feature in Qt port.
|
2020-09-13 21:43:50 -04:00 |
Matthew Budd
|
7001b55569
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |
Matthew Budd
|
466e513778
|
QHexEdit did not meet performance goals. Removing to try other options.
|
2020-08-18 22:19:53 -04:00 |
Matthew Budd
|
d4d59b0c01
|
Trying out different QHexEdit function as QTextEdit was too inefficient.
|
2020-08-17 22:35:27 -04:00 |
Matthew Budd
|
11ccdf77b4
|
Added initial framework for hex editor.
|
2020-08-15 21:41:06 -04:00 |
Matthew Budd
|
0c4af737dd
|
Added logic to GTK GUI to generate default mapping files for new game controllers.
|
2020-08-15 13:18:16 -04:00 |
Matthew Budd
|
0751904693
|
Added FCEUX debugger compiler flag to cmake build
|
2020-08-11 21:19:52 -04:00 |
Matthew Budd
|
d11cea3a98
|
Added OpenGL preference (GLVND or LEGACY) command line options to cmake build.
|
2020-08-11 20:58:54 -04:00 |
Matthew Budd
|
1d417a49ae
|
Back ported SDL2 game controller improvements to GTK from QT GUI.
|
2020-08-09 22:19:38 -04:00 |
mjbudd77
|
d416ceb0c4
|
Added GTK3/SDL2 based fceux build capability into cmake build file. It is configurable from the command line which GUI to build GTK or QT (default).
|
2020-08-07 13:23:43 -04:00 |
Matthew Budd
|
c76d70582a
|
Adding GUI framework for cheat window.
|
2020-07-27 22:26:41 -04:00 |
Jason W. Thompson
|
79d3396d6e
|
Rename "Real Zapper" to "LCD Compatible Zapper"
Per feedback, "Real Zapper" was renamed to "LCD Compatible Zapper" to better reflect the purpose of this input device.
|
2020-07-20 22:28:29 -05:00 |
Matthew Budd
|
f59bf15d30
|
Created a console utilities file to hold misc functions used by the Qt/SDL port.
|
2020-07-20 21:06:49 -04:00 |
Matthew Budd
|
122473b575
|
Added Lua control window.
|
2020-07-19 21:15:56 -04:00 |
Matthew Budd
|
397e17ba99
|
Added a GUI config window to for misc GUI options. Added an option to use the native OS file browser when looking for files.
|
2020-07-19 18:43:42 -04:00 |
Matthew Budd
|
be7dcda45e
|
Added palette config window and logic.
|
2020-07-16 21:18:57 -04:00 |
mjbudd77
|
f8558a9636
|
Added component runtime to cpack line
|
2020-07-12 15:43:48 -04:00 |
mjbudd77
|
08beead253
|
Successful addition of fceux icon to mac osx dmg package.
|
2020-07-12 14:10:32 -04:00 |
mjbudd77
|
70a2b3023a
|
Added logic to generate a mac osx drag and drop package.
|
2020-07-12 11:50:18 -04:00 |
Matthew Budd
|
c93d0b3113
|
Added command line help output.
|
2020-07-11 22:09:51 -04:00 |
Matthew Budd
|
96df0c25e1
|
Added logic to auto embed the git URL and revision into the executable so that it can be displayed on the About dialog window.
|
2020-07-11 19:52:14 -04:00 |