Olivier Gagnon
d745150c45
all the lints
2021-05-01 03:17:31 -04:00
Olivier Gagnon
3fad505096
run auto fix lint
2021-04-29 23:52:56 -04:00
hydroflame
e572c6dad8
v0.51.0 ( #826 )
...
* Hash upgrades and Bladeburner skills can now be clicked to copy to clipboard
* Aug purchase confirmation popup displays money in 0.000a format
* Character now displays hacknet server info properly
* Character,Info now displays hacknet server info correctly.
* Formulas (#825 )
Formulas API v0.1
* Make all money the same color, same for reputation, format all numbers consistently.
* rename a lot of the formulas function to no longer contain calculate
* added hacking related formulas
* removed unused variable
* v0.51.0
2021-03-31 00:45:21 -04:00
Olivier Gagnon
cd972dabe3
crash now prints ns stack trace, workerscript now does the shouldLog check on its own, many ns function are way simpler.
2021-03-11 03:02:05 -05:00
danielyxie
8ddf7dfbd4
Fix GH Issue #616 : Stock Market UI throws error for certain locales because the price format length is too high
2019-07-15 21:40:43 -07:00
danielyxie
931de230ae
Minor rebalancing to stock market. Updated documentation and tests for recent changes
2019-06-11 00:18:14 -07:00
danielyxie
7301946236
Added and Updated Stock Market tests for the new changes
2019-06-09 21:23:48 -07:00
danielyxie
a15041da75
More rebalancing for stock market changes. Transactions now affect second-order forecast (very slightly)
2019-06-09 15:12:33 -07:00
danielyxie
00f8c0a51f
Removed debug stuff for beta branch
2019-06-04 21:31:45 -07:00
danielyxie
dc5f4e6694
Updated documentation for new Stock Market changes. More rebalancing for recent stock market changes
2019-06-03 23:05:25 -07:00
danielyxie
35f8a5115a
Finished implementing player influencing on stock 2nd-order forecasts. Balanced recent stock market changes
2019-06-03 22:21:36 -07:00
danielyxie
8398fd47f0
Changed the way stock market cycles occur. Stock second-order forecast now changes normally like before
2019-06-02 23:29:56 -07:00
danielyxie
0b4968d148
Re-added the getStockPurchaseCost() and getStockSaleGain() functions so we don't break user scripts
2019-06-02 20:28:02 -07:00
danielyxie
c485fdfa87
Removed stock market price movement. Now only forecast is influenced by big transactions
2019-05-22 19:12:06 -07:00
danielyxie
6effda29a9
Implemented second-order forecasts for stocks
2019-05-22 17:23:30 -07:00
danielyxie
7035154454
Merge branch 'master' of https://github.com/danielyxie/bitburner into dev
2019-05-20 14:45:30 -07:00
danielyxie
d7f3ab9177
Tempered the affect that stock market txs have on stock forecasts
2019-05-20 14:44:51 -07:00
danielyxie
3660dde75f
Merge branch 'master' of https://github.com/danielyxie/bitburner into dev
2019-05-19 14:07:16 -07:00
danielyxie
99688b78c7
Temporary rebalancing for v0.47.0
2019-05-19 14:06:53 -07:00
danielyxie
a2551f98c2
Fixed documentation typos in v0.47.0
2019-05-17 15:51:28 -07:00
danielyxie
15a324a946
v0.47.0 release
2019-05-17 13:07:11 -07:00
danielyxie
94175877d7
Changed stock market price movements so that upward and downward movements use different trackers. Forecast can no longer be inverted due to price movements. Updated stock market unit tests
2019-05-16 23:55:21 -07:00
danielyxie
bd02e724e5
Fixed several more bugs. Rebalanced stock market changes to make the effects a bit less potent for now
2019-05-14 04:23:55 -07:00
danielyxie
cdb5dfec62
Resolved more circular dependencies. Installed acorn-walk and imported it in RamCalculations using ES6 modules. Fixed bugs in stock market rework
2019-05-06 18:01:06 -07:00
danielyxie
8a5b6f6cbc
Refactored stock buying/selling code into its own file. Refactored WorkerScript & NetscriptEnvironment into their own Typescript classes. Refactored a ton of code to remove circular dependencies
2019-05-04 21:03:40 -07:00
danielyxie
585e1ac7aa
Stock transactions can now influence forecast in addition to price. Several more minor bug/UI fixes
2019-05-01 15:20:14 -07:00
danielyxie
580a7fac24
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
danielyxie
dd9df0a18c
Fixed Stock Market UI. Added documentation for stock market changes
2019-04-28 23:21:32 -07:00
danielyxie
3a601a015d
Added unit tests for Stock Market. Removed dependencies from package.json, since they're sourced directly in tests/index.html
2019-04-28 23:21:32 -07:00
danielyxie
87b4698d5b
Fixed issues relating to stock price movements
2019-04-28 23:21:32 -07:00
danielyxie
67632ced09
Fixed Stock Market UI issues. Added warnings for price movements
2019-04-28 23:21:32 -07:00
danielyxie
d7fb335815
Fixed Stock market UI compilation errors and removed refactored code
2019-04-28 23:21:32 -07:00
danielyxie
4809a21e38
Finished React components for new Stock Market UI
2019-04-28 23:21:32 -07:00
danielyxie
6b3646e981
Added spread and price movement properties to stocks. Refactored Stock Market implementation code
2019-04-28 23:21:32 -07:00
danielyxie
4b95ba9ed1
Finished location code refactor. Has not yet been tested
2019-04-01 02:23:25 -07:00
danielyxie
c4cb7daac5
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
danielyxie
9542879f86
Merge pull request #570 from koriar/kUpdate1
...
Added dropdown class to select tags
2019-03-23 19:39:20 -07:00
danielyxie
1034f7cac5
Removed debugging statements. Updated jshint package
2019-03-23 01:34:21 -07:00
koriar
9a7061503a
Merge branch 'dev' into kUpdate1
2019-03-23 02:33:01 -04:00
Olivier Gagnon
4858dabe99
align stock market info
2019-03-22 23:19:18 -07:00
koriar
3f312d0ce6
Added dropdown class to select tags
2019-03-22 21:20:56 -04:00
danielyxie
2045e77e7a
Bladeburner contracts give more money. Fixed a bug with recording player money
2019-02-23 20:27:06 -08:00
danielyxie
b7157b63e0
Implemented a money tracker that keeps record where all of the player's money comes from. Players can see a breakdown in the 'Stats' page
2019-02-22 13:22:39 -08:00
danielyxie
c6a9675232
New BitNode multipliers, new Covenant Sleeve Purchasing feature. untested
2019-02-13 18:08:18 -08:00
danielyxie
dc63b14476
Fixed bug with Terminal parsing changes. Stock's otlkMag is now capped at 50 to prevent forecast from going above 100% or below 0%
2019-02-05 18:32:15 -08:00
danielyxie
d54f0906f0
Re-adjusted some stock market parameters. Improved Resleeving UI by allowing sort. Rebalanced Resleeve price. 0 is now a valid argument for number of threads when running scripts
2019-01-28 16:17:04 -08:00
danielyxie
a2237d4319
More bug fixes for Sleeve/Resleeve features. Rebalancing for Sleeve/Resleeve and stock market. Added an option to remove source files in the dev menu
2019-01-21 20:39:52 -08:00
danielyxie
5573e778bb
Fixed bugs with Sleeve mechanics. Updated documentation to use RTD theme
2019-01-20 14:57:38 -08:00
danielyxie
9db7aee34e
Updated Stock market UI for new stock Max Shares restriction. Added Netscript function for getting a stock's max shares
2019-01-09 02:06:49 -08:00