zeromus
|
0acbb11e97
|
move HawkFile to BizHawk.Common along with a small web of dependencies and then add "using BizHawk.Common" to 100 files
|
2013-10-27 22:07:40 +00:00 |
adelikat
|
7e49c9457d
|
Move stuff from GlobalWinF to Global
|
2013-10-27 16:26:37 +00:00 |
adelikat
|
07bb62832d
|
Finish code cleanup of MainForm.Events
|
2013-10-27 15:53:37 +00:00 |
adelikat
|
eccaca3c78
|
more mainform refactoring and some small visual fixes to the context menu
|
2013-10-27 15:23:41 +00:00 |
adelikat
|
9218e298dd
|
more mainform code cleanup
|
2013-10-27 13:53:28 +00:00 |
zeromus
|
fa40ae718f
|
reapply edits and cleanup
|
2013-10-27 07:54:00 +00:00 |
zeromus
|
179dbd4124
|
revert back to r5156
|
2013-10-27 07:45:59 +00:00 |
adelikat
|
ff72ae879e
|
more mainform code cleanup
|
2013-10-26 20:33:25 +00:00 |
adelikat
|
c5b2f284b5
|
Starts some mainform code cleanup, and add some menu tweaks: loadstate submenu - disable non-existent slots, savestate submenu - bold slots that already have savestates saved to them
|
2013-10-26 15:57:43 +00:00 |
adelikat
|
cf6e72aad4
|
Move controller binding to client.common, and some global stuff
|
2013-10-25 17:14:24 +00:00 |
adelikat
|
40f143e4ad
|
move xmlgame to client.common and refactor it a bit in order to achieve that
|
2013-10-25 17:08:18 +00:00 |
zeromus
|
1a2b2c3dc5
|
attempt to reconstruct reorg with history
|
2013-10-25 00:57:23 +00:00 |
zeromus
|
249ddea268
|
revert to pre-refactor state. its a WIP, dont judge
|
2013-10-25 00:34:01 +00:00 |
adelikat
|
80f0c75a41
|
Movie MovieSession to Client.Common
|
2013-10-24 22:26:28 +00:00 |
adelikat
|
a572935991
|
some detangling of Movie.cs and Mainform references, not done but windled it down quite a bit
|
2013-10-24 01:35:08 +00:00 |
adelikat
|
59386b59f1
|
Move Cheat and CheatList to Client.Common and refator a bunch of things as a result
|
2013-10-20 18:02:43 +00:00 |
adelikat
|
6c54faa7ab
|
Rename Client.Core to BizHawk.Client.Common, and change all namespaces, reorganize some files, remove the LuaHawk project as it was a bad idea, change namespace in the PCE_Debugger project
|
2013-10-20 16:19:59 +00:00 |
adelikat
|
067363b80d
|
Start a Client.Core project, and moved several files over to this, including Global.cs, made a GlobalWinF class for handling winform specific global instances
|
2013-10-20 00:00:59 +00:00 |
adelikat
|
bb2ff540db
|
Some code refactoring - movie winform specific code from RecentFiles to ToolHelpers
|
2013-10-17 00:21:45 +00:00 |
adelikat
|
568fe3c1a2
|
tiny code refactor
|
2013-10-14 03:22:33 +00:00 |
adelikat
|
0a0b8ac173
|
Lots of fixes to Ram Search, Ram Watch, and Cheats
|
2013-10-14 01:37:09 +00:00 |
adelikat
|
7604be7abd
|
more places to flag NeedsToRepaint
|
2013-10-12 23:02:28 +00:00 |
adelikat
|
c08532df2e
|
Yet another fix to the Turbo hotkey
|
2013-10-12 22:51:55 +00:00 |
adelikat
|
f9aa5fbc72
|
Fix repainting issues
|
2013-10-12 15:40:20 +00:00 |
adelikat
|
3ba7239a2b
|
a better fix to turbo
|
2013-10-12 13:25:53 +00:00 |
adelikat
|
a2d787efa4
|
turbo should bypass the 240fps cap (as opposed to fast forward)
|
2013-10-12 03:10:05 +00:00 |
adelikat
|
3fb1900040
|
add a Close and Clear SRAM context menu option that is visible when the game has an existing sram file
|
2013-10-11 16:32:36 +00:00 |
adelikat
|
c4b8226900
|
implement some Ram Search Hotkeys - New Search, Do Search, Next/Previous Compare To, Next/Previous Compare Type
|
2013-10-09 20:43:13 +00:00 |
adelikat
|
88d29148f9
|
lua - implement client.opentracelogger()
|
2013-10-08 19:21:00 +00:00 |
adelikat
|
8557c96758
|
Rename all "new" config dialogs to their correct names
|
2013-10-06 20:45:04 +00:00 |
adelikat
|
1cf87f33d8
|
Old Cheat system gone and deleted!
|
2013-10-06 20:02:34 +00:00 |
adelikat
|
d4323a8ea5
|
fix bug tat was showing the N64 menu when a genesis game is loaded
|
2013-10-06 19:11:47 +00:00 |
adelikat
|
719b705f6d
|
New Cheat system - various fixes to actually make it work
|
2013-10-06 18:44:51 +00:00 |
adelikat
|
5a0c075270
|
Round 1 of Removing the old cheat system in factor of the new one, old dialog and cheats removed from most tools and the mainform. Lua and Game Genie dialogs still use the legacy cheat system and therefore are busted in this commit.
|
2013-10-06 16:40:51 +00:00 |
adelikat
|
b87e4b4bca
|
New Cheat Form - some progress
|
2013-10-02 15:09:49 +00:00 |
adelikat
|
96af3d08a1
|
Start new cheat list
|
2013-10-02 00:21:58 +00:00 |
adelikat
|
6fa73d0de5
|
Remove Previous Value = last change option, also remove temporary New Ram Search menu item
|
2013-09-29 21:15:47 +00:00 |
goyuken
|
6394b50520
|
fix issue 120
|
2013-09-29 14:27:07 +00:00 |
goyuken
|
8755bc88f6
|
fix issue 119
|
2013-09-29 14:15:26 +00:00 |
adelikat
|
e9f3e7afe4
|
Remove old ram search and replace with new one
|
2013-09-28 01:24:45 +00:00 |
thebrick448
|
a40bda3263
|
Added support for TI83 group files, and added checks to ensure the file follows the proper format.
|
2013-09-17 04:11:13 +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
|
299ee4673e
|
progres son new ram search, mostly small things and stubs
|
2013-09-14 19:07:11 +00:00 |
adelikat
|
e760ff56a4
|
Start New Ram Search
|
2013-09-14 06:02: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
|
ea9fb1f85d
|
New Ram Watch - fix incorrectly labeling a file as having changes
|
2013-09-09 22:03:02 +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 |
thebrick448
|
3c8196f234
|
Added the ability to load programs into a TI-83 calculator. Also reworked the TI-83 link interface to more accurately represent hardware specs.
|
2013-09-07 21:32:09 +00:00 |
adelikat
|
4fb575a2f6
|
Refactor other recent menus, and fix bug in recent item selection
|
2013-09-07 03:15:29 +00:00 |