2019-04-16
@Mark
Sending messages properly back and forth using the new driver architecture, and a proper message queue+program completion
Mark committed on 16 Apr 2019
2019-04-15
@Mark
Work on splitting up the driver into multiple files (we can ignore the .pyc files this produces)
Mark committed on 15 Apr 2019
2019-04-14
@Mark
Reorg
Mark committed on 14 Apr 2019
2019-04-13
@Mark
Start jobs on the driver side
Mark committed on 13 Apr 2019
2019-04-12
@Mark
exporter.py as more of a driver program, doing all file IO. Exporter.fla as the new flash component
Mark committed on 12 Apr 2019
2019-04-04
@Mark
Force all _trace's to be _strace's. Also, wasn't passing GraphicDefs around properly (no GameData/GraphicFactory!)
Mark committed on 4 Apr 2019
@Mark
Export jobs are queued, but they aren't getting to the exporter... (where is our log going?)
Mark committed on 4 Apr 2019
2019-04-03
@Mark
Start passing jobs
Mark committed on 3 Apr 2019
@Mark
Bidirectional command passing
Mark committed on 3 Apr 2019
2019-03-26
@Mark
Sending commands either via cmd line or stdin (also update .gitignore to ignore *.airi files, since it's easier to just produce those instead of signing an exe if we are using the projector version)
Mark committed on 26 Mar 2019
@Mark
Reading all args for now
Mark committed on 26 Mar 2019
2019-03-25
@Mark
Hand roll the parsing so we can parse stdin for commands if we get "-" passed as input
Mark committed on 25 Mar 2019
@Mark
Start rolling our own args parsing so we can do it the way I want :(
Mark committed on 25 Mar 2019
2019-03-22
@Mark
More playing with arg parsing
Mark committed on 22 Mar 2019
2019-03-20
@Mark
Better command handling and arg parsing from the wrapper
Mark committed on 20 Mar 2019
@Mark
Ignore the GraphicExport.app (not using it for now) and certificate
Mark committed on 20 Mar 2019
@Mark
Start a wrapper program, "./exporter.py" which creates a simple socket server, and then starts GraphicExport.exe, which now attempts to find that server in order to accept commands and do console IO. ...
Mark committed on 20 Mar 2019
2019-03-19
@Mark
Bare exporter to produce json/png files from swfs
Mark committed on 19 Mar 2019