hydroflame
80b703639e
Small hotfix ( #840 )
...
* yesno box now correctly clean up before new content is loaded in.
* formatHp doesnt display decimal, duh
* character overview uses numeralWrapper formatHp
* minor formatting stuff
* Class spending is tracked indepedently of work money
* Made an augmentation named after myself.
* hotfix a bunch of small stuff
2021-04-12 20:03:32 -04:00
hydroflame
925e96345d
v0.51.2 ( #838 )
...
* infiltration use buttons instead of a links
* minor accessibility patch
* Hospitalization will not cost more than 10% of the players money.
* Adde hospitalization netscript function
* Removed the suggestion that the combat path will lead to Daedalus, it still will. But new players should not be told that this is a viable path to completing a BitNode.
* getMemberInformation now returns everything about the member.
* New netscript function to get the players hacknet server hash capacity
* yesno dialog box will not keep older messages anymore
* v0.51.1
* Casino part 1
* Discord link in options, documentation for getMemberInformation updated, dev menu has more money options, tech vendors now handle max cores or max ram better
* Removed text under Factiosn referencing rejected factions.
* Removed html element forgotten in plain text
* Casino implementation
* v0.51.2
2021-04-09 18:12:31 -04:00
hydroflame
db2bf79e3b
v0.51.1 ( #835 )
...
* infiltration use buttons instead of a links
* minor accessibility patch
* Hospitalization will not cost more than 10% of the players money.
* Adde hospitalization netscript function
* Removed the suggestion that the combat path will lead to Daedalus, it still will. But new players should not be told that this is a viable path to completing a BitNode.
* getMemberInformation now returns everything about the member.
* New netscript function to get the players hacknet server hash capacity
* yesno dialog box will not keep older messages anymore
* v0.51.1
2021-04-06 03:50:09 -04:00
hydroflame
c7febd5551
Failed crime no longer pretend you gained money. ( #830 )
2021-04-01 00:06:00 -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
2ac4cd41bb
Added new BitNode multiplier, GangKarmaRequirement. Different BitNodes need different amount of negative karma to create a Gang.
2021-03-23 21:47:47 -04:00
Olivier Gagnon
7232a786ed
Intelligence rework, most intelligence gain have been multiplied by at least 100, if not more. All intelligence use have been reviewed and often boosted but by a percentage. Typically this means intelligence gives a 2-6% boost to everything for normal players and around 13% for int farmers.
2021-03-20 05:29:53 -04:00
Olivier Gagnon
c9fe8d9b65
Sleeve UI improvements.
2021-03-16 05:42:12 -04:00
Olivier Gagnon
3ec54bcdd8
Hacking factions no longer have hacking level requirements since the servers they need to hack already have requirements, formatting and styling in sleeves.
2021-03-15 23:40:28 -04:00
Olivier Gagnon
6c0b5b3ed9
Converting random pieces of code to ts
2021-03-14 01:08:24 -05:00
Olivier Gagnon
d6016f490c
bladeburner slowly being converted to typescript, added ScriptHackMoneyGain multiplier which is the money you actually gain from script hacks, not money drained, important for BN8
2021-03-13 15:10:55 -05:00
Olivier Gagnon
3a31ebdce3
Sleeves karma gain scales with sync.
2021-03-12 13:44:06 -05:00
Olivier Gagnon
250841df66
Added sf minus 1, exploits
2021-03-08 20:31:34 -05:00
Olivier Gagnon
316a1aa475
Most console.log have been changed to console.warn or removed if they were debug
2021-03-07 22:46:50 -05:00
Olivier Gagnon
a290b0bef5
Bladeburner can be accessed from other bitnodes if the player has SF7
2021-03-07 16:32:56 -05:00
Olivier Gagnon
79a06dd91c
Character,Augmentations now display by how much the stats will increase.
2021-03-07 16:32:16 -05:00
danielyxie
b97fab2bf4
Fixed gym bug
2019-07-16 09:52:43 -07:00
danielyxie
59cf1d5baf
v0.47.2
2019-07-15 21:40:43 -07:00
danielyxie
571ddb109a
Fix GH Issue #632 : 'Create Program' link visibility should now be properly dynamically evaluated
2019-07-15 21:40:43 -07:00
danielyxie
7301946236
Added and Updated Stock Market tests for the new changes
2019-06-09 21:23:48 -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
9442b348e6
Refactored SourceFile-related code to TypeScript
2019-05-17 13:47:35 -07:00
danielyxie
fef7aaba8f
Adding more directory-related unit tests. Several more bug fixes and QoL improvements
2019-05-14 01:35:37 -07:00
danielyxie
9dd68947f1
Added Dynamic RAM calculation unit tests
2019-05-10 02:24:50 -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
d955280f90
Re-sleeves can no longer have the Neuroflux Governor aug. This is to prevent bugs
2019-04-30 02:27:13 -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
4809a21e38
Finished React components for new Stock Market UI
2019-04-28 23:21:32 -07:00
danielyxie
bcb198220d
v0.46.3
2019-04-19 22:27:33 -07:00
danielyxie
b6ff73391d
Fixed several typos. TechVendor location UI will now properly update when you purchase TOR router. 'Manage Gang' faction option should show up properly
2019-04-15 02:49:49 -07:00
danielyxie
d044739f1c
v0.46.2
2019-04-14 02:07:29 -07:00
danielyxie
3241945452
Added hacknet node api functions for spending hashes. Fixed several bugs with v0.46.0. Rebalanced hash upgrades. continued working on terminal directory implementation
2019-04-05 02:08:41 -07:00
danielyxie
b5ebbba43d
Fixed merge conflicts with dev
2019-04-03 17:12:11 -07:00
danielyxie
bf9b837e31
Fixed bugs with Location code refactor
2019-04-03 17:08:11 -07:00
danielyxie
36499ae9f2
Fixed bug where sleeves's exp didnt properly reset on prestige. Updated versions to v0.46.0. Added production build
2019-04-03 16:58:15 -07:00
danielyxie
4b95ba9ed1
Finished location code refactor. Has not yet been tested
2019-04-01 02:23:25 -07:00
danielyxie
3f8b9e4a32
Fixed merge conflicts. Rebalanced new Hacknet Node mechanics. Adjusted Hacknet API so that it'll work with hacknet Servers. Fixed Corporation bug with Issuing new Shares
2019-03-29 16:13:58 -07:00
danielyxie
7172f4e527
Began creating 'parent' components for the City and Location-specific parts of the UI
2019-03-29 00:12:41 -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
75bc34208c
Initial commit for Location Code refactor
2019-03-27 01:31:47 -07:00
danielyxie
8fbb072596
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2019-03-24 23:08:32 -07:00
Olivier Gagnon
0f8f572519
Merge branch 'dev' into sleeve-buy-aug-api
2019-03-25 02:01:45 -04:00
danielyxie
52b6defebd
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2019-03-24 20:18:44 -07:00
danielyxie
34d749809a
BitNode-9 initial implementation
2019-03-24 20:17:47 -07:00
danielyxie
139a5add20
Cleaned up whitespace from a PR
2019-03-24 19:56:47 -07:00
danielyxie
49dc9b7cb0
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2019-03-23 19:40:40 -07:00
danielyxie
856d02a129
v0.45.1
2019-03-23 19:40:35 -07:00
koriar
9a7061503a
Merge branch 'dev' into kUpdate1
2019-03-23 02:33:01 -04:00
Olivier Gagnon
f88c585714
dropdown styling in sleeve UI
2019-03-22 22:53:37 -07:00
Olivier Gagnon
96db360a36
added sleeve aug api
2019-03-23 00:22:40 -04:00
koriar
3f312d0ce6
Added dropdown class to select tags
2019-03-22 21:20:56 -04:00
danielyxie
dfd7aa2d2e
Minor fixes to new Sleeve API
2019-03-19 16:38:49 -07:00
danielyxie
e6c5ff7ab7
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
danielyxie
fa4e98d06c
Merge branch 'master' of https://github.com/danielyxie/bitburner into server-code-refactor
2019-03-04 23:29:01 -08:00
danielyxie
18d8b2ecd4
v0.44.1 Minor Update - Added Augs to Duplicate Sleeves and updated documentation
2019-03-04 22:41:31 -08:00
danielyxie
9879d07d7c
Fixed a few minor bugs with submitting solutions for Coding Contracts. Started on Getting STarted Guide for wiki
2019-03-04 22:41:31 -08:00
danielyxie
d54e39c9c6
v0.44.1 Duplicate Sleeve updates
2019-03-04 22:41:31 -08:00
danielyxie
473f0f1447
Refactored Server/Script/Files code to TypeScript
2019-03-04 17:40:28 -08:00
danielyxie
a277810095
v0.44.1 Duplicate Sleeve updates
2019-02-26 00:55:22 -08:00
danielyxie
f1e43a86db
Final minor changes for v0.44.0
2019-02-26 00:29:53 -08:00
danielyxie
184a2a22ff
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2019-02-22 13:26:35 -08:00
danielyxie
8458d062e8
More Bladeburner rebalancing. Sleeves commiting crimes now reduces player kamra
2019-02-22 13:26:30 -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
9137c24274
v0.43.1
2019-02-11 16:23:46 -08:00
danielyxie
00e8655ef9
Fixed bug with new Bladeburner skills. Added faction reputation increaser in Dev Menu
2019-02-11 00:21:14 -08:00
danielyxie
920d3d3f36
Fixed bugs with job requirement tooltips not appearing
2019-02-09 23:25:34 -08:00
danielyxie
840df3087f
Various QOL improvements and bug fixes
2019-02-08 18:46:30 -08:00
danielyxie
a09ea46a38
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
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
7db169f828
Refactored Main Menu UI implementation. Fixed several bugs related to recent JS -> TypeScript refactors
2019-01-18 09:57:21 -08:00
danielyxie
aac262b736
Set BitNode-10 description and BitNode multipliers
2019-01-17 11:10:35 -08:00
danielyxie
10231b6c66
Finished ResleeveUI implementation (untested)
2019-01-17 07:40:43 -08:00
danielyxie
19f65de555
Started implementing Resleeving UI
2019-01-16 21:15:00 -08:00
danielyxie
6d8d25e0bb
Refactored Augmentation implementation to Typescript, and to have the multiplier information in the actrual Augmentation object
2019-01-15 05:11:14 -08:00
danielyxie
bcb231a966
Implemented Sleeve UI. Compiled but untested
2019-01-14 19:34:04 -08:00
danielyxie
d9b865ef17
Began implementing Sleeve UI page
2019-01-10 00:20:04 -08:00
danielyxie
5c8512c4b6
Convert Locations and Faction implementations to TypeScript. Also restructed directory. Implemented Sleeve, but untested
2018-12-07 02:54:26 -08:00