Commit Graph

3067 Commits

Author SHA1 Message Date
hydroflame ae0e24eba0 Merge pull request #2528 from XxKingsxX-Pinu/dev
Fixing spelling mistake
2022-01-10 13:26:53 -05:00
hydroflame b51a2dee8d Merge pull request #2512 from MartinFournier/feature/draggable-overview
Update Character Overview to use react-draggable
2022-01-10 13:26:32 -05:00
hydroflame 4156212c0d Merge pull request #2523 from MartinFournier/fix/unavailable-achievements
Fix unavailable achievements condition
2022-01-10 13:26:10 -05:00
Martin Fournier 7ee2612c17 Allow drag on character overview
Makes the character overview (and tutorial) draggable, persisting the
{x, y, opened} in the user's settings.

- Remove margin & padding from html, body and ensure main content is
full height
- Add setting to disable progress bars
- Refactor options to use new OptionSwitch
- Add exclusions to prettierignore
- Specify line ending in prettier & gitattributes
2022-01-10 07:37:01 -05:00
zeddrak 02e9ae6e8e Commit Crime Returns updated
Updated the text for the return value of commitCrime to match the description (and not the create programs hold-over)
2022-01-10 02:58:16 -08:00
XxKingsxX-Pinu 034592678e Fixing spelling mistake
Fixing spelling mistake on indexedDbRequest.onsuccess promise reject
2022-01-10 15:17:04 +10:00
Martin Fournier 964cd74b9a Add missing achievement icon 2022-01-09 18:03:00 -05:00
Martin Fournier 0f9409789e Fix unique keys warning for secrets 2022-01-09 18:02:22 -05:00
Martin Fournier b768a68467 Fix unavailable achievements condition 2022-01-09 17:51:46 -05:00
Olivier Gagnon d8a5f5b03c many fixes 2022-01-09 15:24:32 -05:00
hydroflame 74504a68f8 Merge pull request #2493 from TheMas3212/fix-2492
clear Player.companyName if set to company when quiting work for said company
2022-01-09 13:02:59 -05:00
hydroflame f6bc3b0b5e Merge pull request #2495 from TheMas3212/fix-2163
Clear input field for CodingContractModal after submission
2022-01-09 13:01:34 -05:00
hydroflame eb57149a3f Merge pull request #2487 from TheMas3212/fix-2127
update hp on gaining defense experience
2022-01-09 13:01:24 -05:00
hydroflame a2cf8c0244 Merge pull request #2489 from TheMas3212/fix-2452
fix grammar in Ishima Glitch
2022-01-09 13:00:35 -05:00
hydroflame 3fe77f5a0b Merge pull request #2483 from PhilipArmstead/warehouse-typo
Removing errant apostrophe
2022-01-09 13:00:23 -05:00
hydroflame 8e816e9110 Merge pull request #2488 from TheMas3212/fix-2124
log key for gang.ascendMember is 'gang.ascendMember' not 'gang.ascend'
2022-01-09 13:00:10 -05:00
hydroflame 55cd8b3c78 Merge pull request #2498 from dcragusa/dev
Fix apostrophe typo
2022-01-09 12:59:52 -05:00
hydroflame b31517e402 Merge pull request #2490 from TheMas3212/fix-2440
Clear Netscript ports on augment install / soft reset / bitnode change
2022-01-09 12:59:40 -05:00
hydroflame df55c9ce59 Merge pull request #2494 from TheMas3212/fix-2285
Add check to readd Corporation Management Handbook after augment install
2022-01-09 12:59:22 -05:00
hydroflame 23cae6489d Merge pull request #2502 from MartinFournier/fix/brachiblade-sleeve
Fix sleeves brachiblades aug with save migration
2022-01-09 12:59:08 -05:00
hydroflame ee07942d3e Merge pull request #2500 from MartinFournier/fix/server-list-alphabetical
Sort server list alphabetically
2022-01-09 12:58:54 -05:00
hydroflame 9c33e27996 Merge pull request #2506 from MartinFournier/feature/styles-settings
Add fontFamily & lineHeight settings
2022-01-09 12:58:27 -05:00
hydroflame 46a8de4924 Merge pull request #2507 from MartinFournier/fix/quit-job-error
Fix crash when quitting job
2022-01-09 12:58:03 -05:00
Pavel Ivashkov b500f540bb fix small typo in bitnode intro 2022-01-09 17:50:26 +02:00
Martin Fournier 12330e1f12 Fix crash when quitting job 2022-01-09 08:58:13 -05:00
Martin Fournier 0ede6c4295 Add fontFamily & lineHeight settings 2022-01-09 08:40:57 -05:00
Martin Fournier 2220286062 Fix sleeves brachiblades aug with save migration 2022-01-09 05:57:50 -05:00
Martin Fournier d6fa672fac Sort server list alphabetically 2022-01-09 05:43:50 -05:00
David Ragusa 056f2e0375 Fix apostrophe typo 2022-01-08 23:36:23 -08:00
TheMas3212 5901312184 Clear input field for CodingContractModal after submission 2022-01-09 15:26:36 +11:00
TheMas3212 ee6794933c Add check to readd Corporation Management Handbook after augment
install/soft reset if player is in BitNode3
2022-01-09 15:01:08 +11:00
TheMas3212 756d5fbc0d clear Player.companyName if set to company when quiting work for said
company
2022-01-09 14:16:44 +11:00
TheMas3212 440d9e4978 Clear Netscript ports on augment install / soft reset / bitnode change 2022-01-09 13:43:52 +11:00
TheMas3212 94eef03c74 fix grammar in Ishima Glitch 2022-01-09 13:32:23 +11:00
TheMas3212 a193f651bc log key for gang.ascendMember is 'gang.ascendMember' not 'gang.ascend'
fixes #2124
2022-01-09 13:21:18 +11:00
TheMas3212 8bf18c1981 Mark Gang as implementing IGang 2022-01-09 13:07:07 +11:00
TheMas3212 ee181e1509 update hp on gaining defense experience 2022-01-09 12:57:46 +11:00
philarmstead 43d31c409c Removing errant apostrophe 2022-01-08 23:56:57 +00:00
nickofolas 474ab69301 Fix terminal grow/weaken EXP gain 2022-01-08 15:57:44 -06:00
nickofolas 357258261a Use codeblocks for null 2022-01-08 14:59:28 -06:00
nickofolas a971921417 Document null duration for toasts 2022-01-08 14:56:29 -06:00
hydroflame d74efd6a4a Merge pull request #2475 from TheMas3212/refactor-gameroot-v2
Refactor GameRoot.tsx to use a switch case statement instead of 20 nested ternarys
2022-01-08 15:29:47 -05:00
TheMas3212 2e31dda75e make Popups use variable like Sidebar does 2022-01-09 07:25:41 +11:00
JustAnOkapi 00b838dab2 fix two typos in HelpText
mem -tab
scp +tab
2022-01-08 14:15:40 -06:00
TheMas3212 84845ff9a2 Refactor GameRoot.tsc to use a switch case statement instead of 20
nested ternarys
2022-01-09 07:15:28 +11:00
Olivier Gagnon ea5e142fa1 increase achievment counter 2022-01-08 15:03:36 -05:00
hydroflame bff3c51a68 Merge pull request #2460 from MartinFournier/feature/convert-extra-hashes-to-cash
Use wasted hashes on "Sell for Money"
2022-01-08 14:55:19 -05:00
Olivier Gagnon fe2270dc27 re-add achievemnets fix 2022-01-08 14:54:21 -05:00
hydroflame b8eb07dda5 Merge branch 'dev' into feature/achievements 2022-01-08 14:51:36 -05:00
hydroflame f52fc9fa7b Merge pull request #2454 from zeddrak/patch-1
Apply bitnode multiplier before capping at 1 in calculatePercentMoneyHacked in hacking.ts
2022-01-08 14:33:41 -05:00