| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This allows to disable modules based on the environment,
in particular `env[tools]` which tells us if we are
building the editor or not.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
Update of libwebm.
Up-to-date version of libwebm contains several bugfixes that allow playback of files that would crash Godot otherwise.
|
| |
|
|
| |
It has no practical use case and just generates noise for each alpha, beta, etc.
|
| | |
|
| | |
|
| |\
| |
| | |
Fixed android arm64v8
|
| | | |
|
| | |
| |
| |
| |
| |
| | |
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018
and fix the version tag in all files (not really stable yet, but it makes no sense
to hardcode rc3 at this stage).
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
Notable potentially breaking changes:
- PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL
- Some properties were renamed, and sometimes even shadowed by new ones
- New getter methods (some virtual) were added
|
| | |
| |
| |
| |
| |
| | |
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
|
| |/
|
|
| |
Happy new year to the wonderful Godot community!
|
| |\
| |
| | |
Update style for clang-format 5.0.0, new min required version
|
| | | |
|
| |/ |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- EditorExportPlugin's _export_begin accepts all the arguments related
to the current export (is_debug, path, flags).
- EditorExportPlugin API is extended with methods allowing to configure
iOS export: add_ios_framework, add_ios_plist_content,
add_ios_linker_flags, add_ios_bundle_file.
- iOS export template now contains Godot as a static library so that
it can be linked with third-party Frameworks and GDNative static
libraries.
- Adds method to DirAccess for recursive copying of a directory.
- Fixes iOS export to work with Xcode 9 (released recently).
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
This adds support to
- VideoPlayer
- VideoStreamWebm
- VideoStreamTheora
|
| | |
|
| | |
|
| |
|
|
| |
classes
|
| |
|
|
|
|
|
|
|
|
|
| |
Rename user facing methods and variables as well as the corresponding
C++ methods according to the folloming changes:
* pos -> position
* rot -> rotation
* loc -> location
C++ variables are left as is.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
-Added system for feature overrides, it's pretty cool :)
|
| |
|
|
| |
Add some 🔥 to appease @reduz. Fixes #8692.
|
| |
|
|
|
| |
Also move Box2D ConvexDecomposition contrib code to
thirdparty/b2d_convexdecomp.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can show you the code
Pretty, with proper whitespace
Tell me, coder, now when did
You last write readable code?
I can open your eyes
Make you see your bad indent
Force you to respect the style
The core devs agreed upon
A whole new world
A new fantastic code format
A de facto standard
With some sugar
Enforced with clang-format
A whole new world
A dazzling style we all dreamed of
And when we read it through
It's crystal clear
That now we're in a whole new world of code
|
| |
|
|
|
|
| |
modified files)
-.pck and .zip exporting redone, seems to be working..
|
| | |
|
| |
|
|
| |
String.get_basename()
|
| |
|
|
| |
renamed to PoolVector
|
| |
|
|
|
|
|
|
| |
categories.
-Changed SectionedPropertyEditor to support this
-Renamed Globals singleton to GlobalConfig, makes more sense.
-Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
|
| |
|
|
|
|
|
|
| |
Variant.
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
|
| |
|
|
|
| |
Various merge conflicts have been fixed manually and some mistakes
might have been made - time will tell :)
|
| |
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
|
| | |
|
| | |
|
| |\
| |
| | |
Rename WinRT platform to UWP
|
| | | |
|
| |/ |
|
| |
|
|
| |
Also prefix all thirdparty-related toggles with `builtin`.
|
| |
|
|
|
|
|
|
|
|
|
| |
Done with `autopep8 --select=E3,W3`, fixes:
- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
|