.. |
AVOut
|
move HawkFile to BizHawk.Common along with a small web of dependencies and then add "using BizHawk.Common" to 100 files
|
2013-10-27 22:07:40 +00:00 |
CustomControls
|
Fix bugs in things that use HexTextBox, and some bugs that made the Encoder part of NES GameGenie Encoder/Decoder not work
|
2013-11-02 00:44:55 +00:00 |
DisplayManager
|
Move joypad lua library to common, and move some stuff to Global in order to do so
|
2013-11-01 22:56:55 +00:00 |
Input
|
reapply moves with merge tracking
|
2013-10-27 07:52:20 +00:00 |
Properties
|
improve ram watch icons
|
2013-09-14 04:27:01 +00:00 |
config
|
move some FirmwareManager things to client.common
|
2013-11-01 23:17:30 +00:00 |
images
|
improve ram watch icons
|
2013-09-14 04:27:01 +00:00 |
movie
|
refactor - move readonly flag from MainForm.cs to Global.cs
|
2013-11-01 15:35:30 +00:00 |
output
|
rename lua functions that have changed in all checked in lua scripts
|
2013-11-01 15:19:35 +00:00 |
tools
|
move some more tools
|
2013-11-02 21:31:04 +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 debug vs release mode in About Box
|
2013-06-20 00:16:51 +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
|
move HawkFile to BizHawk.Common along with a small web of dependencies and then add "using BizHawk.Common" to 100 files
|
2013-10-27 22:07:40 +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 Saturn info to about box
|
2013-10-11 16:41:12 +00:00 |
BizBox.cs
|
add Saturn info to about box
|
2013-10-11 16:41:12 +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
|
Multiclient - Created a ToolManager class to manage winform tools and simplify and unify basic functions such as UpdateValues and Restart. Also smartly creates and disposes the tools intelligently, which minimizes ram usage on start up. For instance, calls to UpdateValues() don't create an instance of the object. Also, the instance of ToolManager is a Global instance called Tools, as opposed to all the tools being public fields on Mainform. Also, created IToolForm interface that all tool dialogs must implement. Refactored Ram Watch to use this new system.
|
2013-11-02 19:28:45 +00:00 |
ExternalCoreSupport.cs
|
forgot an add
|
2011-07-24 07:00:54 +00:00 |
GlobalWinF.cs
|
Multiclient - Created a ToolManager class to manage winform tools and simplify and unify basic functions such as UpdateValues and Restart. Also smartly creates and disposes the tools intelligently, which minimizes ram usage on start up. For instance, calls to UpdateValues() don't create an instance of the object. Also, the instance of ToolManager is a Global instance called Tools, as opposed to all the tools being public fields on Mainform. Also, created IToolForm interface that all tool dialogs must implement. Refactored Ram Watch to use this new system.
|
2013-11-02 19:28:45 +00:00 |
LogConsole.cs
|
attempt to reconstruct reorg with history
|
2013-10-25 00:57:23 +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
|
attempt to reconstruct reorg with history
|
2013-10-25 00:57:23 +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 |
MainForm.Designer.cs
|
Finish code cleanup of MainForm.Events
|
2013-10-27 15:53:37 +00:00 |
MainForm.Events.cs
|
move some more tools
|
2013-11-02 21:31:04 +00:00 |
MainForm.Movie.cs
|
move some more tools
|
2013-11-02 21:31:04 +00:00 |
MainForm.Rewind.cs
|
attempt to reconstruct reorg with history
|
2013-10-25 00:57:23 +00:00 |
MainForm.cs
|
move some more tools
|
2013-11-02 21:31:04 +00:00 |
MainForm.resources
|
|
2011-01-11 02:55:51 +00:00 |
MainForm.resx
|
Finish code cleanup of MainForm.Events
|
2013-10-27 15:53:37 +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 |
Program.cs
|
move HawkFile to BizHawk.Common along with a small web of dependencies and then add "using BizHawk.Common" to 100 files
|
2013-10-27 22:07:40 +00:00 |
RenderPanel.cs
|
reapply edits and cleanup
|
2013-10-27 07:54:00 +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
|
Move stuff from GlobalWinF to Global
|
2013-10-27 16:26:37 +00:00 |
Throttle.cs
|
attempt to reconstruct reorg with history
|
2013-10-25 00:57:23 +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 |