aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15401 from bruvzg/osx_10_12_and_depric_fixRémi Verschelde2018-01-061-45/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | [macOS] Fix build on pre 10.12 and deprecation warnings on 10.12+
| * | | | | | | | | | | | | | | | | | | | | | | | Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+bruvzg2018-01-061-45/+39
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15403 from Noshyaar/typoRémi Verschelde2018-01-062-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in new strings
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in new stringsPoommetee Ketson2018-01-062-2/+2
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15400 from volzhs/fix-android-buildRémi Verschelde2018-01-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix Android build error
| * | | | | | | | | | | | | | | | | | | | | | | | Fix Android build errorvolzhs2018-01-061-1/+1
| | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2018-01-0647-3592/+10192
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2018-01-0614-1184/+973
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15398 from Jerome67000/fix_image_resizeRémi Verschelde2018-01-062-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash when using Image.resize() without calling Image.create() first
| * | | | | | | | | | | | | | | | | | | | | | | | Fix crash when using Image.resize() without calling Image.create() firstJerome670002018-01-062-2/+6
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | Improve detection of variable writing in shader, fixes #15177Juan Linietsky2018-01-062-33/+31
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Update DONORS listRémi Verschelde2018-01-061-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15395 from karroffel/gdnative-reloadingRémi Verschelde2018-01-063-12/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] added reload property
| * | | | | | | | | | | | | | | | | | | | | | | | [GDNative] added reload propertykarroffel2018-01-063-12/+42
|/ / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / Fix build of GDMonoFieldRémi Verschelde2018-01-061-1/+1
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #15385.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #15375 from volzhs/button-groupRémi Verschelde2018-01-051-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove button from button_group when free
| * | | | | | | | | | | | | | | | | | | | | | | Remove button from button_group when freevolzhs2018-01-061-3/+3
| | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Avoid crashing when dependencies on inherited/instanced scenes cant be ↵Juan Linietsky2018-01-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | satisfied, fixes #15298
* | | | | | | | | | | | | | | | | | | | | | | Print error if a resource can't load from script, fixes #15313Juan Linietsky2018-01-051-1/+7
|/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | / / / / / / / / / / / Make sure .import folder exists before importing, in case user deleted it ↵Juan Linietsky2018-01-052-1/+13
| |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | manually. Fixes #15315
* | | | | | | | | | | | | | | | | | | | | SCons: Fix usage of LD when we meant LINKRémi Verschelde2018-01-055-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also made LINK and CXXFLAGS configurable as command line options. Note that LINK currently expects the *compiler* that will be used for linking and will call its configured linker behind the scenes (so g++, clang++, etc., not ld.gold). See #15364 for details.
* | | | | | | | | | | | | | | | | | | | | Fixed problem with missing uninitialized last byte on waveform trip, closes ↵Juan Linietsky2018-01-052-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #15316
* | | | | | | | | | | | | | | | | | | | | Merge pull request #15365 from guilhermefelipecgs/add_unimplemented_methodRémi Verschelde2018-01-052-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing method for javascript
| * | | | | | | | | | | | | | | | | | | | | Add missing method for javascriptGuilherme Silva2018-01-052-0/+4
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Force button release when window focuses out, fixes #15318 and likely many ↵Juan Linietsky2018-01-051-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | other issues.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #15372 from Faless/fix_themesRémi Verschelde2018-01-051-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix theme inheritance
| * | | | | | | | | | | | | | | | | | | | | | Fix theme inheritanceFabio Alessandrelli2018-01-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Forced set mouse global position always, hopefully will fix #15354, ↵Juan Linietsky2018-01-051-0/+1
|/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | otherwise out of luck.
* / / / / / / / / / / / / / / / / / / / / / Fix dual paraboloid shadow maps, closes #14487Juan Linietsky2018-01-051-2/+1
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Fixed GIProbe blending, closes #15164Juan Linietsky2018-01-051-3/+3
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Fixes to GLTF2 importer skeleton positioning, though vertex bone indices ↵Juan Linietsky2018-01-052-15/+46
|/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | still look broken somehow..
* | | / / / / / / / / / / / / / / / / / X11: Add missing return in OS_X11::initialize().Andreas Haas2018-01-051-0/+2
| |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Issue template: Remove checkbox and reword some commentsRémi Verschelde2018-01-051-6/+7
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #15356 from damarindra/tileset-propertiesRémi Verschelde2018-01-051-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent autotile properties out of bounds
| * | | | | | | | | | | | | | | | | | | prevent autotile properties out of boundsdamarindra2018-01-051-0/+1
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #15352 from thomaslynge/anim_drag_key_glitchRémi Verschelde2018-01-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | Visual glitch when dragging keyframes #15285
| * | | | | | | | | | | | | | | | | | Visual glitch when dragging keyframes #15285. Changed to int cast.Thomas Lynge2018-01-051-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Visual glitch when dragging keyframes #15285Thomas Lynge2018-01-051-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Drop obsolete bitmap doc fontsRémi Verschelde2018-01-054-109/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051527-238/+2313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | | | | | | | Improve script to add/fix copyright headersRémi Verschelde2018-01-051-17/+46
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The header now always ends with exactly one empty line - Comments after the header are no longer removed - Improved readability with clearer file names and comments
* | | | | | | | | | | | | | | | | Merge pull request #15347 from leoddd/leoddd-patch-1Rémi Verschelde2018-01-041-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (DOCS) forward_canvas_gui_input only takes one parameter
| * | | | | | | | | | | | | | | | | forward_canvas_gui_input only takes one parameterTim Schellenberg2018-01-041-1/+1
|/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #15346 from neikeq/properties-are-overratedRémi Verschelde2018-01-0420-169/+690
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Add properties support in scripts
| * | | | | | | | | | | | | | | | | Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-0420-169/+690
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #15343 from touilleMan/add-gdnative-wrapper-on-ciRémi Verschelde2018-01-042-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnative] Add GDnative wrapper lib on CI build
| * | | | | | | | | | | | | | | | | | Add GDnative wrapper lib on CI buildEmmanuel Leblond2018-01-042-2/+2
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #15338 from touilleMan/disable-lto-gdnative-wrapperRémi Verschelde2018-01-041-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDnative] Disable lto for gdnative wrapper
| * | | | | | | | | | | | | | | | | | | Disable lto for gdnative wrapperEmmanuel Leblond2018-01-041-0/+8
| | |_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #15341 from volzhs/scene-index-errorRémi Verschelde2018-01-043-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix get_edited_scene_root error at starting editor