BizHawk/BizHawk.MultiClient
adelikat 85571fe0ca Update 2012 project to use .net 4.5 2013-04-11 01:02:47 +00:00
..
AVOut unify coreinputcomm and coreoutputcomm. there is a slight chance your console will be messed up until i fix a teeny tiny something, since i didnt test them all, since with more recent cores i dunno what roms are working anyway. let me know if i broke anything. 2012-12-10 00:43:43 +00:00
DisplayManager Slight tweak to movie frame property 2013-03-17 15:39:33 +00:00
GBAtools gba gpu view: copy to clipboard implemented. also some stuff for some other stuff which i really shouldn't be doing because it's pointless when the core doesn't work for some things. 2012-11-30 19:57:04 +00:00
GBtools gb gpu view: fix bug due to scroll bar hilarity. gba gpu view: implement scanline callbacks 2012-11-30 05:16:37 +00:00
Input Allow Shift + another key to register as Shift and that key separately on Controller input (not hotkey input), this allows the C64 keyboard to use shift as intended 2012-12-09 01:42:47 +00:00
NEStools NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
PCEtools PCE - BG Viewer - add tile and palette stats on mouse over. Add tool to non-interim builds 2012-07-13 02:25:45 +00:00
Properties Controller Config - add Intellivision controls 2012-12-22 02:34:08 +00:00
SMStools Added SMS specific menu: Graphics Settings 2012-03-11 17:08:25 +00:00
SNESTools Slight cosmetic change to the SNES options dialog 2013-03-25 00:23:02 +00:00
TI83tools TI83 Keypad - implement the 0 button, somehow it was missed 2012-02-21 03:45:25 +00:00
config Hotkey Dialog - some small fixes to tab orders and focusing 2013-03-09 23:45:28 +00:00
images an image 2012-12-02 15:36:16 +00:00
movie Oops, fix my last commit 2013-03-25 00:20:07 +00:00
output makerelease.bat excludes some junky files 2013-01-14 07:29:06 +00:00
tools Watch object code refactoring - no functional changes 2013-03-17 21:07:03 +00:00
AboutBox.Designer.cs Replace the "Play" and "Record" messages for movies with Icons. 2012-04-16 21:04:00 +00:00
AboutBox.cs Show svn revision number in about boxes 2012-04-21 15:25:47 +00:00
AboutBox.resx unofficial about box - Add a nifty close button 2012-03-28 23:43:15 +00:00
ArchiveChooser.Designer.cs fix archive chooser keyboard behaviour, and add a feature to deduct 16Bytes from the size if it looks like iNES 2012-10-17 00:07:28 +00:00
ArchiveChooser.cs fix archive chooser keyboard behaviour, and add a feature to deduct 16Bytes from the size if it looks like iNES 2012-10-17 00:07:28 +00:00
ArchiveChooser.resx Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
BizBox.Designer.cs Add Atari 7800 info to about box 2012-12-16 18:31:49 +00:00
BizBox.cs Add Atari 7800 info to about box 2012-12-16 18:31:49 +00:00
BizBox.resx Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
BizHawk.MultiClient.csproj RamSearch - infinite undo/redo levels 2013-02-25 01:23:03 +00:00
BizHawk.MultiClient_v4.5.csproj Update 2012 project to use .net 4.5 2013-04-11 01:02:47 +00:00
Config.cs NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
ConfigService.cs forgot part of the config serializer fix checkin 2012-06-15 19:55:11 +00:00
ExternalCoreSupport.cs forgot an add 2011-07-24 07:00:54 +00:00
Global.cs Lua - joypad.set - implement false to force input off, and a string param to serve as inverse 2013-03-23 20:34:25 +00:00
HawkFile.cs add some helpful overloads to HawkFile for working with known filenames, instead of just extension lists 2012-09-12 00:41:07 +00:00
HistoryCollection.cs RamSearch - infinite undo/redo levels 2013-02-25 01:23:03 +00:00
LogConsole.cs Bugfix for log console. 2012-03-09 21:36:55 +00:00
LogWindow.Designer.cs LogWindow: replace textbox with a virtuallistview. while it may leave some things to be desired, it's not slow as balls. a superior implementation would be creating a VirtualTextBox of some sort 2012-12-03 21:19:39 +00:00
LogWindow.cs 7800: integrate the existing emu7800 gamedb as a core-private gamedb (not unlike bootgod), and use that to drive decision making. emu7800 should now be able to correctly load 7800PAL and 2600 games. 2012-12-12 03:40:18 +00:00
LogWindow.resx Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
LuaImplementation.cs NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
LuaInterface.dll lua-fix crashes when scripts terminate 2012-07-10 19:40:35 +00:00
MainForm.Designer.cs Add a "Stop Movie without saving" option 2013-03-10 23:03:52 +00:00
MainForm.MenuItems.cs Lua - add snes library getlayer_set_bg_1(), setlayer_set_bg_1(), etc to toggle/get all layer options 2013-03-25 00:49:50 +00:00
MainForm.Movie.cs Add a "Stop Movie without saving" option 2013-03-10 23:03:52 +00:00
MainForm.cs NES - separate first/last scanline settings for NTSC vs PAL (default of 8,231 NTSC and 0,239 for PAL) 2013-03-25 01:59:34 +00:00
MainForm.resources 2011-01-11 02:55:51 +00:00
MainForm.resx snes-some beginning steps on graphics debugging tools. nothing to see yet, move along 2012-09-06 08:32:25 +00:00
MruStack.cs fixs spaces into tabs in a bunch of files because I'm tired of fixing it gradually 2011-06-19 23:39:25 +00:00
NameStateForm.Designer.cs Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
NameStateForm.cs 2011-01-11 02:55:51 +00:00
NameStateForm.resources 2011-01-11 02:55:51 +00:00
NameStateForm.resx Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
PlayMovie.Designer.cs Play Movie Dialog - fix time display of seconds, support ctrl+C on play movie list 2013-03-02 14:25:31 +00:00
PlayMovie.cs Oops, fix my last commit 2013-03-25 00:20:07 +00:00
PlayMovie.resx Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
Program.cs Show the inner exception on program crash if there is one 2013-03-25 00:44:29 +00:00
RecentFiles.cs Some code refactoring, no functional changes 2013-03-10 22:42:54 +00:00
RecordMovie.Designer.cs Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
RecordMovie.cs Oops, fix my last commit 2013-03-25 00:20:07 +00:00
RecordMovie.resx Fix minimum size on all winforms, also set max size where appropriate, fixed anchoring & resizing issues, and other misc. display cleanup 2011-09-11 01:01:40 +00:00
RenderPanel.cs luaimplementation: input.getmouse(): button fields are now bools. position fields are now in emulated screen coordinates. no, it doesn't quite work right for some cases of window sizing... so don't do that! 2012-12-20 21:40:03 +00:00
Rewind.cs oops 2012-10-11 20:05:02 +00:00
RomGame.cs C64 - Pass in extension to the core 2012-11-01 17:56:48 +00:00
SavestateManager.cs M-M-M-MONSTER COMMIT! change Game-load api stuff 2011-08-04 03:20:54 +00:00
ScreenSaver.cs fixs spaces into tabs in a bunch of files because I'm tired of fixing it gradually 2011-06-19 23:39:25 +00:00
Sound.cs sound: fudge up some parameters of BufferedAsync. the most noticeable difference is that PAL NES with clock throttle no longer sounds horrible 2012-12-23 20:26:43 +00:00
Throttle.cs throttling UI is now set up to be done in one of three ways: sound, vsync, timer. in addition, there's an option to use vsync even when not throttling to it (but this doesn't really work too well...) 2012-11-12 17:57:11 +00:00
Watch.cs Ram Watch - Implement separator feature + reading it from files. Todo: Insert Separator menu/toolbar item 2011-01-21 18:37:53 +00:00
lua51.dll try fixing lua "buffer overflow" stack corruption crash when GC occurs while calling a cfunction 2012-06-11 22:15:49 +00:00