mjbudd77
aff634b0ed
Changed Qt name table viewer layout to more like mesen.
2021-01-28 22:33:28 -05:00
mjbudd77
b5008d89bc
For Qt GUI, added name table viewer selected tile box indication. Alse
...
added scroll and zoom functionality.
2021-01-27 21:36:15 -05:00
mjbudd77
acdbc979ed
For Qt GUI, added a menu bar to the name table viewer window. Also added
...
a compact window view mode.
2021-01-25 22:25:27 -05:00
mjbudd77
a2e3c2705a
Added grid lines option to Qt nametable viewer.
2021-01-25 21:13:46 -05:00
mjbudd77
909e3c0c20
Added grid lines to the PPU pattern table viewer for the Qt GUI.
2021-01-25 20:26:09 -05:00
mjbudd77
7ce62ebee3
Added logic to Qt GUI to save off window size and video scaling parameters at application exit so that they can be used at startup to restore window to same size it was previously.
2021-01-24 14:21:18 -05:00
mjbudd77
6cbcc9cc59
Added logic to save the video auto scaling config setting between restarts of Qt GUI. This addresses part of issue #311 .
2021-01-24 12:30:42 -05:00
mjbudd77
6f4537733c
Added a help menu to new Qt PPU pattern table tile editor.
2021-01-24 11:24:05 -05:00
mjbudd77
d3bc4fb752
Added a PPU pattern table tile editor to the Qt/SDL GUI. This editor allows the user
...
to graphically set the values of individual pixel cells in the pattern tables.
2021-01-23 19:17:09 -05:00
mjbudd77
c6752c4193
Added standard FCEU GPL2 license header to Qt cpp files that were
...
missing it.
2021-01-20 19:19:22 -05:00
tch69
788308fb05
Using /usr/bin/env bash instead of /bin/bash ( #307 )
...
/bin/bash" makes the script Linux-specific, so change it to "/usr/bin/env bash"
2021-01-17 14:51:21 -05:00
mjbudd77
c80e65ff79
Reverted unix build script back to bash instead of sh. This script has
...
bash specific syntax in it.
2021-01-16 14:54:47 -05:00
mjbudd77
1454238f1e
Added #if defined(__unix__) in the appropriate places to allow for the code to compile for FreeBSD 12.2 using the clang 10.0.1 compiler. ( #305 )
2021-01-16 14:40:28 -05:00
tch69
6d541c6d62
rename /bin/bash to /bin/sh to scripts in 'scripts folder ( #302 )
...
* Update genGitHdr.sh
* Update linux_makeIcons.sh
* Update unix_debug_build.sh
2021-01-13 18:30:20 -05:00
Brad Smith
356cae005d
add 2.2.3 source to old versions on download page
2021-01-13 17:14:24 -05:00
owomomo
0e0d75cea8
Fix Issue #89 , Hex Editor features etc ( #295 )
...
* 1. Fix a bug that VS System, Extend System and Input Device Combobox don't change any value of the header.
2. Add hex preview to iNES Header Editor.
* Detail bug fix.
* Header Editor Hotfix
* ...
* ...
* Trying to fix Issue #89 .
* Add array symbolic debug naming feature to Hex Editor.
* Separate the focus of Hex Editor cursor in different color, and Tab key to switch between them.
* 1. Shift+ArrowKeys to select a range of bytes (Shift+Home/End/PageUp/PageDown currently not supported)
2. Tab to switch between Hex and Text column, and use different color to make it clearer.
3. Sorted out some codes of Hex Editor, they are somehow crowded mess with ambiguous.
4. Detail.
* ...
* I hope there's no more bugs digging out...
* Fix calc bug of GetScreenCoordy(int offset).
* Some document says ExtTextOut is a bit faster than TextOut.
* Ctrl, Shift with arrow keys
* ...
* ...
* ...
2021-01-13 13:32:11 +03:00
zeromus
8ab8db5809
i dont see why ram watches have to be "valid hardware addresses"
...
it should show exactly whatever hex editor does.
it's probably old and out of date.
2021-01-11 00:03:08 -05:00
mjbudd77
5edf503041
Updated MacOS specific installation and build information on web page.
2021-01-10 23:14:50 -05:00
mjbudd77
de669bf73a
Updated non-functional netplay statement on downloads web page. Netplay is currenly not functional.
2021-01-10 20:13:04 -05:00
mjbudd77
f4183a6495
Fixed net server C++11 warning: dynamic exception specifications are deprecated in C++11, which results in a compiler error when using C++17 standard. ( #300 )
2021-01-09 21:18:49 -05:00
mjbudd77
8e6e40848d
VS Code integration ( #298 )
...
* Integrated VS Code IDE into project. A very useful tool for debugging Qt/SDL port.
* Fixed Qt/SDL debug launch target in vscode config for MacOS
2021-01-08 15:14:23 -05:00
mjbudd77
314e3d90a1
Removed unused deprecated automake build files. ( #297 )
2021-01-06 21:21:35 -05:00
mjbudd77
427daa3543
Added logic to Qt GUI to allow for the main menu bar to be hidden. ( #296 )
2021-01-05 21:50:37 -05:00
mjbudd77
6d8cd5f64b
Updated the web page binary and source download links to point to new 2.3.0 release files.
2021-01-02 21:29:58 -05:00
mjbudd77
3714351f3d
Fixed typo on web home page.
2021-01-02 20:49:21 -05:00
zeromus
06c71a418b
update homepage to indicate 2.3.0 release
2021-01-02 19:15:53 -05:00
owomomo
65c5b0d2a1
Header editor ( #294 )
...
* 1. Fix a bug that VS System, Extend System and Input Device Combobox don't change any value of the header.
2. Add hex preview to iNES Header Editor.
* Detail bug fix.
2021-01-01 17:44:49 +03:00
Dan Weiss
5f1263aef3
Fix Load State for Mapper 19, should not call `SyncMirror` after calling `FixNTAR` ( #293 )
2020-12-31 16:49:09 +03:00
Dan Weiss
b66bcfb3e2
Fix SFMDATA getting a terminator that it shouldn't get if NULL pointer is given ( #290 )
2020-12-31 16:48:54 +03:00
zeromus
61709a0e6d
somehow /mp wasnt set on the vcxproj
2020-12-30 20:36:59 -05:00
mjbudd77
6724062581
Fixed NULL check for SPostSave function pointer. Initialized SPreSave and SPostSave pointers to NULL to ensure their initial state is consistent. Also, init FCEU_state_loading_old_format to false as it is always better to have an initial state defined than none at all.
2020-12-30 15:20:34 -05:00
mjbudd77
fde7bfab9f
NL file parsing fix for Qt Gui to properly load array variable entries. ( #288 )
...
* Ported over recent fix to PalettePoke function from windows to Qt.
* NL file parsing fix for Qt Gui to properly load array variable entries.
2020-12-29 17:24:38 -05:00
mjbudd77
8d1082b290
Ported over recent fix to PalettePoke function from windows to Qt. ( #287 )
2020-12-28 17:07:25 -05:00
g0me3
8ae1807957
attpet to fix #282
2020-12-28 22:36:33 +03:00
g0me3
1b0edf183d
Merge branch 'master' of https://github.com/TASVideos/fceux
2020-12-28 22:20:02 +03:00
g0me3
ffd322424e
fix for #285
2020-12-28 22:19:46 +03:00
CaH4e3
358a53eb18
Merge pull request #286 from owomomo/bugfix
...
Fix Issue #283
2020-12-28 21:32:14 +03:00
owomomo
f173e11152
1. Fix "Restore Window Size" restores to a wrong size when screen dpi is not 96.
...
2. Fix Issue #283 , currently no break or crash have been found...
3. Detail.
2020-12-28 23:23:55 +08:00
owomomo
3093ddfa71
Merge pull request #29 from TASVideos/master
...
Sync code to the newest
2020-12-24 20:06:58 +08:00
owomomo
159bc33dbc
Sync code to the newest.
2020-12-24 20:05:42 +08:00
CaH4e3
1b01d03f96
Merge pull request #279 from bbbradsmith/chr1k_safety
...
minimum CHRRAMSize allocation for safety < 1k
2020-12-23 22:42:58 +03:00
bbbradsmith
6b5fae2e7d
minimum CHRRAMSize allocation for safety < 1k
2020-12-23 14:39:47 -05:00
feos
b63b327d42
recreate help files
2020-12-23 21:05:36 +03:00
g0me3
9fc4c98f04
MemViewUpdate cleanup, readability, removed redundant code and stuff. better to see in profiler now the real bottleneck for highlighted coloring being too slow
...
(TextOutA with not highlight - 32000 calls, 3200000 calls with highlightings+fading)
2020-12-23 18:46:06 +03:00
CaH4e3
a9b59c8b9a
Merge pull request #278 from bbbradsmith/doc_update
...
Doc update re: #274
2020-12-23 14:00:17 +03:00
bbbradsmith
6a608a4cfe
Document 2C03/2C04 RGB palettes
2020-12-22 20:49:21 -05:00
bbbradsmith
8bfa36e8bc
update 2.3.0 changelog with everything I worked on that wasn't mentioned
2020-12-22 20:40:37 -05:00
bbbradsmith
f272ca5650
Palette.html was missing notes about new 512 entry format: https://sourceforge.net/p/fceultra/code/3161/
2020-12-22 20:26:17 -05:00
mjbudd77
13c18d6f42
Merge pull request #276 from mjbudd77/master
...
Added Qt/SDL Debug Tools Image to web page home.
2020-12-22 14:19:19 -05:00
mjbudd77
81ae8b2daa
Added Qt/SDL Debug Tools Image to web page home.
2020-12-22 13:39:02 -05:00