.. |
AVOut
|
AviWriter.cs : don't mix unmanaged allocation types
|
2012-08-03 22:02:04 +00:00 |
DisplayManager
|
Fix lua drawing from disappearing while paused, only have it update once per frame, and have it draw before frame advance
|
2012-09-02 14:54:30 +00:00 |
Gameboy
|
Gameboy - make debugger useful by connecting it to the multiclient events
|
2012-05-19 13:33:45 +00:00 |
Input
|
Conditionally compile Windows code, make Throttle class portable, and add dummy input/audio implementations for non-Windows
|
2012-03-12 04:44:34 +00:00 |
NEStools
|
NES - fix game genie codes with an empty compare text value
|
2012-09-01 14:18:54 +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
|
Hex Editor - add a save as binary option (in addition to the text option)
|
2012-06-10 17:28:38 +00:00 |
SMStools
|
Added SMS specific menu: Graphics Settings
|
2012-03-11 17:08:25 +00:00 |
TI83tools
|
TI83 Keypad - implement the 0 button, somehow it was missed
|
2012-02-21 03:45:25 +00:00 |
config
|
Some turbo speed refactorings - added a new hotkey for turbo mapped to shift+tab, rennamed the original turbo as unthrottle (since it is simply a toggle for this feature) and removed its mapping. On the new turbo, lots of various things will eventually be in place, but right now it bypasses tool updating. Still todo: have it max out frame skip and whatnot, also what is the difference between unthrottle and the limit framerate option? I think these should be merged.
|
2012-08-28 01:29:07 +00:00 |
images
|
Hex Editor - add a save as binary option (in addition to the text option)
|
2012-06-10 17:28:38 +00:00 |
movie
|
TAStudio - Rewind button - fix logic when movie is finished or inactive
|
2012-08-28 03:18:53 +00:00 |
output
|
fixed the rondo lua script to include a scaler for text display.
|
2012-09-02 17:08:47 +00:00 |
tools
|
Hex Editor - implement text area highlighting
|
2012-09-03 00:49:59 +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
|
Archive Chooser - sort entries by region, add hotkeys 1-9 that select items 1-9 respectively
|
2012-08-04 22:45:58 +00:00 |
ArchiveChooser.cs
|
Archive Chooser - sort entries by region, add hotkeys 1-9 that select items 1-9 respectively
|
2012-08-04 22:45:58 +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
|
About box cleanup - use emuversion constant so I don't have to update it in two places, add a release date constant so I don't forget to update that, some misc dialog tweaks
|
2012-08-19 23:44:17 +00:00 |
BizBox.cs
|
About box cleanup - use emuversion constant so I don't have to update it in two places, add a release date constant so I don't forget to update that, some misc dialog tweaks
|
2012-08-19 23:44:17 +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
|
ym2612: Implement detune. Implement a somewhat better resampler, still not a Good One.
|
2012-08-19 04:41:34 +00:00 |
Config.cs
|
Cheats - add compare column, and show active cheat rows in cyan (like other tool dialogs), do validation on address and value textboxes when adding/editing a cheat
|
2012-09-01 17:09:44 +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
|
1. Added Atari 2600 to COMMANDS dictionary.
|
2012-06-30 01:23:02 +00:00 |
HawkFile.cs
|
cleanup Controller class (remove old sticky and forcing code)
|
2011-07-24 20:37:10 +00:00 |
LogConsole.cs
|
Bugfix for log console.
|
2012-03-09 21:36:55 +00:00 |
LogWindow.Designer.cs
|
PCE - Implement PCECD system id in core and in game info. Also set cancel property of LogWindow winform
|
2011-09-24 17:05:34 +00:00 |
LogWindow.cs
|
Removed unused LogWindow::ShowConsole()
|
2012-03-09 21:22:52 +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
|
Lua - implement client.screenwidth() and client.screenheight()
|
2012-09-02 16:49:58 +00:00 |
LuaInterface.dll
|
lua-fix crashes when scripts terminate
|
2012-07-10 19:40:35 +00:00 |
MainForm.Designer.cs
|
Implemented Zeromus's Display Filters in the menubar for usage.
|
2012-07-15 08:50:24 +00:00 |
MainForm.MenuItems.cs
|
Ram Watch - oops, fixed last commit better
|
2012-08-15 01:14:25 +00:00 |
MainForm.Movie.cs
|
Movie - clean up some code that has gotten crusty in the frame loop and refactored it, fixed logical errors at the end of a movie regarding playback, rewind, and loadstate. Movies now go correctly into finished or play mode under various circumstances. Removed the stop on frame code because it was breaking things, this will be a regression in functionality in tastudio until it is rethought.
|
2012-08-25 23:31:54 +00:00 |
MainForm.cs
|
Lua - implement emu.registerbefore and emu.registerafter. Note that all lua work is done on the beginning of the frame (before) by default. also note that Registerbefore will run before normal lua processing.
|
2012-09-02 16:23:42 +00:00 |
MainForm.resources
|
|
2011-01-11 02:55:51 +00:00 |
MainForm.resx
|
LuaWriter. It will now color black unmatches in the text. Also fixed a bug that randomly selects a small block of text.
|
2012-07-19 19:58:27 +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
|
Multiclient menu - disable the movie, avi, and screen shot menus when no ROM is loaded
|
2012-05-31 01:13:25 +00:00 |
PlayMovie.cs
|
Play Movie - fix browse button and drag & drop
|
2012-06-09 16:28:01 +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
|
Replace the "Play" and "Record" messages for movies with Icons.
|
2012-04-16 21:04:00 +00:00 |
RecentFiles.cs
|
Fix an exception from commit 2161 (Prevent lua script restart when resetting a game). Fixed by making RecentFiles.GetRecentFileByPosition() more robust by not crashing when there is no recent file (returns "") instead
|
2012-04-04 02:23:47 +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
|
Record Dialog - do not prompt to overwrite on save file dialog (otherwise the user is asked twice when the main dialog asks)
|
2012-08-28 02:29:48 +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
|
Render Panel - some tiny speedups
|
2012-08-11 22:38:40 +00:00 |
Rewind.cs
|
TAStudio - Rewind button - fix logic when movie is finished or inactive
|
2012-08-28 03:18:53 +00:00 |
RomGame.cs
|
update ROM header detection algorithm. Fixes some homebrew roms which have no header and aren't padded to a multiple of 1024 bytes.
|
2012-06-03 05:39:30 +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
|
Remove speed hack on sound off for NES core, I've been told bypassing the APU isn't TAS safe
|
2012-07-05 19:27:07 +00:00 |
Throttle.cs
|
Max Turbo - bypass limit frame rate, and auto-minimize skipping, and ramp up frame skip to 20
|
2012-08-28 02:20:22 +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 |