Age | Commit message (Collapse) | Author |
|
|
|
- added #660, but need help on osx, help please I don't have a mac!
- fixed #667 and #668 (eol detection in comments)
- added #670 (hint when using method without () )
|
|
- #672 (default user:// in $HOME/.godot/app_userdata (linux/osx) and $APPDATA/Godot/app_userdata (Windows)
- #676 (draw both tiles and octants in order from top to bottom, left to right )
- #686 (unicode escape sequences work now)
- #702 (was not a bug, but a test was added to see if bodies went too far away)
|
|
add title to project manager window
|
|
Fix for inverted VSlider
|
|
Fix file_exists
|
|
|
|
Fix bug #471, Colour picker labels are incorrect in HSV and RAW mode
seems fine to me
|
|
|
|
VSlider would get set at the inverted position when receiving a mouse click
Dragging the slider worked correct
|
|
|
|
|
|
-=-=-=-=-=-==
-Fix bug in camera follow script
-Fix negate operator not working in shader language
-Fix uninitialized pointer in raycast query API
|
|
-=-=-=-=-=-=-
-Fixed a few bugs in Mixer, now playback of chiptunes works great :)
-Changed how visibility AABB generation from skeletons work, it's fully automatic and real-time now, generated from current skeleton pose for the frame.
-Fixed camera in 3D kinematic character demo.
|
|
Export shape keys to .dae as geometry
|
|
|
|
|
|
|
|
|
|
|
|
-----------
-Added Ability for centering on top left for centercontainer
-Added ability to bind more than 5 parameters (must include an extra file)
|
|
Fix export translation(can't save pot file)
|
|
Fix bug help history overwrote by tree item selected call back
|
|
Make OS_Windows::get_data_dir return unix path
|
|
Fixed DirAccessWindows::change_dir not working properly;
|
|
Add node2d::set_global_pos()
|
|
Particles editor menu not display in proper position
|
|
Fixed touchscreen was processing input in editor
|
|
Add editor setting: Manipulator Gizmo Opacity
|
|
Merge animations during reimport
|
|
thanks sanikoyes this is great!
|
|
removed output "WUTF" when show/hide mouse cursor
|
|
Small improvement to documentation
|
|
Fixed copy process of stream of bytes for HttpClient.
|
|
Usability: don't switch to resource tab when switching to script tab
|
|
added settings for default project & export dirs
|
|
thanks enormously, this is fantastic!
|
|
oh thanks!
|
|
Someone fixed compiling issue on Win
|
|
couple tab and tab container fixes
|
|
[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.
|