Commit Graph

27 Commits

Author SHA1 Message Date
An Orbit f75ebb5973
primitive | batch syntax 2023-04-19 15:09:43 -04:00
An Orbit 0a5f5d5d12
new commands worldgen and defineworldgen 2023-04-19 14:42:37 -04:00
Laetitia (O-01-67) fddd8015f8
random exclusions for star spawners 2023-02-23 10:46:11 -05:00
Laetitia (O-01-67) 3146a7b580
large star spawners 2023-02-22 16:25:58 -05:00
Laetitia (O-01-67) 37eaba7ae2
add size-related commands 2023-02-22 08:16:09 -05:00
Laetitia (O-01-67) 9b626fbcff
use seeded randbetween 2023-02-22 07:33:22 -05:00
Laetitia (O-01-67) 61df43961c
cyrb128 string seeds 2023-02-21 16:52:48 -05:00
Laetitia (O-01-67) 4b418541ef
add star seeding and starseed command 2023-02-21 16:34:11 -05:00
Laetitia (O-01-67) 95c392e15f
add bigger stars 2023-02-21 14:53:13 -05:00
Laetitia (O-01-67) baacf1d2bd
neutron star chance if it exists 2023-02-21 14:22:15 -05:00
Laetitia (O-01-67) 026c58d6a3
alternative opener element 2023-02-21 13:01:26 -05:00
Laetitia (O-01-67) 4154c61bd6
! keybind, stars command 2023-02-21 12:57:17 -05:00
Laetitia (O-01-67) e2555a9554
make same changes to prompt 2022-11-11 16:13:26 -05:00
Laetitia (O-01-67) 5eb2da81fe
update type defaults 2022-11-11 15:29:15 -05:00
Laetitia (O-01-67) 280990cf82
update assumption arrays
and more (true|false)Synonyms renames
2022-11-02 16:22:45 -04:00
O-01-67 f4bda72c8b
add more values to default to boolean 2022-10-10 12:14:51 -04:00
O-01-67 6af6ea0887
add defaults and synonyms 2022-09-14 14:35:49 -04:00
O-01-67 345df9429b
velocity.js support for set
added vx and vy as properties with default number types, so a type argument isn't required
2022-09-14 12:47:36 -04:00
O-01-67 d5be723fe6
Alert toggles for errors and non-error outputs
e.g. for running many commands through console and not wanting alert()s
2022-09-08 13:34:11 -04:00
O-01-67 03d32a8f5b
Added argument support for funniPrompt()
-- as in, you can pass a command string as a string and have that be the input; running  
> `funniPrompt("countall")`  
is the same as running `funniPrompt()` and then entering `countall`.  

Tested with  
> funniPrompt("set element wall brick")  
> funniPrompt("set amogussussy all water string")  
> funniPrompt("nonexistyasdf")  
> funniPrompt("countall")
2022-09-08 12:58:36 -04:00
O-01-67 4c63614566
fix bug + help command 2022-09-02 12:54:13 -04:00
O-01-67 74829be34f
fix count 2022-09-02 11:45:53 -04:00
O-01-67 5f7fe007b3
New command: countall
* Takes no arguments
* Logs to console a list of elements present and their amounts (pixels)

Example output:
> emerald: 675
> diamond: 2031
> gold_coin: 2026
> amethyst: 461
> sapphire: 426
> ruby: 457
> pearl: 268
> onyx: 348
> cumin: 418
2022-09-01 13:05:53 -04:00
O-01-67 9a1f8c2010
"set color" *actually* allows HSL 2022-09-01 12:50:12 -04:00
O-01-67 367ef18381
"set color" allows HSL
hsl(a,b,c)
2022-09-01 12:35:23 -04:00
O-01-67 af09a65b38
Add count command
counts how many pxs of an element exist and alert()s the result
2022-09-01 11:51:02 -04:00
O-01-67 f2ea974fdf
half-baked mod
Prompt is unkeybound: must call funniPrompt() in console

commands: set, test, fill, randomfill

> Usage: set [property] [element] [value] <type>
> Arguments are typed without framing characters.
> The element can be \"all\" to set the property for every pixel.
> Note: Strings can't have spaces because spaces are the separator used in the parsing split().
> Arguments in [brackets] are required and ones in <angle brackets> are optional."

> Usage: fill [overwrite (should be a bool)] [element] <additional elements>.
> Arguments in [brackets] are required and ones in <angle brackets> are optional.

> Usage: randomfill [overwrite (should be a bool) (default: true)]
> Arguments in [brackets] are required and ones in <angle brackets> are optional.
2022-07-09 22:53:38 -04:00