aboutsummaryrefslogtreecommitdiff
path: root/modules/mobile_vr
Commit message (Collapse)AuthorAgeFilesLines
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
| | | | | | This allows to disable modules based on the environment, in particular `env[tools]` which tells us if we are building the editor or not.
* add GLES 2 renderer for 2Dkarroffel2018-03-011-1/+1
| | | | | | | | This commit adds a new rendering backend, GLES2, and adds a project setting to enable it. Currently this backend can only be used on the X11 platform, but integrating into other platforms is planned.
* doc: Remove status from hardcoded version stringRémi Verschelde2018-02-271-1/+1
| | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* doc: Update version string in headerRémi Verschelde2018-02-191-1/+1
|
* doc: Sync with current sourceRémi Verschelde2018-01-251-1/+1
| | | | | | 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).
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* doc: Update version string in XMLRémi Verschelde2018-01-131-1/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-054-2/+5
| | | | | | 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.
* Update copyright statements to 2018Rémi Verschelde2018-01-014-8/+8
| | | | Happy new year to the wonderful Godot community!
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-0/+2
|
* doc: Remove setters and getters now exposed via properties/membersRémi Verschelde2017-11-241-96/+0
|
* doc: Update header version for 3.0-betaRémi Verschelde2017-11-241-1/+1
|
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-5/+7
|
* doc: Remove revision.module_config from version stringRémi Verschelde2017-11-151-1/+1
| | | | | It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
* Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-132-2/+2
|
* Align sensors and implement gravity sensor for AndroidBastiaan Olij2017-11-111-11/+0
|
* Fix has_gyro and has_grav mixupBastiaan Olij2017-11-081-3/+7
|
* Fix compilation on Visual Studio 2013 (#10219).scorched2017-10-201-1/+1
|
* Made a few tweaks to the interfaceBastiaanOlij2017-10-064-23/+153
|
* reintroduce generic mobile vr interfaceBastiaanOlij2017-09-288-0/+825