From 2d6352fdee708a2b636620a4fe75d2c644de8c67 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 09:17:04 +0200 Subject: [PATCH 01/11] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index facb691..b7ebb50 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,9 @@ the directory to the PATH-Environment-Variable. | | | | `CALCULATOR D ` | Divides **num1** by **num2**. | | | | | `CALCULATOR M ` | Multiplies the numbers by each other. | | | | | `CALCULATOR P ` | Takes **num1** to the power of **num2**. | -| | | | `CALCULATOR F ` | Returns **num1**'s factorial. | | | | | `CALCULATOR R ` | Returns the **num2**th root of **num1**. | +| | | | `CALCULATOR F ` | Returns **num1**'s factorial. | +| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and has a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | | CALCULATOR-CMD | v4 | *errorlevel* **result**\**10* | `CALCULATOR-CMD []` | Has the same functionality as `CALCULATOR`, but the multiplier is only *10*. | | CALCULATOR-BASIC | v4 | *stdout* **result** | `CALCULATOR-BASIC ` | Computes the operation. Only supports the 4 basic operations, and only supports whole numbers. | | CONSOLE | v3 | *none* | `CONSOLE cursorsize <0-100>` | Sets the cursor to the given size. Set to 0 to make it disappear. | From 8fc25a3c0f794e65a858cfeb336207b975a73c65 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 09:17:29 +0200 Subject: [PATCH 02/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ebb50..94968f5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ the directory to the PATH-Environment-Variable. | | | | `CALCULATOR P ` | Takes **num1** to the power of **num2**. | | | | | `CALCULATOR R ` | Returns the **num2**th root of **num1**. | | | | | `CALCULATOR F ` | Returns **num1**'s factorial. | -| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and has a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | +| | | | `CALCULATOR I ` | Converts any number, which is *not* multiplied by *1000000* and *has* a decimal point to a valid input for the other commands. Both *`,`* and *`.`* as decimal seperators are supported. | | CALCULATOR-CMD | v4 | *errorlevel* **result**\**10* | `CALCULATOR-CMD []` | Has the same functionality as `CALCULATOR`, but the multiplier is only *10*. | | CALCULATOR-BASIC | v4 | *stdout* **result** | `CALCULATOR-BASIC ` | Computes the operation. Only supports the 4 basic operations, and only supports whole numbers. | | CONSOLE | v3 | *none* | `CONSOLE cursorsize <0-100>` | Sets the cursor to the given size. Set to 0 to make it disappear. | From f9eac717d62968022eaab9c4da6aef26c8be8713 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 09:18:26 +0200 Subject: [PATCH 03/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94968f5..89c791c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the directory to the PATH-Environment-Variable. | Command | Version Added | Output | Syntax | Description | | ---------------- | ------------- | ------ | ----------------------------------- | ----------- | | ANIMATION | v1 | *stdout* **animation** | `ANIMATION ` | Plays an animation. **MS** specifies the amount of Milliseconds per Frame, and **ANIMATION** is just all the animation frames seperated by spaces.
Example:
ANIMATION 200 U u .. u
Will animate to:
U u .. u U u .. u U u .. u U u .. u U u .. u

To have your code continue while the animation is running, call it with `START /B` | -| CALCULATOR | v4 | *errorlevel* **result**\**1000000* | `CALCULATOR []` | Performs mathematical operations. All numbers are inputted as *actual number*\**1000000*, and also outputted as such, to provide decimal place accuracy. | +| CALCULATOR | v4 | *errorlevel* **result**\**1000000* | `CALCULATOR []` | Performs mathematical operations. All numbers are inputted as
*actual number*\**1000000*, and also outputted as such, to provide decimal place accuracy. | | | | | `CALCULATOR A ` | Adds to numbers together. | | | | | `CALCULATOR S ` | Subtracts **num2** from **num1**. | | | | | `CALCULATOR D ` | Divides **num1** by **num2**. | From 0f3f5f4b01a9bb04bf603d6a88248ad6fbdc337f Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:35:09 +0200 Subject: [PATCH 04/11] Update README.md --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 89c791c..44da642 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,17 @@ the directory to the PATH-Environment-Variable. # Changelog -| v1 | v2 | v3 | v4 | -| --- | --- | --- | --- | -| Added xPRINT.exe | Added cTIME.exe | Added READKEY.exe | Added CALCULATOR.exe | -| Added MAKEANIMATION.exe | Added uTIME.exe | Added SLEEP.exe | Added CALCULATOR-BASIC.exe | -| Added ANIMATION.exe | | Added STARTINVISIBLE.exe | Added CALCULATOR-CMD.exe | -| Added CURSORVISIBILITY.exe | | Removed CURSORVISIBILITY.exe | | -| Added STRLEN.exe | | Removed CURSORPOS.exe | | -| Added xCOLOR.exe | | Added CONSOLE.exe | | -| Added PRINT.exe | | | | -| Added CURSORPOS.exe | | | | +| v1 | v2 | v3 | v4 | v5 | +| --- | --- | --- | --- | --- | +| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | +| Added xPRINT.exe | Added cTIME.exe | Added READKEY.exe | Added CALCULATOR.exe | *Coming Soon™* | +| Added MAKEANIMATION.exe | Added uTIME.exe | Added SLEEP.exe | Added CALCULATOR-BASIC.exe | | +| Added ANIMATION.exe | | Added STARTINVISIBLE.exe | Added CALCULATOR-CMD.exe | | +| Added CURSORVISIBILITY.exe | | Removed CURSORVISIBILITY.exe | | | +| Added STRLEN.exe | | Removed CURSORPOS.exe | | | +| Added xCOLOR.exe | | Added CONSOLE.exe | | | +| Added PRINT.exe | | | | | +| Added CURSORPOS.exe | | | | | # Documentation From 93f2fd0e897e06e1d3f49beb452996cf374633cd Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:36:04 +0200 Subject: [PATCH 05/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44da642..ebccbbd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the directory to the PATH-Environment-Variable. | v1 | v2 | v3 | v4 | v5 | | --- | --- | --- | --- | --- | -| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | +| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | | Added xPRINT.exe | Added cTIME.exe | Added READKEY.exe | Added CALCULATOR.exe | *Coming Soon™* | | Added MAKEANIMATION.exe | Added uTIME.exe | Added SLEEP.exe | Added CALCULATOR-BASIC.exe | | | Added ANIMATION.exe | | Added STARTINVISIBLE.exe | Added CALCULATOR-CMD.exe | | From 4af46b64dde70a6e52084517a7b274b12baa78b5 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:36:47 +0200 Subject: [PATCH 06/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebccbbd..6fd2266 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the directory to the PATH-Environment-Variable. | v1 | v2 | v3 | v4 | v5 | | --- | --- | --- | --- | --- | -| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | +| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | | Added xPRINT.exe | Added cTIME.exe | Added READKEY.exe | Added CALCULATOR.exe | *Coming Soon™* | | Added MAKEANIMATION.exe | Added uTIME.exe | Added SLEEP.exe | Added CALCULATOR-BASIC.exe | | | Added ANIMATION.exe | | Added STARTINVISIBLE.exe | Added CALCULATOR-CMD.exe | | From 6908f912ca134f4954a7b235e8619a80e1b24f50 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:39:30 +0200 Subject: [PATCH 07/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd2266..44da642 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the directory to the PATH-Environment-Variable. | v1 | v2 | v3 | v4 | v5 | | --- | --- | --- | --- | --- | -| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | +| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | | Added xPRINT.exe | Added cTIME.exe | Added READKEY.exe | Added CALCULATOR.exe | *Coming Soon™* | | Added MAKEANIMATION.exe | Added uTIME.exe | Added SLEEP.exe | Added CALCULATOR-BASIC.exe | | | Added ANIMATION.exe | | Added STARTINVISIBLE.exe | Added CALCULATOR-CMD.exe | | From ed063c9bc52663bb1b16dd03a02327d4b9de29b9 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:44:19 +0200 Subject: [PATCH 08/11] Update README.md --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/README.md b/README.md index 44da642..f1dbb2c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,51 @@ the directory to the PATH-Environment-Variable. | Added PRINT.exe | | | | | | Added CURSORPOS.exe | | | | | +### v5 +*"the Display-Update"* +```diff +Coming Soon™ +``` + +### v4 +*"the Math-Update"* +```diff ++ CALCULATOR.exe ++ CALCULATOR-BASIC.exe ++ CALCULATOR-CMD.exe +``` + +### v3 +*"the Script-Update"* +```diff ++ READKEY.exe ++ SLEEP.exe ++ STARTINVISIBLE.exe +- CURSORVISIBILITY.exe +- CURSORPOS.exe ++ CONSOLE.exe +``` + +### v2 +*"the Timing-Update"* +```diff ++ cTIME.exe ++ uTIME.exe +``` + +### v1 +*"the Miscellaneous-Update"* +```diff ++ xPRINT.exe ++ MAKEANIMATION.exe ++ ANIMATION.exe ++ CURSORVISIBILITY.exe ++ STRLEN.exe ++ xCOLOR.exe ++ PRINT.exe ++ CURSORPOS.exe +``` + # Documentation | Command | Version Added | Output | Syntax | Description | From 5dcae46d0fe9e1317147424b63c69556141c3541 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:44:46 +0200 Subject: [PATCH 09/11] Update README.md --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index f1dbb2c..37f4187 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,6 @@ the directory to the PATH-Environment-Variable. # Changelog -| v1 | v2 | v3 | v4 | v5 | -| --- | --- | --- | --- | --- | -| *"the Miscellaneous-Update"* | *"the Time-Update"* | *"the Script-Update"* | *"the Math-Update"* | *"the Display-Update"* | -| Added xPRINT.exe | Added cTIME.exe | Added READKEY.exe | Added CALCULATOR.exe | *Coming Soon™* | -| Added MAKEANIMATION.exe | Added uTIME.exe | Added SLEEP.exe | Added CALCULATOR-BASIC.exe | | -| Added ANIMATION.exe | | Added STARTINVISIBLE.exe | Added CALCULATOR-CMD.exe | | -| Added CURSORVISIBILITY.exe | | Removed CURSORVISIBILITY.exe | | | -| Added STRLEN.exe | | Removed CURSORPOS.exe | | | -| Added xCOLOR.exe | | Added CONSOLE.exe | | | -| Added PRINT.exe | | | | | -| Added CURSORPOS.exe | | | | | - ### v5 *"the Display-Update"* ```diff From e6fc3a9b39deb340f70715b20e8167ac6128bf11 Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:45:36 +0200 Subject: [PATCH 10/11] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 37f4187..c3fafb7 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ the directory to the PATH-Environment-Variable. Coming Soon™ ``` +### v4.1 +*"the Updating-Update"* +```diff +Comming Soom™ +``` + ### v4 *"the Math-Update"* ```diff From 572ed6b24d025e62fbc5b76f3ef884eb86b6f81c Mon Sep 17 00:00:00 2001 From: BratPfanneTV <39345937+BratPfanneTV@users.noreply.github.com> Date: Wed, 17 Oct 2018 12:45:52 +0200 Subject: [PATCH 11/11] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3fafb7..62bb32d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Coming Soon™ ### v4.1 *"the Updating-Update"* ```diff -Comming Soom™ +Comming Soon™ ``` ### v4