Commit graph

1324 commits

Author SHA1 Message Date
Sour
6717520cb3 Debugger: Allow labels with @ marks in the watch window 2017-12-21 15:19:57 -05:00
Sour
9654cbc5af Debugger: Changed background color for sprite viewer to make sprite edges easier to distinguish 2017-12-21 14:20:55 -05:00
Sour
50d7bbf492 Lua: Added getRomInfo/getLogWindowLog and changed getState to return doubles for apu channel frequencies 2017-12-20 22:11:36 -05:00
Sour
cdd6c4c20e Input: Prevent Alt-F4 from triggering other shortcuts (e.g load save state 4) 2017-12-20 19:51:57 -05:00
Sour
bba613728c Input: Properly ignore all input when in background 2017-12-20 18:41:26 -05:00
Sour
db971fe5cc HD Packs: Performance fixes (CHR RAM games run 2x faster than before + some improvements for CHR ROM games) 2017-12-18 20:02:25 -05:00
Sour
224cbe6b04 HD Packs: Fixed regression with CHR RAM games 2017-12-17 21:15:08 -05:00
Sour
d2ef196a3b Input: Added "keyboard mode" toggle to improve keyboard input 2017-12-17 21:11:54 -05:00
Sour
6b90228bdd Input: Added UI for keybindings for 6 devices (exciting boxing, family basic keyboard, jissen mahjong, partytap, powerpad, subor keyboard) 2017-12-16 14:06:00 -05:00
Sour
2b851d5d38 Performance: Code optimizations (7-10% faster than 0.9.3) 2017-12-04 00:09:11 -05:00
Sour
6588872e42 Input: Fixed crash due to multithreading issues w/ controller state access 2017-12-03 23:12:16 -05:00
Joel Puig Rubio
2baf1071d4 Updated Catalan translation (#279) 2017-12-03 23:08:34 -05:00
Souryo
6aa8edbede Linux: Fixed compilation warnings 2017-11-29 23:37:23 -05:00
Souryo
114d9d2313 Video: Exclusive fullscreen mode (wip) 2017-11-29 23:24:26 -05:00
Souryo
dc3202fbfc UI: Fixed input hud being shown behind game select screen after using power off 2017-11-28 22:44:06 -05:00
Souryo
ff95758a87 Movies: Fixed issue when auto-configure input option is enabled 2017-11-26 19:19:10 -05:00
Souryo
6e077f5743 Rewind: Fixed old bug that (rarely) caused glitchy video when rewinding 2017-11-26 18:19:37 -05:00
Souryo
a0289a5e95 Movies: Allow rewinding in movies 2017-11-26 18:16:32 -05:00
Souryo
3348c3d96a Savestates: Fixed issue with BaseControlDevice::StreamState 2017-11-26 17:02:26 -05:00
Souryo
4b3edac310 Input: Added UI for family basic tape recorder 2017-11-24 21:38:12 -05:00
Souryo
9c5cfa2e79 Lua: Fixed inputPolled event being called multiple times per frame 2017-11-21 17:54:54 -05:00
Souryo
2c7a169d9c Linux: Fixed compilation warnings/errors 2017-11-20 19:15:17 -05:00
Souryo
850102bbdc Input: Added support for ~20 new peripherals (Incomplete, more fixes/changes to come)
Movies: Rewrote format to support all IO devices and console types
Netplay: Now supports all IO devices and console types
2017-11-19 23:08:23 -05:00
Souryo
13103551cf Netplay: Fixed some potential multithreading issues 2017-11-14 00:02:55 -05:00
Souryo
72f0d961db Netplay: Fixed issue that caused an instant disconnection when trying to connect to a server (among other things) 2017-11-13 19:10:20 -05:00
Souryo
bf99f6a9ac Video: Fixed 270 degree rotation being mirrored 2017-11-11 22:11:16 -05:00
Souryo
d014aed08d Fixed compilation error 2017-11-11 21:00:33 -05:00
Souryo
fec2a2130b Video: Added option to rotate display by 90/180/270 degrees 2017-11-11 20:55:33 -05:00
Souryo
66197f2c09 Debugger: Improved bound checking for memory read/writes 2017-11-11 13:24:48 -05:00
Souryo
efc934ee8e Debugger: Fixed CHR graphic editor not working when PPU banks are selected 2017-11-11 12:35:39 -05:00
Souryo
be36c630f9 Debugger: Fixed code stepping issues when a Lua script is active 2017-11-10 19:04:22 -05:00
Souryo
8c4274e13c Debugger: Fixed PPU viewer causing side effects in some games 2017-11-10 17:36:23 -05:00
retro-wertz
64f911d58a Fixed Linux compilation error 2017-10-21 20:21:39 -04:00
Souryo
eb8f01b7e9 Debugger: Fixed multi-threading issue that caused debugger to open up on its own while Lua scripts were running 2017-10-09 10:07:08 -04:00
Souryo
ab91bef2b0 Fixed compilation warnings 2017-10-07 21:47:35 -04:00
Souryo
49262b8d31 Debugger: Allow "Run Single Frame" shortcut to work when debugger is opened 2017-10-07 21:09:27 -04:00
Souryo
028b2ff089 UI: Fixed pause screen issues (was sometimes being shown when it should not have) 2017-10-07 21:00:02 -04:00
Souryo
0c97f4ab3d Debugger: Fixed "Edit iNES header" outputting 16 extra bytes at the end of the file 2017-10-07 20:37:39 -04:00
Souryo
f14855bf6b Savestates: Fixed 4-screen mirroring games not saving the extra 2 nametables to file 2017-10-07 20:32:55 -04:00
Souryo
837032f8ea Debugger: Added stateLoaded/stateSaved Lua callbacks (+ fixed issues with savestate API & Lua reference cleanup) 2017-10-07 19:48:45 -04:00
Souryo
11a06926ff Debugger: Lua - Added getScriptDataFolder function 2017-10-07 15:16:14 -04:00
Souryo
4245561034 Debugger: Lua - Remove "debug" read/write API (replaced by cpuDebug & ppuDebug enum values) 2017-10-07 13:31:28 -04:00
Souryo
ba8540e4f2 Debugger: Fixed Lua-related multithreading bugs 2017-10-07 13:01:42 -04:00
Souryo
5ab04aa00b Debugger: Close all debugger windows when emulation is stopped (prevents crashes) 2017-10-05 21:40:25 -04:00
Souryo
67b9a5c707 Debugger: Fixed hex editor highlight issues (when loading save state, etc.) 2017-10-05 20:48:18 -04:00
Souryo
fa091a4f76 Debugger: Lua - Async savestate functions + isKeyPressed 2017-10-05 19:44:37 -04:00
Souryo
9706f98636 Debugger: Lua - Fixed drawLine drawing logic 2017-10-03 19:39:02 -04:00
Souryo
4af7fc696e Debugger: Lua - Added optional param to read memory functions to return value as a signed value 2017-10-03 19:10:23 -04:00
Souryo
ae5a1a1183 Debugger: Lua - Fixed eventType.reset event callback 2017-10-03 18:40:26 -04:00
Souryo
5066c89570 UI: Fixed issue with game selection screen getting activated by keypresses when game is paused 2017-10-03 18:18:29 -04:00