andres.delikat
|
c7553397d7
|
Ram Search - small dialog cleanups, start a context menu
|
2011-02-23 05:32:52 +00:00 |
andres.delikat
|
31941a6c56
|
Ram Search - tighter control over the specific value box, limit max length dynamically based on Data Type & Size, use Int64 to parse to avoid crashes related to int 32 overflow
|
2011-02-23 05:20:45 +00:00 |
andres.delikat
|
bb5988d1b7
|
Ram Search - specific values can be negative if signed Data Type is selected
|
2011-02-23 05:00:15 +00:00 |
andres.delikat
|
3983c585f9
|
Ram Search - allow specific value to have hexadecimal values if Hex Data type is selected
|
2011-02-23 04:50:54 +00:00 |
beirich
|
71c0e8648e
|
[SMS] Use correct framerate for PAL mode now that we have throttling
|
2011-02-23 04:38:50 +00:00 |
andres.delikat
|
56cb9d59f7
|
Ram Search - menu item + toolstrip - Copy Value to Prev
|
2011-02-23 04:30:50 +00:00 |
andres.delikat
|
7d5a0a8ba1
|
Ram Search - option to always exclude Ram Watch list from new searches
|
2011-02-23 04:16:39 +00:00 |
andres.delikat
|
74dd0d08a7
|
Ram Search - exclude Ram Watch list function (toolstrip button & menu item)
|
2011-02-23 04:09:29 +00:00 |
andres.delikat
|
d6b79b37df
|
Ram Search - Trucnate from File toolstrip button
|
2011-02-23 03:46:24 +00:00 |
andres.delikat
|
4c733ea2ac
|
Ram Search - fix graying out of Undo menu item, fix SaveUndo() so that it creates a copy of the searchList rather than being a reference to it
|
2011-02-23 03:35:13 +00:00 |
andres.delikat
|
4160f520cc
|
Ram Search - Fix so that last address of memory domain is included in search (off by 1). Ram Search & Ram Watch - don't say "saved" message if user cancels the SaveFile Dialog box
|
2011-02-23 03:09:00 +00:00 |
andres.delikat
|
3922b6477a
|
Ram Search - Truncate from file implemented
|
2011-02-22 21:03:02 +00:00 |
andres.delikat
|
061091a1be
|
start new ram search on close game too
|
2011-02-22 20:19:22 +00:00 |
andres.delikat
|
741f2192a8
|
Ram Search - start new search if a new rom is loaded
|
2011-02-22 20:17:27 +00:00 |
andres.delikat
|
2c74d8f421
|
Ram Search - fix from list background color being all pink at the start of a new search, hooked preview mode to changing of Compare To radios
|
2011-02-22 20:05:46 +00:00 |
andres.delikat
|
4bc3587ca7
|
Ram Search - better implementation of input validation on text boxes. Do preview as user types into the boxes
|
2011-02-22 19:49:22 +00:00 |
andres.delikat
|
776a314eb8
|
Ram Watch - scrap the previous as last change feature in favor of a Previous as original value option
|
2011-02-22 18:54:59 +00:00 |
andres.delikat
|
9816a04a4f
|
Ram Search - Implemented previous search based on the previous value being since last search. Also fixed preview feature, it was previewing the opposite result.
|
2011-02-22 17:27:38 +00:00 |
andres.delikat
|
f81c352691
|
oops, clear out weeded out list before generating it again!
|
2011-02-22 16:34:21 +00:00 |
andres.delikat
|
69f3197277
|
Ram Search - Implement preview mode toggle option, and hook up DoPreview() to UpdateValues() (if auto-search is not on)
|
2011-02-22 16:06:28 +00:00 |
andres.delikat
|
d0b99ce07a
|
Ram Search - Hook up preview to radio dial changes, also better input validation on text boxes
|
2011-02-22 15:33:28 +00:00 |
andres.delikat
|
2498342849
|
Ram Search - DoPreview() function implemented (but not hooked up)
|
2011-02-22 14:55:18 +00:00 |
zeromus
|
0f9c38f50b
|
fix sound buffering bugs and restore hookups for mute frameadvance option
|
2011-02-21 19:06:54 +00:00 |
andres.delikat
|
ae11756cf0
|
Ground work for defining previous value, and some other fix ups
|
2011-02-21 18:03:19 +00:00 |
andres.delikat
|
f6e1ed2ec4
|
Ram Search - more small fix ups
|
2011-02-21 17:43:31 +00:00 |
andres.delikat
|
fb59d962ce
|
Lots of fixe ups to Ram Search
|
2011-02-21 17:29:47 +00:00 |
andres.delikat
|
e5bac81a0b
|
Display message on screen when speed is changed
|
2011-02-21 16:43:07 +00:00 |
andres.delikat
|
7d0f4f21fe
|
Save & Load Config menu items
|
2011-02-21 16:35:42 +00:00 |
andres.delikat
|
e801e31f40
|
Ram Search - implement check mis-aligned option
|
2011-02-21 16:23:56 +00:00 |
andres.delikat
|
13eace7d50
|
Ram Search - Remove Save Changes related code that was imported from Ram Watch. Due to the nature of this dialog, that is not a useful feature.
|
2011-02-21 15:56:25 +00:00 |
andres.delikat
|
5e2932f8e2
|
Very small change to Ram Watch dialog
|
2011-02-21 15:34:15 +00:00 |
andres.delikat
|
879f76d703
|
Implement PokeAddress on the Watch class, refactor Ram Poke to use this method. DWord poke implemented now.
|
2011-02-21 15:23:30 +00:00 |
andres.delikat
|
89eb17a468
|
Ram Poke - input validation on Address & Value boxes
|
2011-02-21 14:45:18 +00:00 |
andres.delikat
|
7c512a3f7e
|
Ram Watch - New Watch - input validation on Address box
|
2011-02-21 14:36:19 +00:00 |
andres.delikat
|
f15d16c513
|
Add PeekAddress() to the watch object. Ram Search & Ram Watch refactored to use the object method instead. DWord view implemented as a result. A display bug in Ram Watch 2 byte fixed.
|
2011-02-21 14:23:57 +00:00 |
zeromus
|
bc74d6c575
|
complete speed/skip/non60-throttle functionality and controllable vsync. maybe a bit rough, but i'll continue to support it.
|
2011-02-21 09:48:53 +00:00 |
andres.delikat
|
1d2d5ff39e
|
Ram Search - File handling functions. Open/Saves to the same .wch files as Ram Watch
|
2011-02-21 04:22:54 +00:00 |
andres.delikat
|
5e2e965963
|
Ram Search - implement auto-search
|
2011-02-21 03:32:35 +00:00 |
andres.delikat
|
d2e499a3fc
|
Ram Search - update values does 2 byte
|
2011-02-21 03:14:03 +00:00 |
andres.delikat
|
c46c80e094
|
Ram Search - Attempt some input validation on the Leave event on all text boxes
|
2011-02-21 03:05:12 +00:00 |
andres.delikat
|
94fd588191
|
Ram Search - text box cleanup - slight repositioning & sizing, make addressbox only uppercase, limit length, and focus & select all when the appropriate radio dial is selected by the user
|
2011-02-21 02:35:47 +00:00 |
andres.delikat
|
67dac99408
|
Ram Search - implement Previous value searching, but currently the definition of previous value is previous frame
|
2011-02-21 01:06:58 +00:00 |
andres.delikat
|
ee30625994
|
Ram Search - remove Modulus comparison since I deem it useless. Also made auto-search into a checkbox button style that turns red when on
|
2011-02-21 00:50:37 +00:00 |
andres.delikat
|
64a957c3ea
|
Ram Search - display previous value column plus some code cleanup
|
2011-02-21 00:38:31 +00:00 |
andres.delikat
|
7135d89459
|
Ram Search - implement Search by Specific value
|
2011-02-21 00:19:15 +00:00 |
andres.delikat
|
6b30736230
|
Ram Search - selecting a datatype updates the display of the values
|
2011-02-21 00:00:33 +00:00 |
andres.delikat
|
d9ebc40aae
|
Ram Search - StartNewSearch works with 2-byte value selected
|
2011-02-20 23:54:58 +00:00 |
zeromus
|
4e14d7a10f
|
example: change readbyte to memory.readbyte
|
2011-02-20 23:41:51 +00:00 |
andres.delikat
|
dc61f89e20
|
Ram Search - implement data type, endian, and data size selections and ground work for integrating them into the start new search, and search functions
|
2011-02-20 23:15:28 +00:00 |
andres.delikat
|
da31963df5
|
Ram Search - implement searching by number of changes
|
2011-02-20 23:01:43 +00:00 |