Commit Graph

8151 Commits

Author SHA1 Message Date
catloversg
52111f6e07 INFILTRATION: Format damage in Intro UI () 2024-05-10 18:56:24 -07:00
catloversg
8ebfcdb089 MISC: Fix bugs in useRerender hook and ns.moveTail () 2024-05-10 18:55:45 -07:00
catloversg
19984a6f22 UI: Fix clipped numbers when values are too big in Augmentations page () 2024-05-10 18:51:12 -07:00
catloversg
b88361921e MISC: Remove tsdoc-metadata.json () 2024-05-10 18:50:27 -07:00
Michael Ficocelli
591ad45154 IPVGO: Handle RNG seeding and visual board updating bugs () 2024-05-10 01:58:09 -07:00
Michael Ficocelli
b53c35126e IPVGO: Provide API for getting game stats per opponent ()
Give users access to wins, losses, stat bonuses, and favor gained
2024-05-10 01:57:03 -07:00
catloversg
35c32e2871 BUGFIX: Fix unresolved promise in ns.prompt API () 2024-05-10 01:55:50 -07:00
catloversg
e55387df4d INFILTRATION: Rename variables in slash game ()
This PR renames variables in the slash game to match the new description/wording in .
2024-05-10 01:39:20 -07:00
catloversg
2414949c2c MISC: Update formatHashes function ()
When hash/hashRate value is too small, formatHashes converts it to the useless string 0.000. This PR fixes that.
2024-05-10 01:38:38 -07:00
catloversg
309cd55085 UI: Change buttons in Tutorial () 2024-05-10 01:34:45 -07:00
catloversg
8289b23cff UI: Wrap long text in Active Scripts UI () 2024-05-09 17:07:41 -07:00
catloversg
aef362204d MISC: Handle error when getting save data () 2024-05-09 02:19:30 -07:00
TheAimMan
bfb9841832 DARKWEB: Update DarkWeb.tsx to buy all possible programs using buy -a () 2024-05-09 02:18:03 -07:00
catloversg
6f009679ad INFILTRATION: Add HP and damage to Intro UI () 2024-05-08 17:10:20 -07:00
catloversg
6a1691fe54 CORPORATION: Update tooltip of storage space ()
The tooltip of the storage space only shows sizes of materials/products. This is confusing for newbies. They use "Unit" (number of material/product units) when buying materials, but that tooltip only shows sizes without any description.
2024-05-08 16:29:03 -07:00
catloversg
bc71b8e18f INFILTRATION: Update slash game wording / balance () 2024-05-06 14:07:27 -04:00
catloversg
a79d7f9e45 BUGFIX: Fix wrong zoom factor in Electron app () 2024-05-06 13:13:56 -04:00
catloversg
478646290e BUGFIX: Fix () 2024-05-02 18:39:30 -04:00
catloversg
5696db2788 MISC: Fix ghost processes when Electron code crashes too early () 2024-05-02 18:38:39 -04:00
catloversg
d4bdb8de2b MISC: Rework reputation bonus after installing a backdoor () 2024-04-28 18:35:56 -07:00
catloversg
4d3dbf169d INFILTRATION: Increase timePreparing in SlashGame if players have WKSharmonizer () 2024-04-27 02:13:16 -07:00
catloversg
dc4a85e591 CORPORATION: Fix wrong error message in buyMaterial API () 2024-04-27 02:10:58 -07:00
catloversg
de8883ed0f BUGFIX: Fix ()
CorruptableText wasn't updating state properly
2024-04-27 02:10:17 -07:00
catloversg
3fac471d51 EDITOR: Add "arguments" to the keyword list () 2024-04-24 16:10:20 -04:00
Michael Ficocelli
0f23c95737 IPVGO: Remove opponent from react state () 2024-04-24 16:10:01 -04:00
Snarling
f4fcb5cde1 Changelog update 2024-04-23 21:03:58 -04:00
David Walker
e56ed353e5 (Partial) fix for () 2024-04-23 20:40:59 -04:00
hydroflame
d3b9f32c3f MISC: Rename an aug () 2024-04-23 20:40:12 -04:00
David Walker
384d1c1a2b NETSCRIPT: A minorly breaking change around script launch, and refactoring. () 2024-04-23 20:21:05 -04:00
catloversg
7a1fce6f64 CORPORATION: Fix wrong average price of material () 2024-04-23 20:14:22 -04:00
catloversg
eba86e4bf0 BUGFIX: Fix () 2024-04-23 20:05:24 -04:00
Caldwell
a3f9a5c21e update and fix ()
Co-authored-by: Caldwell <15591472+Caldwell-74@users.noreply.github.com>
2024-04-23 20:00:28 -04:00
catloversg
703e7c52ae MISC: Remove unused constants () 2024-04-23 19:58:45 -04:00
catloversg
7b993f3550 MISC: Remove file-saver ()
Also refactor to dedup our own download code
2024-04-19 13:38:44 -07:00
catloversg
216500ed32 CORPORATION: Add a new API to sell a division ()
Also refactoring around use of "player" variable (whether it is capitalized or not).
2024-04-15 21:19:47 -07:00
Michael Ficocelli
dd3975ab1d IPVGO: Fix formatting to avoid breaking external editors () 2024-04-11 14:28:06 -07:00
Michael Ficocelli
ed59f325ef IPVGO: Ensure full name of method is recorded in the possibleLogs list, to be matched later () 2024-04-09 18:24:57 -07:00
Michael Ficocelli
057ccc2a2b IPVGO: Improve error logging to include stacktraces () 2024-04-09 06:36:05 -07:00
catloversg
1ad6f9f310 CORPORATION: Update documentation ()
New optimal strategy based on API tweaks.
2024-04-08 14:46:16 -07:00
Michael Ficocelli
104a97d711 DOCS: Link to stable instead of dev for player-facing docs ()
* DOCS: Link to stable instead of dev for player-facing docs, to avoid confusion about features that are not yet released or finalized
2024-04-08 14:40:53 -07:00
Snarling
be437c83f6 BLADEBURNER: Allow unsafe positive integers for skill upgrade count () 2024-04-08 06:33:45 -04:00
catloversg
7ae309edda UI: Increase margin bottom for BitNode Multipliers in Stats page (BN1) () 2024-04-02 03:07:49 -07:00
p0n24
7ab4ad8174 fix documentation typo () 2024-03-31 13:53:51 -07:00
catloversg
524714601e CORPORATION: Add missing checks for Export API () 2024-03-31 13:53:02 -07:00
T.J. Eckman
da7f01cca9 DOCS: Fixed a typo in tutorial () 2024-03-31 13:51:48 -07:00
Michael Ficocelli
6c9555ba32 IPVGO: Tweak cheat success scaling so it is applicable even to endgame stats () 2024-03-30 16:22:53 -07:00
Snarling
6beb6e9f95 BLADEBURNER: Followup for () 2024-03-29 20:43:28 -04:00
catloversg
61274310d6 DEVMENU: Remove SaveFileDev ()
It was broken and no one could be found who had used it.
2024-03-29 14:01:21 -07:00
Snarling
12f9a2b24d Bugfix
Fix Skill.maxLvl defaulting to 1
2024-03-29 14:27:36 -04:00
catloversg
c467daaf86 DOCUMENTATION: Fix wrong identification of inline mathematical expressions ()
Applies backslashes to all relevant "$".
2024-03-29 01:42:18 -07:00