Skip to content

Commit ccc6659

Browse files
committed
CodeRelease 2021
1 parent 3902095 commit ccc6659

File tree

9,002 files changed

+285185
-1314955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

9,002 files changed

+285185
-1314955
lines changed

.editorconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ charset = utf-8
66
end_of_line = lf
77

88
[Src/**.{h,cpp}]
9-
indent_style = spaces
9+
indent_style = space
1010
indent_size = 2
1111

1212
[Config/**.{con,ros2,rsi2,cfg}]
13-
indent_style = spaces
13+
indent_style = space
1414
indent_size = 2
1515

16-
[{Marefile,*.mare}]
17-
indent_style = spaces
16+
[{CMakeLists.txt,*.cmake}]
17+
indent_style = space
1818
indent_size = 2
1919

2020
[Makefile]
21-
indent_style = tabs
21+
indent_style = tab
2222
tab_width = 2

.gitignore

Lines changed: 18 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -15,38 +15,21 @@ GRTAGS
1515
GTAGS
1616
tags
1717
Thumbs.db
18-
Build
19-
Config/Images
20-
Config/Logs
21-
Config/Scenes/Includes/connect.con
22-
Config/Scenes/Includes/replay.con
23-
Config/SimulatedImageSave/*
24-
Config/Statistics
25-
Make/Hooks/gitpath
26-
Make/Linux/compile_commands.json
27-
Make/Linux/Nao-objects.tmp
28-
Make/Linux/libbhuman-objects.tmp
29-
Make/Linux/libgamectrl-objects.tmp
30-
Make/LinuxCMake/cmake-build-*
31-
Make/LinuxCodeLite/*.project
32-
Make/LinuxCodeLite/*.tags
33-
Make/LinuxCodeLite/*.workspace*
34-
Make/LinuxNetBeans/B-Human/*/
35-
Make/VS20*/.vs
36-
Make/VS20*/*.sln
37-
Make/VS20*/*.vcxproj
38-
Make/VS20*/*.vcxproj.filters
39-
Make/VS20*/*.vcxproj.user
40-
Make/macOS/B-Human.xcodeproj/project.pbxproj
41-
Make/macOS/B-Human.xcodeproj/project.xcworkspace
42-
Make/macOS/B-Human.xcodeproj/xcuserdata
43-
Make/macOS/copyfiles-options.txt
44-
Make/NetBeans/*/
45-
Util/Buildchain/macOS/lib
46-
Util/GameController/Config/TCM.cfg
47-
Util/GameController/error.txt
48-
Util/GameController/logs/
49-
Util/GameController/logs_teamcomm/
50-
Util/Proto/*.class
51-
Util/Proto/*.ctxt
52-
Util/WSL
18+
/Build
19+
/Config/Images
20+
/Config/Scenes/Includes/connect.con
21+
/Config/Scenes/Includes/replay.con
22+
/Make/Hooks/gitpath
23+
!/Make/Linux/.idea
24+
/Make/Linux/.idea/*
25+
!/Make/Linux/.idea/misc.xml
26+
!/Make/Linux/.idea/codeStyles
27+
!/Make/Linux/.idea/fileTemplates
28+
/Make/Linux/.idea/fileTemplates/includes/Set Author.
29+
/Make/VS20*/*.sln
30+
/Make/macOS/B-Human.xcodeproj
31+
/Make/Common/deploy-options.txt
32+
/Util/Buildchain/macOS/bin/cmake
33+
/Util/Buildchain/macOS/include
34+
/Util/Buildchain/macOS/lib
35+
/Util/WSL

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "Util/CompiledNN"]
2+
path = Util/CompiledNN
3+
url = https://github.com/bhuman/CompiledNN.git
4+
[submodule "Util/SimRobot"]
5+
path = Util/SimRobot
6+
url = https://github.com/bhuman/SimRobot.git

CodeRelease2019.pdf

-29.4 MB
Binary file not shown.

Config/KickEngine/kickForward.kmc

Lines changed: 0 additions & 187 deletions
This file was deleted.

0 commit comments

Comments
 (0)