Commit Graph

24 Commits

Author SHA1 Message Date
LDDestroier 920def0ae7
Added docs link 2020-11-28 01:21:44 -05:00
LDDestroier b52041d20f
Added `checkDelay` to `disknet` table 2020-11-28 01:20:49 -05:00
LDDestroier f7c4ad81a8
Update disknet.lua 2020-11-28 01:07:52 -05:00
LDDestroier 3be7099611
Changed CC:Tweaked check 2020-11-28 01:06:28 -05:00
LDDestroier ba57e31c9a
Set default check delay to 0.2 from 0.05
This should make sure that hard drives are slightly less seared
2020-11-28 00:52:55 -05:00
LDDestroier 89e238d07b
Fixed compatibility for CC 1.41
Also, compatibility with os.loadAPI() has been added, in case you happen to have a version of CC that DOESN'T HAVE REQUIRE or DOESN'T LET DOFILE RETURN ANYTHING
2020-08-25 15:09:46 -04:00
LDDestroier ba5287dd78
Fixed bad minification 2020-04-02 19:10:27 -04:00
LDDestroier 3a11d244f2
Improved intra-emulator communications
Using disknet between two emulators is much easier now, since all non-CCEmuX emulators will automatically synch their clock to the CCEmuX emulator.
The disk checking delay is also set by default to 0.05 seconds, instead of the ludicrous way it was before.
The files written to the disk are also minified slightly.
2020-04-02 18:47:11 -04:00
LDDestroier 772ed1b739
Added time syncing feature (for working across emulators) 2020-02-01 05:21:35 -05:00
LDDestroier 498891c101
Added 'useSleepToYield' 2019-05-09 01:56:23 -04:00
LDDestroier ff9afd4ac8
Fixed receive, added ID check, send removes old messages 2019-05-08 16:56:36 -04:00
LDDestroier 9262842835
Update disknet.lua 2019-05-07 21:32:18 -04:00
LDDestroier d666db5125
Update disknet.lua 2019-05-07 21:24:59 -04:00
LDDestroier 78b190d4a2
Added third "recipient" argument to send 2019-05-07 17:49:48 -04:00
LDDestroier 79b3e2822c
Ensure that channel files are closed if terminated 2019-05-02 11:13:42 -04:00
LDDestroier 4e0369e7d2
Reduced amount of new fs.open()'s 2019-05-02 11:00:43 -04:00
LDDestroier 714da7ee03
Prevented msgCheckList from becoming too massive 2019-05-02 10:45:12 -04:00
LDDestroier 54f54be8fe
Actually fixed simultaneous messages 2019-05-02 00:53:13 -04:00
LDDestroier 091c0d0c13
Fixed simultaneous messages
...probably
2019-05-02 00:35:01 -04:00
LDDestroier 2b57f6582c
Update disknet.lua 2019-05-02 00:17:37 -04:00
LDDestroier 72ec4a3a6b
Fixed it up real good 2019-05-02 00:04:12 -04:00
LDDestroier 9f8df17943
Changed mainPath to optionally be first argument 2019-05-01 21:32:11 -04:00
LDDestroier bae6be4fe8
Changed main directory to "/disk/DISKNET" 2019-05-01 20:53:16 -04:00
LDDestroier 88867ca549
Create disknet.lua 2019-05-01 20:51:40 -04:00