adelikat
|
864d3ede2f
|
Nitpicky cleanups on movie 2.0 code
|
2014-01-11 15:05:41 +00:00 |
adelikat
|
7394cfd33f
|
More reorg
|
2014-01-10 23:14:36 +00:00 |
adelikat
|
c0295316f5
|
Some Movie 2.0 reorg
|
2014-01-10 23:08:56 +00:00 |
adelikat
|
0164db5532
|
Remove a no longer needed file
|
2014-01-10 22:56:59 +00:00 |
adelikat
|
34fd1ec10a
|
Movies 2.0 - fix some stuff
|
2014-01-10 02:01:57 +00:00 |
adelikat
|
128f81bbb0
|
oops
|
2014-01-10 01:18:19 +00:00 |
adelikat
|
15d0e1adb6
|
TasMovie - round 1 of replacing mnemonic system with an IMnemonicGenerator system, this breaks stuff, but nothing anyone should have been using.
|
2014-01-09 02:17:59 +00:00 |
adelikat
|
86024d2347
|
new movie mnemonic generators - some more baking of ideas, a basic mockup of NES done. Note: none of this is hooked up to anything yet
|
2014-01-06 22:28:53 +00:00 |
adelikat
|
ef79734170
|
movies - start another rewrite of mnemonic generation
|
2014-01-06 03:59:00 +00:00 |
goyuken
|
0997e80017
|
boop
|
2014-01-03 02:40:17 +00:00 |
adelikat
|
a519ae025f
|
This should have fixed genesis mnemonics to be 2 player
|
2014-01-03 02:29:42 +00:00 |
adelikat
|
7482cfdc5e
|
a round of code cleanup in Client.Common
|
2013-12-30 01:58:44 +00:00 |
adelikat
|
2d51ac5d13
|
Move a function from mainform to moviesession
|
2013-12-27 14:39:01 +00:00 |
goyuken
|
2171d4cd00
|
n64: support new settings system. regression: n64 video plugin settings are no longer stored in movie 1.0 files nor read from them
|
2013-12-26 23:04:22 +00:00 |
adelikat
|
302e71edc3
|
Rework some input stuff in preparation for moving it to common
|
2013-12-24 21:37:51 +00:00 |
goyuken
|
2558e76b5d
|
fix rewind on N64, gpgx.debug
|
2013-12-23 20:34:02 +00:00 |
goyuken
|
8bd8af15fe
|
clean up the binary save state api a bit
|
2013-12-17 21:26:15 +00:00 |
adelikat
|
4bfdfd31c6
|
add Genesis controller to controller config for GPGX, and oops, mnemonics now do 2nd player controller
|
2013-12-17 01:46:23 +00:00 |
adelikat
|
3602233069
|
Hook up mnemonics for GPGX, in v1 movie system
|
2013-12-17 01:42:30 +00:00 |
goyuken
|
a6cbd85930
|
controls work and stuff now
|
2013-12-16 01:58:40 +00:00 |
adelikat
|
ff4e122310
|
TAStudio - implement green-zone invaliding on edit
|
2013-12-14 21:05:54 +00:00 |
adelikat
|
5c9a604ae5
|
TAStudio - when loading a movie, set to playback mode, implement auto-switching to record mode at the end of a movie
|
2013-12-14 20:32:00 +00:00 |
adelikat
|
415985cd2e
|
TAStudio - fixes to file opening and saving changes, implement autoload project
|
2013-12-14 19:51:07 +00:00 |
adelikat
|
69e8e42d61
|
TAstudio - implement input log loading
|
2013-12-14 18:46:59 +00:00 |
adelikat
|
63e9fe9a6f
|
Split NewMnemonicsGenerator into its own file and do some code cleanup on the two implementations
|
2013-12-14 15:19:05 +00:00 |
adelikat
|
5fee952c3a
|
TAStudio - Implement AskSave() and various client logic regarding file saving/loading
|
2013-12-14 14:40:33 +00:00 |
adelikat
|
6840c2a122
|
Make a NamedDictionary object in BizHawk.Common, and move some collection objects to their own file. new Mnemonic system - use NamedDictionary
|
2013-12-14 05:55:25 +00:00 |
adelikat
|
458d6951c0
|
remove IsControl that I committed earlier, decided not to do it that way
|
2013-12-13 22:26:52 +00:00 |
adelikat
|
c7b582b744
|
Actually support control types
|
2013-12-12 23:01:16 +00:00 |
adelikat
|
bb0e48e970
|
new Mnemonics generator - support for "control" sections in mnemonic generation
|
2013-12-12 22:23:48 +00:00 |
adelikat
|
18c50a55fe
|
Remove SaveAs from IMovie, the only usage it had in that context was to make backups and was erroneously named in that context. Made is a Movie.cs implementation only and disabled the menu item option if the movie is a TasMovie (TAStudio will be in charge of backup logic)
|
2013-12-10 17:59:04 +00:00 |
adelikat
|
7e67658f1c
|
Remove Loaded property from IMovie and refactor accordingly, it was only needed for a hack that had faulty logic
|
2013-12-10 17:41:30 +00:00 |
adelikat
|
1f181f48db
|
TAStudio - start the "New" menu item, but it doesn't ask to save changes, it also freezes the GUI for some reason
|
2013-12-10 16:37:41 +00:00 |
adelikat
|
fd149237ee
|
TasMovie - implement saving of movie log into files, make header have the proper movie version (v2!), Change file "Movie" to "Header". TAStudio - implement Save and Save As menu items
|
2013-12-10 01:45:45 +00:00 |
adelikat
|
66691bf9ab
|
TAStudio - set up a proof of concept change event handlers in MovieRecords and TasMovie, change events propogate from MovieRecord to TasMovie which will manage greenzone logic (todo) and other management issues, and then fire off an event that TAStudio will listen to manage UI needs
|
2013-12-09 21:40:27 +00:00 |
adelikat
|
ada517d433
|
TasMovie - small todo
|
2013-12-09 17:24:32 +00:00 |
adelikat
|
d3f088a0bc
|
Intelligent input drawing
|
2013-12-08 19:42:07 +00:00 |
adelikat
|
14184c9ae9
|
TAStudio - Basic input toggling via clicking cells in the listview
|
2013-12-08 18:44:41 +00:00 |
goyuken
|
1bc9a5eb7a
|
flesh out some TASMovie methods. not really done yet
|
2013-12-07 22:41:45 +00:00 |
adelikat
|
6873248ce8
|
Some cleaning up of logic of past commits, and separate MovieRecordList to its own file
|
2013-12-07 21:37:52 +00:00 |
adelikat
|
ba2c345608
|
TAStudio - better column building and tracking of what has been pressed. Also now allows a variable number of players to be recorded.
|
2013-12-07 17:29:47 +00:00 |
adelikat
|
0737f884bd
|
a new style Mnemonics lookup table, and a bunch of various refactorings.
|
2013-12-07 16:31:04 +00:00 |
adelikat
|
94de0b0376
|
TAStudio / TasMovie - Proof of concept that MovieRecords can hold an array of bool states and communicate with higher objects via IController
|
2013-12-07 01:50:52 +00:00 |
adelikat
|
50d4a3307a
|
Rip out UpdateControls() method from IController, also some code cleanup in related files
|
2013-12-07 00:53:06 +00:00 |
adelikat
|
38d6555763
|
Some stuff
|
2013-12-06 18:27:06 +00:00 |
adelikat
|
98f1e02df3
|
TAstudio - start capturing states and lag, basic background color logic, start item text logic
|
2013-12-06 15:47:23 +00:00 |
adelikat
|
5384fcfdd2
|
TAStudio - start new recording on load, and generate columns dynamically based on the core currently loaded. Currently only does 1 player's worth of columns.
|
2013-12-05 19:18:20 +00:00 |
adelikat
|
affc040dbd
|
I round of code cleanup on movie related files
|
2013-12-05 00:44:56 +00:00 |
adelikat
|
894d9e9c45
|
Fix "out of order loadstating" when recording that was broken in the past few commits. Simplify HandleMovieLoadState even more.
|
2013-12-05 00:20:21 +00:00 |
adelikat
|
165f8563a7
|
More use of IMovie and less use of Movie
|
2013-12-04 15:17:02 +00:00 |