silverwizard
66e7f8e70e
Merge pull request 'Fix empty special traits on navigating back' ( #27 ) from fix-empty-special-traits-on-navigation into main
...
Reviewed-on: #27
3 months ago
Daniel Asher Resnick
7f172dd74a
Fix empty special traits on navigating back
...
The special traits list is set to empty on initialize,
which happens whenever navigating back to the main page,
but wasn't being regenerated when the rest of the character is.
Why this wasn't a problem before Gold, I don't know.
3 months ago
Daniel Asher Resnick
365616e365
Merge pull request 'remove_key_leads' ( #23 ) from remove_key_leads into main
...
Reviewed-on: #23
3 months ago
Daniel Asher Resnick
e940e4cc91
Bump version
6 months ago
Daniel Asher Resnick
6b09b32c43
Fix some no leads fields issues
7 months ago
Daniel Asher Resnick
583dc5e188
Rename missed 'keyLeads'
7 months ago
Daniel Asher Resnick
7f5c174810
Change key_leads to leads
...
The leads field for display names has been removed, freeing up the name for the actual leads
7 months ago
Daniel Asher Resnick
0ed4866b32
Remove leads field from data files
7 months ago
Daniel Asher Resnick
6f78516bab
Add setting short names to lifepath data files
7 months ago
Daniel Asher Resnick
ee8138c54b
Parse lead short names and use them
8 months ago
Daniel Asher Resnick
a66eeed735
Use isSubsetting function
8 months ago
Daniel Asher Resnick
90afb26ccb
Change setting type to dynamically calculated
...
Remove it from in the data
8 months ago
silverwizard
8f857e9753
Merge pull request 'Fix stat/attr max parsing' ( #19 ) from fix-stat-attr-max-parsing into main
...
Reviewed-on: #19
8 months ago
Daniel Asher Resnick
1970a53e8e
Fix stat/attr max parsing
8 months ago
silverwizard
b111f67737
Fixed Femme/Homme Fatale cost
2 years ago
silverwizard
0b47e3c2ba
Merge pull request 'Make Citadel Born a born path' ( #17 ) from citadel-born into main
...
Reviewed-on: #17
2 years ago
Daniel Asher Resnick
6c7f6b6892
Make Citadel Born a born path
2 years ago
silverwizard
4c7c465d90
Merge pull request 'revised_updates' ( #16 ) from revised_updates into main
...
Reviewed-on: #16
2 years ago
silverwizard
e1a4b0d5a0
Fixed Catalyst trait name
2 years ago
silverwizard
c9ef5c471b
Updated catamite to catalyst
2 years ago
silverwizard
ff880ad070
Updated Ganymede
2 years ago
silverwizard
9e6c927b94
Added Knight changes for Gold's revision
2 years ago
Daniel Asher Resnick
32c91f437d
Merge pull request 'Custom stock files and data' ( #11 ) from custom-stocks into main
...
Reviewed-on: #11
2 years ago
Daniel Asher Resnick
381c65d44d
Version bump for 3.0.0 release
2 years ago
Daniel Asher Resnick
55e8b907b9
3.0.0 Changelog draft
2 years ago
Daniel Asher Resnick
cc968e00e6
Merge branch 'main' into born-expansion
2 years ago
silverwizard
a70066040d
Merge pull request 'ruby3.1' ( #15 ) from ruby3.1 into main
...
Reviewed-on: #15
2 years ago
silverwizard
ae5d477767
Added Building comments and tools for running without Docker
2 years ago
silverwizard
fbbcb5c786
Updated to allow Ruby 3.1
2 years ago
Daniel Asher Resnick
52ec9d5db7
Fix settings logic
3 years ago
Daniel Asher Resnick
63a8e05401
Check subsetting based on new born property
...
Also cleans up a lot of filtering logic
3 years ago
Daniel Asher Resnick
e9361b625b
Check for born using property instead of name
3 years ago
Daniel Asher Resnick
bac1626f31
Add 'born' field to born lifepaths
3 years ago
Daniel Asher Resnick
2d6d534798
Denote intended release of 3.0
3 years ago
Daniel Asher Resnick
071ebe801d
Use ko_deep_merge for incremental data removal
3 years ago
Daniel Asher Resnick
582379787f
Introduce deep_merge
...
Allows data files to make incremental changes without overwriting everything.
3 years ago
Daniel Asher Resnick
00e3f569fe
Increase information in burning-service debugging
3 years ago
Daniel Asher Resnick
c7306cbacf
Add data for a test stock
...
To use, has to be copied into the data/custom directory
3 years ago
Daniel Asher Resnick
2fd4b625ce
Fix custom stock loading using put_or_merge
3 years ago
Daniel Asher Resnick
6e7c8237a7
Define put_or_merge
3 years ago
Daniel Asher Resnick
0b3e725c85
Actually implement custom stock loading...
3 years ago
Daniel Asher Resnick
48cda4860a
Merge branch 'main' into custom-stocks
3 years ago
Daniel Asher Resnick
a3fe5f508a
Merge branch 'stock-ruby-class' into custom-stocks
3 years ago
Daniel Asher Resnick
c8adc19846
Load stock data on stock change or char upload
...
Extracts the loading logic to a common method returning a promise,
both places 'then' the promise.
3 years ago
Daniel Asher Resnick
30f477a2e0
Replace BurningData events with Promise handlers
3 years ago
Daniel Asher Resnick
0782b4465e
Debug behaviour should default to false
...
Ideally overrides to this don't get committed, should find a better way to toggle it.
3 years ago
Daniel Asher Resnick
42ffa31a3f
Remove debug logging
...
It would need to be refactored anyway
3 years ago
Daniel Asher Resnick
a98115c647
Use Fetch API and thenify BurningData
3 years ago
Daniel Asher Resnick
849b957a7b
Wrap (and update loading of) resources
3 years ago
Daniel Asher Resnick
38a49c8327
Switch all lifepath files to wrapped format
...
And change loading accordingly
3 years ago