Commit Graph

619 Commits

Author SHA1 Message Date
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
LDDestroier 8546f2d807
Update ldris.lua 2020-07-17 19:25:16 -04:00
LDDestroier 8348cb6f57
Fixed T-spin detection, adjusted some timers
Lock timer can no longer be longer than 1.5 seconds.
New pieces will now spawn 1 unit upwards if they can't spawn in ordinarily.
Appearance delay is shorted to 0.05 seconds.
2020-07-17 19:19:48 -04:00
LDDestroier df4969f13a
Create perlin-screensaver.lua 2020-07-06 02:23:29 -04:00
LDDestroier 78ae574e18
Update gitget.lua 2020-06-01 20:09:56 -04:00
LDDestroier 637f9f4250
Update gitget.lua 2020-06-01 16:46:42 -04:00
LDDestroier 2d63440f5c
Update gitget.lua 2020-06-01 15:42:22 -04:00
LDDestroier 1f4d5a2cc6
Create gitget.lua 2020-05-31 14:59:46 -04:00
LDDestroier 2e0c7b5da4
Update pain2.lua 2020-04-14 04:24:59 -04:00
LDDestroier c2385693e7
Set line as SHIFT+Click of pencil tool
You can now also use '[' and ']' to change the color.
2020-04-14 02:09:08 -04:00
LDDestroier 0e2109f015
Completely rewrote 2020-04-14 01:28:31 -04:00
LDDestroier baadd88bcd
Fixed typo of "miscTransformation"
It should have been "metaTransformation", oops
2020-04-13 19:45:35 -04:00
LDDestroier 29424e4420
Update ldris.lua 2020-04-12 02:29:20 -04:00
LDDestroier 47577d48d0
Checks other whitespace characters as transparent 2020-04-06 19:26:39 -04:00
LDDestroier b8e4a61444
Added docs 2020-04-02 23:29:17 -04:00