Age | Commit message (Collapse) | Author |
|
|
|
-fix missing built-ins in completion
-fix parse error
|
|
|
|
-=-=-=-=-=-=-=-=-=-
-Massive improvement to code completion
-Argument hinting for functions
If you manage to out-smart the code-completion in a situation where completion
should be possible to guess, let me know.
Please enter the commit message for your changes. Lines starting
|
|
fix demo 3d mousepick test
|
|
add the missing camera parameter to the _input_event()
|
|
|
|
|
|
-=-=-=-=-=-=-=-=-=-=
-Fixed looping error in AudioStreamResampled
-winrt port progress
-fixes in material in ambient light
|
|
|
|
|
|
-=-=-=-=-=-
-Bug in navmesh demo fixed
-Bug in variant
-Better Collada Exporter supports proper names of exported shapekeys
|
|
Add move_child_notify method in Node class
|
|
Add missing icon.png to tween demo
|
|
Update ios simulator build config file
|
|
remove old unused pref, added new confirm insert track
|
|
|
|
|
|
|
|
-=-=-=-=-=
-Bug in saving multinline text in xml fixed. #925
-typo in android export fixed. #930
|
|
Alt+arrows editor undo/redo fix
|
|
|
|
|
|
|
|
|
|
-=-=-=-=-=-=-=-=-
-Fixed Export UV XForm (should work now). #923
-Fixed enforcement of limits in property editor. #919
-Fixed long-standing bug of export editings in script inheritance. #914, #859, #756
-Fixed horrible error reporting in shader language. #912
-Added kinematic collision with plane (please test well). #911
-Fixed double animation track insert when using 2D rigs. #904
-VKey updates offset parameter in sprite edition. #901
-Do not allow anymore a script to preload itself. (does not fix #899, but narrows it down)
-Avoid connection editor from overriding selected text. #897
-Fixed timer autostart. #876
-Fixed collision layers in 3D physics. #872
-Improved operators in shader #857
-Fixed ambient lighting bug #834
-Avoid editor from processing gamepad input #813
-Added not keyword #752
Please test!
|
|
SConstruct imports multiprocessing, which is then never used
|
|
Rationale: unused import, also prevented scons from building on my
setup.
|
|
|
|
|
|
|
|
-Fixes to animationplayer
-fixes to collada importer
|
|
Fix CppCheck 'duplicateExpression' warning
|
|
add sane radius increment to CircleShape2D
|
|
-fixes to DAE exporter
-ios fixes (video)
|
|
|
|
-=-=-=-
-Fixed NavMesh API
-New NavMesh demo
-Support for animated Particles2D
-Fixes for native video playback on iOS
|
|
allow Alt+arrow keys to pass through editor
|
|
|
|
|
|
-=-=-=-=-
Curse the day I decided to port UDP code, as it ended up
being two nights of work. At least It's done now (I hope).
-Fixed UDP Support, API seems stable
-Added UDP Chat demo (chat that can lose your packets, heh)
-Added helpers to areas and bodies to get list of collided bodies and contained bodies.
-Sped up screen/viewport capture code.
-Added code to save an image as PNG
-Small fix so scripts register their singletons after modules did.
|
|
GDScript Editor Goodies
|
|
|
|
|
|
|
|
-=-=-=-=-=-=-=-=-=-=-
-Animation Import filter support
-Animation Clip import support
-Animation Optimizer Fixes, Improvements and Visibile Options
-Extremely Experimental UDP support.
|
|
Fix AnimationTreePlayer.node_get_input_source typo
|
|
|
|
- Changed node_get_input_sourcre to node_get_input_source
|
|
Fix compilation error on 32-bit linux
|