mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-25 16:53:46 +01:00
Merge branch 'master' of https://github.com/appgurueu/modlib
This commit is contained in:
commit
b7c6514bc8
@ -4,7 +4,7 @@ Multipurpose Minetest Modding Library
|
|||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Notable contributions by [luk3yx](https://github.com/luk3yx) in the form of suggestions, bug reports and fixes.
|
No dependencies. Licensed under the MIT License. Written by Lars Mueller aka LMD or appguru(eu). Notable contributions by [luk3yx](https://github.com/luk3yx) in the form of suggestions, bug reports and fixes. Another [bugfix](https://github.com/appgurueu/modlib/pull/7) by [NobWow](https://github.com/NobWow/).
|
||||||
|
|
||||||
## Tests
|
## Tests
|
||||||
|
|
||||||
@ -421,4 +421,4 @@ Fixes, minor additions (such as a `hashheap`)
|
|||||||
* Fixes `math.fround`
|
* Fixes `math.fround`
|
||||||
* Other minor fixes
|
* Other minor fixes
|
||||||
* Switch to lazy loading
|
* Switch to lazy loading
|
||||||
* Do `_ = modlib.<module>` to avoid lag spikes at run time
|
* Do `_ = modlib.<module>` to avoid lag spikes at run time
|
||||||
|
3
file.lua
3
file.lua
@ -127,6 +127,7 @@ function process_bridge_listen(name, line_consumer, step)
|
|||||||
line_consumer(line)
|
line_consumer(line)
|
||||||
line = content:read()
|
line = content:read()
|
||||||
end
|
end
|
||||||
|
content:close()
|
||||||
write(bridge.input, "")
|
write(bridge.input, "")
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
@ -150,4 +151,4 @@ function process_bridge_start(name, command, os_execute)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Export environment
|
-- Export environment
|
||||||
return _ENV
|
return _ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user