adelikat
|
5ff33e7569
|
Rename IController.Type to IController.Definition to more clearly describe the property
|
2016-12-12 12:30:32 -06:00 |
zeromus
|
a355f78631
|
don't load entire inputlog into a string when parking it in a savestate
|
2016-01-10 23:08:13 -06:00 |
Hathor86
|
f0ab9edc10
|
Attempt to fix OutOfMemory when saving states (I guess it works)
Just add an EnsureCapacity() before appending log.
I didn't have any crash yet compare to current release. Let's hope!
|
2016-01-03 00:52:37 +01:00 |
zeromus
|
22192e700b
|
attempt to make it possible to store movies on disk instead of in memory
|
2015-11-15 02:27:48 -06:00 |
SuuperW
|
9b8d2f70ab
|
Various fixes
|
2015-03-22 16:55:34 +00:00 |
goyuken
|
10dee85cdb
|
comments!
|
2014-12-12 23:11:49 +00:00 |
adelikat
|
5349affbc4
|
Tastudio - support "out of order savestating" using saveslot states. Experiemental, could have bugs particularly off by one issues
|
2014-11-15 21:49:58 +00:00 |
adelikat
|
549b948ffd
|
Tastudio - add a context menu "create new project from here", it will take the currently selected frame and create a savestate-anchored project on this frame (keeping any input after this frame), and load this new project.
|
2014-10-30 23:29:21 +00:00 |
adelikat
|
f0425f3cc5
|
TAStudio - input painting for boolean input
|
2014-07-10 20:40:50 +00:00 |
adelikat
|
c019ec3bf0
|
More reorg
|
2014-07-07 18:03:02 +00:00 |
adelikat
|
2bd52403a7
|
Bk2 movies - remove auto input log conversion on load, since load is too soon to do this as it will not use the controller definition of the new core instance that hasn't been loaded yet. As of this commit, it doesn't use the log key when reading input either, so log entry logic is dependent on mnemonic orders and such things from the controller definition. Will need to ponder a way to put this back in.
|
2014-06-30 12:50:46 +00:00 |
adelikat
|
9e73db3daa
|
A round of code cleanup on movie code
|
2014-06-29 03:03:27 +00:00 |
adelikat
|
5e14df9f30
|
BK2 - auto convert input log to the system's log key on load, using the input log's key as reference to do so, don't use the file's input log key on the fly
|
2014-06-21 17:27:35 +00:00 |
adelikat
|
10c48bb3f8
|
Bk2 - take the log key into account when replaying a movie input log
|
2014-06-21 14:33:33 +00:00 |
adelikat
|
fcd4a4eb65
|
Bk2 - basic movie playback now works. You can now record shooting ducks
|
2014-06-17 00:33:33 +00:00 |
adelikat
|
9ac32a688a
|
Remove BkmLog.cs
|
2014-06-15 02:23:28 +00:00 |
adelikat
|
1cefb2dd95
|
Simplify log class even more
|
2014-06-14 21:41:11 +00:00 |
adelikat
|
70baceb6c8
|
Fix Bk2 playback, also rip out a bunch of junk from the Old Movie Log class from the first attempt at TAStudio and some half-baked notion of an input log class
|
2014-06-14 21:37:51 +00:00 |
adelikat
|
d816b1ed20
|
Bk2 progress
|
2014-06-14 14:04:54 +00:00 |
adelikat
|
032f8a9b21
|
bk2 progress
|
2014-06-13 11:30:25 +00:00 |
adelikat
|
398577245e
|
Progress on Bk2 implementation
|
2014-06-13 00:43:55 +00:00 |
adelikat
|
1ab1538f8b
|
More movie code reorg
|
2014-06-13 00:15:55 +00:00 |