summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-07Updated nrex for LookAhead supportZher Huei Lee
2015-11-06Add <Select All>(Ctrl+A) shortcut to LineEdit.MarianoGNU
2015-11-06Fix String content testFranklin Sobrinho
2015-11-06Fix Opus driver build for VS2010 and VS2012George Marques
2015-11-05Add Tree checkbox check/uncheck behavior when pressing enterFranklin Sobrinho
2015-11-04Fix Range exp_edit propertyFranklin Sobrinho
2015-11-04more fixesJuan Linietsky
2015-11-04Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-04maybe fix stop issue in theoraJuan Linietsky
2015-11-03Update README.mdJuan Linietsky
2015-11-03Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-03fix video/audio synchronization code in theoraJuan Linietsky
2015-11-03Regex class documented. For some reason, parameter descriptors don\'t appear.Ovnuniarchos
2015-11-02Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis class.Saracen
2015-11-02Aligned line edit fix.Saracen
2015-11-02Added alignment to LineEdit GUI control.Saracen
2015-11-02Disable baked lighting sampling on shadeless materials.Saracen
2015-11-02Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy
2015-11-02Experimental retooling of AnimationTreePlayer to allow manual advancement.Saracen
2015-11-02BoneAttachment fix.Saracen
2015-11-02Expose AudioServer::free(RID rid) as AudioServer::free_rid(RID rid)Fabio Alessandrelli
2015-11-02Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen
2015-11-02Ignore alpha materials in baked light ray-tracer.Saracen
2015-11-02Added missing saving support to animation editor.Saracen
2015-11-02Added ability to write directly to 4-dimensional position vector from within ...Saracen
2015-11-02Fix issue #1275Franklin Sobrinho
2015-11-02Merge pull request #2680 from Brickcaster/onceagainRémi Verschelde
2015-11-01Added description to classes/ScrollContainerBrickcaster
2015-11-01classes/color - Documenting a trick with set_modulateBrickcaster
2015-11-01Cosmetic fixes to SCons buildsystemRémi Verschelde
2015-11-01Merge pull request #2646 from vnen/array-referenceRémi Verschelde
2015-11-01Fix arguments parsing in the main functionRémi Verschelde
2015-11-01properly compute total time for ogg vorbisJuan Linietsky
2015-11-01Add default focus StyleBox to MenuButtoneska
2015-11-01-some fixes to audioJuan Linietsky
2015-10-30Fixing memleaks in main/main.cppPhobos Tro
2015-10-30Fixes Visual Studio 2015 parallel builds (-j switch)ZuBsPaCe
2015-10-30Fixes Visual Studio 2015 linker error (___iob_func)ZuBsPaCe
2015-10-29Fix "Align with view" undo, fixes #1443Franklin Sobrinho
2015-10-29Added some demo iconsneikeq
2015-10-29Fixes Visual Studio 2015 compile error C3688 (invalid literal suffix)ZuBsPaCe
2015-10-28replay on play if already playing for scene and main + switch icon to reload ...Alexander Holland
2015-10-28Set World2D default angular damp per global `physics_2d/default_angular_damp`eska
2015-10-28Fix small memory leakFranklin Sobrinho
2015-10-28improve android paymentsvolzhs
2015-10-25Updated classes/matrix32Brickcaster
2015-10-25Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-25-Fixed a bug in scrollcontainer not respecting expand flagJuan Linietsky
2015-10-25Add all collision shapes to a tile when converting scenes to TileSetseska
2015-10-25Merge pull request #2677 from phobos-tro/x11-memleakOkam Studio