danielyxie
|
0c9f9689f2
|
Fixed bug with recent Neuroflux changes that cause it to break at level 0
|
2018-10-16 14:50:31 -05:00 |
|
danielyxie
|
ae00898fd8
|
Fixed bug where scp() NS function reported an invalid error. Added getStockVolatility() and getStockForecast() to netscript.js syntax highlighting. Fixed typo
|
2018-10-16 13:15:15 -05:00 |
|
danielyxie
|
b45fe5924a
|
Fixed NeuroFlux Governor Augmentation level calculation bug
|
2018-10-15 19:08:35 -05:00 |
|
danielyxie
|
a43f8bf1e6
|
Finished ironing out Gang ascension mechanic, including bugs. Refactored UI code to be part of the Gang class.
|
2018-10-14 19:28:44 -05:00 |
|
danielyxie
|
fcab079b32
|
FIxed merge conflicts with dev and also did some work on Gang UI
|
2018-10-10 18:13:31 -05:00 |
|
danielyxie
|
bd66ecf469
|
Fixed bug that caused blank black screen when destroying/resetting BitNodes
|
2018-10-10 14:16:26 -05:00 |
|
danielyxie
|
7730c5d092
|
When a NS function throws an error, clear the script environment's runningFn flag to allow players to properly catch errors without the concurrent calls error screwing them over
|
2018-10-09 13:45:30 -05:00 |
|
danielyxie
|
7095c1cc95
|
New Coding Contract faction selector sets reward.name
|
2018-10-09 11:56:22 -05:00 |
|
danielyxie
|
5902c892de
|
v0.40.5
|
2018-10-09 11:56:22 -05:00 |
|
danielyxie
|
f4391b19bc
|
Fixed various Coding Contract bugs. Added getContractType() to coding contract API
|
2018-10-09 11:56:22 -05:00 |
|
danielyxie
|
097c866e6f
|
Don't log RAM calculator parse errors. Add semicolons and newlines when importing from URL in NSJS
|
2018-10-09 11:56:22 -05:00 |
|
danielyxie
|
04dc08935f
|
Changed buttons that used <span> into <button> elements for real this time
|
2018-10-09 11:56:22 -05:00 |
|
danielyxie
|
781f2f09b4
|
Changed buttons that used <span> elements to use <button> elements. Allowed processing for modules that are dynamically imported from URL
|
2018-10-09 11:56:22 -05:00 |
|
danielyxie
|
00741be6c0
|
Fixing Gang-rework bugs
|
2018-10-02 18:01:37 -05:00 |
|
danielyxie
|
45c434aa35
|
Initial changes for Gang mechanic rework
|
2018-10-02 16:54:56 -05:00 |
|
danielyxie
|
34cca95397
|
Moved Gang constants from Constants.js -> Gang.js. Refactored creation of Gang Member Upgrades
|
2018-10-02 11:45:00 -05:00 |
|
danielyxie
|
377bb4a884
|
Properly credited people in changelog
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
b6070ca9c9
|
Fix a few bugs with Coding Contracts
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
2b3c58a17b
|
v0.40.4
|
2018-10-01 19:51:32 -05:00 |
|
Santiago Kent
|
dea7bd79c8
|
Added the getStockSymbols method to the TIX API, wich returns an array of the tradable symbols
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
8f4ac830ad
|
Fixed Infiltration exp display bug. Set cursor: pointer css styling for main menu
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
0e7b6599bb
|
wget() Netscript function always returns a Promise
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
eb1a7cf8a0
|
Fix linting issues
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
a7592250f3
|
Finished wget() Netscript fn implementation. Updated documentation
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
44ce4bc674
|
Added RAM usage calculations for wget() Netscript fn
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
427cdb48ba
|
Initial commit for implemeenting wget and refactoring some Server-related code
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
11c60a87c2
|
grow() no longer reports Infinite growth when money is at 0
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
561cdb1652
|
Update documentation. Hacknet Node API functions for getting costs now return Infinity if the specified Node is at max level
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
12bee24520
|
Beginning to refactor stylesheets. Convert main menu to use buttons instead of a elements
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
d624d2f86f
|
Fixed bug with contract generation when player doesn't have a job. Added bladeburner.getActionRepGain() function
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
3051208bcb
|
Adding updated build and fixing display bugs with Terminal's 'analyze'
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
f78f0ec1a7
|
Implemented Coding Contracts
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
e714f1e6cd
|
Rename ContractTypes -> CodingCOntractTypes. Begin Contract Generation code
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
420fd0c5ad
|
write()/read() now work for script files. You can now use angled brackets in tprint() (and create DOM elements). Added CodingContract implementation
|
2018-10-01 19:51:32 -05:00 |
|
Steven Evans
|
b66c3c6fc4
|
[chore] Fixing import casing to actually match file casing
|
2018-10-01 19:51:32 -05:00 |
|
Steven Evans
|
a98dd66e45
|
[bug] Fixing the timestamp in Bladeburner logs.
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
6cb7704eed
|
Move all Theme color settings to FconfSettings rather than Settings. Add setting for default/classic main menu style
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
7ef6f6896e
|
Added css for a 'classic' main menu
|
2018-10-01 19:51:32 -05:00 |
|
danielyxie
|
71886f030a
|
Properly credited people in changelog
|
2018-10-01 19:51:05 -05:00 |
|
danielyxie
|
67d9d6af13
|
Fix a few bugs with Coding Contracts
|
2018-10-01 19:47:03 -05:00 |
|
danielyxie
|
5074f4f4c8
|
v0.40.4
|
2018-09-29 20:52:38 -05:00 |
|
Santiago Kent
|
d39f002b20
|
Added the getStockSymbols method to the TIX API, wich returns an array of the tradable symbols
|
2018-09-29 17:39:42 -05:00 |
|
danielyxie
|
1d20d475f3
|
Fixed Infiltration exp display bug. Set cursor: pointer css styling for main menu
|
2018-09-29 13:58:32 -05:00 |
|
danielyxie
|
fdc98f43d4
|
wget() Netscript function always returns a Promise
|
2018-09-29 12:55:41 -05:00 |
|
danielyxie
|
f38aba0130
|
Fix linting issues
|
2018-09-29 12:55:41 -05:00 |
|
danielyxie
|
065ce4d4df
|
Finished wget() Netscript fn implementation. Updated documentation
|
2018-09-29 12:55:41 -05:00 |
|
danielyxie
|
c248ca9383
|
Added RAM usage calculations for wget() Netscript fn
|
2018-09-29 12:55:41 -05:00 |
|
danielyxie
|
22e909eb14
|
Initial commit for implemeenting wget and refactoring some Server-related code
|
2018-09-29 12:55:41 -05:00 |
|
danielyxie
|
23c862b727
|
grow() no longer reports Infinite growth when money is at 0
|
2018-09-27 21:09:02 -05:00 |
|
danielyxie
|
4d2290bcb1
|
Update documentation. Hacknet Node API functions for getting costs now return Infinity if the specified Node is at max level
|
2018-09-26 00:00:28 -05:00 |
|