Commit Graph

582 Commits

Author SHA1 Message Date
danielyxie
4a99c04772 Refactored Server() to take old init args in constructor. Removed Server.init(). Faction reputation is now exponential. Increased infiltration exp gains. DOM now loads before scripts 2017-08-02 23:21:15 -05:00
danielyxie
c62639099a Load Decimal.js values 2017-08-01 14:10:21 -05:00
danielyxie
ddca05f4c5 Balancing. Buffed crimes, infiltration, jobs, nerfed hacking 2017-08-01 14:03:45 -05:00
danielyxie
8b6dba561c Crime and job balancing. Fixed some formatting bugs 2017-07-30 14:11:30 -05:00
danielyxie
0fa4ccab23 Added decimal.js 2017-07-29 11:29:31 -05:00
danielyxie
cbb9f2b740 Merge branch 'dev' of https://github.com/danielyxie/netburner into dev 2017-07-29 11:26:28 -05:00
danielyxie
53d514d28e Decimal.js support for player's money. Buffed early game servers. 2017-07-29 11:25:40 -05:00
danielyxie
d26ec75ded Merge pull request #94 from desci/master
Account for negative money
2017-07-28 16:32:10 -04:00
danielyxie
e5322e466b Added tooltips for companies. Rebalanced and randomized server starting money 2017-07-28 09:19:28 -05:00
danielyxie
0e64359814 Lowered hacking exp gain. Added deleteServer(). Maximum of 25 purchaseable servers. Added autocompletion for ./ command. Oustanding faction invitations. Suppress Faction invites and messages 2017-07-26 21:56:14 -05:00
danielyxie
118118db83 Fixed bug with Netburners invite 2017-07-25 23:46:58 -05:00
danielyxie
e89e10eec6 Merge branch 'master' of https://github.com/danielyxie/netburner into dev 2017-07-25 09:40:17 -05:00
danielyxie
2afb313a53 Added several configurable game settings. Added donate button. Added Hacknet Node API functions for getting cost of upgrades 2017-07-25 09:39:56 -05:00
Desobediente Civil
cd0ecb961f Account for negative money
This should guarantee that in the event the balance becomes negative,
there will be no scrolling bars.
2017-07-25 03:01:24 -03:00
danielyxie
be48875ff3 Added donate button. Added Netscript functions to get cost of Hacknet Node upgrades 2017-07-24 21:51:03 -05:00
danielyxie
d5be649bbd Added autocompletion for aliases. Added autocompletion for any number of arguments. Added getServerRam() function 2017-07-24 20:06:40 -05:00
danielyxie
4d3ef5cace Merge pull request #91 from danielyxie/dev
All v0.26.0 changes
2017-07-21 18:55:31 -04:00
danielyxie
e653b7b315 All v0.26.0 changes 2017-07-21 17:54:55 -05:00
danielyxie
a868c07c52 Merge pull request #90 from danielyxie/dev
Switch back to old wiki. Updated changelog
2017-07-14 09:34:10 -04:00
Daniel Xie
e6b15ed4ab Switch back to old wiki. Updated changelog 2017-07-14 08:33:40 -05:00
danielyxie
12b369ed32 Merge pull request #89 from danielyxie/dev
Updated with new wiki that I created
2017-07-13 16:32:35 -04:00
Daniel Xie
b1da24aa9e Updated with new wiki that I created 2017-07-13 15:32:18 -05:00
danielyxie
702f70f240 Merge pull request #88 from danielyxie/dev
Dev v0.25.0
2017-07-13 12:59:36 -04:00
danielyxie
8951593ede Merge pull request #87 from danielyxie/netscript-refactor
Netscript refactor
2017-07-13 12:54:58 -04:00
Daniel Xie
222f75d55a Refactored Netscript with Acorns parser. Major rebalancing. Add TIX API. Add round(), purchaseServer(). 2017-07-13 11:54:29 -05:00
Daniel Xie
378797e511 Merge branch 'master' of https://github.com/danielyxie/netburner into netscript-refactor 2017-07-10 22:09:44 -05:00
danielyxie
7e6e273e6c Merge pull request #85 from danielyxie/dev
Red Pill and Export bug fixes
2017-07-06 22:35:58 -04:00
Daniel Xie
d910a89fd9 Red Pill and Export bug fixes 2017-07-06 22:24:59 -04:00
danielyxie
cb7e319ef7 Merge pull request #84 from danielyxie/dev
Dev v0.24.1
2017-07-05 17:35:42 -05:00
Daniel Xie
2fd9add22d Fixed typo in CHangelog 2017-07-05 17:35:15 -05:00
Daniel Xie
cb7dda9293 Rebalancing stock market and infiltration, updated changelog/documentation 2017-07-05 17:33:46 -05:00
Daniel Xie
a593243b73 Fixed issues with new aliasing, updating changelog 2017-07-05 12:53:51 -05:00
Daniel Xie
542a32c768 MOre rebalancing with universities and companies 2017-07-05 11:49:01 -05:00
Daniel Xie
0ca202d297 Copied MIT license for acorn.js 2017-07-05 10:26:59 -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
843884aec2 Merge pull request #75 from MrNuggelz/dev
Netscript reimplementation
2017-07-05 08:54:59 -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
Daniel Xie
a1943ce1c0 Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev 2017-07-04 10:31:37 -05:00
danielyxie
c0d41bf38e Merge pull request #62 from LTCNugget/patch-1
Implement top
2017-07-04 10:31:02 -05:00
danielyxie
b056e86def Merge pull request #83 from danielyxie/dev
Fixed bug with Firefox and deleting qty field in WSE
2017-07-03 22:16:57 -05:00
Daniel Xie
2c384bade8 Fixed bug with Firefox and deleting qty field in WSE 2017-07-03 22:16:41 -05:00
danielyxie
1069d40d2e Merge pull request #82 from danielyxie/dev
Fixed bug with buying selling 0 shares
2017-07-03 21:39:59 -05:00
Daniel Xie
1befaccf3f Fixed bug with buying selling 0 shares 2017-07-03 21:39:15 -05:00