BizHawk/BizHawk.MultiClient/tools
andres.delikat 8d7c745e56 Show nibbles when hex editing, fix auto move to next address on 2 byte view, update values on load 2011-08-25 02:23:12 +00:00
..
Cheat.cs Fix so that cheat list isn't cleared after loading a .cht file automatically in mainform. Add a destructor to the Cheat Object that clears the corresponding memory pulse. Make a Clear() function on CheatList that clears the MemoryPulse, Cheat Window - Disable All Cheats clears the memory pulse even those not in the CheatList 2011-08-07 01:16:55 +00:00
CheatList.cs Ram Search/Watch - context menu will show Unfreeze instead of Freeze if highlighting a frozen address 2011-08-07 04:19:49 +00:00
Cheats.Designer.cs Cheat Window / Ram Watch - Select All menu item and Ctrl+A hotkey. Ram Search - add Ctrl+Z hotkey to Undo menu item 2011-08-07 00:56:21 +00:00
Cheats.cs Hex Editor - fix hex editing of 4 byte values, added a Unfreeze All menu/context menu item 2011-08-25 01:49:22 +00:00
Cheats.resx Cheats - better icon, fix Save function to use default filename and save automatically, refactored into its own Save() function 2011-08-06 22:25:37 +00:00
HexEditor.Designer.cs Hex Editor - fix hex editing of 4 byte values, added a Unfreeze All menu/context menu item 2011-08-25 01:49:22 +00:00
HexEditor.cs Show nibbles when hex editing, fix auto move to next address on 2 byte view, update values on load 2011-08-25 02:23:12 +00:00
HexEditor.resx Hex Editor - Context menu with Poke & Add to Ram Watch options 2011-03-08 13:33:46 +00:00
InputPrompt.Designer.cs Hex Editor - Context menu with Poke & Add to Ram Watch options 2011-03-08 13:33:46 +00:00
InputPrompt.cs Hex Editor - Context menu with Poke & Add to Ram Watch options 2011-03-08 13:33:46 +00:00
InputPrompt.resx Progress on implementing a Memory Poke object (for tools such as Ram Watch, Ram Search, and eventually things like a Hex Editor) 2011-02-16 16:35:51 +00:00
LuaConsole.Designer.cs Ram Watch/Cheat Window/Lua Console - when deleting, clear selected items 2011-08-17 00:26:34 +00:00
LuaConsole.cs Ram Watch/Cheat Window/Lua Console - when deleting, clear selected items 2011-08-17 00:26:34 +00:00
LuaConsole.resx Yet another round of Lua Console 2011-05-07 00:33:15 +00:00
LuaFiles.cs Another round of Lua Console 2011-05-07 00:07:27 +00:00
LuaText.cs shut up some warnings 2011-06-22 17:41:59 +00:00
LuaWindow.Designer.cs Add stuff to tool box 2011-04-30 20:18:42 +00:00
LuaWindow.cs start a LuaText object 2011-05-07 01:17:19 +00:00
LuaWindow.resx Add stuff to tool box 2011-04-30 20:18:42 +00:00
MemoryPulse.cs Fix so that cheat list isn't cleared after loading a .cht file automatically in mainform. Add a destructor to the Cheat Object that clears the corresponding memory pulse. Make a Clear() function on CheatList that clears the MemoryPulse, Cheat Window - Disable All Cheats clears the memory pulse even those not in the CheatList 2011-08-07 01:16:55 +00:00
MemoryViewer.cs Hex Editor / MemoryViewer - remove info label widget and draw the info directly in the paint event 2011-08-21 23:59:42 +00:00
MemoryViewer.resx MemoryViewer - fix so that it never attempts to display an address greater than the memory domain. Also check in memoryviewer.resx 2011-03-07 03:15:16 +00:00
RamPoke.Designer.cs Misc small cleanups 2011-03-04 16:18:06 +00:00
RamPoke.cs fixs spaces into tabs in a bunch of files because I'm tired of fixing it gradually 2011-06-19 23:39:25 +00:00
RamPoke.resx Refactor Ram Poke by making a stand alone Ram Poke dialog, this will be able to be called from the main menu as well as any dialog 2011-02-17 16:27:39 +00:00
RamSearch.Designer.cs Ram Watch/Search - refresh on form activate 2011-08-20 15:35:16 +00:00
RamSearch.cs Memory Viewer & VirtualListView - ControlStyles.OptimziedDoubleBuffer seems to be a small speedup compared to ControlStyles.DoubleBuffer 2011-08-21 20:28:22 +00:00
RamSearch.resx Ram Search - refix the Add To RamWatch toolstrip button 2011-08-20 13:02:25 +00:00
RamWatch.Designer.cs Ram Watch/Search - refresh on form activate 2011-08-20 15:35:16 +00:00
RamWatch.cs Hex Editor - Fix Endian display on 2 & 4 byte view, fix freezing of multibyte values, fix adding to ram watch of multibyte values, fix ram watch to run UpdateValues when an external dialog adds a value 2011-08-25 01:22:03 +00:00
RamWatch.resx Some work on TAStudio, read-only toggle, play movie from beginning, autoload, misc clean up 2011-06-11 22:32:12 +00:00
RamWatchNewWatch.Designer.cs Better input validation on Ram Watch - New Watch Dialog 2011-03-20 01:25:11 +00:00
RamWatchNewWatch.cs fixs spaces into tabs in a bunch of files because I'm tired of fixing it gradually 2011-06-19 23:39:25 +00:00
RamWatchNewWatch.resx Move RAM Watch & related files to a tools folder 2011-01-23 18:27:26 +00:00
TAStudio.Designer.cs TAStudio - fix updating of nes control pad, add menu item "Update Pads on Movie Playback", different color for control pad button background when pressed 2011-07-30 17:59:18 +00:00
TAStudio.cs Ram Watch/Search, TASStudio - use of the blazingfast option of virtuallistview only during the updatevalues function yields significantly less flickering without the bad side effects of that option 2011-08-04 02:28:25 +00:00
TAStudio.resx TAStudio - misc small things 2011-06-12 20:33:42 +00:00
ToolBox.Designer.cs Cheats - better icon, fix Save function to use default filename and save automatically, refactored into its own Save() function 2011-08-06 22:25:37 +00:00
ToolBox.cs Toolbox - add emulator dependent tools to toolbox. 2011-04-30 21:19:11 +00:00
ToolBox.resx More fix up to toolbox - adding some icons 2011-04-30 23:45:02 +00:00
VirtualPad.cs TAStudio - virtualpads update on movie playback, used monospace font for listview 2011-07-30 03:00:18 +00:00
VirtualPad.resx VirtualPadNES added 2011-06-12 18:58:30 +00:00
VirtualPadNES.cs TAStudio - virtualpads update on movie playback, used monospace font for listview 2011-07-30 03:00:18 +00:00
VirtualPadNESControl.cs TAStudio - fix updating of nes control pad, add menu item "Update Pads on Movie Playback", different color for control pad button background when pressed 2011-07-30 17:59:18 +00:00
VirtualPadPCE.cs fix build error in last commit, oops 2011-07-30 12:22:33 +00:00
VirtualPadSMS.cs TAStudio - virtualpads update on movie playback, used monospace font for listview 2011-07-30 03:00:18 +00:00
VirtualPadSMSControl.cs TAStudio - fix updating of nes control pad, add menu item "Update Pads on Movie Playback", different color for control pad button background when pressed 2011-07-30 17:59:18 +00:00
Watch.cs Column sorting (and reverse sorting) for Ram Search & Ram Watch 2011-06-19 19:10:01 +00:00