Alexis Drai
|
32a58dd414
|
🐛 Initialize empty collections, debug die creation
|
3 years ago |
Alexis Drai
|
0a01b402c0
|
🗃️ ✨ Add TurnEntity and implement many-to-many
|
3 years ago |
Alexis Drai
|
bf22c44740
|
♻️ Rename Player to PlayerEntity in EF project for clarity
|
3 years ago |
Alexis Drai
|
7fd6078c25
|
♻️ Use inheritance, use properties for FK
to prepare for many-to-many with TurnEntity
|
3 years ago |
Alexis Drai
|
c7aac52f48
|
🔀 main --> this
|
3 years ago |
Alexis Drai
|
c3f7194a34
|
Merge pull request '🚑 Fix EF issue by using entities' (#190) from ef-hotfix into main
Reviewed-on: #190
|
3 years ago |
Alexis Drai
|
ca7c4a796f
|
🚑
|
3 years ago |
Alexis Drai
|
e6ba5f150e
|
🚧 WIP
|
3 years ago |
Alexis Drai
|
3a49fe0e88
|
Merge pull request '🐛 ♻️ Fix up dice and faces (EF)' (#189) from fixup-dice-entities into main
Reviewed-on: #189
|
3 years ago |
Alexis Drai
|
2c44df5e16
|
♻️ Use extension features
ImageDieExtensions.ToModel(entity)
-->
entity.ToModel()
|
3 years ago |
Alexis Drai
|
b760b6f905
|
🐛
|
3 years ago |
Alexis Drai
|
f20adbad17
|
Merge pull request 'EF_Dice_Faces' (#188) from EF_Dice_Faces into main
Reviewed-on: #188
|
3 years ago |
Ismail TAHA JANAN
|
6128f57dcc
|
Merge branch 'main' into EF_Dice_Faces
|
3 years ago |
Ismail TAHA JANAN
|
48c130faf5
|
✨ add entities and extentions to dice and faces
|
3 years ago |
Alexis Drai
|
c623776e4e
|
✏️ Fix typo
|
3 years ago |
Alexis Drai
|
84f52c3dce
|
Merge pull request 'use-async-in-playerdb' (#186) from use-async-in-playerdb into main
Reviewed-on: #186
|
3 years ago |
Alexis Drai
|
e5fc62499f
|
📈 🔥 Remove unused and untestable code
|
3 years ago |
Alexis Drai
|
cd2df0ba86
|
✅ Update and correct UTs
|
3 years ago |
Alexis Drai
|
a319d7deb2
|
🚨 fix code smells
|
3 years ago |
Alexis Drai
|
a46d4b73a4
|
⚗️ Play around with async-await
PlayerManager.Remove is bugged
|
3 years ago |
Alexis Drai
|
9ea198b9fa
|
📝 Update README
|
3 years ago |
Ismail TAHA JANAN
|
423965361b
|
no sence code
|
3 years ago |
Alexis Drai
|
4574e48203
|
Merge pull request '✅ dice and faces tests implementd' (#185) from TU_Dice_Faces into main
Reviewed-on: #185
|
3 years ago |
Ismail TAHA JANAN
|
963ac99001
|
✅ dice and faces tests implementd
|
3 years ago |
Alexis DRAI
|
6c460efa63
|
✏️ Fix typo in class name
|
3 years ago |
Alexis Drai
|
ac5ebd7b87
|
✏️ Fix comment
|
3 years ago |
Alexis Drai
|
d4a90f917a
|
📝 Update README
|
3 years ago |
Alexis Drai
|
0050836358
|
📝 Update README
|
3 years ago |
Alexis Drai
|
6dc90b103c
|
Merge pull request '🏗️ Fix #157' (#182) from add-future-classes into main
Reviewed-on: #182
|
3 years ago |
Alexis Drai
|
a0670fceac
|
🏗️ Fix #157
|
3 years ago |
Alexis Drai
|
800c8dd8f8
|
Merge pull request '🐛 Prevent Die ctor from making dice with no face' (#140) from fix-#127 into main
Reviewed-on: #140
|
3 years ago |
Alexis Drai
|
ca3ec81ae6
|
🐛 Prevent Die ctor from making dice with no face
|
3 years ago |
Alexis Drai
|
36005a73e3
|
Merge pull request '✅ Add a NumberFace test' (#128) from add-some-face-test into main
Reviewed-on: #128
|
3 years ago |
Alexis Drai
|
51d231a6e3
|
✅ Add a NumberFace test
|
3 years ago |
Alexis Drai
|
a80e52c7cd
|
Merge pull request '♻️ Rename DieManager to DiceGroupManager' (#126) from rename-diemanager into main
Reviewed-on: #126
|
3 years ago |
Alexis Drai
|
1f2ca7483f
|
♻️ Rename DieManager to DiceGroupManager
that class is in charge of managing groups of dice (in association with a string name)
|
3 years ago |
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 |