aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12854 from poke1024/fix-poly2d-editor-handleRémi Verschelde2017-11-131-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix minor drawing order glitch in polygon 2D editor
| * | | | | | | | | | | | | | | | | | | | | | | Fix drawing order of polygon 2d editor handlesBernhard Liebl2017-11-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12869 from ianb96/script_list_moveRémi Verschelde2017-11-132-32/+309
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Script List Reorder
| * | | | | | | | | | | | | | | | | | | | | | | | add script list drag n dropIan2017-11-121-26/+166
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | move item up/down context menu and shortcutIan2017-11-122-19/+101
| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | add script editor list context menuIan2017-11-122-4/+59
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12885 from rraallvv/osx_android_travisRémi Verschelde2017-11-138-17/+338
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | travis: caching Android, iOS, macOS (cross-compile) (master)
| * | | | | | | | | | | | | | | | | | | | | | | | change matrix and enable caching for Android, iOS and macOS (cross-compile)Rhody Lugo2017-11-138-17/+338
| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12903 from YeldhamDev/scrollcontainer_arrangementRémi Verschelde2017-11-131-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small arrangement in ScrollContainer
| * | | | | | | | | | | | | | | | | | | | | | | | | Small arrangement in ScrollContainer.Michael Alexsander Silva Dias2017-11-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12906 from vnen/import-options-refreshRémi Verschelde2017-11-132-24/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refresh import options when changing importer
| * | | | | | | | | | | | | | | | | | | | | | | | | | Refresh import options when changing importerGeorge Marques2017-11-132-24/+40
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12907 from YeldhamDev/indentation_connectionRémi Verschelde2017-11-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signal connection dialog ignoring indentation settings when creating a function
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed signal connection dialog ignoring indentation settings when creating a ↵Michael Alexsander Silva Dias2017-11-131-1/+1
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function.
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-1332-330/+872
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix video playback
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix video playbackMatt Hughes2017-10-1432-330/+872
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
* | | | | | | | | | | | | | | | | | | | | | | | | | Do not enable light if atlas size is 0, closes #9335Juan Linietsky2017-11-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Revert this, karroffel makes sense that this should be implemented per language.Juan Linietsky2017-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Disable OpenGL warnings unless running with -v, closes #7171Juan Linietsky2017-11-132-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Do not send NOTIFICATION_PREDELETE to scripts, as it can cause problmes in ↵Juan Linietsky2017-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | garbage collected languages. Closes #6784
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12893 from Chaosus/dupsignalsRémi Verschelde2017-11-133-13/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Duplicate signals fixes
| * | | | | | | | | | | | | | | | | | | | | | | | | | Duplicate signals fixesChaosus2017-11-133-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12902 from volzhs/fix-itemlist-styleboxAndreas Haas2017-11-131-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fit stylebox on ItemList
| * | | | | | | | | | | | | | | | | | | | | | | | | | Fit stylebox on ItemListvolzhs2017-11-131-2/+2
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12904 from eska014/html5-fix-mousebuttonsRémi Verschelde2017-11-131-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Fix HTML5 mouse button release events
| * | | | | | | | | | | | | | | | | | | | | | | | | Fix HTML5 mouse button release eventsLeon Krause2017-11-131-3/+4
|/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12622 from BastiaanOlij/arvr_changes_to_serverRémi Verschelde2017-11-1312-32/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed add/remove interface bindings and added get_interfaces
| * | | | | | | | | | | | | | | | | | | | | | | | | Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-1312-32/+35
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12895 from volzhs/better-ttr-formatRémi Verschelde2017-11-133-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Better TTR format
| * | | | | | | | | | | | | | | | | | | | | | | | Better TTR formatvolzhs2017-11-133-4/+4
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | classref: Sync with current sourceRémi Verschelde2017-11-1322-121/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12892 from n-pigeon/tra_gizmo_fix_1Rémi Verschelde2017-11-131-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fixed View plane local rotation. Fixes - #12815
| * | | | | | | | | | | | | | | | | | | | | | | Fixed View plane local rotation.Przemysław Gołąb (n-pigeon)2017-11-131-5/+5
|/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plus some cleanups.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12867 from eska014/html5-httpRémi Verschelde2017-11-137-69/+632
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement HTTPClient in HTML5 platform
| * | | | | | | | | | | | | | | | | | | | | | | Implement HTTPClient in HTML5 platformLeon Krause2017-11-137-69/+632
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limitations: - Subject to same-origin policy - No persistent connection (but simulated for compatibility) - No blocking mode - No StreamPeer access - No chunked responses - Cannot disable host verification
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12868 from Web-eWorks/gltf-fixesRémi Verschelde2017-11-131-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fix #12056: Crash while loading gtlf files.
| * | | | | | | | | | | | | | | | | | | | | | | Fix for #12056, though GTLF import of that file is still incorrect.Webster Sheets2017-11-121-2/+4
| | |_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* / | | | | | | | | | | | | | | | | | | | | | Remove leading newline in SConstructGeorge Marques2017-11-131-1/+0
|/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some editors don't recognize the shebang if it's not on the first line.
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #12852 from djrm/pr_import_fixesRémi Verschelde2017-11-126-25/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update meshes when reimporting,
| * | | | | | | | | | | | | | | | | | | | | | Update meshes when reimporting,Daniel J. Ramirez2017-11-126-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Save scene preview even when not doing save and play.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12864 from Paulb23/root_node_delete_undo_issue_3642Rémi Verschelde2017-11-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed scene tree not updating when undo/redo delete of root node, issue 3642
| * | | | | | | | | | | | | | | | | | | | | | | Fixed scene tree not updating when undo/redo delete of root node, issue 3642Paulb232017-11-121-0/+1
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12862 from YeldhamDev/text_propertyRémi Verschelde2017-11-122-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made text in TextEdit a property
| * | | | | | | | | | | | | | | | | | | | | | | Made text in TextEdit a property.Michael Alexsander Silva Dias2017-11-122-0/+4
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12860 from leezh/doc_fixRémi Verschelde2017-11-122-35/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved doc description formatting. Fixes #12798
| * | | | | | | | | | | | | | | | | | | | | | | | Moved doc description formatting. Fixes #12798Zher Huei Lee2017-11-122-35/+36
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Paragraph spacing is now applied only during rendering (so doctool preserves formatting). Paragraph spacing now no longer applies within [code] tags. Extra bbcode is now ignored within [code] tags.
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12627 from Goutte/feat-support-tauRémi Verschelde2017-11-1211-9/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for TAU constant.
| * | | | | | | | | | | | | | | | | | | | | | | | Add support for the TAU constant. Fixes #12094.Goutte2017-11-1211-9/+34
| | |/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12858 from dfleury2/masterRémi Verschelde2017-11-121-3/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: Updates dynamic_font_stb to use get_extension, and memnew
| * | | | | | | | | | | | | | | | | | | | | | | | fix: Updates dynamic_font_stb to use get_extension, and memnewD. Fleury2017-11-121-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | |