Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Сулимов Игорь Андреевич
Pac-Man
Commits
4b922aeb
Commit
4b922aeb
authored
1 week ago
by
Сулимов Игорь Андреевич
Browse files
Options
Download
Patches
Plain Diff
Completes SimpleBuilder and made a lot of changes connected with Entities and Builders
parent
10d46e1e
main
No related merge requests found
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CMakeLists.txt
+9
-3
CMakeLists.txt
include/Builder/Builders/CommonBuilder.h
+9
-9
include/Builder/Builders/CommonBuilder.h
include/Builder/Builders/ComplexBuilder.h
+4
-2
include/Builder/Builders/ComplexBuilder.h
include/Builder/Builders/SimpleBuilder.h
+4
-2
include/Builder/Builders/SimpleBuilder.h
include/Commands/ChangeStateCommand.h
+1
-1
include/Commands/ChangeStateCommand.h
include/Commands/GameCommand.h
+1
-1
include/Commands/GameCommand.h
include/Config.h
+1
-1
include/Config.h
include/MazeContent/Buildings/Pass.h
+3
-3
include/MazeContent/Buildings/Pass.h
include/MazeContent/Buildings/Room.h
+1
-0
include/MazeContent/Buildings/Room.h
include/MazeContent/Buildings/Wall.h
+2
-2
include/MazeContent/Buildings/Wall.h
include/MazeContent/Entities/IEntity.h
+2
-2
include/MazeContent/Entities/IEntity.h
source/Builder/Builders/CommonBuilder.cpp
+5
-0
source/Builder/Builders/CommonBuilder.cpp
source/Builder/Builders/ComplexBuilder.cpp
+4
-0
source/Builder/Builders/ComplexBuilder.cpp
source/Builder/Builders/SimpleBuilder.cpp
+54
-0
source/Builder/Builders/SimpleBuilder.cpp
source/Commands/GameCommand.cpp
+3
-3
source/Commands/GameCommand.cpp
source/MazeContent/Buildings/Maze.cpp
+0
-0
source/MazeContent/Buildings/Maze.cpp
source/MazeContent/Buildings/Pass.cpp
+12
-0
source/MazeContent/Buildings/Pass.cpp
source/MazeContent/Buildings/Room.cpp
+0
-0
source/MazeContent/Buildings/Room.cpp
source/MazeContent/Buildings/Wall.cpp
+43
-0
source/MazeContent/Buildings/Wall.cpp
source/MazeContent/Entities/DynamicEntities/Enemy.cpp
+0
-0
source/MazeContent/Entities/DynamicEntities/Enemy.cpp
with
158 additions
and
29 deletions
+158
-29
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets