Commit Graph

633 Commits

Author SHA1 Message Date
LDDestroier 3dc3bea86b
Update ed.lua
Added some commands:
p - print line from buffer
"," - modify commands to use whole buffer
"w" - write buffer to file path

Added read/write to and from files (no input mode yet)
Added invoking of "!" shell evaluation (but no shell evaluation logic... until later)
Added hacky bullshit code for determining file path validity
Spite of GNU ed rising steadily
2023-12-08 05:04:07 -05:00
LDDestroier 2a762acfc1
Update ed.lua
Added wget command for easier downloading
2023-12-07 06:20:37 -05:00
LDDestroier f2e2508aae
Add files via upload
Work in progress of 'ed' text editor for ComputerCraft
2023-12-07 06:19:52 -05:00
LDDestroier eee1b33454
Update mtape.lua
I gotta stop leaving the _DEBUG flag on
2023-09-30 15:57:41 -04:00
LDDestroier 47651b1371
Update mtape.lua
Fixed label not applying when downloading from GitHub
2023-09-30 15:55:59 -04:00
LDDestroier c2a186c3fd
Update mtape.lua
Added ".dfpwm" concatenation to the fileName parameter if it can't find what you've entered without it
2023-09-30 15:49:39 -04:00
LDDestroier 7c9cd5460e
Update mtape.lua
Added update mechanism, changed minor stuff
2023-09-30 15:47:03 -04:00
LDDestroier 3f4ed18780
Update mtape.lua
Fixed local file tape writing
2023-09-30 14:52:51 -04:00
LDDestroier 2f91b70711
Update mtape.lua 2023-09-30 03:33:14 -04:00
LDDestroier de5df4f760
Update and rename tapewrite.lua to mtape.lua
Completely remade and added features
2023-09-30 03:16:32 -04:00
LDDestroier 91289aa72e
Update tapewrite.lua 2023-09-30 01:28:10 -04:00
LDDestroier 87a617669e
Update tapewrite.lua 2023-09-30 01:17:16 -04:00
LDDestroier 554a099a70
Update tapewrite.lua 2023-09-30 01:14:38 -04:00
LDDestroier 9f71f189ed
Create tapewrite.lua 2023-09-30 00:59:56 -04:00
LDDestroier f74a8566ec
Create LICENCE.md 2023-03-16 19:29:44 -04:00
Lupus590 f354bba3b2
reorder if statements (#11)
Lua supports short-circuit evaluation, we can use it to speed up execution in some cases.
2022-09-30 01:11:13 -04:00
LDDestroier d199344f87
Removed accidentally added files 2022-04-17 02:34:50 -04:00
LDDestroier ad1d7dec14
Add files via upload
A modified version of CometWolf's fantastic Turtle Architect V2.
Added features:
+Tool/command hotkeys
+Screen coordinate display when click+dragging
+Fill tool fixed in CraftOS-PC
2022-04-17 02:13:12 -04:00
LDDestroier fa4502e035
Fixed self-extractor code
I cannot believe that slipped in there for so long
2022-04-17 02:10:23 -04:00
LDDestroier ba6deba4d9
Update argparser2.lua 2022-01-08 14:05:15 -05:00
LDDestroier 721a622b3a
Update argparser2.lua 2022-01-08 13:31:22 -05:00
LDDestroier d3d8b7a549
Create argparser2.lua 2022-01-08 12:52:29 -05:00
LDDestroier 38981e19bd
Removed shell call from listAll 2021-07-03 07:49:23 -04:00
LDDestroier ca865a5e9b
Fixed crash in CraftOS-PC
CraftOS-PC crashes if you attempt to cancel a timer or alarm that isn't running. Although, this is really a bug with COS-PC and not with Workspace...
2021-05-17 19:24:21 -04:00
LDDestroier 8f23fa9a3a
Create nbs5.lua 2021-04-08 23:17:19 -04:00
LDDestroier 9a7b094003
Working on it 2021-03-15 16:54:47 -04:00
LDDestroier dd3b9864cb
Started working on title screen 2021-02-22 20:12:07 -05:00
LDDestroier 10636ba026
Update trash.lua 2021-01-21 01:13:39 -05:00
LDDestroier 7b332be1bc
Update trash.lua 2021-01-21 01:08:41 -05:00
LDDestroier 11110c531f
Abbreviated debug info
I also wanted to work on a title screen, but ran out of steam before really starting.
2021-01-20 23:04:21 -05:00
LDDestroier 4b2ecc6926
Added lines cleared count
Dunno how I forgot that before
2021-01-20 13:44:42 -05:00
LDDestroier c4d262f257
Added a ton of features
Added in this commit:
+ Line clearing
+ Hold buffer
+ Queue
+ 7bag randomization
+ Game over from top-out
+ Probably something else that I'm forgetting (look I just want to update this damned file online)
2021-01-20 13:35:33 -05:00
LDDestroier 3f5378bac2
Add files via upload 2021-01-19 15:48:44 -05:00
LDDestroier c904ce25e9
Added -E option for auto extractors
Auto extractors will now only self-delete if the output directory is the same path as the extractor itself.
Also, you can specify where an auto extractor will extract to with the -E [path] option.
2020-12-12 05:58:15 -05:00
LDDestroier 920def0ae7
Added docs link 2020-11-28 01:21:44 -05:00
LDDestroier 23757781c3
Create disknet.md 2020-11-28 01:21:00 -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 ac8bfdfacc
Update sdodge.lua 2020-11-23 06:14:36 -05:00
LDDestroier 3d802fc3e8
Replaced all sleep(0) with sleep(0.05)
CraftOS-PC handles sleep(0) as literally sleeping for no time, as opposed to how CC:Tweaked handles it by waiting 0.05 seconds (one tick).
2020-11-23 06:12:32 -05:00
LDDestroier 6ed5b927ff
Create disknet2.lua
Non-functional WIP.
2020-09-07 12:55:57 -04:00
LDDestroier 5bf57a3fd9
Added function to generate board from NFP image 2020-09-06 03:09:55 -04:00
LDDestroier da712f158e
Create sboard.lua 2020-09-06 02:33:55 -04:00
LDDestroier 547d279838
Updated default control help page. 2020-09-03 22:19:56 -04:00
LDDestroier 35fa0c9ed3
Update ldris.lua 2020-09-03 22:18:41 -04:00
LDDestroier 5595998d12
I must remember to remove debug options... 2020-09-03 22:16:59 -04:00
LDDestroier c599e1e7ff
Added All Clear detection, lock timer cap 2020-09-03 21:48:11 -04: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