Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde | |
All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place). | |||
2015-12-14 | New and corrected are override modes. | Ovnuniarchos | |
2015-12-08 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-08 | made the exclusion of nodes from joints optional, fixes #3015 | Juan Linietsky | |
2015-12-08 | Merge pull request #2868 from akien-mga/pr-fix-can-move-to | Juan Linietsky | |
Fix can_move_to and rename it for more clarity | |||
2015-11-26 | Added set_hidden method to Spatial and CanvasItem | romulox_x | |
2015-11-22 | Fix can_move_to and rename it for more clarity | Rémi Verschelde | |
Fixes #2416. The KinematicBody::can_move_to function was likely designed for two behaviours: - discrete: check if the body can "teleport" to the destination - continuous: check if the direct path to the destination is valid The continuous behaviour was however not implemented, and the discrete behaviour was broken too due to a wrong call to intersect_shape. The discrete behaviour has thus been fixed and the function renamed to can_teleport_to for more clarity. | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-02 | BoneAttachment fix. | Saracen | |
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | |
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | |||
2015-10-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-19 | -some fixes to where screen is read from rasterizer | Juan Linietsky | |
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping | |||
2015-10-17 | misc cleanup | Juan Linietsky | |
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/detect.py | |||
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | |
Still need to get proper audio output latency in some platforms. | |||
2015-09-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | |
2015-09-21 | remove required argument from streamplayer (was a bug), make it default as ↵ | Juan Linietsky | |
0, closes #2492 | |||
2015-09-20 | Ability to visually debug geometry visually: | Juan Linietsky | |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings | |||
2015-09-15 | Ability to keep collisionshapes and collisionpolygons when running the game. | reduz | |
Works for 2D and 3D These are still just helpers in case you want to animate them or access them directly. Modifying the real shapes is still done via CollisionObject and CollisionObject2D APIs But an API was added so you can query which shapes from CollisionObject correspond to which CollisionShape. Have Fun! | |||
2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky | |
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future | |||
2015-08-30 | Added gravity scale, and linear/angular damp override to 3D physics. | Juan Linietsky | |
2015-08-29 | -added hints to sprite v/hframes, fixes truncation problem | Juan Linietsky | |
-removed an error being printed often unnecesarly about missing child | |||
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||
2015-06-12 | added ability for Area (3D) to detect other areas | Juan Linietsky | |
2015-06-07 | Merge pull request #1932 from Faless/gravity_distance_full | Juan Linietsky | |
Calculate gravity based on distance from body to gravity point | |||
2015-06-06 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
Conflicts: tools/editor/io_plugins/editor_texture_import_plugin.cpp | |||
2015-06-06 | new file dialog! | Juan Linietsky | |
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories | |||
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky | |
-add tab support to richtextlabel -some click fixes to audio stream resampled -ability to import largetextures (dialog) | |||
2015-05-25 | improved animation editor | Juan Linietsky | |
-same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres | |||
2015-05-18 | Calculate gravity based on distance from body to gravity point (2D) | Fabio Alessandrelli | |
2015-05-18 | Calculate gravity based on distance from body to gravity point | Fabio Alessandrelli | |
2015-05-03 | Merge pull request #1784 from NateWardawg/sa_fixes | Juan Linietsky | |
Fixed some items caught in cppcheck | |||
2015-05-02 | same fixes to 3D navmesh.. | Juan Linietsky | |
2015-05-02 | Fixed some items caught in cppcheck | Nathan Warden | |
2015-05-01 | -fix a bug in extra cull margin, closes #1760 | Juan Linietsky | |
2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | |
2015-04-28 | -fix forced texture repeat in Polygon2D, now depends on texture. | Juan Linietsky | |
-added a new function, Camera::is_position_behind to aid to unproject(), fixes #1725 | |||
2015-04-26 | -fixed bodyenter/bodyexit callback of physics bodies, fixes #1739 | Juan Linietsky | |
2015-04-21 | ability to get closest owner to point, for navigation and navigation2d | Juan Linietsky | |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-04-07 | Merge pull request #1574 from UsernameIsAReservedWord/fix_3d_spot_attenuation | Juan Linietsky | |
fixes_3d_spot_attenuation | |||
2015-04-02 | merging okam changes | Juan Linietsky | |
2015-03-25 | fixes_3d_spot_attenuation | yg2f | |
2015-03-22 | gui in 3D demo now uses area for input | Juan Linietsky | |
2015-03-22 | added spatial and node2d helper methods | Juan Linietsky | |
to perform operations such as translaiton, rotation, etc directly on nodes. | |||
2015-03-02 | support for 2D shadow casters | Juan Linietsky | |
Added support for 2D shadow casters. *DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a CanvasItem and pull this, you will lose them. Shaders now work through a 2D material system similar to 3D. If you don't want to lose the 2D shader code, save the shader as a .shd, then create a material in CanvasItem and re-assign the shader. | |||
2015-01-31 | fixed math in Camera::project_position | jaromirhribal | |
2015-01-13 | -begin work on unidirectional collision detection | Juan Linietsky | |
-fixed performance issue in new 2D engine -texscreen() working in shader 2D | |||
2015-01-03 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |