Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
240 commits
Select commit Hold shift + click to select a range
df40dbd
Character update
kikofp02 Apr 23, 2023
d254f75
Folders order + Code clean up
Historn Apr 24, 2023
6b18929
Change path texture
Historn Apr 24, 2023
3b35dd2
New player texture change
Historn Apr 24, 2023
6ad32f1
Included GuiSlider + GuiCheckBox .h .cpp
AdriaPm Apr 25, 2023
7fa896a
Revert "Included GuiSlider + GuiCheckBox .h .cpp"
AdriaPm Apr 25, 2023
d6a8ace
Cleanup on KidEnemy
Hekbas Apr 25, 2023
14e2e54
Button clean up not working
Historn Apr 25, 2023
ed55c96
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas Apr 25, 2023
6a87e01
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn Apr 25, 2023
028cc0f
Update Scene.cpp
Historn Apr 25, 2023
3941263
Added particle system not fully working
Historn Apr 25, 2023
3499071
Functions Physics added without errors, must try they work
softdrawss Apr 25, 2023
5fccb12
Particle system not working
Historn Apr 26, 2023
081289a
Added font3.png for GUI Buttons
AdriaPm Apr 26, 2023
126c489
Particle System Works good
Historn Apr 26, 2023
ec49551
NPC Mage added with dialogue
Historn Apr 26, 2023
5afea02
Save png
Historn Apr 27, 2023
7bdbba2
Save icon feedback
Historn Apr 27, 2023
533b040
Added Some things
Historn Apr 27, 2023
4934b86
Replacement of Physics with New Collisions Module *WORK IN PROGRESS*
Hekbas Apr 28, 2023
288a050
* STILL WORK IN PROGRESS*
Hekbas Apr 28, 2023
27de0d3
Added drawing colliders
Hekbas Apr 28, 2023
6d91736
Camera center color indicator
Hekbas Apr 28, 2023
7229187
Save whe talking Mage works & change to Night
Historn Apr 28, 2023
f6aa9f2
Character sprites added + change night draft
Historn Apr 28, 2023
1d07af6
Added Gui Slider + Checkbox files
AdriaPm Apr 28, 2023
bac4cac
Increased Player walk anim speed
AdriaPm Apr 28, 2023
3f9f631
Changed sand color + save variables added
Historn Apr 28, 2023
63dbcac
Finished CheckCollision
Hekbas Apr 29, 2023
23f0fec
Fixed ChecCollision (rectangle-circle case)
Hekbas Apr 29, 2023
4328ebb
Changed the following for ALL Entities:
Hekbas Apr 30, 2023
4d4a84e
Fixed ALL Entities Body colliders/sprites
Hekbas Apr 30, 2023
2c5d7ba
Implemented SolveCollision
Hekbas May 1, 2023
476235e
Collisions done
Hekbas May 1, 2023
f90117e
Solved merge conflicts DevelopmentNewPhysics into Development
Hekbas May 2, 2023
538be82
Merging errors fixed
Historn May 2, 2023
682699c
Added SceneManager, need to implemant
Hekbas May 2, 2023
19b9295
Anims
Historn May 2, 2023
8ff8697
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn May 2, 2023
9c94ba6
particle player error fix
Historn May 2, 2023
b035d98
Added SceneManager, need to solve issues
Hekbas May 2, 2023
16b19d3
SceneManager Implemented, must solve GUI Issues
Hekbas May 2, 2023
e9ec957
Fix Attempt 1
Hekbas May 3, 2023
1f1a133
Items, runing particles and some global vars
Historn May 3, 2023
83215a0
fix camera
Historn May 3, 2023
4463ca9
collision with items
Historn May 3, 2023
6313979
Fixed SceneManager
Hekbas May 3, 2023
68221f6
Added coment on GuiManager
Hekbas May 3, 2023
49a8734
Merge Conflicts solved
Hekbas May 3, 2023
a77d008
Solved merge Issues Scene -> SceneManager
Hekbas May 3, 2023
fe44359
Particles when taking an object but not fully working
Historn May 3, 2023
a2436dc
Add new files. Pending to add them into the program.
kikofp02 May 3, 2023
7144fe0
Dungeon floor 1 map
AriSevcik May 3, 2023
be7ed39
Items particles working
Historn May 4, 2023
26233da
Fireflies Particles when Night
Historn May 4, 2023
56b3635
small particle changes
Historn May 4, 2023
e2e6692
Update ParticleSystemManager.cpp
Historn May 4, 2023
d4e6f63
Save party member stats
Historn May 4, 2023
308dbef
Add circusTwo, small edit circusOne
AriSevcik May 5, 2023
79c8b96
Added some items
Historn May 6, 2023
ce180c1
Scene now Switches in SceneManager PreUpdate
Hekbas May 7, 2023
cb02575
Pending to solve
kikofp02 May 8, 2023
4d67159
Logo appears
Historn May 8, 2023
18ee443
si
Historn May 8, 2023
8502b74
Added function to create teleports
Hekbas May 8, 2023
be2839e
Map teleports
Historn May 8, 2023
30e7427
add filter maps
Historn May 8, 2023
1c9d814
Changed Scene id from SString to SceneID enum type.
Hekbas May 8, 2023
292d0da
Colliders now drawn on Debug
Hekbas May 8, 2023
df609d6
Code cleaning
Hekbas May 8, 2023
c295bf0
Added easing to guicontrol
Hekbas May 8, 2023
6b3b496
Added Easings to SceneLogo
Hekbas May 8, 2023
35b2330
tp colliders not workin
Historn May 9, 2023
bfff517
Tp collisions new physiscs
Historn May 9, 2023
c65eae0
In progress: added the manager, started the menu and edited the dialo…
kikofp02 May 9, 2023
b48e3be
- Added MenuManager, must finish Implementation
Hekbas May 10, 2023
19ccc5b
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 10, 2023
3735afa
Revert "- Added MenuManager, must finish Implementation"
Hekbas May 10, 2023
60b45aa
work in progress
Hekbas May 10, 2023
804d31a
work in progress
Hekbas May 10, 2023
798e800
Map teleports fully working
Historn May 10, 2023
aaa5c95
All tp fixed debug
Historn May 10, 2023
9a03860
Circus maps tps
Historn May 10, 2023
cbf03ff
work in progress
Hekbas May 10, 2023
7d945f7
Fixed circular include dependency
Hekbas May 10, 2023
1664051
work in progress
Hekbas May 10, 2023
a2ec34f
Implemented MenuTitle
Hekbas May 10, 2023
a3db983
Set default Scene menu when switching Scene
Hekbas May 10, 2023
7432c90
Implemented Minimal Working MenuManager, need to Finish:
Hekbas May 10, 2023
7955bff
Added ButtonID, cleaned code
Hekbas May 10, 2023
2c62960
Fixed button names
Hekbas May 10, 2023
e9aa3fb
Settings Menu Implemented, must review text
Hekbas May 11, 2023
fc0ba86
LightUpSword + change to particle list
Historn May 11, 2023
7338cfc
Update config.xml
Historn May 11, 2023
51d1e4b
Update config.xml
Historn May 11, 2023
6d52f31
Work in MenuSettings
Hekbas May 11, 2023
6ae10ef
MenuSettings options now display on/off correctly
Hekbas May 11, 2023
f1fc9a6
Some sfx now on MenuManager
Hekbas May 11, 2023
0f28033
Implemented MenuCredits
Hekbas May 11, 2023
15f1814
Minor changes
Historn May 11, 2023
796849d
Implemented menuPause and Cleaned SceneGame
Hekbas May 12, 2023
f20c1e9
Update config.xml
Historn May 12, 2023
8b3213d
Added MenuFight, Need to Implement
Hekbas May 12, 2023
21f72ed
MenuFight butons
Hekbas May 12, 2023
5a00a35
Solved Merge Connflicts
Hekbas May 12, 2023
9e26ac7
MenuFight changed buttons
Hekbas May 12, 2023
065b69d
Implemented MenuQuest
Hekbas May 12, 2023
f1c6f61
Added some music and sounds
Historn May 12, 2023
0ca5b8e
Implemented MenuParty
Hekbas May 12, 2023
5a39926
Solved Merge Conflicts
Hekbas May 12, 2023
c5bf15f
Fixed Merge Issues
Hekbas May 12, 2023
bc7c771
New map
kikofp02 May 13, 2023
7ad2664
Items-Inventory
RylanJGraham May 13, 2023
475b87d
Added inventory + save states
Historn May 13, 2023
6f55998
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn May 13, 2023
7649664
NewPartyMenuInventoryCompleted
RylanJGraham May 13, 2023
cce5d1e
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
RylanJGraham May 13, 2023
e0def54
New map changes: Town map new sprites
kikofp02 May 13, 2023
c5b63e0
PartyMenuSpacingGood
RylanJGraham May 13, 2023
cfc5637
Update PartyMenu.png
RylanJGraham May 13, 2023
81e4484
Gamepad working (need to assign controls)
AdriaPm May 13, 2023
802acb2
Save inventory and party stats
Historn May 13, 2023
8d87558
Merge pull request #8 from Fun-Makers-Studios/Development-Gamepad
Historn May 13, 2023
48ed6e4
Fix attempt ModuleController
Hekbas May 13, 2023
641b6e4
Create dialogueBox.png
AdriaPm May 13, 2023
2e77538
Inventory variables
Historn May 13, 2023
676c251
GamePad functional & ready to map controls
AdriaPm May 13, 2023
0a284e8
New GamePad controls mapped
AdriaPm May 13, 2023
095f12a
Implemented buttons MenuFight
Hekbas May 13, 2023
384e4ce
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 13, 2023
c402e2e
Added Transition library
Hekbas May 13, 2023
948bdee
Circus level one map update
AriSevcik May 13, 2023
bcd5f70
added circusOne tileset
AriSevcik May 13, 2023
41cdd67
Fixed all Issues with Transition library, must implement
Hekbas May 14, 2023
c780504
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 14, 2023
78b2502
Complete rework of TransitionsManager
Hekbas May 14, 2023
7e83117
Solved some perspective problems in circusOne
AriSevcik May 14, 2023
aa766fe
Added PhysFS library (load assets from .zip)
AdriaPm May 14, 2023
31b2b8e
Fixed Scene Logo FX
AdriaPm May 14, 2023
573873a
.gitignore updated
AdriaPm May 14, 2023
b911b62
CircusOne updates
AriSevcik May 14, 2023
a60b032
Item store && inventory
Historn May 14, 2023
ff958f6
circusOne update
AriSevcik May 14, 2023
5c4b5d0
Select slot with item inventory
Historn May 14, 2023
28699aa
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn May 14, 2023
d7b4358
Added scene circus
Historn May 14, 2023
95dc5e3
Final changes to the maps of the town
kikofp02 May 15, 2023
ca737d0
Implemented Easings into TransitionManager
Hekbas May 15, 2023
fc00dfe
Fixed merge conflicts
Hekbas May 15, 2023
afcf522
Added VS Filters
Hekbas May 15, 2023
0bca6d5
Fixed map_town collisions and textures
Hekbas May 15, 2023
aaea4fa
Implemented Entity Sorting and Map topLayer
Hekbas May 15, 2023
a990129
Freeze Player in Menus + Menu print order corrected
AdriaPm May 15, 2023
16b8477
CircusOne details and object images
AriSevcik May 15, 2023
4c20327
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
AriSevcik May 15, 2023
9658add
Settings Sliders half-way
AdriaPm May 15, 2023
eb038db
Create Slider-Buttons.png
RylanJGraham May 15, 2023
7f58459
Settings Menu Sliders + Lower Volume on all menus
AdriaPm May 15, 2023
0ac5502
Freeze player when dialogue
AdriaPm May 15, 2023
55b45eb
Exit game on pause menu
AdriaPm May 15, 2023
d36a9b7
PuzzleManager + more stuff
Historn May 15, 2023
a935473
Puzzles initializes
Historn May 16, 2023
430838d
Implemented SceneFight and MenuFight
Hekbas May 16, 2023
c03aec9
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 16, 2023
0c24074
Fixed merge Isues
Hekbas May 16, 2023
348535e
Initialized DialogManager vars as nullptr
Hekbas May 16, 2023
ab95451
Moved UI stuff into MenuManager, UI deleted
Hekbas May 16, 2023
9d9dd64
Implemented delayTime in Easing's TrackTime
Hekbas May 16, 2023
1b20aff
Changed Title Screen
Hekbas May 16, 2023
807184e
player Speed back to 6
Hekbas May 16, 2023
1b68295
All types of quests - done. Changes to the QuestMenu. Minor bugs fixe…
kikofp02 May 16, 2023
572c53f
Puzzle Manager fully working + Button order puzzle
Historn May 16, 2023
b08ad20
Minor fix from the merge.
kikofp02 May 16, 2023
4ededf5
Map teleports fixed
Historn May 16, 2023
da5b079
Added Name on Title
Hekbas May 16, 2023
8755f4d
Player and items position changed
Historn May 16, 2023
1a21682
Title animation
Hekbas May 16, 2023
aed4770
Take circus ticket to enter circus
Historn May 16, 2023
d74bc78
Dialogs added, new npc and quests timeline
kikofp02 May 16, 2023
c3672de
small change
Historn May 16, 2023
32b79d6
Battle Sprites, player speed reduced
Hekbas May 16, 2023
d571b25
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 16, 2023
4e26a41
Quest Sophie done
kikofp02 May 16, 2023
d89efcc
Fixed nullptr access
Hekbas May 16, 2023
e74ff98
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 16, 2023
ae4b676
Deleted Enemykid
Hekbas May 16, 2023
e250ec9
Clears all puzzle per map
Historn May 22, 2023
45fb2b2
Puzzle door fixed
Historn May 23, 2023
f13ae5d
Fixed apostrophes ascii on dialog
Hekbas May 23, 2023
d91194c
Map changes with transition
Historn May 23, 2023
fa97f5f
G button to E to Interact
Historn May 23, 2023
7c5bdcd
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 23, 2023
5920f06
Fixed Speed rder in SceneFight and Modified Transition Easings
Hekbas May 23, 2023
d55b77b
Reworked Debug
Hekbas May 25, 2023
70d07c6
Fixed player animation
Hekbas May 25, 2023
0c63347
Fixed player particles while idle
Hekbas May 25, 2023
ccee16b
Implemented sand particle to player animation
Hekbas May 25, 2023
9a16345
Deleted OnCollision and Scene's OnGuiMouseClickEvent
Hekbas May 25, 2023
f71d63c
Implemented deltaTime on GuiManager
Hekbas May 25, 2023
9a86857
Map tilesets added to xml format
Historn May 27, 2023
e176a94
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn May 27, 2023
9b8651c
Reworked MenuManager to support multiple menus working at the same time
Hekbas May 28, 2023
303d570
Added DrawGuiBounds and new Menus
Hekbas May 28, 2023
0d48ff4
Implemented New Menus:
Hekbas May 30, 2023
150bdef
Implemented Inventory - picking up items
Hekbas May 30, 2023
c135787
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas May 30, 2023
cc40f7d
Added MenuTabs reset animation andMenuquest image
Hekbas May 30, 2023
3f1c82f
Added UI Assets
Hekbas Jun 12, 2023
3d24166
Change the Quest Menu font 1
kikofp02 Jun 12, 2023
c01ec45
Changed UI + folders
Hekbas Jun 12, 2023
41f26b7
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas Jun 12, 2023
3981b94
Puzzles finsihed + Dungeon map 2 fixed
Historn Jun 12, 2023
a6e261b
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn Jun 12, 2023
94375e3
Fixed questBox UI image
Hekbas Jun 12, 2023
6b65112
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas Jun 12, 2023
ee42b93
Changes to font functions and Quest menu
kikofp02 Jun 12, 2023
fb4594f
Added Inventory Manager
Hekbas Jun 12, 2023
4dcd1d0
Added avatars
Hekbas Jun 12, 2023
250bf29
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas Jun 12, 2023
338391d
Quest Menu with new assets part 1
kikofp02 Jun 13, 2023
60493d6
Fixed "..." and added dialog loop options
AriSevcik Jun 13, 2023
530ea25
Implemented PartyMenu
Hekbas Jun 13, 2023
05142cf
plis I want to sleep
softdrawss Jun 13, 2023
636fae6
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
softdrawss Jun 13, 2023
27307c5
Quest menu final update
kikofp02 Jun 13, 2023
472855c
Implemented MenuCredits
Hekbas Jun 13, 2023
33929f9
Update config.xml
AriSevcik Jun 13, 2023
38215e5
MenuSettings img
Hekbas Jun 13, 2023
78e4c3c
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas Jun 13, 2023
25ba4b4
Fixed Music
Hekbas Jun 13, 2023
5e55738
Save state not fully working + Music fix
Historn Jun 13, 2023
164ee71
Load From Save map
Historn Jun 13, 2023
582d9c3
Last Changes
kikofp02 Jun 13, 2023
3f8fcd8
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Historn Jun 13, 2023
f11606a
Last
Hekbas Jun 13, 2023
64882ee
Merge branch 'Development' of https://github.com/Fun-Makers-Studios/P…
Hekbas Jun 13, 2023
7483d58
Titles scale
Hekbas Jun 13, 2023
54d3221
Fix
Hekbas Jun 13, 2023
337a35c
Final update
kikofp02 Jun 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################

