Commit Graph

2 Commits

Author SHA1 Message Date
Brian 8a1c541b7e Fixed exception when files were updated while script was running.
m_UpdatedFiles was being updated while it was still being used by the
script thread.  Instead, copy the list, clear it out, and have the
script thread process the copy.
2013-12-22 19:53:03 -07:00
Brian 51e217e38c Added project files, source files, and assets.
As long as you have IronPython 2.7.3 you should be able to compile now
with this commit.
2013-12-20 19:54:45 -07:00