summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-178-44/+34
| | | | | | | | | | The last remaining ERR_EXPLAIN call is in FreeType code and makes sense as is (conditionally defines the error message). There are a few ERR_EXPLAINC calls for C-strings where String is not included which can stay as is to avoid adding additional _MSGC macros just for that. Part of #31244.
* Merge pull request #31263 from Chaosus/vs_pluginRémi Verschelde2019-08-141-1/+1
|\ | | | | Plugin support for visual shaders
| * Plugin support for visual shadersYuri Roubinski2019-08-141-1/+1
| |
* | Merge pull request #31266 from ↵Rémi Verschelde2019-08-145-15/+0
|\ \ | |/ |/| | | | | IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments
| * Remove redundant author doc commentsIAmActuallyCthulhu2019-08-125-15/+0
| |
* | Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde2019-08-1442-239/+1624
|\ \ | | | | | | C#: Add Ide Connection library and server for the editor
| * | C#: Add Ide Connection library and server for the editorIgnacio Etcheverry2019-08-0442-239/+1624
| | | | | | | | | | | | This will be used for communicating between the Godot editor and external IDEs/editors, for things like opening files, triggering hot-reload and running the game with a debugger attached.
* | | Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde2019-08-131-1/+1
|\ \ \ | | | | | | | | Reorganize various menus for consistency and conciseness
| * | | Reorganize various menus for consistency and concisenessHugo Locurcio2019-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148.
* | | | Merge pull request #31336 from Calinou/scons-libs-use-listsRémi Verschelde2019-08-131-3/+3
|\ \ \ \ | | | | | | | | | | Always use lists for `LIBS` in SCons
| * | | | Always use lists for `LIBS` in SConsHugo Locurcio2019-08-121-3/+3
| | | | | | | | | | | | | | | | | | | | This closes #31288.
* | | | | Merge pull request #31335 from Xenoamor/bugfix/GridMapListTextCutoffRémi Verschelde2019-08-131-3/+5
|\ \ \ \ \ | |/ / / / |/| | | | Fix GridMap list text not expanding when palette is resized
| * | | | Fix GridMap list text not expanding when palette is resizedXenoamor2019-08-121-3/+5
| | | | | | | | | | | | | | | This is to close #31304
* | | | | Add C# language editor iconIgnacio Etcheverry2019-08-121-0/+5
| |/ / / |/| | |
* | | | Merge pull request #31322 from neikeq/mono-gitignore-override-slnIgnacio Roldán Etcheverry2019-08-121-0/+2
|\ \ \ \ | | | | | | | | | | Make git no longer ignore solution files inside the mono module
| * | | | Make git no longer ignore solution files inside the mono moduleIgnacio Etcheverry2019-08-121-0/+2
| | | | |
* | | | | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure.
* | | | | Merge pull request #31228 from aaronfranke/identity-constantsRémi Verschelde2019-08-121-39/+38
|\ \ \ \ \ | | | | | | | | | | | | Add Basis constants and format Transform constants
| * | | | | Add Basis constants and format Transform constantsAaron Franke2019-08-091-39/+38
| | | | | |
* | | | | | Merge pull request #31314 from BastiaanOlij/fix_api_struct_genRémi Verschelde2019-08-121-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix self reference issue in core structures for GDNative plugins
| * | | | | Fix self reference issue in core structures for GDNative pluginsBastiaan Olij2019-08-121-1/+1
| |/ / / /
* / / / / Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-1229-169/+72
|/ / / /
* | | | Merge pull request #31221 from neikeq/err-explain-to-msg-monoRémi Verschelde2019-08-0918-297/+203
|\ \ \ \ | | | | | | | | | | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
| * | | | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry2019-08-0918-297/+203
| |/ / / | | | | | | | | | | | | | | | | | | | | And 'CRASH_*_MSG' as well. Also make error messages puntuation and quotation more consistent.
* | | | Merge pull request #31227 from profan/fix/err-explain-usagesRémi Verschelde2019-08-0911-166/+58
|\ \ \ \ | | | | | | | | | | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories.
| * | | | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", ↵Robin Hübner2019-08-0911-166/+58
| |/ / / | | | | | | | | | | | | "modules/gdnative", "modules/gdscript" directories.
* / / / Expression before 'is' may be nullCameron Reikes2019-08-091-0/+4
|/ / /
* | | Merge pull request #31047 from Zylann/save_exrRémi Verschelde2019-08-083-0/+322
|\ \ \ | | | | | | | | Add Image.save_exr()
| * | | Add Image.save_exr()Marc Gilleron2019-08-073-0/+322
| |/ /
* | | [Mono] Make all structs seralizableAaron Franke2019-08-0710-0/+16
| | |
* | | Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde2019-08-072-8/+9
|\ \ \ | | | | | | | | Change some code proposed by Coverity and Cppcheck
| * | | Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-072-8/+9
| |/ /
* | | Fixed KinematicCollision.get_local_shape() - the local shape id was never ↵PouleyKetchoupp2019-08-072-4/+6
| | | | | | | | | | | | | | | | | | set during move_and_collide() Fixes #31144
* | | Merge pull request #31091 from aaronfranke/wrapRémi Verschelde2019-08-051-4/+4
|\ \ \ | | | | | | | | Optimize Wrap functions
| * | | [Core] [Mono] Optimize Wrap functionsAaron Franke2019-08-041-4/+4
| | | | | | | | | | | | | | | | Use is_zero_approx(), avoid a negative, and also rename "rng" to "range".
* | | | Merge pull request #31041 from 2shady4u/masterRémi Verschelde2019-08-051-0/+1
|\ \ \ \ | |/ / / |/| | | Mark class_name line as safe in editor
| * | | Mark class_name line as safe in editorshaderbeast2019-08-021-0/+1
| | | |
* | | | Merge pull request #31068 from neikeq/issue-31065Ignacio Roldán Etcheverry2019-08-041-11/+16
|\ \ \ \ | |_|/ / |/| | | C#: Fix Color.ToHtml()
| * | | C#: Fix Color.ToHtml()Ignacio Etcheverry2019-08-041-11/+16
| | |/ | |/|
* / | Add descriptive tooltips in VS editorEmmanuel Barroga2019-07-311-4/+4
|/ / | | | | | | | | | | | | | | | | In the Visual Script editor, the override icon is not very clear what it's intended purpose is for. Currently, its tooltip just says: "Function:" which is the same tooltip as the "add new function" icon. To resolve this issue, this PR adds descriptive tooltips to the following icons in the Visual Script editor: -Override Function -Add Function -Add Variable -Add Signal
* | Updated assimp to commit 1d565b0 with iFireRevoluPowered2019-07-302-4/+12
| | | | | | | | | | Signed-off-by: RevoluPowered <gordon@gordonite.tech> Signed-off-by: K. S. Ernest (iFIre) Lee <ernest.lee@chibifire.com>
* | Merge pull request #30909 from Kaligule/patch-1Rémi Verschelde2019-07-301-0/+1
|\ \ | | | | | | Add a reference to pow to the description of exp.
| * | Add a reference to pow to the description of exp.Kaligule2019-07-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | This might be especially usefull since godot script doesn't support ** or ^ as operators, so beginners might search for the exponential function, when what they really need is the pow function. This is exactly what happened to me and since I couldn't find helpfull information in the documentation I had to look it up online, where I found the answer on a helpfull [reddit thread](https://www.reddit.com/r/godot/comments/3mvwz0/how_do_i_do_exponents_in_godot/). @akien-mga told me how to reference methods here: godotengine#30909
* | | Merge pull request #30935 from YeldhamDev/gdnative_plugin_fixRémi Verschelde2019-07-291-5/+3
|\ \ \ | | | | | | | | Fix 'GDNativeLibrary' editor being incorrectly opened
| * | | Fix 'GDNativeLibrary' editor being incorrectly openedMichael Alexsander Silva Dias2019-07-291-5/+3
| | | |
* | | | Merge pull request #30923 from NilsIrl/better_dropdownRémi Verschelde2019-07-291-2/+8
|\ \ \ \ | |/ / / |/| | | Improve platform selection in the GDNativeLibrary dock
| * | | Improve platform selection in the GDNativeLibrary dockNilsIrl2019-07-291-2/+8
| | | | | | | | | | | | | | | | | | | | * Replace button text with currently selected platforms * Expand button size horizontally
* | | | Find trailing whitespace and indentation in gdnative_api.jsonRémi Verschelde2019-07-291-8/+8
|/ / /
* | | Merge pull request #30869 from NilsIrl/#30841Rémi Verschelde2019-07-292-15/+18
|\ \ \ | | | | | | | | Replace radion buttons with checkboxes in GDNativeLibrary editor
| * | | Replace radion buttons with checkboxes in GDNativeLibrary editorNilsIrl2019-07-272-15/+18
| | | |