344420f67c
Replace object to NodePath
...
Add time callback support
Update demo
2014-08-22 11:24:53 +08:00
b86d1e39b9
Fixed copy process of stream of bytes for HttpClient.
...
=====================================================
Previously if request was not chunked and longer than arbitrary chunk of
4096 bytes, rest was truncated. With this commit, we will copy
everything we have in the memmory.
2014-08-21 16:13:57 +01:00
d7eb4550b0
Fix reset
2014-08-21 15:51:18 +08:00
5668cec030
Add tween delay support
...
Add tween get_runtime function
Update demo for tween delay sample
2014-08-21 15:34:16 +08:00
894b82a05f
- fix for typo and clarification to documentation
...
Previous example were slightly ambiguous, by adding 'fixed' NodePath tree
to compare and one more example it will be easier to understand for
future generation of developers.
2014-08-21 00:06:59 +01:00
3c99d58a39
removed output "WUTF" when show/hide mouse cursor
2014-08-20 16:48:24 -04:00
1c0ac4ee45
Add missing bind, fix bind argument description
2014-08-20 18:33:17 +08:00
87faf1c046
Add tween seek/repeat support
...
Add tween demo
2014-08-20 16:39:28 +08:00
b51da466e9
Add remove/remove_all for tween
2014-08-20 12:19:22 +08:00
f75b8a81d2
Add tween support for godot
2014-08-20 12:01:41 +08:00
0dd29d0512
Forgot about keeping value tracks.
2014-08-15 03:35:31 +02:00
89fa70706f
-Fixed pull request overwrite by mistake
...
-Forgot to mention that lightmap baking to texture was implemented in latest push.
2014-08-14 11:59:35 -03:00
2ee4ac183b
Little Bits
...
-=-=-=-=-=-
-Fixed small bugs all around
-Added ability to show/hide entire sections of the spatial (3D) tree
-WIP new vehicle (not ready yet) based on Bullet
2014-08-14 10:31:38 -03:00
c3e1d7b7c7
Merge pull request #594 from marynate/PR-fix-rdebug-crash
...
Fixed failed to connect to remote debugger with -rdebug will crash engine
2014-08-14 10:30:27 -03:00
2693a883fa
Merge pull request #595 from marynate/PR-fix-view-grid
...
Fixed #470 View grid toggle in 3d not working
2014-08-14 10:30:20 -03:00
20159ea7e9
Merge pull request #608 from TheoXD/timeseek_node_seek
...
Timeseek works like this
2014-08-14 10:29:35 -03:00
62abbe32a1
Merge pull request #613 from adolson/joystick-demo
...
added joysticks demo
2014-08-14 10:29:25 -03:00
f7d6539a86
Merge pull request #617 from adolson/md5-binding
...
added String.md5_text() binding
2014-08-14 10:29:03 -03:00
7b1a2a5018
Merge pull request #618 from siriustnt/bug_fix
...
ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITE
2014-08-14 10:28:58 -03:00
e0f37da057
ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITE
2014-08-13 22:31:50 +02:00
798491e8d3
added String.md5_text() binding
2014-08-13 12:20:41 -04:00
f10233ba31
added joysticks demo
2014-08-06 02:29:14 -04:00
85bccf487c
Keep function callbacks, no throwing errors
2014-08-03 01:10:22 +02:00
a8c891566e
Merge animations during reimport
2014-08-02 23:07:38 +02:00
a1d6cd02e3
Fixes from Ariel
2014-08-01 23:35:36 -03:00
678948068b
Small Issues & Maintenance
...
-=-=-=-=-=-=-=-=-=-=-=-=-=
-Begin work on Navigation Meshes (simple pathfinding for now, will improve soon)
-More doc on theme overriding
-Upgraded OpenSSL to version without bugs
-Misc bugfixes
2014-08-01 22:10:38 -03:00
f5c56f4a3d
Make sure View Grid state saved with scene state
2014-07-15 15:07:29 +08:00
e55ef57f62
Fixed #470 View grid toggle in 3d not working
2014-07-15 13:29:36 +08:00
95383469d3
Add editor setting: Manipulator Gizmo Opacity
2014-07-15 13:07:40 +08:00
cb127b86f4
Fixed failed to connect to remote debugger with -rdebug will crash engine
2014-07-15 11:23:52 +08:00
568be61b09
Fixed potential crash when touchscreenbutton has no texture assigned
2014-07-13 10:09:47 +08:00
b1e03d536f
Fixed touchscreen was processing input in editor
2014-07-13 08:48:02 +08:00
e6df7da6ab
Particles editor menu not display in proper position
2014-07-10 15:42:34 +08:00
9aa278c590
Timeseek works like this
2014-07-07 22:54:34 +02:00
9ff6d55822
Polygon2D
...
-=-=-=-=-
Another gift for those who make 2D games:
-Edit polygons, concave or convex, color them, texture them and uv-map them
-Corresponding editor
-Can have a custom pivot, so they are compatible with bones and IK
2014-07-07 17:44:21 -03:00
a62305e0e3
Add node2d::get_global_pos()
2014-07-07 19:08:26 +08:00
3d68949a1c
2D Animation Improvements
...
-=-=-=-=-=-=-=-=-=--=-=-=
-Ability to set 2D nodes as bones
-Abity to set 2D nodes as IK chains
-2D IK Solver
-Improvements in the UI for adding keyframes (separate loc,rot,scale buttons)
2014-07-06 11:49:27 -03:00
034aec2539
Fixed DirAccessWindows::change_dir not working properly; Minor code formating clean up
2014-07-06 20:32:29 +08:00
e68c3cb9f2
Make OS_Windows::get_data_dir return unix path to be consistent with get_resource_path
2014-07-06 20:31:39 +08:00
cd80d442a2
Merge pull request #569 from marynate/PR-3d-disabled-build
...
Fixed #553 : Disable 3D nodes for smaller executable
2014-07-03 09:06:06 -03:00
e253d2010d
Fixed #553 : Disable 3D nodes for smaller executable
2014-07-03 16:07:11 +08:00
a5af2971bb
Merge pull request #504 from marynate/PR-pm-filter
...
Add project list filter for easy finding projects
2014-07-02 10:55:15 -03:00
acae54b11e
Merge pull request #568 from marynate/PR-travis-ci
...
Adding travis ci support
2014-07-02 10:20:29 -03:00
9aa9c09168
Merge pull request #566 from marynate/PR-fix-scene-tree-dock-set-selected
...
Forgot to add SceneTreeDock::set_selected change in last PR
2014-07-02 10:19:45 -03:00
6a9ef50cfc
Adding travis ci support
2014-07-02 20:13:17 +08:00
0eed04904c
Forgot to add SceneTreeDock::set_selected change in last PR
2014-07-02 15:34:46 +08:00
ecea1f34d3
Merge pull request #564 from marynate/PR-fix-open-subscene-tab
...
Fixed issue #429 : in scene tab, clicking on some instance folder, change all the others views
2014-07-02 01:18:16 -03:00
e9da61411a
Fixed Bugs & Joypad in Android
...
================================
-resolved many graphical glitches with multiple lights in GLES2 render
-fixes and WIP apk expansion
-joystick support for Android by Ariel
2014-07-02 00:09:36 -03:00
87d27bb997
Fixed when opening sub-scene by pressing sub-scene icon in scene tree, tab changed to script tab
2014-06-30 23:01:23 +08:00
77a15e2a3e
Merge pull request #562 from marynate/PR-fix-internal-res-mod-time
...
Fix ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed on windows
2014-06-30 02:31:42 -03:00