Commit Graph

20 Commits

Author SHA1 Message Date
adelikat 89ba4ffe8e New Cheat Dialog - implement Movie up/down, Remove, select all, disable all cheats 2013-10-04 23:50:26 +00:00
adelikat 55cab352a1 New Cheat Search - implement various things 2013-10-04 16:06:08 +00:00
adelikat efbd1b2b4e Ram Search/Ram Watch - support multiple addresses with the View in Hex Editor feature 2013-09-29 16:09:48 +00:00
adelikat 9b6738b6b5 Refactor the Watch object to remove the notion of detailed vs fast. The original intent of this distinction was for ram search, but ram search internally does not use the Watch object. 2013-09-28 02:42:56 +00:00
adelikat 9a32145f82 Remove legacy Watch object and WatchCommon.cs and all references to them 2013-09-28 01:44:52 +00:00
adelikat e9f3e7afe4 Remove old ram search and replace with new one 2013-09-28 01:24:45 +00:00
adelikat 130b83d920 fix small bug in context menu of ram watch, ram search - disallow label edit and start new search automatically on load 2013-09-27 01:02:28 +00:00
adelikat bb62fa569e New Ram Search - Columns - show/hide, save/load column enabled status, width, and column orders 2013-09-26 00:51:08 +00:00
adelikat ebcac8f9d0 Add Always on Top feature to Ram Watch, fix Ram Search Always On Top feature, remove some now unused variables from the config, fix a widths bug in cheat search dialog 2013-09-25 23:09:39 +00:00
adelikat 7b5e612bd7 new Ram Search - implement Open File, Append File, and opening recent files 2013-09-22 12:50:47 +00:00
adelikat dfaf8084e7 New Ram Search - some more progress on settings and displaying values 2013-09-20 01:18:55 +00:00
adelikat 3857c27f93 Ram Watch - don't refresh dialog if no addresses (keeps the dialog from slowing the emulator down when it has no watches) 2013-09-19 13:53:38 +00:00
adelikat a2d60ff2c8 refactor watch objects, so that the base types have a previous value as opposed to the detailed types 2013-09-15 16:01:16 +00:00
adelikat 3fa153f4cd hook up new ram search in various places in mainform, and basic updating of values done 2013-09-15 01:49:02 +00:00
adelikat 55fe3e4a49 New Ram Search - some progress 2013-09-14 23:30:23 +00:00
adelikat 9f72102de4 Ram Watch - fix column hide/show behavior 2013-09-14 05:37:53 +00:00
adelikat 2910878d05 Remove Ram Poke as a standalone dialog. Support new Ram Poke dialog in Hex Editor and Ram Search 2013-09-14 03:13:22 +00:00
adelikat 5c2b005eee Old Ram Watch begone! 2013-09-14 02:31:21 +00:00
adelikat fad71b1d98 Refactor Recent Files to handle a load error message and logic to remove from list, refactored all the places that do this to use this single unified function 2013-09-09 21:36:26 +00:00
adelikat e49c00ac36 Reorganize the tools folder, making new folders for Lua, Watch, and Hex Editor, start new Watch Editor dialog. Split new Watch objects into their own file, rename legacy watch object accordingly 2013-09-07 18:36:49 +00:00