/.vs
Binary file modified .vs/NEW TEMPLATE/v17/.wsuo
Binary file not shown.
Binary file modified .vs/Project2_TheToyBox/v16/.suo
Binary file not shown.
Binary file modified .vs/Project2_TheToyBox/v16/Browse.VC.db
Binary file not shown.
2 changes: 1 addition & 1 deletion .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"ExpandedNodes": [
""
],
"SelectedNode": "\\Development.sln",
"SelectedNode": "\\TheToyBox.sln",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
Binary file removed Project2_Template-master/.vs/Development/v16/.suo
Binary file not shown.
Binary file not shown.
Binary file removed TheToyBox_Template/.vs/TheToyBox/v16/.suo
Binary file not shown.
Binary file removed TheToyBox_Template/.vs/TheToyBox/v16/Browse.VC.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/AngryShopkeeper_Sprite.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/Clown_Sprite.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/IMG-20230301-WA0011.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/Imp_Sprite.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/Kids_Sprites.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/Sophie_Sprite.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/Wizard_Sprite.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/Zero_Sprite.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/ashley.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/concept1.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/concept2.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/concept3.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/gabriel.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/imp.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/johnny.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/mago pixel art.png
Binary file not shown.
Binary file removed Wiki/ArtAndAudio/sophie.png
Diff not rendered.
Binary file removed Wiki/ArtAndAudio/zero.png
Diff not rendered.
Binary file removed Wiki/ArtAndAudio/zeroUnderworld.png
Diff not rendered.
Binary file removed Wiki/GDD/AngryShopkeeper_Sprite.png
Diff not rendered.
Binary file removed Wiki/GDD/Clown_Sprite.png
Diff not rendered.
Binary file removed Wiki/GDD/Imp_Sprite.png
Diff not rendered.
Binary file removed Wiki/GDD/Kids_Sprites.png
Diff not rendered.
Binary file removed Wiki/GDD/Sophie_Sprite.png
Diff not rendered.
Binary file removed Wiki/GDD/Wizard_Sprite.png
Diff not rendered.
Binary file removed Wiki/GDD/Zero_Sprite.png
Diff not rendered.
Binary file removed Wiki/GDD/floor1.jpg
Diff not rendered.
Binary file removed Wiki/GDD/floor2.jpg
Diff not rendered.
Binary file removed Wiki/GDD/floor3.jpg
Diff not rendered.
Binary file removed Wiki/GDD/floor4.jpg
Diff not rendered.
Binary file removed Wiki/GDD/gamestate.jpg
Diff not rendered.
1 change: 0 additions & 1 deletion Wiki/GDD/gdd.txt

