Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop branch into Master branch - Release v1.0.0 #4

Merged
merged 103 commits into from
Sep 15, 2024
Merged
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
48f2a3d
guido first commit
Sep 9, 2024
01eba8a
fix: remove unnecessary functions
hozlucas28 Sep 9, 2024
0812b52
Update utilities.c
tefhuergo Sep 10, 2024
d47549e
fix: remove unnecessary function
hozlucas28 Sep 10, 2024
b2a5c6a
fix(ci): format code action
hozlucas28 Sep 10, 2024
e3ecad9
test(ci): test format-code action
hozlucas28 Sep 10, 2024
f532fad
fix(ci): format code action
hozlucas28 Sep 10, 2024
ef234d9
test(ci): test format-code action
hozlucas28 Sep 10, 2024
f7ed215
ci: format code
github-actions[bot] Sep 10, 2024
ddccb73
Definition of variables
TiagoGiannotti Sep 10, 2024
5434227
ci: format code
github-actions[bot] Sep 10, 2024
584d934
fix(vscode): vscode configurations
hozlucas28 Sep 11, 2024
9f030b9
feature(macros): add ROWS and COLS
hozlucas28 Sep 11, 2024
d88e3ac
feature: add new utilities functions
hozlucas28 Sep 11, 2024
2544398
test(ci): format code action
hozlucas28 Sep 11, 2024
f707280
ci: format code
github-actions[bot] Sep 11, 2024
9effd97
doc: add development team
hozlucas28 Sep 11, 2024
735b990
doc: improve doxygen documentation
hozlucas28 Sep 11, 2024
2d9a9e5
feature: improve `getUserInputStr` function
hozlucas28 Sep 11, 2024
8ed0810
feature: improve functions
hozlucas28 Sep 11, 2024
e891460
feature: reduce `strLength`
hozlucas28 Sep 11, 2024
7adbfa9
todo: add new todos (comments)
hozlucas28 Sep 11, 2024
dd94d66
feature(getUserInputStr): add `onInvalidMessage` parameter
hozlucas28 Sep 11, 2024
e5c40d3
fix(strcmpi): function behavior
hozlucas28 Sep 11, 2024
08cddbe
fix(ci): prevent commit if there are no changes
hozlucas28 Sep 11, 2024
2c79505
doc(getUserInputStr): add missing parameter
hozlucas28 Sep 11, 2024
30e1100
ci: format code
github-actions[bot] Sep 11, 2024
35ce4d4
todo: remove overhead todo
hozlucas28 Sep 11, 2024
26e897b
feature(main): improve `getUserInputStr` function arguments
hozlucas28 Sep 11, 2024
6d39c5e
todo: remove overhead todo
hozlucas28 Sep 11, 2024
157a578
test(ci): format code action
hozlucas28 Sep 11, 2024
55826eb
ci: format code
github-actions[bot] Sep 11, 2024
2b25ae5
functions pattern
Sep 11, 2024
00ae693
ci: format code
github-actions[bot] Sep 11, 2024
1ed22ab
refactor: move `validatePattern` from `src` project to `libs` project
hozlucas28 Sep 11, 2024
45b721a
todo: add new todos
hozlucas28 Sep 11, 2024
78db025
feature(macros): add new macros
hozlucas28 Sep 12, 2024
7293e1e
fix(gitignore): untrack personal files
hozlucas28 Sep 12, 2024
022d5a8
refactor: move `validatePattern` function to `validators` files
hozlucas28 Sep 12, 2024
4ec0838
feature(vscode): compile `validators.c` file
hozlucas28 Sep 12, 2024
7c718f0
ci: format code
github-actions[bot] Sep 12, 2024
fa275e7
doc: add missing files
hozlucas28 Sep 12, 2024
a53bfc7
Merge branch 'develop' of https://github.com/hozlucas28/C-Practical-W…
hozlucas28 Sep 12, 2024
eda7ac0
feature(TGame): add `generation` field
hozlucas28 Sep 12, 2024
8434610
fix(todos): improve `drawPattern` and `drawPatternInDashboard` todos
hozlucas28 Sep 12, 2024
01c7d0b
remove: unnecessary variable
hozlucas28 Sep 12, 2024
61341e3
feature(clang-format): add `ColumnLimit`
hozlucas28 Sep 12, 2024
4a63c3d
fix: remove conflicted settings
hozlucas28 Sep 12, 2024
0323034
feature/refactor: several features and refactors
hozlucas28 Sep 12, 2024
89407e5
fix(vscode): fix paths
hozlucas28 Sep 12, 2024
8e813fe
doc: update `Application Structure` section
hozlucas28 Sep 12, 2024
188052c
doc(TPattern): add missing documentation
hozlucas28 Sep 12, 2024
8ec4da7
doc(fillPattern): add missing documentation
hozlucas28 Sep 12, 2024
ee3da8a
doc(printPatternByConsole): add missing documentation
hozlucas28 Sep 12, 2024
a150a28
doc(main.h): add comment section
hozlucas28 Sep 12, 2024
faf3c8a
fix(doc): add missing backticks
hozlucas28 Sep 12, 2024
d72b595
doc(macros.h): add missing documentations
hozlucas28 Sep 12, 2024
d939655
doc(newGliderPattern): add missing documentation
hozlucas28 Sep 12, 2024
f128c2a
doc(newGliderCannonPattern): add missing documentation
hozlucas28 Sep 12, 2024
6fc7a1f
doc(newGliderPattern): improve documentation
hozlucas28 Sep 12, 2024
b492c82
doc(newPressPattern): add missing documentation
hozlucas28 Sep 12, 2024
8593835
doc(newGliderCannonPattern): improve documentation
hozlucas28 Sep 13, 2024
7c6d74e
doc(newGliderPattern): improve the documentation
hozlucas28 Sep 13, 2024
8685e0c
doc(newGliderCannonPattern): improve documentation
hozlucas28 Sep 13, 2024
3a96824
doc(newPressPattern): improve documentation
hozlucas28 Sep 13, 2024
c608512
doc(newToadPattern): add missing documentation
hozlucas28 Sep 13, 2024
f80a850
fix(drawPattern): add invalid pattern behaviour
hozlucas28 Sep 13, 2024
0eaf1bc
doc(drawPattern): add missing documentation
hozlucas28 Sep 13, 2024
643cfbe
doc(drawPatternInDashboard): add missing documentation
hozlucas28 Sep 13, 2024
f2fd732
fix(newGliderCannonPattern): update `rows` value
hozlucas28 Sep 13, 2024
6e9ce6e
feature(validateGeneration): create generation validator
hozlucas28 Sep 13, 2024
8f9830c
feature: request maximum generation
hozlucas28 Sep 13, 2024
8df49bb
feature: create delay macros
hozlucas28 Sep 13, 2024
80f87c8
doc(dashboard): improve the documentation
hozlucas28 Sep 13, 2024
72bf6f0
feature(validateDelay): create validation delay
hozlucas28 Sep 13, 2024
0346673
fix(validateGeneration): prevent digits
hozlucas28 Sep 13, 2024
d19ca8f
fix(validateGeneration): allow `-` char
hozlucas28 Sep 13, 2024
850d406
feature: request delay
hozlucas28 Sep 13, 2024
5b172e0
doc: add divider comments
hozlucas28 Sep 13, 2024
4c51958
test(ci): test format action
hozlucas28 Sep 14, 2024
1783376
ci: format code
github-actions[bot] Sep 14, 2024
5774885
fix: remove unnecessary print
hozlucas28 Sep 15, 2024
084950e
feature: add new function and complete todos
hozlucas28 Sep 15, 2024
ea83f2b
feature(constructors): call `setPatternCenter` on each constructor
hozlucas28 Sep 15, 2024
50d298b
feature: create `setPatternCenter` function
hozlucas28 Sep 15, 2024
73b845d
feature: add `center` field to `TPattern` structure
hozlucas28 Sep 15, 2024
8f7660f
feature: add `countNeighbors` function
hozlucas28 Sep 15, 2024
895773c
fix: remove unnecessary import
hozlucas28 Sep 15, 2024
e55bb74
feature(macros): add `NEIGHBORHOOD_RADIUS` macros
hozlucas28 Sep 15, 2024
c2f543a
feature: create `validatePlatform` function
hozlucas28 Sep 15, 2024
5d53691
fix: rename parameter name
hozlucas28 Sep 15, 2024
73d26f1
feature: add `ALIVE_CELL_NG` and `DEAD_CELL_NG` macros
hozlucas28 Sep 15, 2024
45810ab
feature: create functions to start the game by console
hozlucas28 Sep 15, 2024
83fd575
ci: format code
github-actions[bot] Sep 15, 2024
4f8122d
todo: create `todos.md` file
hozlucas28 Sep 15, 2024
6c3fae3
Merge branch 'develop' of https://github.com/hozlucas28/C-Practical-W…
hozlucas28 Sep 15, 2024
8ac8c88
feature: complete todos
hozlucas28 Sep 15, 2024
31c4448
ci: format code
github-actions[bot] Sep 15, 2024
0b0dbe3
Merge branch 'Master' into develop
hozlucas28 Sep 15, 2024
53f06e8
fix(ci): format code
hozlucas28 Sep 15, 2024
b252bbf
Merge branch 'develop' of https://github.com/hozlucas28/C-Practical-W…
hozlucas28 Sep 15, 2024
9968d56
fix(ci): remove pull request event and update `branch` input parameter
hozlucas28 Sep 15, 2024
a38b524
ci: create workflow to format code on pull request
hozlucas28 Sep 15, 2024
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
Prev Previous commit
Next Next commit
fix: remove unnecessary functions
hozlucas28 committed Sep 9, 2024
commit 01eba8a73a5129509fc66ae55eda0c513dde03d1
12 changes: 1 addition & 11 deletions libs/utilities.c
Original file line number Diff line number Diff line change
@@ -9,14 +9,4 @@ int getStrLength(char* str) {
};

return length;
}

void sayhi() { printf("hello guys"); }





void sayGuido()
{ printf("hello maquinas"); }

}
3 changes: 0 additions & 3 deletions libs/utilities.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,4 @@
*/
int getStrLength(char* str);

void sayhi();
void sayGuido();

#endif // UTILITIES_H_INCLUDED