..
Api
Migrate MemoryLuaLibrary to ApiHawk delegation
2019-11-30 23:32:09 +10:00
Properties
Client.Common - remove a bunch of unused usings
2017-05-10 13:27:10 -05:00
config
Lua console - remove bad user option (defaulted to true even) that clears all registered functions on toggle, toggle already clears all registered functions registered to the script. If there is some edge case there, we need to fix it, not clear registered funcitons that don't even belong to the given script
2019-11-29 09:58:07 -06:00
input
Move polar<=>rect conversion to new class
2019-06-14 16:26:31 +00:00
inputAdapters
Use string interpolation
2019-03-20 15:01:12 +10:00
lua
Partially migrate MainMemoryLuaLibrary to ApiHawk delegation
2019-11-30 23:33:54 +10:00
miniz
add Miniz-based ZipWriter. Ends up being aboot 15-20% faster than FrameworkZipWriter, but as a minus requires the entire contents of each chunk to be buffered first. Not connected until I can think of a better strategy...
2017-06-11 14:37:19 -04:00
movie
movie importers - import the core header key on systems that we check for core when loading the movie
2019-11-26 20:10:34 -06:00
rewind
misc cleanups
2019-11-15 17:00:43 -06:00
tools
RamSearchEngine - simplify some
2019-11-15 16:47:54 -06:00
BinarySaveStates.cs
Cleanups
2019-11-14 18:18:46 -06:00
BitmapBufferVideoProvider.cs
refactorer in chief moved VsyncNumerator from a corecomm field to an interface property and then made it throw invalid operation exceptions on types where it doesnt make sense because thats just what you have to do when you choose to use interfaces, but users dont know whether it makes sense to call that. so return 0 instead of throwing exceptions. (should fix crashes dumping AVI with OSD captured)
2017-07-01 17:18:55 -05:00
BizHawk.Client.Common.csproj
Merge LuaMemoryBase into MainMemoryLuaLibrary
2019-11-30 23:33:46 +10:00
BizHawk.Client.Common.csproj.DotSettings
Bump ReSharper analysis to C# 8.0
2019-10-31 03:30:00 +10:00
ControllerBinding.cs
Cleanups
2019-11-14 18:18:46 -06:00
CoreFileProvider.cs
misc cleanups
2019-11-15 17:00:43 -06:00
ExceptionClasses.cs
misc code cleanups in BizHawk.Client.Common
2017-04-14 14:59:01 -05:00
Extensions.cs
Misc Client.Common cleanups
2017-05-09 07:22:56 -05:00
FirmwareManager.cs
Spaces -> tabs, fix mixed newlines.
2019-11-03 20:58:36 -05:00
FrameworkFastZipWriter.cs
deposit failed experiment in the gallery.
2017-06-11 13:01:29 -04:00
FrameworkZipWriter.cs
update to framework 4.6.2. Since Windows XP 64 was very rarely used, there's no loss in switching to this if we're going to 64 bit. Add `FrameworkZipWriter` based on the 4.5 framework's built in zip writer. It shaves a decent amount of time off savestate save time, but rolling our own off of DeflateStream would be even faster.
2017-05-27 18:15:15 -04:00
Global.cs
O2Hawk: Expose Core and start running code
2019-11-18 17:33:55 -05:00
IPS.cs
misc code cleanups in BizHawk.Client.Common
2017-04-14 14:59:01 -05:00
IZipWriter.cs
misc code cleanups in BizHawk.Client.Common
2017-04-14 14:59:01 -05:00
IonicZipWriter.cs
Misc Client.Common cleanups
2017-05-09 07:22:56 -05:00
KeyTurbo.cs
misc code cleanups in BizHawk.Client.Common
2017-04-14 14:59:01 -05:00
NESGameGenieEncoderDecoder.cs
heh
2017-05-10 07:45:23 -04:00
OpenAdvanced.cs
Spaces -> tabs, fix mixed newlines.
2019-11-03 20:58:36 -05:00
PathManager.cs
Replace helper methods with readonly bool IsUnixHost and cleanup
2019-11-04 14:30:05 +10:00
QuickBmpFile.cs
fix crash loading tasproj with bitmap thumbnails caused by 43cb50d5c3
2017-06-27 17:14:23 -05:00
RecentFiles.cs
Remove unnecessary calls to ToList (e.g. in foreach)
2019-10-13 15:50:57 +00:00
RomGame.cs
Spaces -> tabs, fix mixed newlines.
2019-11-03 20:58:36 -05:00
RomLoader.cs
O2Hawk: Expose Core and start running code
2019-11-18 17:33:55 -05:00
SaveSlotManager.cs
Factor out some common stuff in rom load/close.
2019-10-20 23:36:11 -04:00
SavestateManager.cs
misc movie code cleanups
2019-11-25 08:37:11 -06:00
SharpCompressArchiveHandler.cs
Merge branch 'master' into MoreUnixMonoCompatWork
2019-11-01 20:59:40 -05:00
SharpZipWriter.cs
Client.Common cleanups
2017-05-18 11:36:38 -05:00
SystemInfo.cs
O2Hawk: system management work
2019-11-18 22:17:29 -05:00
XmlGame.cs
misc cleanups
2019-11-15 15:15:13 -06:00
packages.config
remove our outdated 7z shenanigans with sharpcompress
2019-11-01 20:22:05 -05:00