bitburner-src/css
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
..
_mixins.scss [refactor] Refactored "missions" SCSS 2018-07-17 12:09:19 -04:00
_reset.scss [refactor] Moving global styling out of "loader" 2018-07-17 12:09:18 -04:00
_theme.scss More minor font colour and Infiltration details updates 2018-09-07 00:15:36 +10:00
activescripts.scss Fixed issues with Active Scripts UI. Implemented event emitter for Active Scripts UI 2019-05-17 13:41:16 -07:00
augmentations.scss Finished refactoring augmentations page UI to use react 2019-05-15 00:15:07 -07:00
bladeburner.scss v0.45.1 2019-03-23 19:40:35 -07:00
buttons.scss BitNode-9 initial implementation 2019-03-24 20:17:47 -07:00
casino.scss v0.51.6 (#905) 2021-04-28 20:07:26 -04:00
characteroverview.scss Character,Augmentations now display by how much the stats will increase. 2021-03-07 16:32:16 -05:00
codemirror-overrides.scss Added BitNode multipliers for purchased servers. Fixed bugs in new Script Editor implementation. Added documentation for script editors 2019-01-29 22:02:27 -08:00
companymanagement.scss Fixed more bugs with new Corporation UI. Minor rebalancing on Corp UI. Changed the Market TA researches to allow you to automatically set price 2019-03-17 17:58:06 -07:00
dev-menu.css dev meny revamp 2019-03-22 22:51:55 -07:00
gameoptions.scss Added copy save to clipbaord option. Added getOrders netscript function. Fixed Corporation Bugs 2018-12-30 16:11:48 -08:00
gang.scss Revert "Revert "Gang rework"" 2018-10-23 13:55:42 -05:00
grid.min.css dev meny revamp 2019-03-22 22:51:55 -07:00
hacknetnodes.scss BitNode-9 initial implementation 2019-03-24 20:17:47 -07:00
interactivetutorial.scss Changed buttons that used <span> into <button> elements for real this time 2018-10-09 11:56:22 -05:00
loader.scss Fixed linting errors 2018-09-12 11:29:02 -05:00
mainmenu.scss Added growthAnalyze() NS function. Fixed GH issue #492. In Gang mechanic, added new hacking augs/upgrades. Also rebalanced defense upgrades. Added new 'compact' main menu configuration 2018-11-19 21:54:03 -08:00
menupages.scss v0.51.1 (#835) 2021-04-06 03:50:09 -04:00
milestones.scss v0.51.6 (#905) 2021-04-28 20:07:26 -04:00
missions.scss [refactor] Refactored "missions" SCSS 2018-07-17 12:09:19 -04:00
popupboxes.scss Initial v0.46.0 changes - Fixed BN9 bugs. Rebalanced BN11 and Corporations. Added memory to Dup sleeves. Various bug fixes 2019-03-27 01:36:14 -07:00
redpill.scss Color-coded BitNode selection screen and added SF information 2019-07-15 21:40:43 -07:00
resleeving.scss Fixed bugs with Sleeve mechanics. Updated documentation to use RTD theme 2019-01-20 14:57:38 -08:00
scripteditor.scss v0.46.2 2019-04-14 02:07:29 -07:00
sleeves.scss Fixed bugs with Sleeve mechanics. Updated documentation to use RTD theme 2019-01-20 14:57:38 -08:00
stockmarket.scss Bug fixes for v0.47.0. Fixed the BUY MAX feature for new stock market. Added collapse/expand tickers buttons for new stock market UI 2019-04-29 20:54:20 -07:00
styles.scss V0.51.4 (#847) 2021-04-19 21:26:51 -04:00
terminal.scss Implemented new Editor Option: CodeMirror. (Vim mode not 100% done yet) 2019-01-27 14:08:45 -08:00
tooltips.scss v0.51.0 (#826) 2021-03-31 00:45:21 -04:00
treant.css Added hackAnalyze() functions. Fixed bug with gymWorkout() and Millenium Fitness Gym. Updated documentation for new functions 2019-01-03 00:39:32 -08:00
workinprogress.scss Fixed bugs with Sleeve mechanics. Updated documentation to use RTD theme 2019-01-20 14:57:38 -08:00