Commit Graph

902 Commits

Author SHA1 Message Date
adelikat 457902bc9e Hex Editor - revert r4877 2013-08-26 22:05:50 +00:00
zeromus 94cacde458 clear stickies when closing virtualpad form. i think that's a good idea..... but someone might disagree. 2013-08-26 21:36:45 +00:00
zeromus 7d0eca7906 allow n64 virtualpad analog widget to release input by rightclicking 2013-08-26 21:35:50 +00:00
adelikat 089ce7f48a Some progress on the new Ram Watch dialog 2013-08-26 20:54:00 +00:00
zeromus ba25e7045f make it easier to change memory domains in the hex editor. adelikat might not like this, feel free to revert. 2013-08-26 07:57:31 +00:00
zeromus 513ceba3d2 fix up SGB memorydomains 2013-08-26 07:17:47 +00:00
adelikat 3b0d01b4a7 Start a new Ram Watch dialog, not hooked up 2013-08-26 01:14:35 +00:00
adelikat eb5f463b9d move virtual pad files to their own folder 2013-08-26 00:47:11 +00:00
adelikat ffa0619b04 Start some new watch classes and a watch collection class, in preparation for a Ram Search/Watch refactor 2013-08-25 18:29:23 +00:00
adelikat 4bd6103574 Refactor a bunch of cheats code, and fix a bug where exceptions can be thrown by the cheats dialog when working in other tool dialogs. 2013-08-25 04:23:27 +00:00
goyuken ce3fc79e10 fix some path config problems. DGB didn't work at all, and screenshots and saverams may have been busted on some systems 2013-08-23 17:49:15 +00:00
adelikat 706a863caa Ram Search - add "Clear Preview" to context menu, clears out the red coloring preview. Also some misc tweaks to colors and some code cleanup 2013-08-21 20:54:33 +00:00
adelikat 872a3208d3 Use MenuStripEx instead of MenuStrip everywhere 2013-08-21 20:27:54 +00:00
adelikat 0ceff61292 Replace ToolStrip with ToolStripEx in a few places 2013-08-21 20:16:23 +00:00
adelikat 18582d7c4f Ram Search - another n64 hack - default to 4 byte 2013-08-14 01:12:03 +00:00
adelikat 22e1dffc91 Ram Search - don't create a search history and start a new search twice. Add a "Use Undo History" option. For that and fast mode when the user opens ram search on the n64 core, currently this overrides their settings every time they open the dialog. 2013-08-14 01:04:14 +00:00
adelikat 7f86f58605 Ram search - on showing the number of addresses, use commas 2013-08-14 00:30:08 +00:00
adelikat 625f9c2fcd Rip out old path system and replace with new 2013-08-11 21:48:17 +00:00
pjgat09 ef36677168 N64: Fix input display on the virtual pad 2013-08-05 02:38:45 +00:00
adelikat 35455b9821 Lua Console - add Call and Remove buttons to Registered Functions dialog, and some other gui tweaks 2013-08-05 00:45:41 +00:00
adelikat 1b2ce4e212 Lua Console - add a Registered functions dialog that shows registered lua functions registered functions (currently only supports frame and savestate events 2013-08-05 00:26:19 +00:00
adelikat 31126d437b add a analog section for hotkeys, for the purpose of buttons that "fudge" an analog virtualpad's axis values. Only "Y Up Large" done so far. Will finish the rest after I rewrite the hotkey system completely. 2013-08-03 13:22:54 +00:00
adelikat b0253967ee Firmwares dialog - support Ctrl+C copying the selected row(s) to the clipboard 2013-08-02 14:23:59 +00:00
adelikat 91a13bf8f4 Misc Code refactoring, no functional changes 2013-07-16 01:59:59 +00:00
adelikat 0853da8165 slight positioning fix to Saturn virtualpad 2013-07-14 22:47:06 +00:00
adelikat c5204487a7 Saturn - implement virtual pads, also break movie mnemonics for this core, hope nobody was making a movie yet. 2013-07-14 22:18:22 +00:00
adelikat cbb35fc3ce Ram Search - introduce "Fast Mode" in order to support large domains such as for N64. In fast mode, the previous value will be defined as last search (or original value), and change counts will not be incremented but the previous value/change counts will not be processed saving huge amounts of processing. 2013-06-30 21:50:17 +00:00
adelikat e1212c75e3 Ram Search - clear undo history when starting a new search, and add a Clear Undo History menu item 2013-06-30 20:10:52 +00:00
pasky1382 23d71a3b87 Commented out unworking code for disc.DetectSegaSaturn() in MainForm.cs
Added 'Always On Top' option to settings in hex editor/tas studio/ram search
2013-06-25 08:50:42 +00:00
pjgat09 a4a88ff139 N64: Tweaked the virtual pad layout 2013-06-10 00:08:31 +00:00
pjgat09 4225ef55af N64: Fixed the analog control in the virtual pad to look and behave better 2013-06-09 23:54:19 +00:00
pjgat09 fc596038e5 N64: Added NumericUpDown controls for X and Y on the virtual pad, but they don't work quite right yet. Also the analog control is being odd now. 2013-06-08 21:59:06 +00:00
pjgat09 d47b0b1cc1 N64: Added the analog data to the (currently unused) mnemonic for the virtual pad 2013-05-27 01:31:29 +00:00
pjgat09 1e1466a0f9 N64: Some improvements to the virtual pad. 4 pads are now shown and work, input display works 2013-05-20 01:53:02 +00:00
pjgat09 ba3feac259 N64: Hook up the rest of the buttons on the virtual pad 2013-05-11 20:21:29 +00:00
pjgat09 fd26695fff N64: Added X and Y axises to the mnemonic, which now get saved and replayed in movies. Fixed an issue in the virtual pad which caused the Y axis to go from -127 to 128 instead of -128 to 127 2013-05-11 02:04:55 +00:00
pjgat09 0811ff4e41 N64: Wired up the analog control in the virtual controller. I probably did the float wiring badly, but it works for now. 2013-05-10 23:29:14 +00:00
pjgat09 e25d58eecb Restrict the analog control to it's own drawing area 2013-05-10 23:25:31 +00:00
pjgat09 8c16b78849 LuaWriter: Commented out code that checks if the file to save to doesn't exist. That code causes an infinite recursive loop, popping up a save dialog box every time. I'm not sure exactly what the logic was supposed to be here, but this seems to take care of the problem. 2013-05-07 01:17:52 +00:00
pjgat09 371dcc8f40 Reversing some faulty bit-shifting to fix 4 byte poking. 2013-05-06 23:33:13 +00:00
pjgat09 a5d7fdd870 Replace some buggy divisions with bit-shifting to fix s problem freezing an address in the ram watch 2013-05-06 23:17:44 +00:00
adelikat 29226acd54 N64 virtual pad - graphics for the analog control, not hooked up to anything yet, and not tweaked 2013-05-04 19:04:23 +00:00
masterofpuppets152001 9c80ea5ec7 Moved it to N64, hope all is right 2013-05-04 17:56:24 +00:00
masterofpuppets152001 47cf4c3cb9 Early Vid plugin, is this how you want it Adelikat? 2013-05-04 16:54:34 +00:00
adelikat a638ea6f41 N64 - hook up virtual pad, currently only 1 player and only the digital buttons 2013-05-04 13:37:20 +00:00
adelikat 669edc55b3 Start a new virtual pad, and update 2012 sln file with new files from past few commits 2013-04-28 13:56:29 +00:00
masterofpuppets152001 670460df8c Genesis GG decoder/encoder (working codes!) and revamped UI of SNES/GG/GB Decoders 2013-04-26 03:12:04 +00:00
masterofpuppets152001 f3a8cee8bc Gameboy/Game Gear Game Genie Decoder (still non-working code) 2013-04-24 20:41:23 +00:00
zeromus 4aebb21912 make cheats memdomain selector dropdownlist style 2013-04-23 22:27:00 +00:00
masterofpuppets152001 0df9dbde13 SNES Game Genie Encoder/Decoder, first "big" commit, hopefully I got everything
If there is anything wrong, let me know so I know what to do next time!
2013-04-23 09:09:49 +00:00