BizHawk/BizHawk.Client.Common
zeromus f9c5b17097 restore discsys TOCRaw and DiscStructure synthesis and make octoshock disc reading work again 2015-07-11 13:46:36 -05:00
..
7z ugh, just disable all warnings in ArchiveUpdateCallback.cs 2014-12-04 00:02:01 +00:00
Properties 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
config Apple IIe is not a Lynx. 2015-06-16 12:05:59 +00:00
inputAdapters Added AutoFire support in TAStudio, fixed/improved patterns. 2015-03-08 04:42:04 +00:00
lua A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
movie AppleII mnemonics - make L and R uppercase to be consistent with other alphanumeric buttons. I don't think this change breaks anything, other than cosmetics when looking at pre-existing Apple II movies 2015-06-21 16:20:39 +00:00
rewind Rewinder - small fix to memory allocation limit. 2015-01-19 19:48:04 +00:00
tools Ram search: fix equal/not equal for float searches 2015-03-21 00:13:53 +00:00
BinarySaveStates.cs compress movies even if savestates are not compressed. separate config entry, not hookled up in config 2015-05-31 18:31:45 +00:00
BizHawk.Client.Common.csproj A bit of testing with Lua. 2015-04-10 14:11:01 +00:00
ControllerBinding.cs never have analog controls that arent integerized 2015-03-10 03:34:24 +00:00
CoreFileProvider.cs fix bsnes xml loading 2015-04-21 23:50:15 +00:00
ExceptionClasses.cs when loading a movie, gracefully handle a movie/rom system id mismatch 2014-09-27 15:49:39 +00:00
FirmwareManager.cs take 2 2015-02-05 23:53:25 +00:00
GLManager.cs fix multihawk opengl window mixup and change GLManager to a singleton to stop that from happening again 2015-03-06 03:05:46 +00:00
Global.cs create IMovieSession with the necessary API, instead of using an instance of MovieSession, the API though is completetly horrible, we need to address this 2015-02-22 23:23:36 +00:00
IPS.cs "Correct" IPS applier to resize file if it tries to write off end. I'm not sure what the spec behavior is, but this works for at least one file in the wild. 2015-04-19 13:55:47 +00:00
IZipWriter.cs add infrastructure to use alternate zipping libraries in savestate. use DotNetZip for some speedupzzzzzzzzzzzz 2014-10-09 23:39:13 +00:00
IonicZipWriter.cs -Bugfix: TAStudio couldn't re-save a project. 2015-03-02 23:43:52 +00:00
KeyTurbo.cs etc 2013-10-25 00:59:34 +00:00
NESGameGenieEncoderDecoder.cs some code cleanup 2014-02-22 23:59:52 +00:00
PathManager.cs Add core name to GBA savestates 2015-06-06 21:06:59 +00:00
QuickBmpFile.cs screenshot: add optimized hotpath for original size screenshots 2015-02-17 02:31:56 +00:00
RecentFiles.cs remove an unused method from RecentFiles.cs (one that had little to no value anyway) 2014-08-02 23:09:01 +00:00
RomGame.cs fix bsnes xml loading 2015-04-21 23:50:15 +00:00
RomLoader.cs restore discsys TOCRaw and DiscStructure synthesis and make octoshock disc reading work again 2015-07-11 13:46:36 -05:00
SaveSlotManager.cs SaveSlotManager - check HasSavestate() not IsNull() 2014-11-30 17:58:26 +00:00
SavestateManager.cs Better UI for low res large screenshot feature 2015-02-23 23:43:51 +00:00
SevenZipSharpArchiveHandler.cs some minor code cleanups in BizHawk.Common 2014-02-04 21:15:33 +00:00
SevenZipWriter.cs play around with 7z a bit 2014-10-13 05:08:34 +00:00
SharpZipWriter.cs code to use 7zip (unmanaged) to write archives, not active for the moment, still stuff to do 2014-10-12 04:24:31 +00:00
SystemInfo.cs add ByteSize to MemoryDomain with a default of 1, set it to not 1 on appropriate domains (I probably missed some, or got some wrong). Have RamSearch use that instead of SystemInfo, remove ByteSize from SystemInfo since it is no longer needed 2015-02-22 15:19:38 +00:00
UIHelper.cs Apparently UserControls that are created dynamically need AutoScaleMode.Font. UserControls placed via the designer should use AutoScaleMode.Inherit. Actually it seems possible to get around the problems of dynamically created UserControls (including the need to manually scale the positions/sizes) by moving their creation into the constructor after InitializeComponent, adding SuspendLayout before InitializeComponent, and adding ResumeLayout after UserControl creation. But I don't want to risk moving the code around too much. 2014-12-31 05:34:21 +00:00
XmlGame.cs XmlGame - support an xml that refers to roms in archives 2015-05-17 16:30:39 +00:00