1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-29 23:40:46 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
SquidDev b3760f58e6 Performance improvements to fs.find
If the path includes no wildcards then it just checks it exists.
If it does, instead of scanning the entire tree, it works out the last
directory before the wildcard and starts scanning from there.

Closes #89
2017-05-01 16:45:41 +01:00
..
api Converted tabs to spaces throughout 2017-05-01 15:48:44 +01:00
client Fire all entity interaction events in TurtlePlaceCommand 2017-05-01 16:14:05 +01:00
core Performance improvements to fs.find 2017-05-01 16:45:41 +01:00
server/proxy Fire all entity interaction events in TurtlePlaceCommand 2017-05-01 16:14:05 +01:00
shared Fire all entity interaction events in TurtlePlaceCommand 2017-05-01 16:14:05 +01:00
ComputerCraft.java Fire all entity interaction events in TurtlePlaceCommand 2017-05-01 16:14:05 +01:00