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 |
adelikat
|
0b81b6f773
|
start an experimental new widget intended for tastudio, doesn't do anything now but load and do nothing
|
2014-08-06 01:32:27 +00:00 |
adelikat
|
35d31c418b
|
Temporarily hijack the NES nametable viewer for a gdi experiment
|
2014-08-05 00:18:55 +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
|
ce4ce0bacc
|
Convert some static methods in ToolHelpers to extension methods
|
2014-07-28 01:51:11 +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
|
6039b921d2
|
add Yellow arrows to project and use them for the N64 C buttons
|
2014-07-27 13:53:25 +00:00 |
adelikat
|
042e72bfb6
|
New N64 plugin config settings dialog, including adding jabo settings
|
2014-07-20 02:57:26 +00:00 |
adelikat
|
6b1bfc2d4a
|
TAStudio - stuff
|
2014-07-13 14:13:20 +00:00 |
adelikat
|
3f461990c4
|
TAStudio - insert num frames implemented
|
2014-07-13 12:44:31 +00:00 |
adelikat
|
2e508c1468
|
TAStudio - greenzone settings dialog
|
2014-07-11 15:43:47 +00:00 |
adelikat
|
ee7831178a
|
TAStudio - header editor
|
2014-07-11 02:31:43 +00:00 |
adelikat
|
655207d79a
|
TAStudio - some reorg
|
2014-07-10 01:58:43 +00:00 |
adelikat
|
8d0cfc60dc
|
TAStudio - some reorg
|
2014-07-09 23:04:22 +00:00 |
adelikat
|
786b0238ba
|
Move Markers from TAStudio to TasMovie, and implement saving and loading of markers
|
2014-07-09 16:35:39 +00:00 |
adelikat
|
9cc1fb4404
|
tastudio - some reorg
|
2014-07-09 15:04:16 +00:00 |
adelikat
|
5843a8f396
|
Start proof of concept of an IControlManinform interface. Mainform now has RelinguishControl and TakeControl methods. Tools that implement IControlMainform can override mainform actions. TAstudio implements this, currently the only ability is to override Read only toggle. The intend of this is to allow TAStudio and debuggers to take control of relevant mainform actions
|
2014-07-08 16:08:52 +00:00 |
adelikat
|
2ef2397cdb
|
Add snazy icon for profile config
|
2014-07-03 19:33:38 +00:00 |
adelikat
|
c5f1174711
|
Virtualpads - fix buttons on GB, implement Dual GB
|
2014-06-29 12:42:44 +00:00 |
adelikat
|
402db49ed8
|
PCE - add ability to set connected controllers (up to 5) as sync settings, with a Controller settings dialog
|
2014-06-28 22:48:07 +00:00 |
adelikat
|
49bbafd305
|
Virtualpads - start C64, keyboard only has 1 key, will need to do the rest
|
2014-06-28 19:25:11 +00:00 |
adelikat
|
0f64fa9a8a
|
Virtualpads - coleco
|
2014-06-28 18:12:04 +00:00 |
adelikat
|
8ee00a2996
|
Virtualpads - atari 7800
|
2014-06-28 14:19:46 +00:00 |
adelikat
|
de8bcf6b92
|
Virtualpads - atari 2600
|
2014-06-28 14:14:50 +00:00 |
adelikat
|
0fa75a5d77
|
Virtualpads - fix 3 vs 6 button controller logic in genesis
|
2014-06-26 20:59:00 +00:00 |
adelikat
|
3c1ececb14
|
Virtualpads - some reorg
|
2014-06-25 17:18:14 +00:00 |
adelikat
|
118d69a669
|
Virtual pad progress
|
2014-06-24 16:36:19 +00:00 |
adelikat
|
3208440225
|
Virtual Pads - basic analog button control and wire up to NES arkanoid paddle
|
2014-06-24 12:58:08 +00:00 |
adelikat
|
bb93dd0d42
|
Virtualpads - make a custom attribute for schema objects instead of using the Description attribute
|
2014-06-23 23:46:44 +00:00 |