Olivier Gagnon
1b87a0d5f5
Merge pull request #1 from hydroflame/bn-12
...
bn12 plus faction fix from my last pr
2018-06-05 02:00:23 -04:00
Olivier Gagnon
3e429e30be
bn12 plus faction fix from my last pr
2018-06-05 01:58:34 -04:00
Olivier Gagnon
a1da58f2a9
fix faction reputation
2018-06-05 01:27:18 -04:00
danielyxie
f28ffcc49e
Merge pull request #270 from hydroflame/fix-travelToCity
...
made travel cost a constant and prevent travelToCity from traveling i…
2018-06-04 09:09:39 -05:00
danielyxie
57ebbe7b61
Merge pull request #260 from hydroflame/faction-enemies
...
streamline in factions
2018-06-04 09:08:37 -05:00
danielyxie
e31c8a1fc0
Merge pull request #259 from hydroflame/streamline-crimes
...
streamline crimes code
2018-06-04 09:04:46 -05:00
danielyxie
0909cc4339
Merge pull request #262 from kopelli/dev
...
Removing external packages from utils; referencing NPM packages
2018-06-04 08:56:47 -05:00
Steven Evans
7ee964a66c
Merge remote-tracking branch 'danielyxie/dev' into dev
2018-06-03 21:11:34 -04:00
Olivier Gagnon
4b6dbee628
made travel cost a constant and prevent travelToCity from traveling if the player doesn't have enough money
2018-06-03 21:09:12 -04:00
danielyxie
e21831142e
Merge pull request #269 from danielyxie/dev
...
Dev
2018-06-02 22:22:57 -05:00
danielyxie
5caa247c89
Updated changelog in documentation
2018-06-02 22:13:21 -05:00
danielyxie
81e828d7e7
Removed debug logging statement for ram parser AST
2018-06-02 22:10:24 -05:00
danielyxie
957ce44316
v0.37.2
2018-06-02 20:37:56 -05:00
Olivier Gagnon
aa56227851
streamline programs
2018-06-01 19:31:34 -04:00
Olivier Gagnon
85d4d5a5ab
streamline darkweb
2018-06-01 17:05:05 -04:00
Olivier Gagnon
bebf5c83da
exec, spawn, and run won't log when disableLog is set
2018-05-31 22:36:01 -04:00
Steven Evans
7362d1809f
[refactor] Remove numeral from utils folder; use npm reference
...
In order to shave off ~0.02MiB of the bundle size, needed to continue
referencing the minified file. Ideally future changes can utilize
code splitting, tree shaking, and minification in WebPack to use normal
references.
2018-05-30 22:46:52 -04:00
Steven Evans
691e2850d7
[refactor] Removing jsplumb from utils folder; no references to it.
2018-05-30 22:14:03 -04:00
Steven Evans
3473c66b82
Updating bundles
2018-05-30 22:11:16 -04:00
danielyxie
7edae463bc
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2018-05-30 17:31:02 -05:00
danielyxie
496ea728d0
Merge pull request #255 from hydroflame/fix-join-banned-faction-exploit
...
fix faction join exploit
2018-05-30 17:30:22 -05:00
danielyxie
429894707f
Merge pull request #254 from hydroflame/green-stock-buttons
...
make the stock market accound and api button green when bought
2018-05-30 17:29:39 -05:00
danielyxie
4dc1420f77
Merge pull request #261 from kopelli/dev
...
[refactor] Pull in 'decimal.js' as an npm dependency
2018-05-30 17:22:50 -05:00
Steven Evans
10d7e43f01
[refactor] Pull in 'decimal.js' as an npm dependency
2018-05-30 15:54:13 -04:00
Olivier Gagnon
40780af35e
moved data to faction info to prevent save data corruption
2018-05-30 01:31:20 -04:00
Olivier Gagnon
82253dbf43
streamline faction behavior
2018-05-30 00:08:09 -04:00
Olivier Gagnon
cb0d70de85
streamline crimes
2018-05-29 16:36:52 -04:00
Olivier Gagnon
f70d39f9e6
make the stock market accound and api button green when bought
2018-05-27 04:02:54 -04:00
Olivier Gagnon
b0d78dc532
fixed a bug that allowed players to join all factiosn as long as they got invited first
2018-05-27 02:02:19 -04:00
danielyxie
baf8fc784e
Removed temp variables from Brace netscript mode definer (netscript.js). Fixed changelog update for v0.37.1
2018-05-22 19:20:41 -05:00
danielyxie
25be246a57
Merge pull request #252 from danielyxie/dev
...
v0.37.1
2018-05-22 19:16:06 -05:00
danielyxie
565f0dd517
v0.37.1
2018-05-22 19:09:04 -05:00
danielyxie
26ddf99d76
Merge pull request #249 from danielyxie/dev
...
v0.37.0
2018-05-20 12:36:23 -05:00
danielyxie
f403bd14b7
Fixed Bladeburner bug where exception would be thrown if Blackop was created outside of Bladeburner UI
2018-05-18 22:15:58 -05:00
danielyxie
7d149f5f7b
Cleaning up NetscriptJS documentation
2018-05-18 10:42:49 -05:00
danielyxie
c0ca464b5d
Added a ?noScripts query string that can be used to start the game without loading any scripts.
2018-05-17 14:50:27 -05:00
danielyxie
8f23a20719
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2018-05-17 12:26:20 -05:00
danielyxie
5723583e3a
Merge pull request #248 from danielyxie/nsjs-memoryleak
...
Nsjs memoryleak
2018-05-17 12:25:43 -05:00
danielyxie
c7e155d4bc
Refactored NetscriptJS to take in the NS environment as a parameter to main
2018-05-17 12:10:12 -05:00
danielyxie
9a9096bc70
Reset Script module when it is saved
2018-05-13 03:08:18 -05:00
danielyxie
abb5b9895f
Merge branch 'dev' of https://github.com/danielyxie/bitburner into nsjs-memoryleak
2018-05-13 01:07:12 -05:00
danielyxie
02ce03d2d6
Changed NSJS to take in nsEnv as an argument to main
2018-05-13 01:06:44 -05:00
danielyxie
46a8953ce0
Added new bundle with rharvest fixed for error message (getStockPrice->getStockPosition)
2018-05-12 20:29:01 -05:00
danielyxie
ae509cf50d
Merge pull request #246 from danielyxie/dev
...
scp Terminal command and Active Scripts UI (hopefully) bug fixes
2018-05-12 20:23:33 -05:00
danielyxie
644742d231
Merge branch 'dev' of https://github.com/danielyxie/bitburner into dev
2018-05-12 20:21:40 -05:00
danielyxie
b4f1103761
Merge pull request #245 from rharvest/master
...
fixed throw
2018-05-12 20:21:24 -05:00
danielyxie
b18e316821
Fixed bug with scp Terminal command and hopefully fixed Active Scripts UI bug by making create/delete server panel fns non async
2018-05-12 20:21:03 -05:00
redd
e71b44283b
fixed throw
...
makeRuntimeRejectMsg now references correct function causing the throw:
2018-05-13 01:50:13 +01:00
danielyxie
bf5b3c371e
More work on NSJS memory leak fix
2018-05-12 18:19:49 -05:00
danielyxie
1df56cd76d
Merge pull request #241 from danielyxie/dev
...
Fix bug where sometimes Active Scripts UI wouldnt fully update after …
2018-05-11 20:55:55 -05:00