Commit Graph

66 Commits

Author SHA1 Message Date
Kristofers Solo
03933af4b2 refactor: move run function to main 2024-03-14 00:27:18 +02:00
Jorens Shtekels
8e06b54380
Merge pull request #12 from jorenchik/develop
finish function for updated reqs
2024-03-12 22:47:09 +02:00
Jorens Shtekels
37f78c20c4 fix: Player constructor 2024-03-12 22:45:51 +02:00
Jorens Shtekels
bba9ddc04a feat: simple test example 2024-03-12 22:44:33 +02:00
Jorens Shtekels
b2e2e44599 feat: remove add function 2024-03-12 22:44:29 +02:00
Jorens Shtekels
cb7927a6fc feat: removed push initialization of vectors 2024-03-12 22:41:47 +02:00
Jorens Shtekels
423669ab42 feat: remove functionToTest 2024-03-12 22:39:51 +02:00
Jorens Shtekels
93791b4ef6 feat: remove unneeded comment 2024-03-12 22:39:08 +02:00
Jorens Shtekels
871faaa2a3 feat: null checks and rename some options 2024-03-12 22:31:52 +02:00
Jorens Shtekels
2f585a3318 feat: detailed the printed info 2024-03-12 22:04:55 +02:00
Jorens Shtekels
ec828dfaa3 feat: rename target player not specified 2024-03-12 22:03:00 +02:00
Jorens Shtekels
23c1c23858 feat: player belongs to a room with a check 2024-03-12 22:02:22 +02:00
Jorens Shtekels
23345ba89f feat: add player to the room 2024-03-12 21:51:05 +02:00
Jorens Shtekels
db4a4be369 feat: remove caused by from event 2024-03-12 21:01:44 +02:00
Jorens Shtekels
6fdf800fbd
Merge pull request #11 from jorenchik/macos-support
MacOS and Windows guide
2024-03-12 13:35:31 +02:00
48201b5946 docs(lv): add windows and mocos compilation instructions 2024-03-12 13:33:03 +02:00
dccdf82224 docs(guide): add macos and windows compilation guide 2024-03-12 13:20:28 +02:00
1659aabd8a docs(readme): update todo 2024-03-12 11:44:34 +02:00
3a6b9b704d fix(readme): update compilation instructions
Fixed ninja compilation commad
2024-03-12 11:43:17 +02:00
Jorens Shtekels
db22be9340
Merge pull request #7 from jorenchik/develop
finish validation function
2024-03-10 21:35:01 +02:00
Jorens Shtekels
a291411d10 feat: calling validation function 2024-03-10 21:33:07 +02:00
Jorens Shtekels
10c486e996 feat: action belongs to role check 2024-03-10 21:16:10 +02:00
Jorens Shtekels
b4ad74aa87
Merge pull request #6 from jorenchik/develop
validation logic
2024-03-10 21:12:05 +02:00
Kristofers Solo
ae757c6b34
Create LICENSE 2024-03-10 21:11:40 +02:00
Kristofers Solo
a722104da1
Update README.md 2024-03-10 21:10:53 +02:00
Jorens Shtekels
ce9e6be7e7 feat: event prohibition 2024-03-10 21:10:17 +02:00
Kristofers Solo
f37ea3b636
Merge pull request #5 from jorenchik/readme-lv
add latvian readme
2024-03-10 21:10:09 +02:00
kekelis
a4c091950a update readme 2024-03-10 21:09:11 +02:00
Jorens Shtekels
9a7bc42db6 feat: target player bool for action
Added validation logic that checks for target player if needed.
2024-03-10 21:09:10 +02:00
kekelis
28c7c63da9 docs: add latvian readme 2024-03-10 21:02:37 +02:00
Jorens Shtekels
2b6d7dab47
Merge pull request #4 from jorenchik/develop
partial validate action implementation
2024-03-10 20:22:45 +02:00
Kristofers Solo
93572b0d70 Merge branch 'gh-actions' 2024-03-10 20:21:09 +02:00
Kristofers Solo
4ed7adf741 docs(actions): fix badge 2024-03-10 20:19:29 +02:00
Jorens Shtekels
ee12e48a86 feat[lib]: validate action partial implementation
Performed most checks. Added placeholders to functions called.
2024-03-10 20:15:55 +02:00
Jorens Shtekels
b5bebbdd32 merge main 2024-03-10 19:52:33 +02:00
Kristofers Solo
526c07890e test: remove examples 2024-03-10 19:49:35 +02:00
Jorens Shtekels
6aea36d05b feat[lib]: function placeholder 2024-03-10 19:47:04 +02:00
Jorens Shtekels
30eef4d797 feat[prep]: event prohibits and allows other actions 2024-03-10 19:47:04 +02:00
Jorens Shtekels
9781fa0cd9 merge readme 2024-03-10 19:46:40 +02:00
Kristofers Solo
83c2f9fdb5 docs(actions): add "Tests" badge 2024-03-10 19:44:15 +02:00
Kristofers Solo
a9cb883571 chore(actions): add automated testing 2024-03-10 19:44:15 +02:00
Jorens Shtekels
fb05b5d6c3 feat[lib]: function placeholder 2024-03-10 19:41:59 +02:00
Kristofers Solo
f689b3dda8 docs(actions): add "Tests" badge 2024-03-10 19:41:53 +02:00
Kristofers Solo
109b244fd6 chore(actions): add automated testing 2024-03-10 19:39:21 +02:00
Jorens Shtekels
faf6d64ce0 feat[prep]: event prohibits and allows other actions 2024-03-10 19:29:18 +02:00
Kristofers Solo
505cf1ec10 build(ninja): add ninja support
- Added ninja build support
- Updated readme
2024-03-10 19:29:18 +02:00
Jorens Shtekels
6d8e56f962 feat[prep]: role, player constructors 2024-03-10 19:19:57 +02:00
Jorens Shtekels
0b16d5f92b feat[prep]: role, player constructors 2024-03-10 19:19:00 +02:00
Kristofers Solo
45928dd679
Merge pull request #3 from jorenchik/ninja
Add ninja support
2024-03-10 19:01:05 +02:00
Jorens Shtekels
0a61c08a0e feat[prep]: move time function into a module 2024-03-10 18:59:20 +02:00