Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-02 | Expose AudioServer::free(RID rid) as AudioServer::free_rid(RID rid) | Fabio Alessandrelli | |
to avoid script error due to collision with Object method free | |||
2015-11-02 | Merge pull request #2680 from Brickcaster/onceagain | Rémi Verschelde | |
Added a few notes to classes.xml | |||
2015-11-01 | Added description to classes/ScrollContainer | Brickcaster | |
Added description to help understand how to utilize the ScrollContainer node. | |||
2015-11-01 | classes/color - Documenting a trick with set_modulate | Brickcaster | |
I wanted to document a trick using class color to highlight a sprite. | |||
2015-11-01 | Merge pull request #2646 from vnen/array-reference | Rémi Verschelde | |
Add missing Array class reference documentation | |||
2015-11-01 | properly compute total time for ogg vorbis | Juan Linietsky | |
2015-11-01 | -some fixes to audio | Juan Linietsky | |
2015-10-25 | Updated classes/matrix32 | Brickcaster | |
The 3 members of a matrix 32 are Vector2, not float. Updated documentation to reflect this. | |||
2015-10-25 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-25 | -Fixed a bug in scrollcontainer not respecting expand flag | Juan Linietsky | |
If you relied on this, make sure the children of your scrollcontainer is set to expand with the expand flag in either vertical or horizontal axis | |||
2015-10-25 | Merge pull request #2677 from phobos-tro/x11-memleak | Okam Studio | |
X11 -- Fixing memleaks | |||
2015-10-26 | Made the Atom net_wm_icon local | Phobos Tro | |
2015-10-25 | Fixing memory leaks | Phobos Tro | |
2015-10-22 | Merge pull request #2663 from romulox-x/cadisplaylink | punto- | |
Added CADisplayLink setting for iOS | |||
2015-10-22 | Added setting for CADisplayLink on iOS, so you no longer need to recompile ↵ | steve | |
to change it | |||
2015-10-21 | -fixed a quite serious scene corruption bug when saving that has been around ↵ | Juan Linietsky | |
for months. good thing no one ran into it :P | |||
2015-10-21 | Merge pull request #2655 from StraToN/fix-tab-buttons | Juan Linietsky | |
Fix #2623 closing a 3D scene using the close button [x] on the tab crashes Godot editor | |||
2015-10-22 | Fix #2623 | Julian Murgia - StraToN | |
2015-10-21 | -fixes to ring buffer (fixes network error) | Juan Linietsky | |
-fixes to invalid disabling of commands on scene tree dock | |||
2015-10-21 | -Ability to debug video memory usage | Juan Linietsky | |
-Small fix to xml saver (swapping > and <) | |||
2015-10-20 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-20 | -work in progress implementation of NDEE's theme It's NOT DONE YET | Juan Linietsky | |
2015-10-20 | -Fixes on atlas import to save memory if mipmaps are not used | Juan Linietsky | |
-Make the video memory visible to improve debugging | |||
2015-10-20 | Add missing reference documentation for Array class | George Marques | |
2015-10-20 | Syncing classes.xml with current binary | George Marques | |
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-18 | Merge pull request #2630 from firefly2442/rasterizer-comparison-fix | Juan Linietsky | |
rasterizer comparison fix | |||
2015-10-18 | rasterizer comparison fix | firefly2442 | |
2015-10-18 | Merge pull request #2617 from MarianoGnu/master | Juan Linietsky | |
TextureProgress FillMode | |||
2015-10-18 | Add fill_degrees to limitate radial filling | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | MarianoGNU | |
2015-10-17 | Add fill modes. Clockwise, Counter-CW and center-offset | MarianoGNU | |
2015-10-17 | fixes broken 3D in editor | Juan Linietsky | |
2015-10-17 | -remove path after inheriting, fixes #2616 | Juan Linietsky | |
2015-10-17 | -Propertly restrict renaming of nodes in inherited scenes, fixes #2615 | Juan Linietsky | |
2015-10-17 | remove unpexpected revert button, fixes #2614 | Juan Linietsky | |
2015-10-17 | -Added const to a reference, should fix #2613 | Juan Linietsky | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | -fixes disability to remove instanced nodes when reopening scene. Fixes #2610 | Juan Linietsky | |
2015-10-17 | Merge pull request #2274 from MarianoGnu/master | Juan Linietsky | |
Improve Visual Shader Editor responsiveness | |||
2015-10-17 | Fix crash when using a Scalar Uniform node to GraphShader | MarianoGNU | |
2015-10-17 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-17 | Merge pull request #1899 from guilhermefelipecgs/fix_#1897 | Juan Linietsky | |
Fix for scroll_to_line and search functions, fix #1897 | |||
2015-10-17 | Merge pull request #2053 from rodolforg/fix-import-button-label | Juan Linietsky | |
Small fix for Import Game dialog labels | |||
2015-10-17 | Merge pull request #2203 from volzhs/fix_android_payments | Juan Linietsky | |
Fix android payments | |||
2015-10-17 | Merge pull request #2250 from PeaceSells50/AddedGridMapSettings | Juan Linietsky | |
Added GridMap settings which allows the user to enter a pick distance. | |||
2015-10-17 | Merge pull request #2256 from sheepandshepherd/list-edits | Juan Linietsky | |
List::move_before updates front/back pointers, fixes #2255 | |||
2015-10-17 | Merge pull request #2266 from MrGreenTea/master | Juan Linietsky | |
added floor() and ceil() to Vector3 | |||
2015-10-17 | Merge pull request #2330 from FEDE0D/parallax_fix | Juan Linietsky | |
ParallaxBackground: added option to ignore camera zoom |