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 |
adelikat
|
4b8f5b2962
|
Debugger - add a crude Register box, dynamically reads the cores flags and registers and creates ui, is they are settable it creates textboxes (registers) and checkboxes (flags) with change events that set the core values. If register setting is not implemented, it creates labels instead. Plenty of details to refine about this process.
|
2014-12-06 01:14:58 +00:00 |
adelikat
|
4a96e58a24
|
Start a generic Debugger tool, does nothing now except for open and have the standard ui options all tool forms have (such as autoload)
|
2014-12-06 00:03:36 +00:00 |
goyuken
|
40416656a2
|
eliminate snowiy emulator option from CoreComm. this commit is a bit hackish
|
2014-12-05 00:39:02 +00:00 |
adelikat
|
189de87e8e
|
Start a core features dialog in Help, only visible in developer mode (currently). Uses reflection to see what ICoreService implementations are implemented by which cores
|
2014-11-23 21:46:28 +00:00 |
hegyak
|
fa5c614641
|
Added schema/LynxSchema.cs
|
2014-11-20 17:45:44 +00:00 |
adelikat
|
81146fde8e
|
Add Lynx controller image to controller config dialog
|
2014-11-19 02:39:43 +00:00 |
adelikat
|
e0207b748f
|
Tastudio - remove some user controls that do nothing that I've decided won't be used
|
2014-11-15 15:02:52 +00:00 |
goyuken
|
81fc95ab43
|
NES: add UI support for datach barcode reader
|
2014-10-29 22:28:14 +00:00 |
adelikat
|
305dea53ab
|
Tastudio - a dialog to change the default "greenzone" settings
|
2014-10-18 01:01:45 +00:00 |
adelikat
|
02062a4589
|
Tastudio - some reorg and cleanup
|
2014-10-17 17:58:48 +00:00 |
zeromus
|
b0a4744ffb
|
tidy up the user profile icon. its not so bad an idea, just needed to be manually shrinked.
|
2014-10-16 02:17:44 +00:00 |
goyuken
|
e87bf94af0
|
rough out some more AV related stuff; not done or ready yet
|
2014-10-10 18:18:29 +00:00 |
zeromus
|
2a9f8d9309
|
refine hotkey/controller dialogs a tiny bit
|
2014-10-05 02:02:04 +00:00 |
zeromus
|
5ebb1b1e2e
|
clean up recent roms contextmenu processing, and add support for launching the whole shell contextmenu.. its kind of cruddy though.
|
2014-09-30 08:51:48 +00:00 |
adelikat
|
ad16be7712
|
Start a tastudio lua library
|
2014-09-19 21:43:16 +00:00 |
adelikat
|
5beffa156a
|
Tastudio - lots of icons!
|
2014-09-04 22:03:22 +00:00 |
adelikat
|
c84d8ec93c
|
Add some icons for tastudio that we will eventually want to use
|
2014-09-03 01:22:57 +00:00 |
adelikat
|
0893daff71
|
Remove TasStudioExperiement dialog
|
2014-08-23 15:49:08 +00:00 |
adelikat
|
56384da18b
|
Front end for the Link Cable status bar icon
|
2014-08-23 01:18:59 +00:00 |
kylelyk
|
7b03f11091
|
Added RightClickMenu ContextMenuStrip to TAStudio, enabled all but three options which need to be implemented in code. Fixed a couple of short key combinations not working.
|
2014-08-23 01:18:05 +00:00 |
zeromus
|
8e50487695
|
build luainterface.dll into the references folder, like other more modern things.
|
2014-08-14 01:07:26 +00:00 |
adelikat
|
3e9d5533e1
|
Rename GDITextRenderer to GDIRenderer, Input Roll - implement the Background color callback
|
2014-08-11 00:08:16 +00:00 |