Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added general compability for tableGenerator (SWTbahn-Game) #132

Draft
wants to merge 37 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
c953548
changed settings for swtbahn-standard
noriakisana Jan 10, 2024
bbab32f
fixed some references
noriakisana Jan 11, 2024
17e9e57
added new config files
noriakisana Jan 15, 2024
e6d4efa
fixed typo
noriakisana Jan 15, 2024
9e77a3a
added last fixed for choose a chair
noriakisana Jan 15, 2024
4a212e6
removed signal 1 from destination selection
noriakisana Jan 15, 2024
36077df
added signal 7
noriakisana Jan 16, 2024
7688a91
added documentation to table generator (v0.1)
noriakisana Jan 16, 2024
b1dbbf3
changed table generator (converter) for global usage with all generat…
noriakisana Jan 24, 2024
2cbd10c
changed case for converter when no mappings are there
noriakisana Jan 24, 2024
2ae62e4
changed table generator (generator.py) for all use
noriakisana Jan 24, 2024
66a0a72
updated docs
noriakisana Jan 24, 2024
5c2c746
added blacklist filtering method for all-board format
noriakisana Jan 24, 2024
16083c6
added hardcoded platform switch
noriakisana Jan 25, 2024
845a135
removed spelling inconsistency
noriakisana Feb 14, 2024
64c4065
fixes: overwriting of the dynamic setting of Mapping vars
noriakisana Feb 14, 2024
e45d8f5
added comments to the converter.py script
noriakisana Feb 14, 2024
d2e5a1c
adapted comments of line 14-15
noriakisana Feb 14, 2024
3bb9f68
added readme fixes to the converter.py readme
noriakisana Feb 14, 2024
485ddab
last readme improvement to converter.py
noriakisana Feb 14, 2024
743b767
converter.py
noriakisana Feb 27, 2024
63a2618
fixes: script-game.js variable commenting
noriakisana Feb 27, 2024
ebc4fb8
fixes: script-game.js server platform entpoint name api
noriakisana Feb 27, 2024
7ce6468
Readme.md
noriakisana Feb 27, 2024
c6dc442
Readme.md
noriakisana Feb 27, 2024
692224d
format fix readme tablegenerator
noriakisana Feb 27, 2024
7d91fe5
converter.py
noriakisana Feb 27, 2024
d7990c6
fixes: tablegenerator direct reference to memory string instead of en…
noriakisana Mar 26, 2024
6b71884
fixes: var declaration
noriakisana Mar 26, 2024
dd73de4
script-game.js
noriakisana Mar 26, 2024
becf025
fixes typo
noriakisana Mar 26, 2024
62aaa00
fixes typo
noriakisana Mar 26, 2024
d318a4e
first batch of changes requested by @ey
noriakisana Apr 13, 2024
841a6e4
second batch of all changes requested
noriakisana Apr 13, 2024
c7f6293
live fix table generator
noriakisana Apr 16, 2024
c05ec53
updated readme of tablegenerator
noriakisana Apr 16, 2024
175914a
removed commented
noriakisana Apr 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/src/assets/game/destinations-swtbahn-full.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const allPossibleDestinationsSwtbahnFull = {
const allPossibleDestinations-<DirEntry 'swtbahn-standard.csv'> = {
"block1": {
"signal20": {
"route-id": 71,
Expand Down
Loading