bitburner-src/doc/source/netscript/basicfunctions
hydroflame 52a80ad236
v0.51.6 (#905)
* Make command `cd` without arguments an alias for `cd /` (#853)

In most shells `cd` without arguments takes you to the home directory
of the current user. I keep trying to do this due to muscle memory
from working in terminals, so I figured I'd make it do something useful.

There is no home directory in the game, but going to / is the closest
thing we have, since that is the starting point for the user in the
game.

* Add new `backdoor` terminal command (#852)

* Add the backdoor command to the terminal

This command will perform a manual hack without rewarding money. It will be used for the story, mainly for faction hacking tests

* Add tab completion for backdoor command

* Add help text for backdoor command

* Change condition syntax to be more consistent with others

* Extract reused code block so it is always called after actions

* Update documentation for new backdoor command

Modified references to manual hack as it isn't for factions anymore

* Remove extra parenthesis

* Rename manuallyHacked to backdoorInstalled

* Fix typo

* Change faction test messages to use backdoor instad of hack

* Rename more instances of manuallyHacked

* fixed typo in helptext of darkweb buy (#858)

* Fix typos and unify descriptions of augmentations (#859)

Made an attempt to...
- give all "+rep% company/faction" the same text
- make all augmentations with a single effect use a single line to describe the effect
- make all effects end with a period

* Made Cashroot starter kit display its tooltip with the money formatted properly and in gold

* fix typo in docs (#860)

* Initial code for Casino Card Deck implementation

* Casino Blackjack Implementation

* Update some tools (eslint, typescript)

* Blackjack code cleanup

* Update README_contribution

* Update ScriptHelpers.js (#861)

expand error message

* More augmentation typo fixes (#862)

* Add Netscript function getCurrentScript (#856)

Add netscript function that returns the current script.

* Added milestones menu to guide new players. (#865)

Milestone menu

* fix typos in milestones (#866)

Co-authored-by: sschmidTU <s.schmid@phonicscore.com>

* Corrupt location title when backdoor is installed (#864)

* Add corruptableText component

* Corrupt location title if backdoor is installed

* Formatting

* Add helper to check value of backdoorInstalled

Helper could be oneline but it would make it less readable

* Fix some formatting

* Add settings option to disable text effects

* Import useState

* getRunningScript (#867)

* Replaced getCurrentScript with getRunningScript

* Bunch of smaller fixes (#904)

Fix #884
Fix #879
Fix #878
Fix #876
Fix #874
Fix #873
Fix #887
Fix #891
Fix #895

* rework the early servers to be more noob friendly (#903)

* v0.51.6

Co-authored-by: Andreas Eriksson <2691182+AndreasTPC@users.noreply.github.com>
Co-authored-by: Jack <jackdewinter1@gmail.com>
Co-authored-by: Teun Pronk <5228255+Crownie88@users.noreply.github.com>
Co-authored-by: Pimvgd <Pimvgd@gmail.com>
Co-authored-by: Daniel Xie <daniel.xie@flockfreight.com>
Co-authored-by: Simon <33069673+sschmidTU@users.noreply.github.com>
Co-authored-by: sschmidTU <s.schmid@phonicscore.com>
2021-04-28 20:07:26 -04:00
..
brutessh.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
clear.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
clearLog.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
deleteServer.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
disableLog.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
enableLog.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
exec.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
exit.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
fileExists.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
flags.rst v0.51.5 (#848) 2021-04-21 08:20:26 -04:00
ftpcrack.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getFavorToDonate.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getGrowTime.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getHackingLevel.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getHackingMultipliers.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getHacknetMultipliers.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getHackTime.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getHostname.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getPortHandle.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getPurchasedServerCost.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getPurchasedServerLimit.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getPurchasedServerMaxRam.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getPurchasedServers.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getRunningScript.rst v0.51.6 (#905) 2021-04-28 20:07:26 -04:00
getScriptExpGain.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getScriptIncome.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getScriptLogs.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getScriptName.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getScriptRam.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerBaseSecurityLevel.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerGrowth.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerMaxMoney.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerMinSecurityLevel.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerMoneyAvailable.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerNumPortsRequired.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerRam.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerRequiredHackingLevel.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getServerSecurityLevel.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getTimeSinceLastAug.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
getWeakenTime.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
grow.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
growthAnalyze.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
hack.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
hackAnalyzePercent.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
hackAnalyzeThreads.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
hackChance.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
hasRootAccess.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
httpworm.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
isLogEnabled.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
isRunning.rst v0.51.6 (#905) 2021-04-28 20:07:26 -04:00
kill.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
killall.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
ls.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
nFormat.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
nuke.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
peek.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
print.rst V0.51.3 (#845) 2021-04-18 11:18:56 -04:00
prompt.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
ps.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
purchaseServer.rst V0.51.4 (#847) 2021-04-19 21:26:51 -04:00
read.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
relaysmtp.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
rm.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
run.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
scan.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
scp.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
scriptKill.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
scriptRunning.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
serverExists.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
sleep.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
spawn.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
sprintf.rst v0.44.1 Minor Update - Added Augs to Duplicate Sleeves and updated documentation 2019-03-02 19:08:54 -08:00
sqlinject.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
tail.rst v0.51.6 (#905) 2021-04-28 20:07:26 -04:00
tFormat.rst added tFormat to represent times. 2021-03-12 14:32:07 -05:00
tprint.rst V0.51.3 (#845) 2021-04-18 11:18:56 -04:00
tryWrite.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
vsprintf.rst v0.44.1 Minor Update - Added Augs to Duplicate Sleeves and updated documentation 2019-03-02 19:08:54 -08:00
weaken.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
wget.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00
write.rst work to make documentation unified. 2021-03-12 02:51:56 -05:00