This file was deleted.

Binary file removed Wiki/GDD/store.jpg
Diff not rendered.
Binary file removed Wiki/GDD/town.jpg
Diff not rendered.
10 changes: 0 additions & 10 deletions Wiki/GUIdocs/GUI.md

This file was deleted.

Binary file removed Wiki/GUIdocs/menuflow.png
Diff not rendered.
Binary file removed Wiki/Home/Team_photo_FM.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Co-working_Costs.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/GanttDiagram_17.04.2023.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Material_Costs.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Meetings_Record.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Milestones_17.04.2023.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Other_Costs.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Registration_Taxes.png
Diff not rendered.
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Sprints_17.04.2023.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Work_Time.png
Diff not rendered.
Binary file removed Wiki/ProductionPlan/Working_Time_Costs.png
Diff not rendered.
Binary file removed Wiki/QA/Template.png
Diff not rendered.
1 change: 0 additions & 1 deletion Wiki/QA/hello

This file was deleted.

Binary file removed Wiki/QA/labels.png
Diff not rendered.
Binary file removed Wiki/QA/utilities.png
Diff not rendered.
Binary file removed Wiki/TDD/branching_policy.png
Diff not rendered.
Binary file removed Wiki/TDD/build_release.png
Diff not rendered.
Binary file removed Wiki/TDD/files_directories_example.png
Diff not rendered.
1 change: 1 addition & 0 deletions citm_desvj_project_template-L07/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
!Game/Source/External/Optick/lib/debugLib/OptickCore.lib
!Game/Source/External/Optick/lib/releaseLib/OptickCore.lib
!Game/Source/External/SDL_ttf/libx86/SDL2_ttf.lib
!Game/Source/External/PhysFS/libx86/physfs.lib

