adelikat
2d9fde1bed
Basic Bot - update Run button status when loading a bot file
2016-10-06 10:59:57 -05:00
zeromus
a7d2b8d7f7
* add a new IToolForm update mechanism which has extensible update points (so a tool can both pre- and post- update)
...
* make trace logging "core-pushes" model, to a sink installed by the frontend. This sink can go straight to the disk without wasting memory if that's what the Trace Logger tool has selected; or the Trace Logger will buffer it if it needs to. Formerly, we had a "core-pushes-to-buffer" and "client-pulls-once-per-frame" which necessarily caused huge buffers no matter what was going on.
2016-08-13 15:31:26 -05:00
nattthebear
111648cf98
Break a bunch of memory domain stuff with pointless refactoring
2016-04-13 19:50:06 -04:00
adelikat
7885934a1e
Add a global tools path in path config, have various tool related paths fallback to this tools folder, wire it up to hex editor .tbl files and basic bot .bot files. Change various tool paths to be . by default to point to the tools folder instead. Add tools folder to version control and builds
2016-02-05 20:46:18 -05:00
adelikat
894a9c2318
Rework ToolHelpers from a static object to ToolFormBase that inherits form and have a lot of tools inherit it, in hopes of moving a lot of copy pasta into a base class, move a few functions that show up a lot there
2016-01-30 20:24:53 -05:00
AdamSturge
fa6ed30ba5
Merge pull request #559 from TASVideos/feature/reduce-basic-bot-ui-size
...
reduced basic bot window size
2016-01-27 18:50:35 -08:00
zeromus
d7186c9e6f
remove c#6isms
2016-01-21 21:22:26 -06:00
Adam Sturge
40a38703c1
reduced basic bot window size
2016-01-20 21:44:17 -08:00
adelikat
8ea6c2cc66
Merge pull request #556 from AdamSturge/master
...
Create movie directory and basic bot compare to UI
2016-01-20 21:09:22 -05:00
adelikat
36250ee782
Basic Bot - have the clear button clear out the attempts and frames values
2016-01-20 17:56:08 -05:00
Adam Sturge
19ae023d8e
Changed case of event listeners for comparison UI elements
2016-01-17 17:46:48 -08:00
Adam Sturge
16aae180e5
Save/Load bot data now accounts for comparison values
2016-01-17 17:44:39 -08:00
Adam Sturge
c172590ce4
Reset comparison values when new is pressed. Adjusted camel casing on UI elements
2016-01-17 17:20:12 -08:00
Adam Sturge
f67b8e5bdf
Added update code for _comparisonBotAttempt
2016-01-17 17:01:17 -08:00
Adam Sturge
a7f24179cb
Added UI components for specifying comparision values. Added logic to control enabling them.
2016-01-16 16:22:39 -08:00
BordynConfused
30f6b659f2
BasicBot got smarter
...
BasicBot can now search for values that are greater than, less than, or
equal to the best run values.
2015-10-22 13:21:20 -05:00
adelikat
e3c40ea2ef
Basic Bot - make the UpdateValues call much much faster
2015-09-07 10:29:40 -04:00
adelikat
eaaac167f1
Basic Bot - ability to set datasize and endianness of ram values
2015-09-06 23:23:04 -04:00
adelikat
81df9f1224
Basic Bot - don't show quicksave loaded osd message
2015-09-06 22:49:23 -04:00
adelikat
7b8cde51a9
Basic Bot - restart logic
2015-09-06 22:29:46 -04:00
adelikat
811f8c96e6
Basic Bot - StatusBar and Text title stuff
2015-09-06 22:21:12 -04:00
adelikat
23a3edb3ea
Basic Bot - clear stats context menu option
2015-09-06 20:45:48 -04:00
adelikat
b34449a820
Basic Bot - Run btn validation
2015-09-06 20:37:46 -04:00
adelikat
e4d6557145
BasicBot - Remove a todo
2015-09-06 20:18:57 -04:00
adelikat
d25c51f033
Basic Bot - save total attempts and frames into .bot files
2015-09-06 19:54:16 -04:00
adelikat
cf0c529601
BasicBot - memory domain picker
2015-09-06 19:37:15 -04:00
adelikat
2290becddf
Basic Bot - turbo when botting, normal speed when playing, save and load frame length in bot files
2015-09-06 18:00:39 -04:00
adelikat
004a65c92e
Basic Bot - UI and code reorg
2015-09-06 17:39:11 -04: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
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
adelikat
80dd120b9d
Basicbot - some progress, nothing useable yet
2015-08-29 20:19:56 -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