| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | 2017-08-22 | 4 | -15/+9 |
| |\ |
|
| | * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 4 | -15/+9 |
| * | | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 6 | -217/+222 |
| |\ \
| |/
|/| |
|
| | * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 6 | -217/+222 |
| * | | property validate assignment condition in new variables, fixes #9411 | Juan Linietsky | 2017-08-20 | 1 | -1/+7 |
| |/ |
|
| * | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky | 2017-08-19 | 5 | -11/+10 |
| * | Fixed wrong usage of has_no_area function, closes #10434 | Juan Linietsky | 2017-08-19 | 2 | -8/+9 |
| * | Added polygon antialiasing, but it does not work on nvidia. Will have to try ... | Juan Linietsky | 2017-08-19 | 6 | -5/+9 |
| * | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | 2017-08-18 | 2 | -13/+63 |
| * | Properly manage drawing of primitives when they lack an area, fixes #8930 | Juan Linietsky | 2017-08-18 | 2 | -6/+9 |
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-17 | 3 | -4/+4 |
| * | Shader: Fix typo in "facefordward" | Rémi Verschelde | 2017-08-17 | 1 | -3/+3 |
| * | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 25 | -78/+78 |
| * | Merge pull request #10373 from RandomShaper/remove-physics-check | Rémi Verschelde | 2017-08-16 | 1 | -17/+13 |
| |\ |
|
| | * | Remove needless check in motion test | Pedro J. Estébanez | 2017-08-16 | 1 | -17/+13 |
| * | | Rename cull_AABB to cull_aabb | Rémi Verschelde | 2017-08-16 | 3 | -3/+3 |
| |/ |
|
| * | Merge pull request #10177 from bojidar-bg/9832-fix-infinite-loop | Rémi Verschelde | 2017-08-11 | 2 | -4/+4 |
| |\ |
|
| | * | Fix freeze on close of game using 2D physics introduced by #9832 | Bojidar Marinov | 2017-08-08 | 2 | -4/+4 |
| * | | Fixes method definitions with extra number of arguments | Ignacio Etcheverry | 2017-08-10 | 1 | -2/+2 |
| * | | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 5 | -27/+27 |
| * | | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | 2017-08-08 | 3 | -39/+1 |
| |/ |
|
| * | -Fixed BoneAttachment delay, closes #3966 | Juan Linietsky | 2017-08-07 | 1 | -2/+2 |
| * | Restored black bars and custom images instead of black bars, closes #1571 | Juan Linietsky | 2017-08-07 | 5 | -28/+28 |
| * | Merge pull request #10141 from ISylvox/lower_case_godot_api | Rémi Verschelde | 2017-08-07 | 19 | -147/+147 |
| |\ |
|
| | * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 19 | -147/+147 |
| * | | Merge pull request #10045 from marcelofg55/audioserver_finish | Rémi Verschelde | 2017-08-07 | 1 | -2/+3 |
| |\ \
| |/
|/| |
|
| | * | Fix double finalisation of audio drivers | Marcelo Fernandez | 2017-08-02 | 1 | -2/+3 |
| * | | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | 2017-08-03 | 2 | -5/+36 |
| |/ |
|
| * | Fix AudioServer::finish not getting called while quitting | Marcelo Fernandez | 2017-08-01 | 1 | -1/+2 |
| * | Merge pull request #9832 from RandomShaper/port-physics-fixes | Rémi Verschelde | 2017-08-01 | 9 | -21/+59 |
| |\ |
|
| | * | Improve cleanup of physics constraints | Pedro J. Estébanez | 2017-08-01 | 6 | -13/+37 |
| | * | Add missing initializers | Pedro J. Estébanez | 2017-07-25 | 1 | -1/+2 |
| | * | Extend check for same space to all 2D/3D bodies/shapes | Pedro J. Estébanez | 2017-07-25 | 2 | -2/+13 |
| | * | Fix 2D broadphase remove-while-iterating logic | Pedro J. Estébanez | 2017-07-25 | 1 | -2/+4 |
| | * | Fix early-accepting area-area match when masks don't match | Pedro J. Estébanez | 2017-07-25 | 1 | -3/+3 |
| * | | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | 2017-07-31 | 18 | -23/+1168 |
| |\ \ |
|
| | * | | Adding base classes and structures for ARVR support | BastiaanOlij | 2017-07-28 | 18 | -23/+1168 |
| * | | | Update SCsub file for /servers/ folder | ISylvox | 2017-07-29 | 1 | -2/+0 |
| * | | | Few small GI Probe fixes | Juan Linietsky | 2017-07-29 | 1 | -4/+4 |
| |/ / |
|
| * | | Fix various property not found errors | Poommetee Ketson | 2017-07-26 | 1 | -1/+1 |
| * | | Fix crash in Space2DSW::test_body_motion() | Pedro J. Estébanez | 2017-07-25 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde | 2017-07-24 | 1 | -5/+5 |
| |\ |
|
| | * | Add object type hint for docs | Poommetee Ketson | 2017-07-23 | 1 | -5/+5 |
| * | | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | 2017-07-23 | 10 | -10/+9 |
| |\ \ |
|
| | * | | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | 2017-07-22 | 10 | -10/+9 |
| | |/ |
|
| * / | Several changes to better run in mobile. | Juan Linietsky | 2017-07-22 | 2 | -0/+11 |
| |/ |
|
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 13 | -23/+32 |
| * | Add object type hint for docs | Poommetee Ketson | 2017-07-19 | 1 | -2/+2 |
| * | -Reorganized all properties of project settings (Sorry, Again). | Juan Linietsky | 2017-07-17 | 5 | -14/+24 |
| * | Many fixes to improve GI Probe quality | Juan Linietsky | 2017-07-15 | 5 | -4/+22 |