Skip to content

ClaysGit/CrLua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,285 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrLua

Tabletop Simulator lua utilities

A note about #include

Atom offers a great #include shortcut to insert one ttslua file into another, injecting the file when you push to TTS and replacing it with the include when loading it back. Nice! ... except it does no checking. If you were to create an object with includes it would work, but if someone else were to load it they would get a file with an include it in pointing to a missing file.

I use the InlineIncludes.py tool to create final versions, doing the same job but with notation Atom does not understand to prevent it from attempting to unwind the include if someone else looks at the file.

Moreover, the StripTests.py tool pulls out most of the testing code for release.

About

Tabletop Simulator lua utilities

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 62.9%
  • HTML 34.9%
  • CSS 1.8%
  • Shell 0.4%