# Executables
*.exe
Expand Down
123 changes: 101 additions & 22 deletions citm_desvj_project_template-L07/Game/Game.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<Link>
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_mixer.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OptickCore.lib;SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(ProjectDir)Source\External\SDL_ttf\libx86;$(ProjectDir)Source\External\Optick\lib\releaseLib;$(ProjectDir)Source\External\Optick\lib\debugLib;$(ProjectDir)Source\External\SDL\libx86;$(ProjectDir)Source\External\SDL_image\libx86;$(ProjectDir)Source\External\SDL_mixer\libx86;$(ProjectDir)Source\External\Box2D\libx86\DebugLib</AdditionalLibraryDirectories>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_mixer.lib;physfs.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OptickCore.lib;SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(ProjectDir)Source\External\PhysFS\libx86;$(ProjectDir)Source\External\SDL_ttf\libx86;$(ProjectDir)Source\External\Optick\lib\releaseLib;$(ProjectDir)Source\External\Optick\lib\debugLib;$(ProjectDir)Source\External\SDL\libx86;$(ProjectDir)Source\External\SDL_image\libx86;$(ProjectDir)Source\External\SDL_mixer\libx86;$(ProjectDir)Source\External\Box2D\libx86\DebugLib</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy /Y "$(SolutionDir)Build\$(Configuration)\$(ProjectName).exe" "$(SolutionDir)Output\$(ProjectName).exe"</Command>
Expand All @@ -87,88 +87,156 @@
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<SubSystem>Windows</SubSystem>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_mixer.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OptickCore.lib;SDL2_ttf.lib;Box2D.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(ProjectDir)Source\External\SDL_ttf\libx86;$(ProjectDir)Source\External\Optick\lib\releaseLib;$(ProjectDir)Source\External\Optick\lib\debugLib;$(ProjectDir)Source\External\SDL\libx86;$(ProjectDir)Source\External\SDL_image\libx86;$(ProjectDir)Source\External\SDL_mixer\libx86;$(ProjectDir)Source\External\Box2D\libx86\ReleaseLib</AdditionalLibraryDirectories>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;SDL2_image.lib;SDL2_mixer.lib;physfs.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;OptickCore.lib;SDL2_ttf.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalLibraryDirectories>$(ProjectDir)Source\External\PhysFS\libx86;$(ProjectDir)Source\External\SDL_ttf\libx86;$(ProjectDir)Source\External\Optick\lib\releaseLib;$(ProjectDir)Source\External\Optick\lib\debugLib;$(ProjectDir)Source\External\SDL\libx86;$(ProjectDir)Source\External\SDL_image\libx86;$(ProjectDir)Source\External\SDL_mixer\libx86;$(ProjectDir)Source\External\Box2D\libx86\ReleaseLib</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy /Y "$(SolutionDir)Build\$(Configuration)\$(ProjectName).exe" "$(SolutionDir)Output\$(ProjectName).exe"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="Source\AlternatingBars.cpp" />
<ClCompile Include="Source\AssetsManager.cpp" />
<ClCompile Include="Source\ButtonOrderPuzzle.cpp" />
<ClCompile Include="Source\CollectQuest.cpp" />
<ClCompile Include="Source\Dissolve.cpp" />
<ClCompile Include="Source\Easing.cpp" />
<ClCompile Include="Source\ExpandingBars.cpp" />
<ClCompile Include="Source\FadeToColor.cpp" />
<ClCompile Include="Source\GoToQuest.cpp" />
<ClCompile Include="Source\GuiCheckBox.cpp" />
<ClCompile Include="Source\GuiSlider.cpp" />
<ClCompile Include="Source\ImposibleQuest.cpp" />
<ClCompile Include="Source\KidEnemy.cpp" />
<ClCompile Include="Source\Coin.cpp" />
<ClCompile Include="Source\Color.cpp" />
<ClCompile Include="Source\Debug.cpp" />
<ClCompile Include="Source\DIalogue.cpp" />
<ClCompile Include="Source\DialogueManager.cpp" />
<ClCompile Include="Source\EndingScreen.cpp" />
<ClCompile Include="Source\MenuCredits.cpp" />
<ClCompile Include="Source\MenuFight.cpp" />
<ClCompile Include="Source\MenuManager.cpp" />
<ClCompile Include="Source\MenuParty.cpp" />
<ClCompile Include="Source\MenuPause.cpp" />
<ClCompile Include="Source\MenuQuest.cpp" />
<ClCompile Include="Source\MenuSettings.cpp" />
<ClCompile Include="Source\MenuTabs.cpp" />
<ClCompile Include="Source\MenuTitle.cpp" />
<ClCompile Include="Source\MirrorPuzzle.cpp" />
<ClCompile Include="Source\PuzzleManager.cpp" />
<ClCompile Include="Source\PuzzlePiece.cpp" />
<ClCompile Include="Source\PartyMembersQuest.cpp" />
<ClCompile Include="Source\QuestManager.cpp" />
<ClCompile Include="Source\SceneEnding.cpp" />
<ClCompile Include="Source\EntityManager.cpp" />
<ClCompile Include="Source\Fonts.cpp" />
<ClCompile Include="Source\GuiButton.cpp" />
<ClCompile Include="Source\GuiManager.cpp" />
<ClCompile Include="Source\Item.cpp" />
<ClCompile Include="Source\LogoScreen.cpp" />
<ClCompile Include="Source\SceneLogo.cpp" />
<ClCompile Include="Source\Main.cpp" />
<ClCompile Include="Source\App.cpp" />
<ClCompile Include="Source\Audio.cpp" />
<ClCompile Include="Source\Input.cpp" />
<ClCompile Include="Source\Map.cpp" />
<ClCompile Include="Source\ModuleController.cpp" />
<ClCompile Include="Source\ModuleFadeToBlack.cpp" />
<ClCompile Include="Source\NPC.cpp" />
<ClCompile Include="Source\Particle.cpp" />
<ClCompile Include="Source\ParticleSystem.cpp" />
<ClCompile Include="Source\ParticleSystemManager.cpp" />
<ClCompile Include="Source\PartyManager.cpp" />
<ClCompile Include="Source\Pathfinding.cpp" />
<ClCompile Include="Source\PerfTimer.cpp" />
<ClCompile Include="Source\Physics.cpp" />
<ClCompile Include="Source\Collisions.cpp" />
<ClCompile Include="Source\Player.cpp" />
<ClCompile Include="Source\Scene.cpp" />
<ClCompile Include="Source\SceneGame.cpp" />
<ClCompile Include="Source\Render.cpp" />
<ClCompile Include="Source\SceneFight.cpp" />
<ClCompile Include="Source\SlimeEnemy.cpp" />
<ClCompile Include="Source\SceneManager.cpp" />
<ClCompile Include="Source\Slide.cpp" />
<ClCompile Include="Source\Spline.cpp" />
<ClCompile Include="Source\TalkQuest.cpp" />
<ClCompile Include="Source\Textures.cpp" />
<ClCompile Include="Source\Timer.cpp" />
<ClCompile Include="Source\TitleScreen.cpp" />
<ClCompile Include="Source\UI.cpp" />
<ClCompile Include="Source\SceneTitle.cpp" />
<ClCompile Include="Source\TransitionManager.cpp" />
<ClCompile Include="Source\Window.cpp" />
<ClCompile Include="Source\Wipe.cpp" />
<ClCompile Include="Source\ZoomToTexture.cpp" />
<ClInclude Include="Source\AlternatingBars.h" />
<ClInclude Include="Source\Animation.h" />
<ClInclude Include="Source\AssetsManager.h" />
<ClInclude Include="Source\Bar.h" />
<ClInclude Include="Source\ButtonOrderPuzzle.h" />
<ClInclude Include="Source\CollectQuest.h" />
<ClInclude Include="Source\Dissolve.h" />
<ClInclude Include="Source\Easing.h" />
<ClInclude Include="Source\ExpandingBars.h" />
<ClInclude Include="Source\FadeToColor.h" />
<ClInclude Include="Source\GoToQuest.h" />
<ClInclude Include="Source\GuiCheckBox.h" />
<ClInclude Include="Source\GuiSlider.h" />
<ClInclude Include="Source\ImposibleQuest.h" />
<ClInclude Include="Source\KidEnemy.h" />
<ClInclude Include="Source\Coin.h" />
<ClInclude Include="Source\Color.h" />
<ClInclude Include="Source\Debug.h" />
<ClInclude Include="Source\Dialogue.h" />
<ClInclude Include="Source\DialogueManager.h" />
<ClInclude Include="Source\EndingScreen.h" />
<ClInclude Include="Source\MenuTabs.h" />
<ClInclude Include="Source\MirrorPuzzle.h" />
<ClInclude Include="Source\Puzzle.h" />
<ClInclude Include="Source\PuzzleManager.h" />
<ClInclude Include="Source\PuzzlePiece.h" />
<ClInclude Include="Source\PartyMembersQuest.h" />
<ClInclude Include="Source\Quest.h" />
<ClInclude Include="Source\QuestManager.h" />
<ClInclude Include="Source\Menu.h" />
<ClInclude Include="Source\MenuCredits.h" />
<ClInclude Include="Source\MenuFight.h" />
<ClInclude Include="Source\MenuManager.h" />
<ClInclude Include="Source\MenuParty.h" />
<ClInclude Include="Source\MenuPause.h" />
<ClInclude Include="Source\MenuQuest.h" />
<ClInclude Include="Source\MenuSettings.h" />
<ClInclude Include="Source\MenuTitle.h" />
<ClInclude Include="Source\SceneEnding.h" />
<ClInclude Include="Source\Fonts.h" />
<ClInclude Include="Source\GuiButton.h" />
<ClInclude Include="Source\GuiControl.h" />
<ClInclude Include="Source\GuiManager.h" />
<ClInclude Include="Source\ModuleController.h" />
<ClInclude Include="Source\NPC.h" />
<ClInclude Include="Source\Particle.h" />
<ClInclude Include="Source\ParticleSystem.h" />
<ClInclude Include="Source\ParticleSystemManager.h" />
<ClInclude Include="Source\PartyManager.h" />
<ClInclude Include="Source\PerfTimer.h" />
<ClInclude Include="Source\Scale.h" />
<ClInclude Include="Source\Scene.h" />
<ClInclude Include="Source\SceneFight.h" />
<ClInclude Include="Source\SlimeEnemy.h" />
<ClInclude Include="Source\Entity.h" />
<ClInclude Include="Source\EntityManager.h" />
<ClInclude Include="Source\Item.h" />
<ClInclude Include="Source\LogoScreen.h" />
<ClInclude Include="Source\SceneLogo.h" />
<ClInclude Include="Source\Map.h" />
<ClInclude Include="Source\ModuleFadeToBlack.h" />
<ClInclude Include="Source\Pathfinding.h" />
<ClInclude Include="Source\Physics.h" />
<ClInclude Include="Source\Collisions.h" />
<ClInclude Include="Source\Player.h" />
<ClInclude Include="Source\Queue.h" />
<ClInclude Include="Source\Scene.h" />
<ClInclude Include="Source\SceneGame.h" />
<ClInclude Include="Source\Audio.h" />
<ClInclude Include="Source\Input.h" />
<ClInclude Include="Source\App.h" />
<ClInclude Include="Source\Module.h" />
<ClInclude Include="Source\Render.h" />
<ClInclude Include="Source\SceneManager.h" />
<ClInclude Include="Source\Slide.h" />
<ClInclude Include="Source\Spline.h" />
<ClInclude Include="Source\TalkQuest.h" />
<ClInclude Include="Source\Textures.h" />
<ClInclude Include="Source\Timer.h" />
<ClInclude Include="Source\TitleScreen.h" />
<ClInclude Include="Source\UI.h" />
<ClInclude Include="Source\SceneTitle.h" />
<ClInclude Include="Source\Transition.h" />
<ClInclude Include="Source\TransitionManager.h" />
<ClInclude Include="Source\Window.h" />
<ClInclude Include="Source\Defs.h" />
<ClInclude Include="Source\List.h" />
Expand All @@ -180,10 +248,21 @@
<ClInclude Include="Source\External\PugiXml\src\pugiconfig.hpp" />
<ClInclude Include="Source\External\PugiXml\src\pugixml.hpp" />
<ClCompile Include="Source\External\PugiXml\src\pugixml.cpp" />
<ClInclude Include="Source\Wipe.h" />
<ClInclude Include="Source\ZoomToTexture.h" />
</ItemGroup>
<ItemGroup>
<Xml Include="..\Output\config.xml" />
</ItemGroup>
<ItemGroup>
<None Include="..\Output\Assets\Maps\circusOne.tmx" />
<None Include="..\Output\Assets\Maps\circusTwo.tmx" />
<None Include="..\Output\Assets\Maps\housebasement.tmx" />
<None Include="..\Output\Assets\Maps\housefloor.tmx" />
<None Include="..\Output\Assets\Maps\inn.tmx" />
<None Include="..\Output\Assets\Maps\map_town.tmx" />
<None Include="..\Output\Assets\Maps\tavern.tmx" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
Loading