Anders
4a3aab54d3
Graceful label truncation ( #2179 )
...
* Graceful label truncation
* Undo UTF-8 GitHub conversion
2022-01-28 08:57:37 +10:30
zilmar
30a40ea0a8
Core: Remove the option to turn off tlb
2022-01-10 17:46:01 +10:30
shyguyhex
ac94f2505e
[Debugger] Rewrite script API ( #2110 )
...
* [Debugger] Rewrite script API
* Update js api paths in installer script
2021-09-03 14:41:04 +09:30
shyguyhex
56911cef58
[Debugger] Symbols: improve performance, implement filter textbox ( #2102 )
2021-08-26 12:28:34 +09:30
zilmar
fc996df8ec
Add Author to enhancement file
2021-07-13 08:17:16 +09:30
oddMLan
1830b93bc5
Since 8MB is default now, remove hardcoded check in SettingsType-RDBRamSize.cpp and redundant note in the UI
...
This reverts commits 8475fa9c14
4020735b26
2021-05-27 22:32:55 -07:00
oddMLan
3aca31e758
Beautify Welcome Screen
...
Simplify wording, tweak the element alignments, and the plugin choice works like a button now (looks less confusing)
2021-05-27 22:32:49 -07:00
oddMLan
cdbe507437
Minor layout fixes
...
- Fixed Notes in Enhancements window
- Fix Add Cheat to accommodate for cheat disable value feature
- Center about window header
2021-05-26 11:59:29 -07:00
zilmar
133170c1a2
Add option to not exit fullscreen on lose focus
2021-03-23 11:46:11 +10:30
zilmar
1249e1f9f0
Add ability to remove the status bar
2021-03-18 11:02:37 +10:30
zilmar
88144f53c9
Prompt for jabo or glide plugin
2021-03-01 20:08:29 +10:30
zilmar
6127878f8f
Add plugin limiting to enhancements
2021-02-17 10:24:17 +10:30
zilmar
3e02ff31d7
Add Plugin list to enhancment
2021-02-11 21:56:09 +10:30
zilmar
3553c87121
Move enable enhancement to advanced
2021-02-02 17:01:29 +10:30
LuigiBlood
6f05e7a2f2
[Settings] Add Disk Seek Timing choice
2021-01-29 23:37:27 +01:00
zilmar
453efb6d5e
Merge pull request #1897 from Squall-Leonhart/master
...
Replace Manufacturer with Media and what each letter corresponds with.
2021-01-17 16:17:01 +10:30
zilmar
fd1a6112c0
Clean up enhancements code
2021-01-17 13:47:58 +10:30
Squall Leonhart
7d882f75b6
Manufacter ID was Media type all along
...
change all relevant code accordingly
2021-01-11 11:58:44 +11:00
zilmar
c4160785e9
Test unique code
2020-12-30 11:17:25 +10:30
zilmar
4a4b0b2e33
Merge pull request #1885 from shygoo/script-ui
...
[Debugger] Improve script window
2020-12-19 07:37:23 +10:30
shygoo
7ca05cde8a
[Debugger] Add tooltips to scripts window
2020-12-18 14:15:16 -06:00
shygoo
033d9b8327
[Debugger] Improve script window UI/stability
2020-12-18 13:57:50 -06:00
shygoo
fdb6b25b39
[Debugger] Add basic multi-line support to code editor
2020-12-17 13:30:28 -06:00
zilmar
372da9526f
Merge pull request #1871 from shygoo/dma-log-export
...
[Debugger] Implement DMA log export (fix #1858 )
2020-11-18 06:46:29 +10:30
shygoo
3a1b870c44
[Debugger] Implement DMA log export ( fix #1858 )
2020-11-17 11:57:21 -06:00
zilmar
4354ff8b26
Project64: Redo the about window
2020-11-11 20:59:13 +10:30
zilmar
23563db02f
Remove about config files
2020-11-09 19:42:30 +10:30
zilmar
890e9b5c2c
Project64: Have nag use the registry
2020-10-22 12:41:19 +10:30
zilmar
883632b4a4
Project64: Add choosing game dir on welcome screen
2020-08-04 22:28:40 +09:30
zilmar
5e78937c16
Fix up removal of version information from UIResources.rc
2020-06-10 08:21:29 +09:30
zilmar
9217b0cf4d
Remove Cheats from ini about
2020-06-09 20:04:24 +09:30
oddMLan
4020735b26
Add "Note: 8 MB is forced for Unknown ROMs" to Defaults tab
...
Closes #1747
2020-05-16 06:37:35 -07:00
oddMLan
059ae511b8
Add Protect Memory option to Defaults panel
...
Fixes #1733
2020-05-04 19:47:34 -07:00
zilmar
b9363cb0e7
Merge pull request #1665 from Project64Netplay/discord-rpc
...
Discord RPC
2020-04-29 05:48:10 +09:30
Summate
af0b0e18ea
Adding label IDs to correspond to debugger register edit IDs
...
Abstracting pairing edit IDs with label IDs
Extracting definition of register tab data to a separate file
Adding a facility to get the text of a CWindow, there didn't seem to be a straightforward mechanism to do this Adding functionality to clipboard the current tab's registers or registers from all tabs
Fixing FCSR to have the same styling as all of the other register edit fields
2020-04-09 01:17:19 -05:00
kaitengero
13c3f44487
Add "Edit" option to script context menu
2020-01-06 21:23:59 -08:00
shygoo
9406544aea
[Debugger] Misc cleanup and fixes
2019-12-24 18:41:20 -06:00
Cranky Supertoon
9b4ffdfac8
Merge branch 'master' into discord-rpc
2019-12-22 16:27:23 -05:00
shygoo
5c2aa06f7c
[Debugger] Rewrite memory viewer
...
replace the list control with a custom hex editor control
add ability to select/copy/paste/delete multiple bytes
add byte group size option
make window resizable
fix DPI-related issues
speed up auto-refresh
remove option to disable auto-refresh (new control's cpu usage is insignificant)
move the dump and search buttons into the context menu
change colors of breakpoints to match the command window's
highlight CPU read and write targets while stepping
move address info into a status bar
allow window to open before MMU is initialized
add shortcut keys for various actions
add "follow pointer" feature
add "safe mode" feature
add copy gameshark code feature
add copy with row/group addresses feature
add tabs feature
add jump menu for hardware regions
fix cartridge ROM addresses not being viewable
allow writes to cartridge ROM
use thread-safe functions for reading/writing memory
2019-11-30 11:48:46 -06:00
Cranky Supertoon
3d24d7fa2c
push rpc
2019-10-23 17:12:12 -04:00
Duncan Ogilvie
18686e710c
Implement Randomize SI/PI interrupts setting
...
closes #1656
2019-10-03 11:39:46 +02:00
shygoo
1ede902abb
[Debugger] Fix register UI problems
2019-09-26 11:07:28 -05:00
shygoo
2137b365bb
[Debugger] Add breakpoints for specific interrupts and FP exceptions
2019-08-20 17:20:49 -05:00
LuigiBlood
affc694149
[Core & UI] Add RAM Area Only (*.ram) Disk Save Type
...
- It's a bit hacky but it works for *.ndd files.
- For *.d64 files, it might be more problematic for now
2019-08-12 23:07:33 +02:00
LuigiBlood
bfd793c184
[UI] Add 64DD Tab in Options
2019-08-12 19:55:10 +02:00
shygoo
e7e91b878f
[Debugger] Add copy buttons to memviewer popup menu
2019-08-04 17:50:52 -05:00
oddMLan
2bbd724b91
[Debugger UI] Fix address text box size
...
It was 2 pixels too small to hold 10 characters (head + address)
Also added ES_AUTOHSCROLL just to be extra careful in case the user has custom UX Style with a different font.
2019-05-13 00:31:54 -07:00
oddMLan
82df61d9ce
[Debugger UI] Tweak Commands window size
...
Avoids the registers from being cut off in HIDPI
2019-05-10 10:17:42 -07:00
oddMLan
ead4d9311e
[Game Settings] Restore Overclock Modifier
2019-04-20 11:57:33 -07:00
shygoo
abbfb0361f
[Debugger] Adjust font/size of some controls
2019-04-20 00:39:14 -05:00