feos
|
ff0844413c
|
tastudio: update branch view on project load.
|
2015-09-06 16:40:22 +03:00 |
adelikat
|
6db5a01f54
|
Basic Bot - implement New menu item
|
2015-09-05 23:47:27 -04:00 |
adelikat
|
92a7773b3a
|
Basic Bot - ability to save and load bot files
|
2015-09-05 23:39:51 -04:00 |
adelikat
|
b8295f1d98
|
Basic Bot - ability to replay best attempt
|
2015-09-05 22:04:26 -04:00 |
adelikat
|
74025d82c9
|
Clean up ToolHelpers.cs and reduce a lot of boilerplate code
|
2015-09-05 21:39:57 -04:00 |
adelikat
|
df2dd2df9b
|
Cheats - fix up open and save file dialog file/directory logic
|
2015-09-05 20:53:02 -04:00 |
adelikat
|
3d28d0dc5d
|
Cheats - refresh list when toggling the status of a cheat
|
2015-09-05 20:47:28 -04:00 |
adelikat
|
3886205bbc
|
TAStudio - fix right-click autohold
|
2015-09-05 19:52:00 -04:00 |
adelikat
|
30f170312d
|
Tastudio - add menu items for created Savestate-anchored and SaveRam-anchored movies instead of them only appearing in the context menu under narrow conditions
|
2015-09-05 19:25:27 -04:00 |
adelikat
|
4f58ec09fd
|
Tastudio - starts movie from saveram - allow saveram-anchored movies since they are supported on the backend, but do not allow savestate-anchored mvoies
|
2015-09-05 19:06:13 -04:00 |
adelikat
|
45db096154
|
Tastudio - 'start movies from now' - allow movies that start from savestate since that feature is supported already in the backend
|
2015-09-05 18:28:05 -04:00 |
adelikat
|
03aeacae39
|
Tastudio - also prohibit making a movie from "now" if it is a saveram-anchored movie
|
2015-09-05 18:26:34 -04:00 |
adelikat
|
477afb8bf7
|
Tastudio - Only allow 'Start from here' option on the currently emulated frame
|
2015-09-05 18:10:21 -04:00 |
adelikat
|
6d4dea9a14
|
Don't attempt to remember tool window size/position if tool is minimized/maximized, this fixes issue #491 but also fixes the bug in every tool (unless there is a tool that does not implement IAutoToolFormConfig that I missed in this changeset)
|
2015-09-05 17:05:14 -04:00 |
adelikat
|
08978978d0
|
issue #493 - add option to not display OSD messages
|
2015-09-05 16:48:37 -04:00 |
adelikat
|
ba87d19d5c
|
Input roll - some small cleanups
|
2015-09-05 16:37:52 -04:00 |
adelikat
|
a85c60e716
|
Input Roll - more avoiding calculated fields in loops
|
2015-09-05 15:44:08 -04:00 |
adelikat
|
ed4ccdbfc6
|
InputRoll - don't call LastVisibleIndex, a calculated field, in a for loop, seems to be a nice speedup
|
2015-09-05 15:27:59 -04:00 |
adelikat
|
e9d7c7c88c
|
InputRoll - more shenanigans
|
2015-09-05 15:09:55 -04:00 |
adelikat
|
747c0fddda
|
InputRoll - remove a todo
|
2015-09-05 14:33:34 -04:00 |
adelikat
|
b45f34dc3e
|
InputRoll - code cleanup - make NormalFont readonly and remove redundant use of this.NormalFont
|
2015-09-05 14:21:58 -04:00 |
adelikat
|
76db52966e
|
InputRoll - on paint method, calculate visible columns once and pass into draw functions rather than making a new list in every method on every draw
|
2015-09-05 14:00:08 -04:00 |
adelikat
|
dec25850c5
|
InputRoll - a small cleanup
|
2015-09-02 19:39:57 -04:00 |
adelikat
|
fceb4487c9
|
InputRoll - tiny optimization - don't calculate lastvisiblecolumnindex during a for loop
|
2015-09-02 19:38:33 -04:00 |
adelikat
|
0e11ae4316
|
Tastudio - store icon Resources in variables to keep from churning while drawing, big speed up to tastudio
|
2015-09-02 19:00:52 -04:00 |
adelikat
|
ed26eb002d
|
InputRoll - break off drawing methods into a separate file
|
2015-09-02 18:46:23 -04:00 |
adelikat
|
951129048d
|
Move InputRoll to the CustomControls folder
|
2015-09-02 18:27:34 -04:00 |
adelikat
|
888423df58
|
InputRoll - some misc formatting and cleanups
|
2015-09-02 18:23:29 -04:00 |
adelikat
|
c64e1ccdd9
|
Fix hiding of Reset and Power columns
|
2015-09-02 17:53:02 -04:00 |
adelikat
|
8d6dfcc7c1
|
Fix misnamed reference to an icon
|
2015-09-02 17:14:52 -04:00 |
feos
|
0949bcb1bb
|
tastudio: hide Power and Reset columns by default.
|
2015-09-01 21:24:13 +03:00 |
feos
|
a998d472cf
|
tastudio: optional icons for states and markers.
Settings -> Icons.
|
2015-09-01 21:24:12 +03:00 |
zeromus
|
bd796a9cb9
|
add kitchen sink icon for help > features
|
2015-09-01 11:56:37 -05:00 |
zeromus
|
c99cc7fa2a
|
fix #484
|
2015-08-31 14:50:26 -05:00 |
zeromus
|
5e40adf1f7
|
fix #490
|
2015-08-31 11:37:46 -05:00 |
adelikat
|
89664c4a7e
|
Basic Bot - misc UI improvements
|
2015-08-30 20:53:22 -04:00 |
adelikat
|
9ab2edd39f
|
Basic Bot - progress! Now has the ability to bot, still todo: ability to replay the best attempt, saving and loading of bot files, and make the ui nicer
|
2015-08-30 17:57:40 -04:00 |
zeromus
|
f0c34517e1
|
display manager: sort out all the y-flipping madness and fix some bugs in gdi+ with screenshot and prescaling
|
2015-08-30 09:20:03 -05:00 |
zeromus
|
d9b765ac89
|
display a warning reminder that client restart is needed when changing display method
|
2015-08-30 09:20:01 -05:00 |
adelikat
|
46d847875d
|
NESHawk - implement board UNIF_BMC_Supervision16in1
|
2015-08-30 09:58:49 -04:00 |
adelikat
|
724c4b748b
|
NESHawk - implement mapper 53 (multicart junk)
|
2015-08-30 09:41:41 -04:00 |
adelikat
|
80dd120b9d
|
Basicbot - some progress, nothing useable yet
|
2015-08-29 20:19:56 -04:00 |
adelikat
|
e48ea685c3
|
Add a bad dump to the gamedb
|
2015-08-29 13:07:28 -04:00 |
adelikat
|
f46eb21c93
|
Remove hack that attempted to support mapper 219 badly, better to not support it
|
2015-08-29 13:02:25 -04:00 |
zeromus
|
46870ec488
|
cleanup gdi+ renderer
|
2015-08-29 11:17:25 -05:00 |
adelikat
|
3f847b7b6f
|
Map Mapper 255 to 225 in accordance with http://problemkaputt.de/everynes.htm
Also, remove documentation and replace with wiki link
|
2015-08-28 22:23:48 -04:00 |
adelikat
|
9e36096472
|
oops, forgot to check these files in
|
2015-08-27 08:19:36 -04:00 |
adelikat
|
bba170a6b2
|
Sketching out the UI of Basic Bot
|
2015-08-26 22:41:34 -04:00 |
adelikat
|
d6a998b6de
|
Start the Basic Bot tool, a tool that will be based upon the design in Fceu.16 (programmed by Luke). This check in is just the boiler plate stuff
|
2015-08-26 21:55:55 -04:00 |
adelikat
|
defdfa6e2e
|
NESHawk - fix mapper 164
|
2015-08-25 20:11:32 -04:00 |