Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions ViewerSubmissions/YahtzeeGame/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"logo": "",
"dependencies": [],
"screenshots": [],
"platform": "17.0.0.0",
"application": "17.0.0.0",
"platform": "1.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 54500,
Expand All @@ -25,5 +25,5 @@
"allowDownloadingSource": false,
"includeSourceInSymbolFile": false
},
"runtime": "9.0"
"runtime": "11.0"
}
2 changes: 0 additions & 2 deletions ViewerSubmissions/YahtzeeGame/src/page/Yahtzee.al
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,8 @@ page 54580 Yahtzee
stat: Array[6] of Integer;
ShowDiceValue: Boolean;
// PageState Vars
[InDataSet]
GameRunning: Boolean;
CurrGameId: Integer;
CanRollDice: Boolean;
[InDataSet]
DiceRoundNum: Integer;
}
1 change: 0 additions & 1 deletion ViewerSubmissions/YahtzeeGame/src/page/YahtzeeLinePart.al
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ page 54581 "Yahtzee Line Part"

var
Engine: Codeunit Yahtzee;
[InDataSet]
ChanceApplied: Boolean;


Expand Down
1 change: 0 additions & 1 deletion ViewerSubmissions/YahtzeeGame/src/page/YahtzeeScoreCue.al
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ page 54582 "Yahtzee Score Part"
end;

var
[InDataSet]
BestScore: Integer;

}
1 change: 0 additions & 1 deletion ViewerSubmissions/YahtzeeGame/src/page/YahtzeeSetup.al
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ page 54583 "Yahtzee setup"
Setup: Record "Yahtzee Data Setup";
LblClearHistoryAction: Label 'Clear game history';
LblCleanupDone: Label 'Cleanup done!';
[InDataSet]
CleanupDone: Boolean;


Expand Down