summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Fix CORS problems due to added headers on JS targetGagaPete2018-07-041-2/+31
* Merge pull request #19919 from marcelofg55/notif_crashMax Hilbrunner2018-07-032-0/+2
|\
| * Add a new notification to detect crashes on native scriptsMarcelo Fernandez2018-07-022-0/+2
* | Merge pull request #19192 from marcelofg55/undo_redo_msgMax Hilbrunner2018-07-032-8/+12
|\ \
| * | Add a message when there is nothing to Undo or RedoMarcelo Fernandez2018-05-272-8/+12
* | | Ensure, if a texture meant for a normal map is imported and size limit exists...Juan Linietsky2018-07-032-0/+31
* | | Merge pull request #19802 from matthew1006/custom-feature-tag-fixMax Hilbrunner2018-07-031-1/+1
|\ \ \
| * | | Fixed project settings overrides not using custom feature tags.matthew10062018-06-271-1/+1
* | | | Merge pull request #19819 from MetaSaval/masterMax Hilbrunner2018-07-032-14/+12
|\ \ \ \
| * | | | Change the neighbours vector to a set in AStarDanny2018-06-272-14/+12
* | | | | Hacked around duplication bug. I think duplicate needs to be even smarter, ma...Juan Linietsky2018-07-031-0/+2
* | | | | Added ability for SSAO to affect AO textures tooJuan Linietsky2018-07-021-7/+17
| |_|_|/ |/| | |
* | | | -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-029-38/+78
* | | | -Fixes to OBJ importer, option to disable optimizationJuan Linietsky2018-06-302-2/+16
* | | | Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-0/+1
| |/ / |/| |
* | | State machine animation nodeJuan Linietsky2018-06-254-0/+72
* | | Merge pull request #19193 from tagcup/quat_normJuan Linietsky2018-06-255-15/+37
|\ \ \
| * | | Fixed Basis -> Quat conversions, added a few safety checks.tagcup2018-05-275-15/+37
| | |/ | |/|
* | | Merge pull request #19695 from rraallvv/nocache_gen_masterRémi Verschelde2018-06-221-4/+4
|\ \ \ | |_|/ |/| |
| * | add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4
* | | Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-212-0/+146
* | | Remove error messagesJuan Linietsky2018-06-211-1/+1
|/ /
* | Fixed float Color conversions to int typesMax2018-06-191-13/+13
* | -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-181-1/+0
* | Expose OS.get_ticks_usec()Marc Gilleron2018-06-182-0/+7
* | Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde2018-06-133-0/+238
|\ \
| * | Polished 3D selectionJFonS2018-06-133-0/+238
* | | Merge pull request #19509 from SaracenOne/imeRémi Verschelde2018-06-133-0/+7
|\ \ \
| * | | IME context detection.Saracen2018-06-113-0/+7
| |/ /
* / / Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias2018-06-121-2/+2
|/ /
* | Added functions to get trimesh infoAndrea Catania2018-06-072-0/+24
* | Merge pull request #19263 from vnen/fix-get-returnRémi Verschelde2018-05-311-0/+1
|\ \
| * | Fix return type of _get() virtual methodGeorge Marques2018-05-291-0/+1
* | | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-313-10/+10
* | | Merge pull request #19278 from karroffel/image-rgbe-srgbJuan Linietsky2018-05-302-0/+33
|\ \ \
| * | | added rgbe_to_srgb method to Imagekarroffel2018-05-302-0/+33
* | | | Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias2018-05-301-1/+4
|/ / /
* | | Merge pull request #19266 from akien-mga/os-execute-docMax Hilbrunner2018-05-301-1/+2
|\ \ \
| * | | Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-301-1/+2
| |/ /
* | | New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-292-0/+12
* | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-293-76/+99
|/ /
* | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-293-111/+76
* | Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-293-76/+111
|\ \
| * | New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-262-0/+12
| * | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-263-76/+99
* | | Sync classref with current sourceRémi Verschelde2018-05-281-0/+2
* | | Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-284-7/+2
* | | Merge pull request #19213 from bit-shift-io/masterRémi Verschelde2018-05-281-1/+1
|\ \ \
| * | | Fix for not picking up locale of some .po translation filesFabian2018-05-281-1/+1
| | |/ | |/|
* | | Merge pull request #18410 from GodotExplorer/debugger-inherited-variablesRémi Verschelde2018-05-281-15/+41
|\ \ \