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

Fix numerous issues introduced in Quest 5.8 #1223

Conversation

KVonGit
Copy link
Collaborator

@KVonGit KVonGit commented Nov 18, 2024

  • transcript
    • added missing function to player.js
    • changed from desktop saving HTML to TXT
    • added localStorage functionality for the web player
    • removed in-game transcript viewing

Closes #1054


  • log
    • restored log window in the desktop player
    • removed ability to view the log in-game

Closes #1025


  • AllRooms()
    • fixed by Pertex

Closes #1202


  • setBackground()
    • fixed by ThePix

Closes #1052


  • enter_verb
    • fix stolen from mrangel forum post

Closes #1121


  • save command
    • now uses saveGame() when online

Closes #1200


  • DictionaryRemove
    • fixed typo

  • update transcript.md doc

- transcript
  - added missing function to player.js
  - changed from desktop saving HTML to TXT
  - added localStorage functionality for the web player
  - removed in-game transcript viewing

- log
  - restored log window in the desktop player
  - removed ability to view the log in-game

- AllRooms()
  - fixed by Pertex

- setBackground()
  - fixed by ThePix

- enter_verb
  - fix stolen from mrangel forum post

 - DictionaryRemove
  - fixed typo

- update transcript.md doc
Scroll when printing saveGameResponse messages
This adds 2 hardcoded string functions: `CurrentTime()` and `CurrentDate()`

4 `game` string attributes:
- `game.init_date`
  - date when InitInterface runs
- `game.init_time`
  - time when InitInterface runs
- `game.start_date`
  - date when StartGame runs
- `game.start_time`
  - time when StartGame runs
- remove code that "includes" EditorEnglish.aslx when English.aslx is already included
- remove duplicate DevMode templates from English.aslx
@KVonGit KVonGit closed this Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant