Commit Graph

81 Commits

Author SHA1 Message Date
Tyasuh 686d2e2b9b Remove territory warfare toggle from main gang management page (#849) 2023-10-17 03:47:54 -04:00
Michael Ficocelli 7fad6e0778 UI: Rename Territory Warfare gang status to avoid confusion with gang member task of the same name (#790) 2023-09-26 21:04:43 -04:00
missymae#2783 8d3f2bd750 GANG: Updates to Docs, UI, API (#773)
API Changes:
Adds ns.gang.getRecruitsAvailable: Gets the number of additional gang members that can currently be recruited
Adds ns.gang.respectForNextRecruit: Gets the respect threshold for recruiting the next gang member
Adds ns.gang.renameMember: Renames a gang member

Plus many doc and ui improvements
2023-09-05 18:07:19 -04:00
Aleksei Bezrodnov 1d5a735941 MISC: enforce eslint react checks (#640) 2023-06-26 22:29:44 -04:00
Snarling ebae35b1fb CODEBASE: Expand lint rules, and Aliases are stored as maps (#501) 2023-05-05 03:55:59 -04:00
LiamGeorge1999 e84e734171 Updated "next equipment unlock" text for gang equipment (#418) 2023-03-10 23:51:33 -05:00
Snarling d3f9554a6e 2.2.2 Release (#378) 2023-02-21 09:44:18 -05:00
Snarling 6a6043c509 CODEBASE: Add custom useRerender hook (#359) 2023-02-11 13:22:55 -05:00
Snarling b4074328ec UI: Added new locale-aware and configurable number formatting (#354) 2023-02-11 13:18:50 -05:00
TheMas3212 533d8a4332 GANG: Fix Gang UI to correctly report the bonus time multiplier as 25x
Add Tooltop to Corporation UI to explain bonus time (matching the one in
Gang UI)
Move corporation.process to the correct location
2022-11-25 00:45:30 +11:00
Olivier Gagnon cbb7f58231 Make the main player object an alias, makes it easier to import 2022-10-09 18:42:14 -04:00
Snarling aa80cf6451 See description
Reverted ToastVariant back to an enum internally. Still exposed to player as just possible strings.
Changed all 1-line documentation comments to actually be 1-line. Moved some because they were not providing documentation for the thing they were trying to.
2022-10-04 06:40:10 -04:00
Snarling 6e3a6be106 Remove some redundant typing 2022-09-27 15:35:42 -04:00
Snarling a21b1029d7 No more player/router context 2022-09-27 15:35:40 -04:00
Dane Horn 05f2f267b1 reorder 0 territory gangs to the back of the list and reduce opacity 2022-05-09 08:11:22 +02:00
Dane Horn a64c271175 initial approach removing gangs with <= 0 territory 2022-05-08 22:59:36 +02:00
Olivier Gagnon 48f80f25d6 fmt and lint 2022-04-06 19:30:08 -04:00
Olivier Gagnon edb347e566 rm current task from gang 2022-03-20 21:22:21 -04:00
hydroflame 7b075f31ee Merge pull request #2868 from zeddrak/patch-4
(Not Tested) Show current task on gang management screen
2022-03-20 14:28:52 -04:00
hydroflame b295dd084d Merge pull request #2878 from phyzical/bugfix/fix-ui-gang-member-task
Fix for ui of gang members current task when set via api
2022-03-20 14:25:23 -04:00
hydroflame 9922ffb3c2 Merge branch 'dev' into issues/2308 2022-03-20 14:22:32 -04:00
Master-Guy d4f01c8b40 Fix for SRC folder 2022-03-18 11:07:29 +01:00
Master-Guy 9dd933ecee Changed .keyCode to .key for files in "src" 2022-03-18 10:43:56 +01:00
nickofolas ea61c36790 Modal content proofreading 2022-03-16 18:29:15 -05:00
nickofolas a032ee16be Update gang territory UI 2022-03-16 18:20:23 -05:00
nickofolas 2524b429ec Merge branch 'dev' of github.com:danielyxie/bitburner into improvement/sleeve-ui 2022-03-16 16:48:13 -05:00
nickofolas 230d68aab2 Implement common stats row element 2022-03-12 15:49:07 -06:00
nickofolas 62331af141 Properly expand gang equipment cards to fill entire screen 2022-03-10 22:43:01 -06:00
phyzical f2ba3e0ac7 gang member current task disconnect fix
* Added check to manually update interal state of dropdown on change of a members task via api
2022-01-30 18:33:04 +08:00
zeddrak 5a46aeb26d (WIP) Show current task on gang management screen
First draft of a fix for #2718
I haven't been able to test it, so please have someone test before implementing.
2022-01-26 15:57:54 -08:00
nickofolas 41eac2e775 Adjust sizing for corp and gang tabs 2022-01-26 00:53:17 -06:00
nickofolas f6bb4e0138 Fix console warning on ascension modal 2022-01-22 11:37:27 -06:00
nickofolas 3921457ee6 Update Gang equip. page UI 2022-01-22 11:16:51 -06:00
nickofolas 310374dc56 Fix console complaints with gang cards 2022-01-22 09:36:36 -06:00
nickofolas c6ddba9f5f Redesign Gang management page 2022-01-21 20:02:29 -06:00
Karl Fritsche c638b51e50 Fix formatting of respect needed on gang UI 2022-01-17 15:18:19 +01:00
Olivier Gagnon 0114c92829 fix decimal 2021-11-11 21:35:26 -05:00
hydroflame 70ffe25bb4 Revert "bunch of bugfixes" 2021-11-11 20:06:05 -05:00
Olivier Gagnon d91d7c564e bunch of bugfixes 2021-11-11 19:56:09 -05:00
Olivier Gagnon 362d2eb51d Fix a few bugs and also added the concept of gang power multiplier 2021-11-05 13:20:52 -04:00
Olivier Gagnon 5ba7b2796d build gang in mui 2021-10-01 15:39:56 -04:00
Olivier Gagnon 0ae8b72188 100% mui I think 2021-10-01 15:19:37 -04:00
Olivier Gagnon 4e8bb96f3f removing some of the classes 2021-10-01 13:08:37 -04:00
Olivier Gagnon 06f716c0fa moved a bunch of files 2021-09-25 14:42:57 -04:00
Olivier Gagnon 8b15adda8a lint 2021-09-25 02:36:49 -04:00
Olivier Gagnon b8faa9dc0b convert player to ts 2021-09-23 18:47:43 -04:00
Olivier Gagnon 66a2adaeb4 update prettier 2021-09-22 12:56:55 -04:00
Nolshine a9c57e23a5 improve gang ascend modal 2021-09-20 06:47:13 +01:00
Olivier Gagnon e5abf014b2 build dev 2021-09-18 13:29:01 -04:00
Olivier Gagnon 907314e76b more work 2021-09-17 21:30:02 -04:00