danielyxie
|
7a49a5b3e8
|
Fix GH Issue #621: workForFaction() now properly accounts for disabled/enabled logs
|
2019-07-04 18:14:34 -07:00 |
|
danielyxie
|
6d9e6e6466
|
Implement GH Issue #620: Add tail() Netscript function
|
2019-07-04 18:14:34 -07:00 |
|
danielyxie
|
2d179199ed
|
Implemented GH Issue #599: Added 'solarized dark' theme to CodeMirror
|
2019-07-04 18:14:34 -07:00 |
|
danielyxie
|
dc928828e2
|
Fix GH Issue #616: Stock Market UI throws error for certain locales because the price format length is too high
|
2019-07-04 18:14:34 -07:00 |
|
danielyxie
|
658df9fb01
|
Fix GH Issue #632: 'Create Program' link visibility should now be properly dynamically evaluated
|
2019-07-01 21:15:11 -07:00 |
|
danielyxie
|
44bf3cb101
|
Fixed GH Issue #641
|
2019-07-01 20:39:12 -07:00 |
|
Papayaman1000
|
b82d7c12af
|
Removed outdated information
Firefox added flagless support for dynamic imports in version 67, so it no longer needs special mention.
|
2019-06-28 13:23:24 -07:00 |
|
danielyxie
|
4476d6b258
|
Merge pull request #642 from danielyxie/dev
Dev
|
2019-06-28 13:22:53 -07:00 |
|
danielyxie
|
433b399de9
|
v0.47.1
v0.47.1
|
2019-06-28 09:28:08 -07:00 |
|
danielyxie
|
58d04c0cbb
|
Updated documentation changelog
|
2019-06-27 00:01:46 -07:00 |
|
danielyxie
|
e3a74f23a1
|
ps and top Terminal commands now show script pid. Updated version and changelog
|
2019-06-27 00:01:06 -07:00 |
|
danielyxie
|
3a374de210
|
killWorkerScript() now takes an optional argument for whether to rerenderUI. This is used to batch UI updates on killall()
|
2019-06-24 22:48:54 -07:00 |
|
danielyxie
|
4cc6437408
|
Updated WorkerScript-related code for the workerScripts array->map change
|
2019-06-24 22:48:54 -07:00 |
|
danielyxie
|
821725cf4d
|
Initial commit for converting workerScripts pool to Map data structure
|
2019-06-24 22:48:54 -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
|
63483837bc
|
Fixed version in changelog
|
2019-06-03 23:10:10 -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
|
9d7c869c0a
|
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
|
2019-06-02 20:57:57 -07:00 |
|
danielyxie
|
74587f269e
|
Updated changelog
|
2019-06-02 20:57:39 -07:00 |
|
danielyxie
|
6a3ffff3ad
|
Merge pull request #630 from jaguilar/ns2_recompile_when_script_write
Recompile scripts when updated via ns.write
|
2019-06-02 20:56:21 -07:00 |
|
J
|
2f8eac07ee
|
fix indentation
|
2019-06-02 23:53:07 -04:00 |
|
J
|
3eaefa01f9
|
Merge branch 'dev' into ns2_recompile_when_script_write
|
2019-06-02 23:50:57 -04:00 |
|
danielyxie
|
b250af913d
|
Merge pull request #629 from jaguilar/ns2_recompile_stale_deps
recompile ns2 scripts if dependencies change
|
2019-06-02 20:46:32 -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 |
|
J
|
8817d179c6
|
Merge branch 'dev' into ns2_recompile_stale_deps
|
2019-06-02 23:03:20 -04:00 |
|
James Aguilar
|
e5e3fec1a9
|
close dialog boxes on escape
|
2019-06-02 20:00:14 -07:00 |
|
Heikki Aitakangas
|
eecb0c0f01
|
Update script.module immediately, so we avoid accidentally evaling the same module several times
|
2019-06-02 19:58:01 -07:00 |
|
James Aguilar
|
d45689c7df
|
use sequence numbers rather than timestamps for script expiration
|
2019-06-02 20:26:06 -04:00 |
|
James Aguilar
|
2201dfc371
|
fix typo
|
2019-06-02 15:40:13 -04:00 |
|
James Aguilar
|
3ef9042051
|
fix two cases where markUpdated was not properly called
|
2019-06-02 15:38:45 -04:00 |
|
James Aguilar
|
1236ad252b
|
markUpdated() for Script
|
2019-06-02 15:32:35 -04:00 |
|
James Aguilar
|
65331ab22e
|
recompile ns2 scripts if dependencies change
|
2019-06-02 15:21:08 -04: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
|
6841f24932
|
Optimized Largest Prime factor coding contract solver.
|
2019-05-19 13:56:49 -07:00 |
|
Sotisi
|
9f94d0838a
|
removed faulty else, was left prior by accident.
|
2019-05-17 15:54:36 -07:00 |
|
Sotisi
|
086fc67ecc
|
Fixed O(n) runtime of "Find Largest Prime Factor" for high primes to 0(sqrt(n)).
|
2019-05-17 15:54:36 -07:00 |
|
danielyxie
|
a2551f98c2
|
Fixed documentation typos in v0.47.0
|
2019-05-17 15:51:28 -07:00 |
|
danielyxie
|
95c928afc9
|
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
|
2019-05-17 13:51:48 -07:00 |
|
danielyxie
|
8a00e6e532
|
Merge pull request #614 from danielyxie/active-scripts-ui-and-implementation-rework
Active scripts ui and implementation rework
|
2019-05-17 13:50:55 -07:00 |
|
danielyxie
|
287a97aea6
|
Fixed merge conflcits with dev
|
2019-05-17 13:50:27 -07:00 |
|