24 Commits

Author SHA1 Message Date
CaptainKraft
8c64b399b4 Update deprecated love.filesystem calls 2020-06-04 19:48:30 -05:00
rxi
4e34f47f9e Made lurker default to global lume before requiring 2018-04-08 16:11:21 +01:00
rxi
870ce06516 Updated copyright year: 2018 2018-03-15 19:18:49 +00:00
rxi
110d66a413 Replaced use of lume.rgba() with lume.color() 2018-03-15 19:17:58 +00:00
rxi
2da9d443f5 Updated copyright year 2015-03-04 20:22:18 +00:00
rxi
61c5779774 Removed stray ' in print string 2015-03-04 20:17:48 +00:00
Colby Klein
66cda74ccf Add a mechanism to stop a hotswap from occurring.
This comes in handy when certain files need to be swapped with some other mechanism (for example - files which must be loaded into a specific environment).

To stop a swap, return true from lurker.preswap. Does not break any existing usage of preswap.
2015-03-01 21:05:13 -08:00
rxi
ec36f81430 Fixed incompatibilities with new lume in lurker.listdir()
See #3
2015-01-14 19:37:54 +00:00
rxi
b70b8c4f06 Added comment above lume require() line 2014-08-19 23:45:15 +01:00
rxi
3c2e336e2f Changed formatting for lovecallbacknames table 2014-08-19 23:41:57 +01:00
rxi
530f64dedc Changed require() of lume to act relative to lurker's location 2014-08-19 23:41:01 +01:00
rxi
f96fb50be2 Added "escape" hotkey to error state 2014-04-21 11:02:00 +01:00
rxi
b66c1dd940 Made lurker.onerror() release the mouse 2014-04-13 20:24:33 +01:00
rxi
a21bb75cbf Changed error's stacktrace to not include lurker 2014-03-14 13:48:01 +00:00
rxi
fdd82e83b5 Version 1.0.1 2014-03-10 21:12:15 +00:00
rxi
ef362773a5 Added word-wrapping to error state's message 2014-03-09 21:17:31 +00:00
rxi
a175f75b1f Changed hotswap syntax errors to trigger error state
Added the lurker.quiet variable which can be set to `true` to mimic the
old behaviour.
2014-03-09 20:41:48 +00:00
rxi
b0595d2f8b Renamed "last" variable to "lastscan" 2014-03-09 18:35:50 +00:00
rxi
709ce34a8d Fixed wrapper bug when doing manual lurker.scan() 2014-03-09 13:58:39 +00:00
Robin Wellner
5d6a19aa9c Prevent leaking of args to global scope 2014-03-08 08:30:45 +01:00
rxi
db46fa0afa Moved hotswap code to lurker.hotswapfile() 2014-03-07 21:00:39 +00:00
rxi
d677745576 Neatened format strings in lurker.scan() 2014-03-07 20:57:11 +00:00
rxi
d948392aa6 Added protected mode 2014-03-07 20:20:18 +00:00
rxi
fa8d0a3e97 First commit 2014-03-05 20:52:47 +00:00