BizHawk/BizHawk.Common
adelikat a0d56df06b Lua - client library - change GetOpenTools() to GetAvailableTools() which returns a list of tools available to the currently loaded core, change GetTool() to receive any avaialble tool, if the tool isn't open, GetTool() opens it 2015-04-12 17:37:06 +00:00
..
Extensions Convert a whole bunch of ram stuff from int to long 2015-01-18 18:59:23 +00:00
IPC Add Yield/SwitchToThread in SNES IPCRingBuffer. Improves performance on Core 2 Duo, about the same on i5, and will prevent it from going < 1 fps on a single core machine :). 2015-02-04 04:31:41 +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
Bit.cs Clean up the Bit struct and rename the file from Types.cs to Bit.cs 2014-01-22 00:47:22 +00:00
BitReverse.cs Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files 2013-12-14 00:03:03 +00:00
BizHawk.Common.csproj 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
Buffer.cs Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files 2013-12-14 00:03:03 +00:00
Colors.cs Some mostly useless formatting and code cleanup in BizHawk.Common, broke some classes up into separate files 2013-12-14 00:03:03 +00:00
CustomCollections.cs rough draft of file ID system. not ready to be used just yet, but I think it can go the distance. I'll have to hook it up later. 2014-12-03 06:14:59 +00:00
DeepEquality.cs fix stuff not compiling 2014-12-20 04:16:02 +00:00
HawkFile.cs Fix out of range exception when importing firmware from an archive. 2015-01-06 05:23:30 +00:00
Log.cs Remove some files I meant to delete, and some useless code cleanups 2013-11-04 03:12:50 +00:00
MruStack.cs some minor code cleanups in BizHawk.Common 2014-02-04 21:15:33 +00:00
QuickCollections.cs Remove some files I meant to delete, and some useless code cleanups 2013-11-04 03:12:50 +00:00
Serializer.cs C64: add bool[] overload to the serializer. sloppy, but neater. 2014-10-06 16:00:24 +00:00
SettingsUtil.cs fix some internal settings infrastructure 2014-07-14 16:10:45 +00:00
SimpleTime.cs benchmark savestate time to console 2014-10-09 01:49:44 +00:00
SwitcherStream.cs 2014-10-12 04:19:01 +00:00
UndoHistory.cs Ram Search - limit to 5 undo levels 2015-01-02 22:16:07 +00:00
Util.cs Lua - client library - change GetOpenTools() to GetAvailableTools() which returns a list of tools available to the currently loaded core, change GetTool() to receive any avaialble tool, if the tool isn't open, GetTool() opens it 2015-04-12 17:37:06 +00:00
Win32Hacks.cs for issue #223 : create 2 workarounds for taskbar minimizing ding-and-fail bug and activate one of them. The bug is virtually impossible to fix and isnt really our fault. The bug is theoretically existing under other conditions than the "run n64 core" repro steps. The workaround might could be deployed in other situations as needed. 2014-09-14 09:11:34 +00:00