Alexis Drai
|
a28149ec29
|
Merge pull request '♻️ Fix #120 add-gamemanager' (#125) from add-gamemanager into main
Reviewed-on: #125
|
3 years ago |
Alexis Drai
|
b21b78135e
|
♻️ Rename GameRunner to MasterOfCeremonies
|
3 years ago |
Alexis Drai
|
08c1e415a9
|
♻️ Refactor manager-y stuff into GameManager
|
3 years ago |
Alexis Drai
|
52b91286b4
|
📝 Update README
|
3 years ago |
Alexis Drai
|
d1c7f0674d
|
Merge pull request '🐛 Throw appropriate exception when trying to update the Die collection itself' (#121) from debug-diemanager into main
Reviewed-on: #121
|
3 years ago |
Alexis Drai
|
0769b5116f
|
🐛 Throw appropriate exception when trying to update the Die collection itself
|
3 years ago |
Alexis Drai
|
0a9ab6a39a
|
Merge pull request 'finalize-db-ef-player' (#110) from finalize-db-ef-player into main
Reviewed-on: #110
|
3 years ago |
Alexis Drai
|
85a1b67dd6
|
📈 Shrink untested lines to make those metrics shine
|
3 years ago |
Alexis Drai
|
5b4c2469c9
|
✅ Test the DbStub a little bit too
|
3 years ago |
Alexis Drai
|
d8fead1051
|
✅ Fully test PlayerDbManager, and improve it
|
3 years ago |
Alexis Drai
|
9a453da7bc
|
🔧 Disable nullable reference types in the Data project
|
3 years ago |
Alexis Drai
|
1604fece2f
|
:refactor: Use Guid.NewGuid() instead of hardcoding them
obviously ^^'
|
3 years ago |
Alexis Drai
|
c100c20a39
|
🔥 Improve some model UT
|
3 years ago |
Alexis Drai
|
4632516d2c
|
🧐 Switch CLRF thing
I really should look into that
|
3 years ago |
Alexis Drai
|
912f6f6627
|
✅ Add tests for GetOneById()
|
3 years ago |
Alexis Drai
|
2fae748af9
|
👔 Implement PlayerDbManager
|
3 years ago |
Alexis Drai
|
621d6c3bc2
|
✨ ⚗️ Add features to prototype, test DB further
|
3 years ago |
Alexis Drai
|
901a1128e9
|
🩹 Try-catch db connectionsin prototype
|
3 years ago |
Alexis Drai
|
cfb495cd68
|
argh
|
3 years ago |
Alexis Drai
|
722a4314fa
|
⚗️ Try things out, in accordance with wiki UML
|
3 years ago |
Alexis Drai
|
90c1eba43b
|
✏️ Fix typo
|
3 years ago |
Alexis Drai
|
6c03fc4586
|
⚗️ Try things out
|
3 years ago |
Alexis Drai
|
fe131e00a9
|
Merge pull request '🚚 Clean up our solution' (#107) from clean-up-solution into main
Reviewed-on: #107
|
3 years ago |
Alexis Drai
|
376c06c3cb
|
🚚 Clean up our solution
|
3 years ago |
Alexis Drai
|
630ffa55f2
|
📝 Update README
|
3 years ago |
Alexis Drai
|
b340fc7aab
|
📝 Update README
|
3 years ago |
Alexis Drai
|
a987f36eac
|
🔥 Clean up imports
|
3 years ago |
Alexis Drai
|
c28a36292a
|
Merge pull request 'fix_die_and_faces_structure' (#106) from fix_die_and_faces_structure into main
Reviewed-on: #106
|
3 years ago |
Ismail TAHA JANAN
|
e49afa3b14
|
🩹 improve code
|
3 years ago |
Ismail TAHA JANAN
|
949521ff9b
|
✅ conflict solved
|
3 years ago |
Ismail TAHA JANAN
|
f2eafe4ded
|
fix merging conflict
|
3 years ago |
Ismail TAHA JANAN
|
3886fc7934
|
code with error
|
3 years ago |
Alexis Drai
|
ebf8a9ac91
|
Merge pull request '🗃️ introduce-ef-persistence' (#104) from introduce-ef-persistence into main
Reviewed-on: #104
|
3 years ago |
Alexis Drai
|
3cb5b72041
|
Merge branch 'main' into introduce-ef-persistence
|
3 years ago |
Alexis Drai
|
b8ea8a020e
|
🚚 Organize UTs in folders
|
3 years ago |
Alexis Drai
|
ca6b62574e
|
🐛 Fix class mixup
|
3 years ago |
Alexis Drai
|
fc6a71801f
|
✅ Get UTs done
|
3 years ago |
Alexis Drai
|
937a57ec11
|
🔥 Shrink the debug program
|
3 years ago |
Alexis Drai
|
cb4851c0ca
|
🚨 Implement IManager
|
3 years ago |
Alexis Drai
|
55436e15a9
|
🎨 🐛 fix bug in Remove, use affirmative statements, reformat
|
3 years ago |
mohammad_zafir.jeeawody
|
b84818610e
|
validation method
|
3 years ago |
Alexis Drai
|
23dbbbfb21
|
Update 'README.md'
|
3 years ago |
Alexis Drai
|
a0d3caf91c
|
💩 Include methods that throw NotSupportedExceptions for now
|
3 years ago |
Alexis Drai
|
1683414231
|
🎨 🐛 fix bug in Remove, use affirmative statements, reformat
|
3 years ago |
Alexis Drai
|
973b18b5d2
|
Merge pull request 'validation method' (#102) from die_manager_class into main
Reviewed-on: #102
|
3 years ago |
mohammad_zafir.jeeawody
|
678d1f7de5
|
validation method
|
3 years ago |
Alexis Drai
|
e14f5e01a6
|
🩹 Seal PlayerDBManager
|
3 years ago |
Alexis Drai
|
2fa185829f
|
✏️ ♻️ Rename Faces and override GetRandomFace()
"ListFaces" was misleading because it is not a list
GetRandomFace should return a Face<T> when called from a HomogeneousDie
|
3 years ago |
Alexis Drai
|
753789bcd4
|
🚧 Make data classes internal, start implementing DBManager
|
3 years ago |
Alexis Drai
|
a65edca2fd
|
🩹 Make Program internal and static
|
3 years ago |