| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| | |
Small improvement 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.
|
| |\ \
| | |
| | | |
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.
|
| |\ \
| | |
| | | |
Usability: don't switch to resource tab when switching to script tab
|
| | |/ |
|
| |\ \
| | |
| | | |
added settings for default project & export dirs
|
| | |/ |
|
| |\ \
| | |
| | | |
thanks enormously, this is fantastic!
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |\ \ |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-=-=-=-=-=-=-=-=-=-=-=-=-=-
3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
-PinJoint
-HingeJoint (with motor)
-SliderJoint
-ConeTwistJoint
-Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
-input_event (mouse or multitouch input over the body)
-mouse_enter (mouse entered the body area)
-mouse_exit (mouse exited body area)
For Area it needs to be activated manually, as it isn't by default (ray goes thru).
Other:
-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-=-=-=-=-=-=-=-=-=-=-=-=-=
-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
|
| | | |/
| |/|
| | |
| | | |
move disable resize x11 code from context_gl to os_x11
|
| |\ \ \
| | | |
| | | | |
oh thanks!
|
| | |/ /
| | |
| | |
| | | |
also allow custom templates to reside outside of res:// for all platforms
|
| |\ \ \
| | | |
| | | | |
Someone fixed compiling issue on Win
|
| | |/ / |
|
| |\ \ \
| | | |
| | | | |
couple tab and tab container fixes
|
| | | | |
| | | |
| | | |
| | | | |
closes #650
|
| | |/ /
| | |
| | |
| | | |
closes #651
|
| |\ \ \
| | | |
| | | | |
[BUILD] fix include paths in webp
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | | |
Fixed typo and standardised spacing
|
| | | | | | |
|
| | |/ / / |
|
| | | | |
| | | |
| | | |
| | | | |
Workaround for round() on PC.
|
| | |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
-=-=-=-=-=-=
-Object Picking and orthogonal camera related functions fixed (i hope)
-Going to preview mode in the camera shows a frame with the correct game aspect ratio
-Changed Camera API and properties a little t make it more straightforward
-Fixed bug in shader compiler.
-Fixed bug in ShaderGL
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
-=-=-=-=-=-=-=-=-=-=-=-=-=-
3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
-PinJoint
-HingeJoint (with motor)
-SliderJoint
-ConeTwistJoint
-Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
-input_event (mouse or multitouch input over the body)
-mouse_enter (mouse entered the body area)
-mouse_exit (mouse exited body area)
For Area it needs to be activated manually, as it isn't by default (ray goes thru).
Other:
-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-=-=-=-=
-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
|
| |
|
|
| |
-Forgot to mention that lightmap baking to texture was implemented in latest push.
|
| |
|
|
|
|
|
|
| |
-=-=-=-=-=-
-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
|
| |\
| |
| | |
Fixed failed to connect to remote debugger with -rdebug will crash engine
|
| | | |
|
| |\ \
| | |
| | | |
Fixed #470 View grid toggle in 3d not working
|
| | | | |
|
| | |/ |
|
| |\ \
| | |
| | | |
Timeseek works like this
|
| | |/ |
|
| |\ \
| | |
| | | |
added joysticks demo
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
added String.md5_text() binding
|
| | |/ / |
|
| |\ \ \
| |/ /
|/| | |
ERR_FILE_CANT_READ -> ERR_FILE_CANT_WRITE
|
| |/ / |
|
| | | |
|
| |/
|
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-=-=-=-=
-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
|