adelikat
|
555370540a
|
VirtuallistView - at least do my previous speed hack when QueryItemBkColor is not set. Then at least tools that don't background drawing don't get an unnecessary speed cost
|
2014-07-30 21:03:06 +00:00 |
goyuken
|
9609bf1601
|
NES: disconnect some bitrotted code for an alternate 6502 core
|
2014-07-30 16:33:48 +00:00 |
goyuken
|
8bad959f84
|
stomp out some unused code in FFMPEG path determination
|
2014-07-30 16:02:39 +00:00 |
goyuken
|
fcab1873b7
|
AVOUT: FFMPEG and Nut writers: reduce memory thrashing issues substantially. should have no problem keeping up with extraordinarily large sizes now.
|
2014-07-30 03:12:21 +00:00 |
goyuken
|
11d2216c98
|
ffmpeg writer: cleanup
|
2014-07-30 01:35:48 +00:00 |
adelikat
|
3abd2da5c6
|
roll back last commit, more investigation is needed
|
2014-07-30 01:30:33 +00:00 |
adelikat
|
6fb0030e71
|
Speed up all virtuallistview's in the emulator by about 20%
|
2014-07-30 01:18:50 +00:00 |
adelikat
|
28a459ab0e
|
Don't choose to load in snes unless it is a developer build
|
2014-07-29 02:26:42 +00:00 |
adelikat
|
c7f3d9796a
|
logic for switching to snes9x or bsnes when loading a movie based on the movie's core property
|
2014-07-29 02:15:48 +00:00 |
adelikat
|
d74b619222
|
mainform - move some functions around
|
2014-07-29 01:33:54 +00:00 |
adelikat
|
50ff80997a
|
remove some commented code that I meant to delete before checking in
|
2014-07-29 01:22:25 +00:00 |
adelikat
|
4346504e24
|
Make some extension methods for doing the icon and text logic for the core statusbar item, makes for some prettier syntax, but also makes it easier to use this logic elsewhere
|
2014-07-29 01:11:57 +00:00 |
adelikat
|
9d72250fa1
|
remove reference to a non-existent file
|
2014-07-29 00:49:50 +00:00 |
adelikat
|
4eab035d26
|
icon for the snes9x core
|
2014-07-29 00:44:25 +00:00 |
adelikat
|
c1e866c9c9
|
add a "SNES with Snes9x" menu item, only visisble in developer builds
|
2014-07-28 23:58:52 +00:00 |
goyuken
|
d219573594
|
update git url for bizsnes and add dll file.
|
2014-07-28 21:10:16 +00:00 |
goyuken
|
0c0f9eb93a
|
snes9x rough-in
|
2014-07-28 20:45:21 +00:00 |
goyuken
|
b1f4a77251
|
quicknes: disable MMC5 support. it doesn't seem to run any games at all correctly except CV3
|
2014-07-28 18:11:01 +00:00 |
goyuken
|
9196400b70
|
nes: MMC5: clean up debug message
|
2014-07-28 17:51:24 +00:00 |
adelikat
|
2ac9395a37
|
TAStudio - wire up the Auto-restore checkbox, only the ui and the saving to the config, the logic of what it does is not in yet
|
2014-07-28 17:40:17 +00:00 |
adelikat
|
77cae08afa
|
TASTudio - another fix for the designer regarding the PlaybackBox, support column click toggling boolean buttons for the selected rows
|
2014-07-28 16:43:47 +00:00 |
adelikat
|
288e0351b6
|
tastudio - fix for the designer
|
2014-07-28 16:03:23 +00:00 |
adelikat
|
7ec866ced5
|
add some extensions to the ControlExtension class for converting cruddy .NET 1.0 collection objects to IEnumerable<T>, and start removing some code in specific forms that work around cruddy .NET 1.0 stuff
|
2014-07-28 03:01:57 +00:00 |
adelikat
|
aeea08a823
|
Cleanup the InputPrompt class, removing unused methods, and converting some silly methods into properties allowing some pretty array initializers instead of function calls
|
2014-07-28 02:40:30 +00:00 |
adelikat
|
5d4ff76ed6
|
Convert a copy/pasted method in a bunch of tool dialogs to an extension method
|
2014-07-28 02:31:51 +00:00 |
adelikat
|
726122e579
|
remove a toolhelper method that wasn't adding much value
|
2014-07-28 02:15:21 +00:00 |
adelikat
|
c988466942
|
Convert some more toolhelper methods to extensions
|
2014-07-28 02:10:31 +00:00 |
adelikat
|
3bbe3990ed
|
convert ToolHelper methods for freezing/unfreezing a collection of watch items into extensions
|
2014-07-28 01:55:20 +00:00 |
adelikat
|
ce4ce0bacc
|
Convert some static methods in ToolHelpers to extension methods
|
2014-07-28 01:51:11 +00:00 |
adelikat
|
b0b057ef2c
|
When opening the hex editor from another dialog, open it in the same byte size
|
2014-07-28 01:24:57 +00:00 |
adelikat
|
60000af4c9
|
Hex Editor - tweak background drawing of frozen addresses when the display size doesn't match the cheat size
|
2014-07-28 01:01:32 +00:00 |
adelikat
|
ef14f661c0
|
Hex Editor - properly handle (and not throw exceptions) the display of cheat values in a byte size not equal to the cheat byte size
|
2014-07-28 00:49:48 +00:00 |
adelikat
|
f43aa4cb34
|
Remove a todo comment that has been done
|
2014-07-28 00:02:27 +00:00 |
adelikat
|
4258c4a579
|
Make Pause status bar icon show turbo seeking and seeking if emulator is those modes, clicking it will cancel out the seek. Fix tastudio's integration with the seek feature, and refactor and simplify some of the code, and a few other tastudio tweaks
|
2014-07-27 19:07:13 +00:00 |
adelikat
|
95e7c534f6
|
Play movie - turbo option for the stop on frame feature
|
2014-07-27 17:56:00 +00:00 |
adelikat
|
83d1e39db3
|
Tastudio - implement turboseek
|
2014-07-27 17:49:25 +00:00 |
adelikat
|
8db6957e4a
|
tastudio - performance related tweaks
|
2014-07-27 15:50:48 +00:00 |
adelikat
|
0397ea1ff4
|
Remove the CustomControls/Util file and move all the classes into the Form Extensions file, since they were all extension methods for window form objects
|
2014-07-27 15:22:30 +00:00 |
adelikat
|
c9b7686b44
|
TAStudio - fix the Save Changes dialog showing twice if the user picks no
|
2014-07-27 15:11:59 +00:00 |
adelikat
|
a26c4b0b7a
|
Ram search - unnoticeable performance improvement, but I feel the need to put this logic in
|
2014-07-27 14:53:13 +00:00 |
adelikat
|
55545d5f67
|
This seems to give a very slight performance improvement to Ram Watch and Ram search
|
2014-07-27 14:50:18 +00:00 |
adelikat
|
546b3f3e19
|
a slight work around for N64 virtualpad, a button will be the default focused widget now instead of the numeric, which avoids the "ding" problem by default (if they focus onto a numeric it will happen of course, but at least it doesn't start in this state)
|
2014-07-27 14:16:12 +00:00 |
adelikat
|
9469f5ac80
|
Virtualpads - N64 - change the positioning of buttons to better resemble a real n64 controller
|
2014-07-27 14:08:39 +00:00 |
adelikat
|
6039b921d2
|
add Yellow arrows to project and use them for the N64 C buttons
|
2014-07-27 13:53:25 +00:00 |
adelikat
|
b4416e8317
|
VirtualPads - add an option "Clear clear analog input"
|
2014-07-27 12:39:56 +00:00 |
adelikat
|
22ea422530
|
Lua documentation - fix anchoring on a button (a dev only button, this has no impact on release builds)
|
2014-07-27 12:08:28 +00:00 |
zeromus
|
5639284a81
|
jabo-fix antialiasing
|
2014-07-27 06:25:59 +00:00 |
adelikat
|
d3af111a5e
|
tastudio - when engaging and disengaging tastudio, clear out the PauseOnFrame property
|
2014-07-27 02:38:21 +00:00 |
zeromus
|
f21daf9062
|
fix makerelease
|
2014-07-27 02:18:25 +00:00 |
zeromus
|
9b70edb54c
|
jabo check shouldnt depend on PWD for path resolution; add minimally acceptable hacky code to build dll dir based on executing assembly path
|
2014-07-27 02:13:23 +00:00 |