Commit Graph

2274 Commits

Author SHA1 Message Date
KingRainbow44
a8289b782f
Add a dumper for scene info 2023-04-09 20:34:04 -04:00
hamusuke
caf9521013
feat: add ability to buy resin with primogems (#2104)
* feat: add ability to buy resin with primogems

* ResinManager#buy returns RetCode value
2023-04-09 20:20:12 -04:00
KingRainbow44
faadffda21
Fix homepage disclaimer 2023-04-09 19:45:29 -04:00
KingRainbow44
efcf124003
Fix descriptions on cards 2023-04-09 19:27:42 -04:00
KingRainbow44
d4936abb37
Remove testing/CN items from the item dump 2023-04-09 18:51:54 -04:00
KingRainbow44
3557981b4a
Add 'Add to Inventory' item card widget 2023-04-09 18:50:32 -04:00
KingRainbow44
bc3310ae29
Add card for item information 2023-04-09 17:47:56 -04:00
KingRainbow44
219d9f28e1
Add spot to input game UID 2023-04-09 17:46:29 -04:00
KingRainbow44
e20c7c151b
Lint code 2023-04-09 14:50:59 -04:00
KingRainbow44
bb6569b736
Add language keys for new commands 2023-04-09 14:46:55 -04:00
KingRainbow44
644f1b3ab9
Continue merging quests (pt. 2) 2023-04-09 14:35:45 -04:00
KingRainbow44
97ee71bcf4
Continue merging quests (pt. 1)
Finished last at: `World.java`, line `player.setAvatarsAbilityForScene(newScene);`
2023-04-09 13:25:16 -04:00
KingRainbow44
4231b26eea
Fix route -> page binding 2023-04-08 23:52:54 -04:00
KingRainbow44
8f74168a23
Fix issue with default 1080p 100% scaling
we need an autoscaler!
2023-04-08 23:50:55 -04:00
github-actions
25d38344b0 Lint Code [skip actions] 2023-04-09 03:48:05 +00:00
KingRainbow44
82e43d9072
Force npm install for handbook actions 2023-04-08 23:47:19 -04:00
KingRainbow44
f483fb6ea8
Remove duplicate item entries
This filters items by name and ID.
2023-04-08 23:46:54 -04:00
KingRainbow44
32f11e29b1
Load items faster 2023-04-08 23:35:20 -04:00
KingRainbow44
6c2f66fa2d
Fix item icons to be more accurate
Project Amber is now the primary icon source!
2023-04-08 21:58:46 -04:00
KingRainbow44
2a5abc1dcb
Add icons to item data 2023-04-08 21:56:51 -04:00
KingRainbow44
a27f7e0373
Implement part of the items page 2023-04-08 01:19:35 -04:00
KingRainbow44
b2f15066be
Add more TypeScript aliases 2023-04-08 00:18:21 -04:00
KingRainbow44
181eb56471
Sort item data 2023-04-08 00:18:06 -04:00
KingRainbow44
74cff61824
Add "react-virtualized"
automatically patch it to remove unnecessary import
2023-04-08 00:17:23 -04:00
github-actions
b683f75cfa Lint Code [skip actions] 2023-04-07 04:17:07 +00:00
KingRainbow44
155e5be8a7
Create basic items page 2023-04-07 00:09:29 -04:00
KingRainbow44
f594e8918b
Center avatar labels 2023-04-06 23:59:45 -04:00
KingRainbow44
757d682cd6
Implement avatars/characters page
Handle edge-cases for avatar image rendering
2023-04-06 23:54:15 -04:00
KingRainbow44
1f27f83616
Merge remote-tracking branch 'origin/unstable' into unstable 2023-04-06 22:34:25 -04:00
KingRainbow44
0a26de7136
Fix linting script
(forgot that actions are in `src/handbook` already)
2023-04-06 22:34:19 -04:00
KingRainbow44
845c7cb457
Implement the commands page
additionally, clean-up imports
2023-04-06 22:31:13 -04:00
KingRainbow44
db8aa3f6f1
Add override for the scrollbar 2023-04-06 22:30:49 -04:00
KingRainbow44
ce27b005f8
Add function for getting a list of commands 2023-04-06 22:30:34 -04:00
KingRainbow44
44b90612f2
Fix data parsing with CSVs 2023-04-06 18:55:10 -04:00
KingRainbow44
5fe304d2e8
Change avatar data to a CSV file 2023-04-06 18:45:47 -04:00
KingRainbow44
bb20d0fd80
Add linter script
Fix issue with running `cd src/handbook` while in the handbook directory for building
2023-04-06 18:42:38 -04:00
Magix
4664a21fab Parse data into types 2023-04-06 22:13:17 +00:00
Magix
a12bcef065 Go home when title is clicked 2023-04-06 22:03:16 +00:00
KingRainbow44
314c8771da
Attempt to fix handbook actions
clearly running cd prior to setting up node doesnt work
2023-04-06 04:56:39 -04:00
KingRainbow44
12898f6228
Implement loading dumped data for the handbook 2023-04-06 04:54:10 -04:00
KingRainbow44
7c4186f5df
Create initial handbook data dumpers
these can be accessed by using `-dump=commands,en-us` or `-dump=avatars/items,EN` (all languages supported)
2023-04-05 22:43:19 -04:00
KingRainbow44
c64cc7d5e2
Merge branch 'development' into unstable-quests
# Conflicts:
#	src/generated/main/java/emu/grasscutter/net/proto/AvatarUpgradeRspOuterClass.java
2023-04-05 21:28:52 -04:00
KingRainbow44
c40908c5eb
Format updated protocol classes 2023-04-05 21:27:35 -04:00
Thoronium
ea91bf9eb7
Fix switched fields (#2098) 2023-04-05 21:27:24 -04:00
KingRainbow44
ac7b4d1238
Format updated protocol classes 2023-04-05 21:25:44 -04:00
KingRainbow44
4345a0dffa
Merge branch 'development' into unstable
# Conflicts:
#	src/generated/main/java/emu/grasscutter/net/proto/AvatarUpgradeRspOuterClass.java
2023-04-05 21:21:18 -04:00
KingRainbow44
6e3e770f79
Add basis of commands page 2023-04-05 21:20:48 -04:00
Thoronium
7254f55762
Fix switched fields (#2098) 2023-04-05 21:19:04 -04:00
KingRainbow44
c86d538597
Add character widget 2023-04-04 23:42:35 -04:00
KingRainbow44
b17f97def6
Fix initial issues with navigation system 2023-04-04 22:44:17 -04:00