Commit Graph

4609 Commits

Author SHA1 Message Date
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
owomomo dcb086e570
Update Help Document and Minor bug fix (#275)
1. Update help document for new features.
2. Fixed "FamicomDiskSytem" typo in hnd file.
3. Fixed a bug of RAM Watch.
2020-12-22 21:05:31 +03:00
owomomo 16e7619634 1. Update help document for new features.
2. Fixed "FamicomDiskSytem" typo in hnd file.
3. Fixed a bug of RAM Watch.
2020-12-23 00:41:27 +08:00
owomomo 16493b6dc8
Merge pull request #28 from TASVideos/master
Sync code to the newest
2020-12-22 18:21:55 +08:00
owomomo a142e656da Sync code to the newest 2020-12-22 18:20:03 +08:00
owomomo beb9ba9883 Detail bug fix. 2020-12-22 17:47:31 +08:00
feos d0df933b76 help:
- fix page name for 2.3.0 whatsnew
- generate chm and html files
2020-12-21 22:57:17 +03:00
feos a4b655e649 help:
- resurrected help updates that were done on (autogenerated) html files directly and manually, and got wiped away after proper regeneration
- documented some stuff that I implemented since last release
- fixed FDS page that became a folder in 2.2.2, and fixed the "Sytem" typo
2020-12-21 22:48:42 +03:00
owomomo 4ad03e4cb1
New features in Symbolic Name Debugging (#268)
* New Symbolic Debug Naming dialog:
1. Multiline comments can be directly edited in the dialog.
2. You can add an array of comments to the addresses.
3. More convinient features of symbolic debug naming.
* Update the help document with the new feature of symbolic naming in Debugger.
2020-12-21 19:04:05 +03:00
Alexey 'Cluster' Avdyukhin 6aebbcbb9b FDS fix (SubLoad() returns 0 on success now) 2020-12-21 09:44:41 +03:00
owomomo 0fdc75471b Update the help document with the new feature of symbolic naming in Debugger. 2020-12-21 14:25:25 +08:00
mjbudd77 1709fb7990
Merge pull request #272 from mjbudd77/master
Added fceux name and version information to the main window title bar…
2020-12-21 00:23:10 -05:00
owomomo 1265ed8a7b
Merge pull request #27 from TASVideos/master
Sync code to the newest
2020-12-21 13:21:29 +08:00
mjbudd77 e64aac93ee Added fceux name and version information to the main window title bar for the Qt/SDL port. 2020-12-20 23:39:25 -05:00
mjbudd77 d0fc2f89a9
Merge pull request #271 from mjbudd77/master
New Symbolic Debug Feature Update for Qt/SDL Port
2020-12-20 23:37:56 -05:00
mjbudd77 8073210cc7 Minor array ndexing bug fix for Qt/SDL port symbolic debug array edit feature 2020-12-20 23:10:17 -05:00
mjbudd77 4d4e6b282a Merge branch 'master' of https://github.com/TASVideos/fceux into development 2020-12-20 22:27:27 -05:00
mjbudd77 9f6463c0b8 Updates Qt trace logger with new debug symbol window. 2020-12-20 22:14:47 -05:00
owomomo 2b5a8a5614
Merge pull request #26 from TASVideos/master
Sync code to the newest
2020-12-21 10:47:38 +08:00
mjbudd77 8ccf6fe37f Added new array indexing symbolic debug feature logic to Qt/SDL debugger and hex editor. 2020-12-20 21:46:25 -05:00
Alexey 'Cluster' Avdyukhin ddf3fb631e Refactored loader code for better error messages 2020-12-21 02:19:48 +03:00
Alexey 'Cluster' Avdyukhin ed4d1a7217 Minor refactoring, unreachable code removed 2020-12-21 00:36:08 +03:00
owomomo fbfe851994 Detail. 2020-12-21 01:20:23 +08:00
Alexey 'Cluster' Avdyukhin 395af9d283 Issue #264 fix (mapper 256 support) 2020-12-20 19:40:36 +03:00
Alexey 'Cluster' Avdyukhin 33d7d517db Updated and recompiled help files 2020-12-20 18:54:48 +03:00
owomomo cd0486ff9f Detail. 2020-12-20 23:12:09 +08:00
owomomo d42ef61fc5
Merge branch 'master' into master 2020-12-20 19:08:31 +08:00
owomomo 67e64410a8 New Symbolic Debug Naming dialog:
1. Multiline comments can be directly edited in the dialog.
2. You can add an array of comments to the addresses.
3. More convinient features of symbolic debug naming.
2020-12-20 18:48:35 +08:00
owomomo 6e0a5a391b
Fix Issue #88 (#266)
* Trying to fix Issue #88.
* Fix a grammar mistake.
* Add single comment without name with symbol naming dialog.
2020-12-19 12:31:30 +03:00
owomomo 022909e9ac
HOTFIX 2020-12-19 16:26:52 +08:00
owomomo 0197920068 HOTFIX 2020-12-19 14:49:51 +08:00