Skip to content
Snippets Groups Projects
Commit 0c6b26af authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'dd_msg_reader_scan_abort_crlf' into 'master'

Added a crlf after printing message scan aborted

See merge request main/sbbs!248
parents d5852ddc e04e8c58
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!248Added a crlf after printing message scan aborted
...@@ -1936,6 +1936,7 @@ function DigDistMsgReader_SearchMsgScan(pSearchModeStr, pTxtToSearch, pSubCode) ...@@ -1936,6 +1936,7 @@ function DigDistMsgReader_SearchMsgScan(pSearchModeStr, pTxtToSearch, pSubCode)
//console.print(replaceAtCodesInStr(this.text.msgScanAbortedText)); //console.print(replaceAtCodesInStr(this.text.msgScanAbortedText));
//console.crlf(); //console.crlf();
console.putmsg(this.text.msgScanAbortedText); console.putmsg(this.text.msgScanAbortedText);
console.crlf();
console.pause(); console.pause();
} }
// Restore this.subBoardCode if necessary // Restore this.subBoardCode if necessary
...@@ -2326,6 +2327,7 @@ function DigDistMsgReader_MessageAreaScan(pScanCfgOpt, pScanMode, pScanScopeChar ...@@ -2326,6 +2327,7 @@ function DigDistMsgReader_MessageAreaScan(pScanCfgOpt, pScanMode, pScanScopeChar
//console.print(replaceAtCodesInStr(this.text.msgScanAbortedText)); //console.print(replaceAtCodesInStr(this.text.msgScanAbortedText));
//console.crlf(); //console.crlf();
console.putmsg(this.text.msgScanAbortedText); console.putmsg(this.text.msgScanAbortedText);
console.crlf();
console.pause(); console.pause();
return; return;
} }
......
This diff is collapsed.
This diff is collapsed.
Good Time Trivia Good Time Trivia
Version 1.03 Version 1.03
Release date: 2023-01-05 Release date: 2023-01-14
by by
......
...@@ -4,14 +4,16 @@ Revision History (change log) ...@@ -4,14 +4,16 @@ Revision History (change log)
============================= =============================
Version Date Description Version Date Description
------- ---- ----------- ------- ---- -----------
1.03 2023-01-05 Question sets (in the .qa files) may now have a section 1.03 2023-01-14 Question sets (in the .qa files) may now have a section
of JSON metadata to specify the name of the category (if of JSON metadata to specify the name of the category (if
different from simple filename parsing) and optionally different from simple filename parsing) and optionally
an ARS security string (overrides gttrivia.ini). Also, an ARS security string (overrides gttrivia.ini). Also,
answers can be specified as a JSON section to specify answers can be specified as a JSON section to specify
multiple acceptable answers, and optionally a fact about multiple acceptable answers, and optionally a fact about
the answer/question. A new color setting, answerFact, the answer/question. A new color setting, answerFact,
specifies the color to use to output the answer fact. specifies the color to use to output the answer fact.
Also, fixed a bug in score JSON reading when the file
contents are very long.
1.02 2022-12-08 The game can now post scores in (networked) message sub- 1.02 2022-12-08 The game can now post scores in (networked) message sub-
boards as a backup to using a JSON DB server in case the boards as a backup to using a JSON DB server in case the
server can't be contacted. server can't be contacted.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment