| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
the current-working-directory is now set at the start of `core.init` after the
absolute path for all filename arguments have been resolved
|
|
|
|
|
|
|
|
As the window isn't created until the first frame is drawn this is required to
assure the window is ever shown without relying on the assumption that some
other part of the program would have set this to true
|
|
|
|
|
|
Resolves #109
|
|
|
|
|
|
Fixes #100
|
|
Filenames that match either the single pattern provided by
`config.ignore_files`, or any pattern in a table of patterns, will be ignored
when lite is filling the `core.project_files` table
Resolves #77
Resolves #102
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #22
|
|
eg. `_SCALE` => `SCALE`
prevents conflict with lua's own _NAME globals
|
|
|
|
Should fix #30 and #7
|
|
|
|
|