adelikat
c2bef262b9
Cheats - fixed column display, on and domain were reversed (domain names were being displayed in the on column). Also centered the On column text
2012-09-23 20:45:47 +00:00
adelikat
608dbf6316
Lua - implement nes.addgamegenie() and nes.removegamegenie()
2012-09-23 20:28:51 +00:00
adelikat
5d4703f71f
If changing the status of a cheat in Cheats,Hex Editor, Ram Watch, Ram Search, update the other dialogs too if they are open
2012-09-23 15:37:25 +00:00
adelikat
943f1aed66
Ram Watch - show shortcut keys on context menu items that have shortcut keys
2012-09-23 15:24:06 +00:00
adelikat
efbeac59b5
Ram Watch - add conditional Unfreeze All context menu item, allow unfreeze on multiple highlighted frozen addresses
2012-09-23 15:19:58 +00:00
adelikat
c3c3fd6c20
Ram Search - add Unfreeze All context menu item, conditional upon there being at least one cheat in the system. Also, show an OSD message when removing all cheats
2012-09-23 15:09:29 +00:00
adelikat
076b1e9508
Ram Search - if highlighting multiple frozen addresses, show the unfreeze option in the context menu, redraw on freeze/unfreeze to update the coloring of the row(s)
2012-09-23 14:51:54 +00:00
andres.delikat
4bb0b87830
Ram Search - fix greater than previous value search
2012-09-21 13:32:09 +00:00
zeromus
ec91ebc84e
fix quirks in hex editor scrolling
2012-09-21 06:33:57 +00:00
adelikat
a9bd436b23
Ram Search/Ram Watch - when selecting "View in Hex Editor" pass the memory domain to the Hex Editor
2012-09-19 00:52:40 +00:00
rolanmen1
f173aee3f4
LuaImplementation: forms.setproperty now works on int, double and bool properties. Added try catch to avoid crashes with these functions.
2012-09-17 19:55:11 +00:00
adelikat
3644acd173
Cheats - hide game genie button/menu item on load, not just on restart
2012-09-17 01:13:17 +00:00
goyuken
6cdecc2b15
remove GB from exclusion list for cheat editor, as it is fully working
...
still todo: converter for game genie\game shark
2012-09-16 18:10:28 +00:00
adelikat
32ca8fba61
SNES - hook up power cycle to mnemonics for recording & input display, TAStudio - hook up the power button on virtual pad
2012-09-16 17:39:57 +00:00
adelikat
77564c6daa
TAStudio - change Reset button to Power on Gameboy Virtualpad, implement conditional Hard Reset menu item (dependent on the core implementing the power button)
2012-09-16 16:52:30 +00:00
adelikat
f9b99b61bf
TAStudio - oops, fix exception on gb virtualpads from the earlier commit
2012-09-16 02:15:43 +00:00
adelikat
ff0d5126f0
TAStudio - SNES Virtual Pads
2012-09-15 19:21:06 +00:00
adelikat
61a1556f69
TAStudio - add GB virtual pad
2012-09-15 18:31:12 +00:00
adelikat
dd64c9d1c9
Hex Editor - on restart don't reset the domain to domain 0 (unless the selected domain doesn't exist, such as in a core change)
2012-09-15 15:13:40 +00:00
adelikat
4a1c1be9ac
Ram Watch - context menu for hide/show domain column
2012-09-15 14:53:34 +00:00
adelikat
84cfa9c546
Ram Watch - menu item to hide domain column (still needs context menu item too)
2012-09-15 14:35:13 +00:00
adelikat
a075f21af6
Implemented autohold for autofire keys
2012-09-15 13:11:29 +00:00
andres.delikat
faed5ba5f7
1) Autohold and Autohold Clear hotkeys, same functionality as in FCEUX and other emulators (hold the autohold hotkey then press the controller buttons you want held)
...
2) Ram Poke - fix poking of signed/hex values, set the signed value to the value of the address on load, other misc fixes regarding signed
3) Hex Editor - add Poke to menu/context menu and Ctrl+P hotkey
2012-09-14 21:31:00 +00:00
adelikat
39b891c824
Lua Writer - when file is saved it is a recent lua file not a recent watch file!
2012-09-14 01:26:38 +00:00
adelikat
5c5b290c75
Ram Watch/Search - fix loading of watch files
2012-09-14 00:30:29 +00:00
adelikat
3959b5f4fc
Lua Writer - don't crash when attempting to save (save & save as), also a new script = flag changes
2012-09-13 23:07:34 +00:00
adelikat
64cac4c1a2
Cheats - if NES core - show a game genie menu item and tool bar button (Loads the Game Genie encoder/decoder)
2012-09-13 03:10:53 +00:00
adelikat
3e3748f87b
Ram Poke - on load and signed type change, display the value in the value box accordingly
2012-09-13 02:59:32 +00:00
adelikat
24649e49e7
Ram Poke - make Value the default highlighted textbox, Ram Search - show shortcut keys of context menu items that have them
2012-09-13 02:47:16 +00:00
adelikat
00a003f292
Hex Editor - fix alignment of column headers in 2 & 4 byte views
2012-09-13 00:52:16 +00:00
adelikat
99ace126d2
Fix Ram Poke dialog
2012-09-13 00:49:58 +00:00
adelikat
7be2ea0946
Cheats - fix emulator freeze with bad config files
2012-09-11 03:25:39 +00:00
adelikat
2fd67585b0
Hex Editor - fix restart, addresses now update
2012-09-11 00:21:50 +00:00
adelikat
eaa212fef7
Hex Editor - fix 6 digit domains (note that 8 digit will still fail should we have any)
2012-09-11 00:17:54 +00:00
adelikat
95cb43329b
Hex Editor - remove a variable and references to it that is obsolete since I revamped the drawing, it was causing the highlighting to be off on anything other than 4 digit addresses. Partially fixes messed up hex editor in 6 digit domains such as SNES ram
2012-09-10 23:52:42 +00:00
adelikat
75a1cd9e4a
Ram Watch/Search - Save and Load the domain of each watch into .wch files (still maintains backwards compatibility with old bizhawk .wch files as well as .wch files from other emulators
2012-09-10 03:11:06 +00:00
adelikat
4df5293974
Hex Editor - pass domain on the Add to Ram Watch feature
2012-09-10 02:39:56 +00:00
adelikat
acae69dc91
Ram Watch - Implement Domain column
2012-09-10 02:37:44 +00:00
adelikat
5adb7fcc91
Ram Watch - fix ability to watch multiple domains at once, New/Edit/Duplicate watch dialog - allow pasting into address box, reformat address box on blur
2012-09-10 02:03:24 +00:00
beirich
90d1d12086
gen: fix some vram corruption issues
...
general: fix some build warnings
2012-09-09 21:15:20 +00:00
adelikat
64419fa501
Hex Editor - fix inability to paste into find box when in hex mode
2012-09-09 04:11:51 +00:00
beirich
e8de0327d2
Remove the 2 dead gameboy cores
2012-09-09 01:31:30 +00:00
andres.delikat
71e07d0493
add a null check that could potentially crash the emulator in the HowMany() function I wrote for path and watch functions. No functional change probably. Also clean up the organization of this method
2012-09-04 20:40:39 +00:00
zeromus
dd6d0a47e1
hexeditor-print "0x100000 addresses" instead of "1048576 addresses"
2012-09-04 17:26:27 +00:00
adelikat
2de8e3c346
Ram Watch/Search/Poke - use Watch objects internal domain value, this commit doesn't add functionatility yet (may have even broke something), but will lead to eventually being able to watch multiple domains at once, and some ram search optimizations
2012-09-04 00:33:47 +00:00
adelikat
2cd7af1c4c
Ram Poke - use a nullable int, -99999999 is now a valid poke/readable number!
2012-09-03 23:45:41 +00:00
adelikat
1f454af2c3
Refactoring of Watch object and related tools, add domain into Watch object. No functionality changes in this commit
2012-09-03 23:42:00 +00:00
adelikat
632127fe0a
NES - don't record lag frame status into movies, it is not necessary for TAStudio anymore
2012-09-03 21:38:11 +00:00
adelikat
80012d29c6
TAStudio - store whether or not a frame was a lag frame along with the state for green zoning, show lag frames in red based on this flag rather than something recorded into the movie file, also fixed a bug I introduced in the last commit
2012-09-03 21:28:10 +00:00
adelikat
1b20175a81
Movies - final round of refactoring, also removed all code relating to the StopOnFrame variable. The fast foraward button on TAStudio now loses some functionality, but the code that did it needed an overhaul
2012-09-03 20:17:57 +00:00
adelikat
8f408737da
Movie refactoring - round 2
2012-09-03 19:42:53 +00:00
adelikat
27f4663125
Movies - round 1 of code cleanup (no functional changes)
2012-09-03 15:05:09 +00:00
adelikat
eae73accf3
Hex Editor - text option in Find Box, this feature converts text to its byte codes and searches that byte array
2012-09-03 01:17:03 +00:00
adelikat
ad162b614f
Hex Editor - implement text area highlighting
2012-09-03 00:49:59 +00:00
adelikat
2e19451b0f
Hex Editor - implement Save, and Save ROM file menu options
2012-09-02 23:12:00 +00:00
adelikat
86f3394be0
Hex Editor - support archived roms for the Rom File domain
2012-09-02 22:45:06 +00:00
adelikat
4031fd8324
Hex Editor - preliminary support for a ROM File memory domain (regardless of platform). Loads the actual contents of the ROM file into the Hex Editor. Note: this is the file, edits would have no effect on gameplay until the game is reloaded. Currently does not work with ROMs in archives, and needs some specifical menu items and tweaks.
2012-09-02 19:22:51 +00:00
adelikat
d8393a5a71
Ram Search - move auto-load menu item to options menu instead of recent, since it only autoloads the dialog, not a file
2012-09-02 18:33:59 +00:00
adelikat
f519fa0e2d
Ram Search - fix Truncate from file, and exclude ram watch
2012-09-02 03:05:48 +00:00
adelikat
1f128aeda4
Ram Search - small speedup on UpdateValues
2012-09-02 01:52:16 +00:00
adelikat
5179710c82
Ram Search - fix undo
2012-09-02 01:21:57 +00:00
adelikat
d6f3c05ecd
Ram Search - fix broken searching, also some code cleanup
2012-09-02 01:05:08 +00:00
adelikat
0e1bf887b6
Cheats Dialog - fix losing of values on restart, editing a cheat flags changes
2012-09-01 19:29:41 +00:00
adelikat
dd41cb6365
NES Cheats - fix so that only the system bus uses the built in cheat/game genie system
2012-09-01 18:15:04 +00:00
adelikat
c1d2272aec
Cheats - if cheats file is empty dont show "Cheats file loaded" message
2012-09-01 17:44:55 +00:00
adelikat
e5a3764f69
Cheats - implement Compare textbox
2012-09-01 17:31:56 +00:00
adelikat
3b39b2b898
Cheats - add compare column, and show active cheat rows in cyan (like other tool dialogs), do validation on address and value textboxes when adding/editing a cheat
2012-09-01 17:09:44 +00:00
adelikat
21cd754a7d
Cheats - implement removing of cheats for the NES core
2012-09-01 14:35:12 +00:00
adelikat
9b7404b059
NES - Round 1 of Hook up NES cheats for system bus (i.e. game genie codes now work)
2012-09-01 14:13:36 +00:00
adelikat
816435ad2f
Some backend changes to support compare value in cheats, no visible changes yet
2012-08-31 11:59:14 +00:00
adelikat
ff84855f2a
Ram Search - another speed up - prevent recoloring the background unless it has changed
2012-08-29 02:58:22 +00:00
andres.delikat
0e02fd7ee4
Ram Watch - major speed up of the preview feature especially with large memory domains, got a 30fps boost on gens system bus. THere is still a lot of code to clean up as a result, and I touched everything about the search feature so there may be regressions in this commit.
2012-08-29 01:42:04 +00:00
adelikat
7bc1e88d1d
TAStudio - Rewind button - fix logic when movie is finished or inactive
2012-08-28 03:18:53 +00:00
rolanmen1
6cec0f0182
LuaConsole: Call UpdateNumberOfScripts after you delete a script.
...
LuaImplementation: Added emu.ispaused(), also added the parameters width and height to forms.label and forms.button
2012-08-25 17:01:13 +00:00
rolanmen1
8f22c9098b
LuaConsole: The Label that counts the scripts gets updated each time a change has been made to the ListView, also removed all calls of the said function.
2012-08-25 12:17:44 +00:00
adelikat
694f2aaae6
Ram Search - very slight optimization
2012-08-20 00:22:57 +00:00
adelikat
43518a3a57
TAStudio - add hotkeys for Clear and Insert # Frames
2012-08-18 00:09:00 +00:00
adelikat
514c3200d7
remove more tastudio instances in movie class, TAStudio - re-hook up double click event
2012-08-18 00:04:12 +00:00
adelikat
c9ddbd6d89
TAStudio - implement Cut function, fixes to insert, and delete, minor cleanup of movie object
2012-08-17 23:56:37 +00:00
adelikat
37f5027de6
TAStudio - implement copy function, and slicer section
2012-08-17 23:27:29 +00:00
adelikat
952892b5df
TAStudio - implement Truncate Movie
2012-08-17 03:24:33 +00:00
adelikat
862caafd05
TAStudio - implement Insert # Frames, and Select All, hide context menu items based on read-only status
2012-08-17 03:04:35 +00:00
adelikat
d7e05ceb32
TAStudio - implement clear frame, pause emulator on TAStudio load
2012-08-17 02:26:47 +00:00
adelikat
9baf1b8f28
TAStudio - implement clone frame feature, and some UI and Movie object cleanup
2012-08-17 02:18:25 +00:00
adelikat
e900a5b1ba
TAStudio - fix up Insert Frame functionality, add it to non-interim builds, and map hotkey as ctrl+shift+ins
2012-08-17 01:26:00 +00:00
adelikat
932303df68
TAStudio - hook up Ctrl+Mousewheel to frame advance and rewind events. TODO: Figure out how to (also) add right-click + mousewheel
2012-08-17 01:01:46 +00:00
adelikat
99f073266d
Ram Watch - fix bug where values are not updating after a power cycle/rom load/movie load
2012-08-15 01:35:17 +00:00
adelikat
0ed2ec1be9
Ram Watch - oops, fixed last commit better
2012-08-15 01:14:25 +00:00
adelikat
3e3b154895
Ram Watch - fix endless exceptions when loading different ram watch files
2012-08-15 00:56:34 +00:00
rolanmen1
e2469328ae
LuaWriter. Color numbers, need to make it color hexadecimals aswell.
2012-08-12 07:06:38 +00:00
adelikat
f84a3709c9
Misc code cleanup
2012-08-12 01:09:30 +00:00
rolanmen1
c5577b7850
LuaWriter. I finally finished coloring Strings and Comments correctly.
2012-08-11 05:15:56 +00:00
adelikat
9cb825418f
Lua Writer - take over paint event and only paint once per ProcessText(). Still todo: better management of when and what to draw
2012-08-11 01:50:27 +00:00
rolanmen1
945c12eb13
LuaWriter. AutoCompleteView will change through selected items by pressing Up/Down while keeping focus of the textbox. This will work once a highlight issue get solved.
2012-08-09 21:53:49 +00:00
rolanmen1
4771ba0f15
LuaWriter. Pressing Enter when there's no if, while, for, etc.. will add the tabs that the previous line had.
2012-08-09 20:18:43 +00:00
jxq2000
2fc36dca9b
Revert previous commit related to updating colors/format of only one line at a time since that won't catch multi-line strings or comments.
2012-08-08 21:33:24 +00:00
jxq2000
5770931669
Some work in ProcessText to try and alleviate the "OMG WE ARE ALWAYS SCROLLING" problem when typing.
...
Still needs some work (so no functional change yet), but the initial idea is to allow for checking/updating of only the current row when called from timer_Tick.
2012-08-06 23:19:05 +00:00
jxq2000
759bd52f6d
Some progress made on positioning of the autocomplete box.
2012-08-06 22:52:55 +00:00
rolanmen1
05b107ed49
LuaWriter. Made ColorComments, ColorStrings and ColorLongStrings (wich is now called AddComments, AddStrings and AddLongStrings respectively) will no longer search symbols in the textbox, instead on a copy of it that is saved in a string variable.
2012-08-06 08:18:50 +00:00
rolanmen1
38723f8786
LuaWriter. This is half of a lot of changes im making.
...
1)Made a list of int arrays, these will have a start position, length, color and a number that will tell if said text is gonna be bold or not. This was made to color the text only once per edit. I also made it so these values are added in order of the starting position. This will select the text from top to bottom and not randomly like it used to be.
2)Made ColorSymbols (wich is now called AddSymbols) will no longer search symbols in the textbox, instead on a copy of it that is saved in a string variable. This was made because the RichTextBox.Find method selects text in the textbox, making the whole process slower. This will be done to the ColorComments and ColorStrings aswell.
2012-08-06 07:12:25 +00:00