Age | Commit message (Collapse) | Author |
|
-=-=-=-=-=
-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
|
|
|
|
|
|
BTW, all three cases looks similar. It would be nice to refactor it
to avoid repeating code.
|
|
|
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-
*YOUR SOURCE MIGHT NOT WORK*
For mor information on fix:
https://github.com/okamstudio/godot/wiki/devel_scene_tree
Other stuff:
-Shower of bullets demo
-Fixes all around
|
|
Update cubio.gd
|
|
a little wrong only.
|
|
|
|
-=-=-=-=-
-Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia
-Added support for multiline strings (or comments) using """
-Save subscene bug, properties not being saved in root node (#806)
-Fix Crash in CollisionPolygon2DEditor (#814)
-Restored Ability to compile without 3D (#795)
-Fix InterpolatedCamera (#803)
-Fix UV Import for OBJ Meshes (#771)
-Fixed issue with modifier gizmos (#794)
-Fixed CapsuleShape gizmo handle (#50)
-Fixed Import Button (not properly working in 3D) (#733)
-Many misc fixes (though no new features)
|
|
[FIX] "File->Save As" in Script panel
|
|
Changed GUI text to better match action
|
|
Fix android build on windows
|
|
Fix travis-ci build config for new build system
|
|
Fix Export -> image group panel
|
|
Implement Windows fullscreen mode without video mode change.
|
|
fixes default project dir option
|
|
add option to auto-scan a directory for projects
|
|
add timestamping authority server option for Android
|
|
fixes for release apk export
|
|
|
|
|