Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | Merge pull request #2779 from bojidar-bg/patch-5 | Juan Linietsky | |
Change popup_menu.cpp to deselect on .clear | |||
2015-11-18 | Merge pull request #2784 from masoudbh3/resigning-android-template | Juan Linietsky | |
Skip META-INF from Android Template | |||
2015-11-18 | Merge pull request #2808 from Ovnuniarchos/ShapeLine2DXPolygonEditor | Juan Linietsky | |
2D shapes editor update | |||
2015-11-18 | *Polygon2D now updates on any modification in its point array. ShapeLine2D ↵ | Ovnuniarchos | |
has now an editor. | |||
2015-11-18 | -Fixed default theme a little | Juan Linietsky | |
-Added option to group help pages, fixes #2805 | |||
2015-11-18 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: drivers/theora/video_stream_theora.cpp | |||
2015-11-18 | -fixed tabs | Juan Linietsky | |
2015-11-17 | missing icons | Juan Linietsky | |
2015-11-17 | -Merged Script and Help tabs | Juan Linietsky | |
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab | |||
2015-11-16 | tabs | Ariel Manzur | |
2015-11-16 | drivers and theora | Ariel Manzur | |
2015-11-15 | Merge pull request #2795 from kurikaesu/master | punto- | |
iPhone platform fixes {resubmit} | |||
2015-11-16 | Changed drviers/SCsub spaces to tabs. | Aren Villanueva | |
2015-11-16 | Use macros to determine which iOS SDK we have in order to be backwards ↵ | Aren Villanueva | |
compatible with older SDKs when fixing template compilation issues. | |||
2015-11-16 | Properly fixes compilation in an msys environment. | Aren Villanueva | |
2015-11-16 | iOS compile fixes. | Aren Villanueva | |
2015-11-16 | Optimised the oc_filter_hedge and oc_filter_vedge routines in theora a little. | Aren Villanueva | |
2015-11-16 | Compile fixes for mingw msys2. | Aren Villanueva | |
The drivers directory has way too many source files being compiled for a single library file. The command line length limit was getting hit. | |||
2015-11-14 | Skip META-INF from Android Template | masoud bh | |
2015-11-14 | windows crash and bind placeholder method | Ariel Manzur | |
2015-11-13 | -better integration of ndee's theme | Juan Linietsky | |
2015-11-13 | Change popup_menu.cpp as proposed in #2011 | Bojidar Marinov | |
Closes #2011 | |||
2015-11-11 | -fixes to animatedsprite used with atlas | Juan Linietsky | |
2015-11-09 | -support for stereo ima-adpcm sample compression & playback | Juan Linietsky | |
-support for converting samples to ima-adpcm upon export | |||
2015-11-07 | Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollow | Rémi Verschelde | |
Documented classes Curve*, Path*, and PathFollow* | |||
2015-11-07 | Documented classes Curve*, Path*, and PathFollow* | Ovnuniarchos | |
2015-11-07 | Merge pull request #2727 from Ovnuniarchos/DocRegex | Rémi Verschelde | |
RegEx class documented. | |||
2015-11-04 | more fixes | Juan Linietsky | |
2015-11-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-11-04 | maybe fix stop issue in theora | Juan Linietsky | |
2015-11-03 | Update README.md | Juan Linietsky | |
2015-11-03 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-11-03 | fix video/audio synchronization code in theora | Juan Linietsky | |
2015-11-03 | Regex class documented. For some reason, parameter descriptors don\'t appear. | Ovnuniarchos | |
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 |