• Joined on 2026年01月06日
atendev created pull request usysrc/LICK#3 2026年01月23日 05:25:21 +01:00
feature/custom-love-run-override
atendev pushed to feature/loop-override at atendev/LICK 2026年01月23日 05:21:17 +01:00
d901a560c9 update: README documentation now includes instructions and examples for custom implementation.
abecf9c2d5 update: main testing with custom run example.
8b4036c745 add: API functions for custom love.run implementation.
Compare 3 commits »
atendev created branch feature/loop-override in atendev/LICK 2026年01月23日 05:21:17 +01:00
atendev pushed to main at atendev/LICK 2026年01月23日 04:49:36 +01:00
685317d3a7 Merge pull request 'feature/lickignore' (#2) from atendev/LICK:feature/lickignore into main
7f1622115d Added debugPrint function and updated debug print statements to make printing to the console more cohesive
63b6983c29 add: basic testing framework and unit tests for newly added features.
a267866463 update: README documentation now includes new features. Updating default file extensions back to ".lua"
f8e2fdb398 add: ignorePackages optional list for additional packages to ignore besides the built-in ones.
Compare 14 commits »
atendev deleted branch feature/lickignore from atendev/LICK 2026年01月23日 04:48:35 +01:00
atendev pushed to feature/lickignore at atendev/LICK 2026年01月16日 00:00:06 +01:00
7f1622115d Added debugPrint function and updated debug print statements to make printing to the console more cohesive
atendev commented on pull request usysrc/LICK#2 2026年01月14日 19:45:25 +01:00
feature/lickignore

Documentation is all up to date. Also added the tests.lua and testing.lua files that handle a basic testing framework and unit testing for the new features.

atendev pushed to feature/lickignore at atendev/LICK 2026年01月14日 19:44:40 +01:00
63b6983c29 add: basic testing framework and unit tests for newly added features.
a267866463 update: README documentation now includes new features. Updating default file extensions back to ".lua"
Compare 2 commits »
atendev pushed to feature/lickignore at atendev/LICK 2026年01月13日 23:13:46 +01:00
f8e2fdb398 add: ignorePackages optional list for additional packages to ignore besides the built-in ones.
atendev commented on pull request usysrc/LICK#2 2026年01月13日 23:04:36 +01:00
feature/lickignore

Added an additional onReload optional parameter where users can define a function to be run on reload that gets passed a list of the files changed. There to help with other persistent modules...

atendev pushed to feature/lickignore at atendev/LICK 2026年01月13日 23:03:30 +01:00
e14bc365cb add: onReload optional callback passing list of reloaded files.
atendev commented on pull request usysrc/LICK#2 2026年01月08日 19:02:42 +01:00
feature/lickignore

Changes have been implemented. I added the default ignore patterns so a user doesn't have to add their own .lickignore file. Also added the lick.mergePatterns option for people who want to use...

atendev pushed to feature/lickignore at atendev/LICK 2026年01月08日 18:57:47 +01:00
072eab8fb4 add: default ignore patterns and setup for merging with a local .lickignore file. Also changed collectWorkingFiles to accept all filetypes if lick.fileExtensions is blank.
2231a72b86 add: debug and merge patterns options for testbed.
a5fafbeee0 update: .lickignore documentation
e605b2220c fix: Implement requested changes for pull request.
Compare 4 commits »
atendev pushed to feature/lickignore at atendev/LICK 2026年01月06日 22:35:25 +01:00
0fbfe9b78b fix: clearPackages clearing built in lua libraries which causes issures with other modules on hot reload.
atendev pushed to feature/lickignore at atendev/LICK 2026年01月06日 22:32:20 +01:00
f549fd21ad fix: line break issue causing string errors.
atendev created pull request usysrc/LICK#2 2026年01月06日 22:16:16 +01:00
feature/lickignore
atendev pushed to feature/lickignore at atendev/LICK 2026年01月06日 22:12:48 +01:00
22b426bdc9 update: rockspec file updated to a new version. 1.1.0
atendev pushed to feature/lickignore at atendev/LICK 2026年01月06日 22:11:01 +01:00
0c33dd28c6 add: Functionality for ignoring specific files through a .lickignore file with simillar syntax to .gitignore
atendev pushed to feature/lickignore at atendev/LICK 2026年01月06日 22:09:22 +01:00
atendev created branch feature/lickignore in atendev/LICK 2026年01月06日 22:09:22 +01:00