Skip to content

Commit b3f1029

Browse files
authored
Merge develop into master (#2569)
1 parent b88e476 commit b3f1029

File tree

2,313 files changed

+10128
-6109
lines changed

Some content is hidden

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

2,313 files changed

+10128
-6109
lines changed

.appveyor-build-tag.yml

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

.appveyor-build.yml

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

.travis.yml

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

Contents/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<key>CFBundleExecutable</key>
3636
<string>webots</string>
3737
<key>CFBundleGetInfoString</key>
38-
<string>Webots R2020b revision 2, Copyright 1998-2020 Cyberbotics Ltd.</string>
38+
<string>Webots R2021a, Copyright 1998-2021 Cyberbotics Ltd.</string>
3939
<key>CFBundleIconFile</key>
4040
<string>webots_icon</string>
4141
<key>CFBundleIdentifier</key>
@@ -47,11 +47,11 @@
4747
<key>CFBundlePackageType</key>
4848
<string>APPL</string>
4949
<key>CFBundleShortVersionString</key>
50-
<string>R2020b revision 2</string>
50+
<string>R2021a</string>
5151
<key>CFBundleSignature</key>
5252
<string>wbt </string>
5353
<key>CFBundleVersion</key>
54-
<string>R2020b revision 2</string>
54+
<string>R2021a</string>
5555
<key>CSResourcesFileMapped</key>
5656
<true/>
5757
</dict>

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ clean: webots_target clean-docs
7878
@+echo "#"; echo "# * packaging *"; echo "#"
7979
@+make --silent -C scripts/packaging clean
8080
@+echo "#"; echo "# remove OS generated files and text editor backup files";
81-
@+find . -type f \( -name "*~" -o -name "*.bak" -o -name ".DS_Store" -o -name ".DS_Store?" -o -name ".Spotlight-V100" -o -name ".Trashes" -o -name "Thumbs.db" -o -name "ehthumbs.db" \) -exec /bin/rm -fv -- {} \;
81+
@+find . -type f \( -name "*~" -o -name "*.bak" -o -name ".DS_Store" -o -name ".DS_Store?" -o -name ".Spotlight-V100" -o -name ".Trashes" -o -name "Thumbs.db" -o -name "ehthumbs.db" \) -exec /bin/rm -f -- {} + -exec echo "# removed" {} +
8282
ifeq ($(MAKECMDGOALS),clean)
8383
@+echo "#"; echo "# testing if everything was cleaned...";
8484
@+git clean -fdfxn -e tests $(CLEAN_IGNORE)
@@ -116,8 +116,8 @@ endif
116116
@+make --silent -C src/wren $(TARGET)
117117
@+echo "#"; echo "# * webots (core) *"; echo "#"
118118
@+make --silent -C src/webots $(TARGET)
119-
@+echo "#"; echo "# * libController *"; echo "#"
120-
@+make --silent -C src/Controller $(TARGET) WEBOTS_HOME="$(WEBOTS_HOME)"
119+
@+echo "#"; echo "# * controller library *"; echo "#"
120+
@+make --silent -C src/controller $(TARGET) WEBOTS_HOME="$(WEBOTS_HOME)"
121121
@+echo "#"; echo "# * resources *";
122122
@+make --silent -C resources $(MAKECMDGOALS) WEBOTS_HOME="$(WEBOTS_HOME)"
123123
@+echo "#"; echo "# * projects *";

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Webots
22

3+
this is test
4+
35
[![Build Status](https://travis-ci.com/cyberbotics/webots.svg?branch=master)](https://travis-ci.com/cyberbotics/webots)
46
[![Build status](https://ci.appveyor.com/api/projects/status/8e784doc5sye7c41?svg=true)](https://ci.appveyor.com/project/omichel/webots)
57
[![Safety](https://img.shields.io/badge/safety-secure-brightgreen.svg)](https://app.gitguardian.com)

0 commit comments

Comments
 (0)