summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-11-fixes to animatedsprite used with atlasJuan Linietsky
2015-11-09-support for stereo ima-adpcm sample compression & playbackJuan Linietsky
-support for converting samples to ima-adpcm upon export
2015-11-07Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollowRémi Verschelde
Documented classes Curve*, Path*, and PathFollow*
2015-11-07Documented classes Curve*, Path*, and PathFollow*Ovnuniarchos
2015-11-07Merge pull request #2727 from Ovnuniarchos/DocRegexRémi Verschelde
RegEx class documented.
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-02Merge pull request #2680 from Brickcaster/onceagainRémi Verschelde
Added a few notes to classes.xml
2015-11-01Added description to classes/ScrollContainerBrickcaster
Added description to help understand how to utilize the ScrollContainer node.
2015-11-01classes/color - Documenting a trick with set_modulateBrickcaster
I wanted to document a trick using class color to highlight a sprite.
2015-11-01Merge pull request #2646 from vnen/array-referenceRémi Verschelde
Add missing Array class reference documentation
2015-11-01properly compute total time for ogg vorbisJuan Linietsky
2015-11-01-some fixes to audioJuan Linietsky
2015-10-25Updated classes/matrix32Brickcaster
The 3 members of a matrix 32 are Vector2, not float. Updated documentation to reflect this.
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
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-25Merge pull request #2677 from phobos-tro/x11-memleakOkam Studio
X11 -- Fixing memleaks
2015-10-26Made the Atom net_wm_icon localPhobos Tro
2015-10-25Fixing memory leaksPhobos Tro
2015-10-22Merge pull request #2663 from romulox-x/cadisplaylinkpunto-
Added CADisplayLink setting for iOS
2015-10-22Added 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-21Merge pull request #2655 from StraToN/fix-tab-buttonsJuan Linietsky
Fix #2623 closing a 3D scene using the close button [x] on the tab crashes Godot editor
2015-10-22Fix #2623Julian 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 usageJuan Linietsky
-Small fix to xml saver (swapping > and <)
2015-10-20Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-20-work in progress implementation of NDEE's theme It's NOT DONE YETJuan Linietsky
2015-10-20-Fixes on atlas import to save memory if mipmaps are not usedJuan Linietsky
-Make the video memory visible to improve debugging
2015-10-20Add missing reference documentation for Array classGeorge Marques
2015-10-20Syncing classes.xml with current binaryGeorge Marques
2015-10-19Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-10-19-some fixes to where screen is read from rasterizerJuan Linietsky
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping
2015-10-18Merge pull request #2630 from firefly2442/rasterizer-comparison-fixJuan Linietsky
rasterizer comparison fix
2015-10-18rasterizer comparison fixfirefly2442
2015-10-18Merge pull request #2617 from MarianoGnu/masterJuan Linietsky
TextureProgress FillMode
2015-10-18Add fill_degrees to limitate radial fillingMarianoGNU
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
2015-10-17Add fill modes. Clockwise, Counter-CW and center-offsetMarianoGNU
2015-10-17fixes broken 3D in editorJuan Linietsky
2015-10-17-remove path after inheriting, fixes #2616Juan Linietsky
2015-10-17-Propertly restrict renaming of nodes in inherited scenes, fixes #2615Juan Linietsky
2015-10-17remove unpexpected revert button, fixes #2614Juan Linietsky
2015-10-17-Added const to a reference, should fix #2613Juan Linietsky
2015-10-17Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky