zeromus
|
aa8b87129b
|
add IPCKeyInput, since we chose to use dinput for keys, so people can send input to the process somehow. way easier and safer than changing to use win32 keystroke messages
|
2015-08-14 18:07:19 -05:00 |
zeromus
|
26da2a0733
|
add prototype of new PSX Controller config dialog
|
2015-07-27 12:18:21 -05:00 |
adelikat
|
b67fda05f5
|
Tastudio - Branches - show frame buffer when hovering on the branch #, still a lot of tweaking to do
|
2015-07-25 08:59:39 -04:00 |
zeromus
|
63197300b4
|
add fullscreen auto-hide mouse cursor
|
2015-07-24 16:00:04 -05:00 |
nattthebear
|
862f82b1b2
|
Screenshots on tasproj branches
|
2015-07-21 19:41:57 -04:00 |
zeromus
|
7bec7b806b
|
add PSX disc hashing tool
|
2015-07-12 20:08:30 -05:00 |
adelikat
|
b0ea42f5a7
|
Tstudio - some reorg
|
2015-07-09 12:35:48 -04:00 |
Tom Rochette
|
d1bce27223
|
Add missing changes to BizHawk.Client.EmuHawk.csproj for the Lua sandbox.
|
2015-07-02 19:40:25 -04:00 |
adelikat
|
1631297cdd
|
Start AutoHawk, just a stub with the anticipated required services and a config object
|
2015-06-15 22:12:24 +00:00 |
adelikat
|
9024df91f5
|
Virtual pad for Apple II, many of the names will have to be cross referenced with the core when those buttons are added
|
2015-05-17 23:05:12 +00:00 |
adelikat
|
3178dd8b6b
|
and awesome and snazzy apple II keyboard image for the controller config dialog
|
2015-05-17 21:22:13 +00:00 |
adelikat
|
5354be978a
|
remove DualGBFileSelector tool
|
2015-05-17 20:32:49 +00:00 |
zeromus
|
6833a24638
|
add NES music ripper tool prototype
|
2015-05-08 00:56:46 +00:00 |
adelikat
|
732bc5389c
|
progress on MultiDiskBundler
|
2015-04-19 22:34:08 +00:00 |
adelikat
|
64c588ea5a
|
start the MultiDiskBundler tool, that will make it easy to make multi-game xml files such as for Apple II and dual gameboy (and eventually other systems)
|
2015-04-19 21:02:22 +00:00 |
scepheo
|
abf1e55934
|
A bit of testing with Lua.
|
2015-04-10 14:11:01 +00:00 |
SuuperW
|
6fd8aad86b
|
Lots of work on the Macro Tool.
|
2015-03-09 22:30:54 +00:00 |
adelikat
|
aaa615533b
|
Start a Macro Input tool
|
2015-03-08 20:11:02 +00:00 |
SuuperW
|
7360badb4a
|
Added AutoFire support in TAStudio, fixed/improved patterns.
-A couple minor fixes
|
2015-03-08 04:42:04 +00:00 |
SuuperW
|
189ecfeb2e
|
TAStudio:
-Undo History UI, some history bugfixes
-Painting input past the movie no longer moves markers
|
2015-03-04 19:03:00 +00:00 |
adelikat
|
8af99c9066
|
Tastudio - make < and > buttons repeatable buttons
|
2015-02-24 21:44:26 +00:00 |
jdpurcell
|
c56edd6e93
|
Add OpenAL sound output.
XAudio2: Some stuff I forgot to dispose.
|
2015-02-19 02:30:55 +00:00 |
scepheo
|
186f28a2fe
|
Oops.
|
2015-02-09 14:19:44 +00:00 |
scepheo
|
152323d891
|
Lua Console: Console and immediate fields now use Courier New.
|
2015-02-08 23:09:58 +00:00 |
adelikat
|
0a00eb0de2
|
nothing to see here
|
2015-02-07 16:14:23 +00:00 |
adelikat
|
0eec6530f6
|
PSX - change controller definition name dynamically, use it in Controller Config to set a gamepad or dualshock image. The logic here is dubious when you consider multiple players and mixed controllers but that doesn't sound like a real situation anyway.
|
2015-02-05 22:08:23 +00:00 |
zeromus
|
c2621e798d
|
fix subwcrev stuff. this time, fixes stale versions on f5 or ctrl+f5 builds.
in the future, we should use svn msbuild community tasks for even cleverer and leaner solutions (which dont depend on subwcrev.exe...)
|
2015-02-01 03:01:31 +00:00 |
adelikat
|
8222028169
|
PSX Controller Config dialog
|
2015-01-31 20:24:06 +00:00 |
jdpurcell
|
3cea39f6e1
|
Break up Sound into multiple files.
|
2015-01-31 17:44:35 +00:00 |
zeromus
|
fc699590f5
|
add ImageSequenceWriter AVDumper
|
2015-01-27 04:04:53 +00:00 |
jdpurcell
|
e3e5ae4934
|
New SoundOutputProvider class which takes the place of BufferedAsync. This should be far less prone to audible glitches and reduces latency.
|
2015-01-23 04:16:25 +00:00 |
jdpurcell
|
ac4e197e22
|
Fix trackbars in Display config having different background color than their container (workaround applied only at runtime to avoid breaking designer).
|
2015-01-18 19:44:51 +00:00 |
jdpurcell
|
0a345b0084
|
Issue 368: Set all platform targets to x86, rename build platforms to match, and remove unused build platforms.
|
2015-01-13 15:28:58 +00:00 |
jdpurcell
|
8c41af53d1
|
Option to automatically check for and notify of new versions.
|
2015-01-04 15:04:44 +00:00 |
adelikat
|
7d3a7005cb
|
Debugger - clean up and reorg some disassembler code
|
2014-12-20 15:56:01 +00:00 |
zeromus
|
4dc4745122
|
psx - revise disc swapping method. way cooler now, you get a list of discs in the virtualpad box, and changing between them maps to physical operations more logically.
|
2014-12-19 03:24:48 +00:00 |
adelikat
|
42b454a562
|
Rip out the Atari 2600 debugger
|
2014-12-18 18:51:22 +00:00 |
adelikat
|
03e92ce883
|
Add a ToolAttributes.cs class, right now it just has a released flag, mark a few tools as unreleased, eventually there's code that will take advantage of this flag
|
2014-12-16 23:33:07 +00:00 |
xmikecampx7
|
00cd8573da
|
Added Draft PSX Schema
|
2014-12-15 21:54:51 +00:00 |
adelikat
|
8648e6ba0a
|
Remove the nes debugger tool
|
2014-12-14 14:56:16 +00:00 |
zeromus
|
ede9620446
|
psx - settings framework and implement mednafen-compatible display mode
|
2014-12-14 08:48:23 +00:00 |
scepheo
|
7c9f7706d3
|
ToolManager: added compile-time unknown type version of Load and methods it uses.
|
2014-12-14 02:15:19 +00:00 |
adelikat
|
c4680f56d4
|
Debugger - Breakpoints - Add icon
|
2014-12-13 18:28:50 +00:00 |
adelikat
|
a4e5bdc934
|
Add dualshock controller image to controller config
|
2014-12-13 02:16:05 +00:00 |
zeromus
|
f5dabcdbf5
|
psx - add a PSX options menu
|
2014-12-11 20:31:55 +00:00 |
zeromus
|
e0c09a553b
|
redo how subwcrev stuff is done, so that the subwcrev process doesnt have to run for every project. improves build times.
|
2014-12-09 19:20:22 +00:00 |
zeromus
|
08ae448257
|
start adding d3d9 display method, but.. it was more work than gdi+, as I expected. I'll finish it another time.
|
2014-12-08 02:15:42 +00:00 |
adelikat
|
1473db5aa8
|
Move AddBreakpointDialog to the Debugger folder
|
2014-12-07 20:17:15 +00:00 |
zeromus
|
556b7b0123
|
gdi+ display method!
|
2014-12-07 02:26:52 +00:00 |
adelikat
|
97476a8b69
|
Debugger - breakpoints
|
2014-12-06 15:07:01 +00:00 |