Commit graph

1652 commits

Author SHA1 Message Date
Souryo
213b67064b Debugger: Lua - Reuse last folder when saving scripts, too 2017-10-03 17:17:56 -04:00
Souryo
63bf64c3b2 Spanish translation update (thanks to Juan Ramón Martínez) 2017-10-02 18:52:20 -04:00
Souryo
f8315ac726 Debugger: Reuse last used folder when opening a lua script 2017-10-02 18:49:13 -04:00
Souryo
c211d135ca UI: Added some new shortcuts (game timer, frame counter, etc.) 2017-10-02 18:44:36 -04:00
Souryo
a313076e2d UI: Fixed layout issue when entering fullscreen mode while game is paused (or if screen size does not change) 2017-10-02 17:20:38 -04:00
Souryo
0d1e9bbcb3 Zip: Fixed issues with non-UTF8 filenames in zip files 2017-09-30 14:07:07 -04:00
Souryo
ef63dfa816 Video: Added 60.0/50.0 fps mode 2017-09-30 11:24:35 -04:00
Souryo
99d1728da9 Debugger: Improved scanline/cycle fields' usability 2017-09-29 20:54:09 -04:00
Souryo
a04a8747ba Debugger: Fixed freezes/crashes when switching game while debugger is opened (esp. with lua scripts) 2017-09-28 21:27:38 -04:00
Souryo
f00b4db2bb Debugger: Fixed empty list after resetting profiler 2017-09-28 21:10:48 -04:00
Souryo
8e37b81d3a Debugger: Fixed mouse over precision in PPU viewer (cause by recent DPI-related changes) 2017-09-28 20:34:14 -04:00
Souryo
b8f51f876a Debugger: Fixed palette display in nametable viewer 2017-09-28 20:33:07 -04:00
Souryo
b1dd996534 PPU: Fixed "Disable background" option issue with sprite 0 hits 2017-09-28 20:13:21 -04:00
Souryo
99c2385192 Debugger: Fixed sprite viewer screen preview not showing the last 10 lines 2017-09-28 20:08:27 -04:00
Souryo
1f974dcedd Debugger: Scroll overlay position is now based on the selected cycle/scanline 2017-09-28 20:05:00 -04:00
Souryo
c7a001e691 Debugger: Fixed cycle/scanline inputs not working with keyboard in ppu viewer 2017-09-28 18:32:09 -04:00
Souryo
3a02d6cd50 FDS: Improved IRQ emulation (based on hardware tests) 2017-09-23 12:07:57 -04:00
Souryo
5b2467b205 Fixed text typos 2017-09-23 12:07:01 -04:00
Souryo
b8630ddeeb UI: Fixed layout issues in video config (+ down arrow icon change in win8+) 2017-09-18 21:40:21 -04:00
Souryo
1f2457769b Command Line: Resize window properly when scale/overscan changes via command line switches 2017-09-17 16:04:26 -04:00
Souryo
06d6e59ac8 GetKeyName: Fixed incorrect return value 2017-09-17 15:25:02 -04:00
Souryo
ccb2731e73 UI: Fixed DPI issue with palette tab in video config 2017-09-17 15:23:11 -04:00
Souryo
c5e405d941 UI: Fixed DPI-related window sizing issue when overscan is used 2017-09-17 15:21:50 -04:00
Souryo
aab739a31c Shortcuts: Improved shortcut key handling 2017-09-17 10:52:21 -04:00
Souryo
05236c4d1a UI: More layout fixes 2017-09-17 01:29:17 -04:00
Souryo
ac4f3a0b00 UI: Linux layout fixes 2017-09-17 00:54:30 -04:00
Souryo
8151fb5445 UI: Fixed DPI-related issues 2017-09-16 22:02:05 -04:00
altiereslima
fb1b1fea8c Updated Portuguese translation (#248) 2017-09-15 19:18:22 -04:00
Souryo
c6f77c8a3d Startup: Only overwrite existing files on disks if they don't match the embedded file 2017-09-12 20:52:12 -04:00
Souryo
6ef76ecb20 Debugger: Keep watch selection when auto-refresh is on 2017-09-12 20:04:14 -04:00
Souryo
5fb7bd4f77 Debugger: Fixed crash when attempting to copy via Ctrl-C when trace log is empty 2017-09-12 19:39:03 -04:00
Souryo
c2d63f6166 Cheat Finder: Fixed crash when pressing Reset button 2017-09-12 19:38:42 -04:00
Arcus87
41fc5f68bd Updated Ukrainian translation (#245) 2017-09-09 19:25:23 -04:00
altiereslima
cec930dcf4 Updated Portuguese translation (#243) 2017-09-09 09:32:51 -04:00
Souryo
43744ba95e Version Update: 0.9.3 2017-09-08 22:17:23 -04:00
Souryo
a54255fa5c Linux: Changed default data folder (/.config/mesen) 2017-09-08 22:16:57 -04:00
Souryo
287dd16c8a UI: Localized online help menu option 2017-09-08 20:37:45 -04:00
Souryo
ece3526b31 Linux: Fixed crash when trying to start another instance (fixes file associations) 2017-09-08 20:10:30 -04:00
Souryo
4704c92317 UI: Improved error handling for drag and drop 2017-09-08 19:09:15 -04:00
Souryo
d0713b2775 UI: Added file association for save states (and merged nsf+nsfe setting) 2017-09-08 18:53:18 -04:00
Souryo
5e318fd614 UI: Added Game folder override to force File->Open to always use that folder 2017-09-08 18:22:45 -04:00
Souryo
bcd0cd485f UI: Added "Clear History" option to recents menu 2017-09-08 17:35:18 -04:00
Souryo
6969caa1b8 Debugger: Lua memory callback fixes + allow lua script to change read/written value 2017-09-08 17:20:40 -04:00
Souryo
46ecd361f7 Debugger: Fixed double-click action in sprite viewer 2017-09-08 16:02:56 -04:00
Souryo
5656c8a071 Debugger: Make sure breakpoint memory range is valid 2017-09-08 15:56:14 -04:00
Souryo
703543204f UI: Added link to online help 2017-09-08 15:43:25 -04:00
Souryo
7d83107af5 UI: Fixed minor NSF player layout bug in Win10 2017-09-08 15:43:18 -04:00
Souryo
5ac2b3118e UI: Give better error message when C# dependencies cannot be loaded. 2017-09-08 15:06:06 -04:00
Souryo
30b9a9a5b6 UI: Improved shortcut handling logic 2017-09-08 15:03:29 -04:00
Souryo
f26601f802 Patches: Allow patches in the same folder as a single rom to automatically load the rom when the patch is loaded 2017-09-08 14:03:10 -04:00