summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-25Merge pull request #32951 from Klowner/tween-follow-null-bugRémi Verschelde
fix Tween follow_property finishing with null
2019-10-25Merge pull request #33048 from KoBeWi/smarts_vs_gridsRémi Verschelde
Make Ruler Tool depend on grid snap only
2019-10-25Merge pull request #33046 from zatherz/masterRémi Verschelde
Don't terminate search if begin_key doesn't fit (Fixes #33034)
2019-10-25Merge pull request #33043 from volzhs/ruler-zoomRémi Verschelde
Fix ruler origin is moving with zoom
2019-10-25Merge pull request #32326 from starryalley/ios_get_model_nameRémi Verschelde
ios: support get_model_name
2019-10-25Merge pull request #33051 from volzhs/inspector-styleboxRémi Verschelde
Make stylebox preview not to expand Inspector panel
2019-10-25Merge pull request #33045 from nekomatata/cpu-particle-uninitialized-memberRémi Verschelde
Fixed emitting not initialized correctly in cpu particles 2d/3d
2019-10-25Merge pull request #33021 from 20kdc/doc-animationplayer-quirksRémi Verschelde
Document AnimationPlayer's quirks in regards to late updates
2019-10-25Merge pull request #33041 from volzhs/help-font-sizeRémi Verschelde
Recalculate margin based on help source font size
2019-10-25Make stylebox preview not to expand Inspector panelvolzhs
2019-10-24Make Ruler Tool depend on grid snap onlyTomasz Chabora
2019-10-25Fix ruler origin is moving with zoomvolzhs
2019-10-24Don't terminate search if begin_key doesn't fitZatherz
Previously this code would continue onto the next iteration of the loop if the line was smaller in size than begin_key, meaning that a situation where begin_key.length() > end_key.length() would cause weird behavior with newlines. Now both the checks for begin_key and end_key are in their own condition and do not skip the entire iteration if they can't be found.
2019-10-24Fixed emitting not initialized correctly in cpu particles 2d/3dPouleyKetchoupp
Fixes uninitialized variable caused by PR #32921
2019-10-24Document AnimationPlayer's quirks in regards to play updating on next ↵20kdc
process & similar. (Squashed Edition)
2019-10-24Merge pull request #33042 from qarmin/fix_leak_capsule_shapeRémi Verschelde
Fix leak in Physics2DServerSW
2019-10-24Merge pull request #33035 from bruvzg/macos_fix_warningsRémi Verschelde
Fix compilation warnings in macOS build, enable `warnings=extra werror=yes`
2019-10-24Merge pull request #33036 from Faless/js/no_ecma6Rémi Verschelde
Remove ECMAScript 6 "arrow operator".
2019-10-25Recalculate margin based on help source font sizevolzhs
2019-10-24Fix leak in Physics2DServerSWRafał Mikrut
2019-10-24Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` ↵bruvzg
for macOS CI.
2019-10-24Merge pull request #33029 from akien-mga/rm-rf-slashRémi Verschelde
Fix uninstallation of mono templates directory
2019-10-24Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli
We don't need it, it's not well supported by compilers, and it was a mistake in the first place.
2019-10-24Merge pull request #33033 from volzhs/fix-tooltipRémi Verschelde
Fix rendering tooltip
2019-10-24Merge pull request #33031 from volzhs/inspector-fontRémi Verschelde
Fix incorrect text rendering with smaller display scale
2019-10-24Merge pull request #33030 from Xrayez/vformat-err-msgRémi Verschelde
Display error messages in console when vformat is called
2019-10-24Fix rendering tooltipvolzhs
2019-10-24Fix incorrect text rendering with smaller display scalevolzhs
2019-10-24Display error messages in console when vformat is calledAndrii Doroshenko (Xrayez)
2019-10-24Fix uninstallation of mono templates directoryRémi Verschelde
The previous code didn't take into account that templates directories can have subdirectories like the mono templates have. Also fix an unclosed dir handle.
2019-10-24Merge pull request #33028 from bruvzg/mac_dock_proj_listRémi Verschelde
[macOS ] Project manager dock menu improvements.
2019-10-24Merge pull request #33012 from madmiraal/vmap-array-operatorRémi Verschelde
Initialise VMap and HashMap values to the default when they are created.
2019-10-24Update dock menu on project list changes, add favourites separator.bruvzg
2019-10-24Merge pull request #33023 from rxlecky/video-player-refactorRémi Verschelde
Refactor VideoPlayer and VideoStream
2019-10-24Merge pull request #33025 from akien-mga/travis-android-ndk-r20Rémi Verschelde
Travis: Update Android NDK to r20
2019-10-24Travis: Update Android NDK to r20Rémi Verschelde
Drop unused and outdated OSX setup.
2019-10-24Initialise VMap and HashMap values to the default when they are created.Marcel Admiraal
Assigns a default value in VMap and HashMap when new keys are created using the array operator so they are the same as the other Map classes. The non const version of the array operator can be used for both assigning a value and retrieving a writeable version. In the Map template classes the assign version is being used to create new keys, but sometimes not assigning a value when retrieving a writeable version. This does not address the problem that the default value may not be the correct one, and it does not address the problem that new keys probably should not be created when the array operator is used. These problems will be addressed in a separate commit.
2019-10-24Refactor VideoPlayer and VideoStreamSeleckyErik
VideoStream: - Fix const correctenss VideoPlayer: - Remove unused member variable last_frame - Move _mix_audios function definition to source file - Fix function parameter naming to match p_ convention - Fix const correctness - Add null checking
2019-10-23Fix Tween follow_property finishing with nullMark Riedesel
2019-10-23Merge pull request #33019 from volzhs/class_iconRémi Verschelde
Resize custom class icon
2019-10-23Merge pull request #32670 from aaronfranke/mono-planeRémi Verschelde
[Mono] Change Plane intersect methods to return nullable Vector3
2019-10-23Merge pull request #33006 from Chaosus/fix_billboard_bugRémi Verschelde
Allows change Sprite3D scale if Billboard mode is enabled
2019-10-24Resize custom class iconvolzhs
2019-10-23Merge pull request #33014 from nekomatata/remote-load-sub-resourceRémi Verschelde
Fixed variables with built-in resource in remote inspector
2019-10-23Fixed variables with built-in resource in remote inspectorPouleyKetchoupp
Now loading the base resource first in ScriptEditorDebugger, the same way it's done in ScriptEditorPlugin. Fixes #33013
2019-10-23Merge pull request #33009 from ebert83/fix_editor_save_layoutRémi Verschelde
Fix layout saving error
2019-10-23Merge pull request #33001 from Faless/js/http_run_serverRémi Verschelde
Implement HTTP server for HTML5 "run" export
2019-10-23Fix layout saving errorThomas Ebert Hansen
As a result of commit b49226e085 FileAccess::open no longer returns ERR_CANT_OPEN if the file cannot be found/opened. Instead check against ERR_FILE_NOT_FOUND or ERR_FILE_CANT_OPEN.
2019-10-23Allows change Sprite3D scale if Billboard mode is enabledYuri Roubinsky
2019-10-23Implement HTTP server for HTML5 exportFabio Alessandrelli
Since most browsers no longer allow making async requests from a page loaded from `file://`, we now need a proper HTTP server to load the exported HTML5 game. This should also allow us to get the debugger to work over a WebSocket connection.