Commit Graph

478 Commits

Author SHA1 Message Date
Daniel Xie
542a32c768 MOre rebalancing with universities and companies 2017-07-05 11:49:01 -05:00
Daniel Xie
22a796ceea Merge branch 'netscript-refactor' of https://github.com/danielyxie/netburner into netscript-refactor 2017-07-05 08:55:44 -05:00
Daniel Xie
c0442696c1 updated changelog 2017-07-05 08:55:39 -05:00
danielyxie
7786a0aff8 Merge branch 'netscript-refactor' into dev 2017-07-05 08:54:46 -05:00
Daniel Xie
0f59d48c53 Fixed typos 2017-07-04 23:02:19 -05:00
Daniel Xie
89c8407cbe MOre work on Red Pill stuff 2017-07-04 16:18:42 -05:00
Daniel Xie
03f7ce5fe5 Began implementing RedPill. Rebalancing for home computer RAM, company, university, server starting money. Updated tutorial and faction descriptions 2017-07-04 14:34:17 -05:00
Daniel Xie
006d12360d Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev 2017-07-04 10:42:50 -05:00
Daniel Xie
147a7393c5 Merged and updated top command implementation 2017-07-04 10:42:47 -05:00
danielyxie
b398c67f03 Merge pull request #80 from MrNuggelz/alias
Made alias names posix compilant and added global aliases
2017-07-04 10:42:11 -05:00
danielyxie
c0d41bf38e Merge pull request #62 from LTCNugget/patch-1
Implement top
2017-07-04 10:31:02 -05:00
Daniel Xie
2c384bade8 Fixed bug with Firefox and deleting qty field in WSE 2017-07-03 22:16:41 -05:00
Daniel Xie
1befaccf3f Fixed bug with buying selling 0 shares 2017-07-03 21:39:15 -05:00
Daniel Xie
36e3a3b5d2 StockMarket and Infiltration implementations 2017-07-03 14:42:11 -05:00
MrNuggelz
6bfe6a549d made alias names posix compilant and added global aliases 2017-06-30 18:47:36 +02:00
Daniel Xie
c0fc4e381d Updated documentation for new scan() command 2017-06-29 09:17:47 -05:00
Daniel Xie
f18b8d58fa scan() now takes in 1 argument representing the server to scan 2017-06-29 09:16:32 -05:00
Daniel Xie
d63f17fa8d initAugmentations() now called applyAugmentations() at the end 2017-06-28 15:53:12 -05:00
Daniel Xie
bc282daf08 Bug fix with marking augmentations as owned in Player.augmentations 2017-06-28 14:21:04 -05:00
MrNuggelz
d855eb6301 update netscript documentation 2017-06-28 18:06:31 +02:00
MrNuggelz
0e14fe1632 Netscript reimplementation 2017-06-28 11:47:42 +02:00
Daniel Xie
38e1c77c5c Rebalancing for favor, Increase reputation cost, Fix bugs with purchasing multiple augmentations, balanced company positions. New netscript functions 2017-06-27 23:11:27 -05:00
Daniel Xie
6712d340fb Fixed bugs with new multiple Augmentations feature. Added getServerMaxMoney() netscript command 2017-06-25 18:39:17 -05:00
Daniel Xie
0900c87f38 New Create Program saving progress feature bug fix 2017-06-24 16:35:36 -05:00
Daniel Xie
9553e63b54 Refactored Augmentations using new PlayerOwnedAugmentation object 2017-06-24 16:33:44 -05:00
Daniel Xie
a6406e785a FIxed field work buff. Added AutoLink and ServerProfiler programs. PRogram work is now saved 2017-06-23 09:23:35 -05:00
Daniel Xie
3f684dbfdb Updated changelog 2017-06-21 14:50:41 -05:00
Daniel Xie
389fcb7589 Fixed bug with new hacking speed multiplier for grow and weaken times 2017-06-21 12:19:08 -05:00
Daniel Xie
8a95fb4df7 Added unalias command. Updated to v0.22.0 2017-06-21 12:12:08 -05:00
Daniel Xie
fd7796f5d1 Small bug fix with Messages. Hacking experience gain constant is 2 rather than 1 2017-06-20 15:36:48 -05:00
Daniel Xie
0449460c4f Added favor system for companies and factions 2017-06-20 11:11:33 -05:00
Daniel Xie
e2fbca1ef0 More nerfs to combat augmentations. Randomized server parameters. Added Log and Kill button to Active SCripts panel 2017-06-19 09:54:11 -05:00
Daniel Xie
8ce228c71f Combined the offline data maps for scripts into a single object. More nerfs to combat Augmentations 2017-06-18 18:23:50 -05:00
Daniel Xie
15f9ef1a85 temp changes 2017-06-18 16:01:23 -05:00
Daniel Xie
c2aa8d8110 Saving no longer saves logs of running scripts. Some more hacking augmentation nerfs. Reduced thread RAM cost multiplier from 1.02 to 1.01 2017-06-18 04:31:14 -05:00
Daniel Xie
dc39b941dc Toned down strength Augmentations even more. Increased growth rate by 50%. Readjusted crime success formulas. Fixed bug with Agent in Company.js 2017-06-18 03:24:08 -05:00
Daniel Xie
206d5dbe34 Nerfed all augmentations. Hacking speed multiplier increases rather than decreases. Servers have minimum server security. Hacking no money leads to less experience. Grow and weaken give same exp as hacking 2017-06-17 23:36:16 -05:00
Daniel Xie
4b96bca03f Added playtime since last augmentation. Fixed bug with Fulcrum faction display page 2017-06-17 12:47:04 -05:00
Daniel Xie
316aa8ad2d Added stuff for compatibility with new version 2017-06-17 02:21:42 -05:00
Daniel Xie
c5f3988183 Updated theme command documentation 2017-06-16 22:32:58 -05:00
Daniel Xie
8ab2415bb3 Updating to v0.21.0 2017-06-16 22:08:51 -05:00
Daniel Xie
36eb7608d5 Added ability to pass arguments into scripts 2017-06-16 21:53:57 -05:00
Kyle B
92b100f3ce Update "top" command- columns and loops
Switched the RAM and thread columns so that the RAM usage does not need to be rounded. Updated structure to remove nested loops.
2017-06-16 14:17:40 -04:00
Kyle B
96be33344f Update "top" command
Updated the entry construction to use `.join()` and added/updated comments.
2017-06-16 13:23:42 -04:00
Kyle B
34a86fc32c Implement top
Implementation of the "top" command. Uses the column formatting from scan, which breaks with long names.
2017-06-16 10:57:03 -04:00
Daniel Xie
7d6a94d7a1 Added autocompletion for darkweb and check 2017-06-14 20:27:22 -05:00
Daniel Xie
6fe0ec1ea5 Added dynamic array functioanlity. Refactored tail so that it displays a dynamic popup with log contents 2017-06-14 20:19:52 -05:00
Daniel Xie
4aa7edb576 Fixed bug where you could purchase Darkweb items without router 2017-06-13 20:07:02 -05:00
Daniel Xie
69d4af01ff Added Options button to top right overview. Script object optimization by deleting server maps when not active. Fixed issue with servers getting negative money 2017-06-13 10:58:31 -05:00
Daniel Xie
6b2d6b5ded Merge branch 'dev' of https://github.com/danielyxie/netburner into dev 2017-06-13 00:36:34 -05:00
danielyxie
9e542b7b67 Merge pull request #49 from 0x726564646974/themes
Adding basic theme command
2017-06-13 00:36:26 -05:00
Daniel Xie
064282682f Added comments for optimizing Script object 2017-06-13 00:34:45 -05:00
danielyxie
8444e154ee Merge pull request #59 from HDEHacks/patch-1
Fix typo in Netscript Doc
2017-06-12 21:19:20 -05:00
Hedon
d1da37dd5e Fix typo in Netscript Doc 2017-06-12 10:32:50 -05:00
Daniel Xie
a1937c4b46 Fixed bug with Graphene Bionic Legs augmentation 2017-06-11 23:43:54 -05:00
Daniel Xie
445b93d012 Fixed two typoes with Company.js and Faction 2017-06-11 20:33:58 -05:00
Daniel Xie
21c1da62f1 Transition between versions 2017-06-11 16:07:38 -05:00
Daniel Xie
817d3e0536 Code operation time set to 200ms 2017-06-11 15:50:25 -05:00
Daniel Xie
2a5647bda8 Updated changelog 2017-06-11 15:39:01 -05:00
Daniel Xie
d48428f0e8 Increased cost of RAM by 10%. Decreased cost multiplier of NeuroFlux Governor augmentation 2017-06-11 15:36:36 -05:00
Daniel Xie
5de47f600a Updated to version 0.20.2. Fixed bug with Netscript arrays. Updated documentation 2017-06-11 15:28:20 -05:00
Daniel Xie
59817db626 Fixed issue with assigning expressions to array elements 2017-06-11 14:05:28 -05:00
Daniel Xie
f983d5521b Setting values in Arrays works now 2017-06-11 01:52:52 -05:00
Daniel Xie
f7bf83e4d9 Added threading options for run() and exec() commands 2017-06-10 22:45:06 -05:00
Daniel Xie
c55b677bc2 Added threading capabilities when running manually. Need to add for run(0 and exec() in netscript. Also fixed some bugs 2017-06-10 20:46:02 -05:00
Daniel Xie
60207b8e04 Added arrays to Netscript. Fixed bug with Hacknet Nodes 2017-06-10 17:44:33 -05:00
0x726564646974
7b69e10efc Merge branch 'dev' into themes 2017-06-08 20:27:34 -04:00
Daniel Xie
b43ad2f044 Updated to v0.20.1 2017-06-08 13:32:38 -05:00
Daniel Xie
005216d664 Re=load everything problem when importing game 2017-06-08 10:59:22 -05:00
Daniel Xie
b7b4617cee Close Options box when selecting certain actions 2017-06-08 00:08:53 -05:00
Daniel Xie
cca56bdabe Updated Options menu 2017-06-07 23:57:59 -05:00
Daniel Xie
d09179cd4f Added beta functionality for export/import feature 2017-06-07 23:57:40 -05:00
Daniel Xie
ac3e5c8c9e Added Deepscan to darkweb. Cannot get invited to faction if you decline 2017-06-07 18:35:56 -05:00
Daniel Xie
598efda098 FIxed bug with script errors in nested progs 2017-06-07 16:18:21 -05:00
Daniel Xie
a99e9391f2 Increased price of all Dark programs 10x 2017-06-06 23:39:23 -05:00
Daniel Xie
f92556e754 Fixed bugs with new Netscript commands 2017-06-06 23:09:53 -05:00
0x726564646974
47e01ee2eb Adding basic theme command 2017-06-06 22:51:08 -04:00
Daniel Xie
a461491094 Fixed bugs with new Netscript functions. Adding ActiveScriptsUI.js file to git 2017-06-06 21:33:50 -05:00
Daniel Xie
47e57eb645 Fixed bugs with Prestige 2017-06-06 19:37:38 -05:00
Daniel Xie
570bba2dd1 Added new update text. Bugs with server max money. Updated to version 0.20.0 2017-06-06 19:28:20 -05:00
Daniel Xie
c331bd7add Edit scripts that are running. Implement maximum money on server 2017-06-06 19:04:18 -05:00
Daniel Xie
1a7a247b4d Re-designed Active Scripts tab. Re-designed growth mechanic to depend on server security. Server growth no longer occurss manually. Bug fixes 2017-06-06 16:22:57 -05:00
Daniel Xie
d3fa9f8c6e Slight rebalancing. Added kill() and killall() commands 2017-06-05 20:34:00 -05:00
Daniel Xie
f7018f082c Added killall command to terminal 2017-06-05 12:59:30 -05:00
Daniel Xie
0dc3d56e3c Added isRunning() Netscript command. Account for new commands in RAM usage 2017-06-05 12:50:32 -05:00
Daniel Xie
8fa1eab3c6 Added fileExists() and getServerRequiredHackingLevel() Netscript commands. Updated Netscript documentation 2017-06-05 10:31:46 -05:00
Daniel Xie
d73a11f678 Rebalancing script RAM Usage. Script base RAM cost is 1.5GB, while common functions were made cheaper 2017-06-05 09:31:47 -05:00
Daniel Xie
9adce1dd2f Added EXP gains to weaken() and grow() after refactoring, and rebalanced hacking mechanics: 2017-06-05 03:08:04 -05:00
Daniel Xie
71999ea2eb Removed time for Program netscript ocmmands (nuke, brutessh, etc) 2017-06-05 01:24:30 -05:00
Daniel Xie
bb24c017f1 Refactor Netscript Interpreter 2017-06-04 23:48:37 -05:00
Daniel Xie
beb770eaf9 Updated constants 2017-06-04 03:46:14 -05:00
Daniel Xie
0d90479097 Fixed issue with Faction page formatting. Script.reset() now re-updated RAM usage 2017-06-03 23:56:18 -05:00
Daniel Xie
ce8257fb0c Fixed bug with autocompletion on capitalized leters. Updated to 0.19.7 2017-06-03 15:51:18 -05:00
Daniel Xie
474ba223f2 Two of the Tian Di Hui Augmentations made more expensive 2017-06-02 20:56:15 -05:00
Daniel Xie
0c184f9ad3 Autocompletetion for command ends with a space 2017-06-02 20:46:43 -05:00
Daniel Xie
d1e4ef77fd Tab autocompletion now works on commands. Updated to v0.19.6 2017-06-02 20:26:17 -05:00
Daniel Xie
7701249cfe Added changelog to Constants.js. Terminal commands are no longer case sensitive 2017-06-02 19:41:46 -05:00
Daniel Xie
697855d0f5 scp terminal command now overwrites. Updated version to 0.19.5 2017-06-02 14:54:36 -05:00
Daniel Xie
f738034033 scp() command in scripts now overwrites scripts at destination. Fixed some bugs in Network creation 2017-06-02 14:46:14 -05:00
Daniel Xie
a3d45b3cc2 Script editor now saves state when switching to other tabs. Updated to version 0.19.4 2017-06-02 12:18:53 -05:00