Commit graph

1556 commits

Author SHA1 Message Date
Sour
81fa187a5d UI: Added file association option for .studybox files 2020-01-22 20:13:07 -05:00
Sour
ae4a2f29d3 Debugger: Lua Test Runner - Load labels before launching lua scripts 2020-01-18 20:22:27 -05:00
Sour
9351397e83 Debugger: Event Viewer - Fixed tooltips sometimes not being shown at the correct position 2020-01-18 14:51:52 -05:00
Sour
cea50b8a60 Debugger: Lua - Load labels when opening up the Lua window
Otherwise getLabelAddress doesn't work as expected
2020-01-12 16:28:58 -05:00
Sour
901099307b Audio: Fixed disabling audio not muting studybox audio 2020-01-03 18:58:00 -05:00
Sour
8047fe44bb Added Study Box tape support (.studybox files)
-Added audio support
-Improved emulation logic
-Games are loaded via .studybox files
2019-12-31 20:24:06 -05:00
Sour
af19f4e36a UI: Removed custom font for version number 2019-12-29 14:40:20 -05:00
Sour
a8848c713c UI: Fixed game selection screen displaying incorrectly when no recent games exist 2019-12-29 14:35:17 -05:00
Sour
42a7404d4f NSF: Fixed UI crash when switching between different NSF files 2019-12-29 10:39:14 -05:00
owomomo
70fa5a0ad7 UI: Update Chinese translation (#744) 2019-12-29 14:43:47 +00:00
owomomo
8f5354b44d UI: Update Chinese translation (#741) 2019-12-27 22:37:29 -05:00
Sour
6e8b79f0b2 Video: Exclusive fullscreen fixes
-Ensure window takes up the entire screen
-Ensure scale is set properly
-Fix issues when scale is set to be bigger than the screen
2019-12-27 18:01:50 -05:00
Sour
7834eb285b Video: Option to select screen resolution in exclusive fullscreen mode 2019-12-26 23:31:08 -05:00
Sour
a4dd6b1c1a UI: Added acknowledgements to about window 2019-12-26 17:35:50 -05:00
Sour
f5ecdf5623 Cheats: Updated cheat database 2019-12-26 16:39:43 -05:00
Sour
4fd20440f6 UI: Game Selection Screen - Change highlight colors to add more contrast 2019-12-26 14:25:38 -05:00
Sour
4906b12e2f Debugger: Lua - Fixed incorrect path for getScriptDataFolder for built-in scripts 2019-12-25 16:15:07 -05:00
Sour
eb1f120539 UI: Fixed crash when closing preferences if game selection screen is disabled 2019-12-25 15:57:45 -05:00
Sour
a29cc4c8d0 Cheats: Auto-convert between the different types of cheat codes (when possible) 2019-12-25 15:54:55 -05:00
Sour
9be0da4ea6 Debugger: Added go to shortcuts for FDS games 2019-12-24 18:59:32 -05:00
Sour
c48a128dd7 UI: Fixed layout issue with power on ram state dropdown 2019-12-24 15:30:43 -05:00
Sour
553b84371e UI: Hide mouse cursor after exiting pause 2019-12-24 15:14:01 -05:00
Sour
c7675bcd49 Core: Added runahead support (1 to 10 frames) 2019-12-24 13:55:40 -05:00
Sour
1d03eb7859 Debugger: Hex Editor - Give keyboard focus to the hex editor when form is opened 2019-12-23 16:49:54 -05:00
Sour
8fd28e2e8f UI: Display more than 1 game in game selection screen 2019-12-23 14:51:26 -05:00
Sour
11720fd30d UI: Added shortcuts to select a specific save slot 2019-12-23 14:50:34 -05:00
Sour
515fd45aa9 Debugger: Event Viewer - Fix filter options not working after closing another configuration window 2019-12-23 14:19:21 -05:00
Sour
5e61901f2e Debugger: Fixed crash with CA65 .dbg integration 2019-12-20 11:28:14 -05:00
Sour
ec3dc5d327 Debugger: Script Window - Fixed errors/typos in help tooltips 2019-12-18 21:34:25 -05:00
Sour
8fd774b038 Debugger: Added "break on bus conflict" option 2019-12-12 21:03:32 -05:00
ReverseDmitry
f33a240f31 UI: Updated Russian translation (#723) 2019-12-09 19:57:50 -05:00
juanramonmartinez
7a41d0f7dd UI: Spanish language updated (#721) 2019-12-09 19:57:09 -05:00
Sour
bc32701d8e Debugger: Fixed CHR mapping display bug 2019-12-06 20:29:58 -05:00
Sour
eacd07d010 Debugger: Create auto-labels on addresses that contain only a comment + create auto-labels for functions 2019-11-24 10:24:36 -05:00
Sour
38b50f016f Study Box: Fixed incorrect mappings and fixed the display for 4400-4FFF in the debugger window
(+ fixed some debug warnings)
2019-11-23 21:40:13 -05:00
Sour
c83e0104b3 Debugger: Fixed comments being duplicated on every power cycle 2019-11-23 19:33:19 -05:00
Sour
7825a606f5 UI: Fixed crash on first launch 2019-11-23 08:58:57 -05:00
Sour
81f455daa0 Debugger: Text Hooker - Only update clipboard when needed and catch exceptions if one occurs 2019-11-21 18:03:30 -05:00
Sour
a8bab89555 Debugger: Watch Window - Refresh on each frame regardless of refresh while running debugger window option 2019-11-20 19:14:07 -05:00
Sour
4a258e6788 Debugger: Event Viewer - Added refresh speed options 2019-11-20 19:12:08 -05:00
Sour
8508b211cc Debugger: Event Viewer - Added option to show NTSC borders
+ Ported most of Mesen-S' event viewer code to allow this to work
2019-11-19 22:28:45 -05:00
Sour
43811ae7ac UI: Added "reload rom" option and changed power cycle to not reload from disk 2019-11-19 22:18:09 -05:00
Sour
27d512e02f Input: Turn off hot plugging for directinput devices
Loading, resetting a game or opening input config will still check for new DInput controllers
2019-11-16 22:32:06 -05:00
Sour
6a6311b687 Debugger: Fixed highlighting for breakpoints/current line 2019-11-16 13:56:44 -05:00
Sour
a20c27758f Debugger: Event Viewer - Fixed PPU writes not being filtered correctly 2019-11-16 12:29:10 -05:00
Sour
6bc4fec18e Debugger: Improved code highlighting/indentation in source view mode 2019-11-16 12:13:34 -05:00
Sour
a6aab8f995 Debugger: CHR Viewer - Change selection/hover colors to try to make it easier to see 2019-11-14 22:21:09 -05:00
Sour
c5418331ed UI: Attempt to fix issue with about dialog appearing behind form 2019-11-14 21:47:32 -05:00
Sour
29ef07af09 UI: Prevent potential crash when closing main window in some scenarios 2019-11-14 21:35:57 -05:00
Sour
03ad7d5cc7 DB: Added another game matching the 255-in-1 mapper 2019-11-14 20:46:56 -05:00