summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-17Fix crash when using a Scalar Uniform node to GraphShaderMarianoGNU
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotMarianoGNU
# Solved Conflicts: # tools/editor/property_editor.cpp
2015-10-16Merge branch 'master' of https://github.com/okamstudio/godotreduz
Conflicts: scene/resources/packed_scene.h
2015-10-16-fixes and more fixes to new scene system, seems stable now..reduz
BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!!
2015-10-13-A little More control about pixel snapping in 2DJuan Linietsky
2015-10-13Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: platform/windows/detect.py
2015-10-13ability to change audio track in theora videoJuan Linietsky
2015-10-10Merge branch 'master' of https://github.com/okamstudio/godotreduz
2015-10-10Large improvements on scene packing and managementreduz
-Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes
2015-10-08newline fixesreduz
2015-10-08fixed uninitialized memory issues in audio codereduz
2015-10-08 Please enter the commit message for your changes. Lines startingAriel Manzur
removed locks
2015-10-08Merge pull request #2564 from ZuBsPaCe/opus-support-vs2013punto-
Fixes Visual Studio 2013 compile errors due to Opus
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe
drivers\opus\celt\bands.c(555) : error C2057: expected constant expression drivers\opus\celt\bands.c(555) : error C2466: cannot allocate an array of constant size 0 drivers\opus\celt\bands.c(555) : error C2133: 'tmp' : unknown size
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe
audio_stream_opus.h(57) : error C2864: 'AudioStreamPlaybackOpus::osrate' : a static data member with an in-class initializer must have non-volatile const integral type See: http://stackoverflow.com/questions/2454019/why-arent-static-const-floats-allowed
2015-10-02Merge pull request #2563 from vnen/opus-supportJuan Linietsky
Add support for Opus audio format
2015-10-02Add support for Opus audio formatGeorge Marques
2015-10-01Merge pull request #2562 from romulox-x/clear_fixJuan Linietsky
removed extra viewport clear
2015-10-01removed unnecessary clear, which prevented root viewport from working right ↵romulox_x
when told not to clear
2015-10-01-Added ability to use cubic interpolation on image resize (little more ↵Juan Linietsky
quality on non-po2 resizing) -Added ability for exporter to shrink images to non-integer values. Helps if you want to convert your game artwork from 1080->720 or similar
2015-09-28Merge pull request #2548 from romulox-x/iCloudpunto-
Initial iCloud implementation
2015-09-28Merge pull request #2528 from MarianoGnu/sprite-editJuan Linietsky
SpriteRegionEditor
2015-09-28Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU
Both with snap and grid support
2015-09-27improved iCloud build option descriptionsteve
2015-09-27Initial iCloud implementation, supporting key value pairssteve
2015-09-27Merge pull request #2546 from akien-mga/windows-stderrJuan Linietsky
Hide stderr when trying to detect mingw binaries on posix
2015-09-27Hide stderr when trying to detect mingw binaries on posixRémi Verschelde
2015-09-26Merge pull request #2543 from akien-mga/documentation-updateJuan Linietsky
Documentation update: Sample{,Library,Player,Player2D}
2015-09-26Update documentation for all Sample* classesRémi Verschelde
2015-09-26Fix return type of get_reverb_roomRémi Verschelde
2015-09-26Merge pull request #2538 from akien-mga/polyphonyJuan Linietsky
Small renaming and bug fixing in SamplePlayer
2015-09-26Rename voice_set_volume argument to p_volume to avoid confusionRémi Verschelde
This argument is indeed expected to be a volume on a linear scale (not dB), typically from 0.0 to 1.0, though it can go higher than 1.0.
2015-09-26Fix default/filter/* parsing in _getRémi Verschelde
Closes #2542. The actual flaw was identified by @reduz. Also fix a typo.
2015-09-26Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde
2015-09-26Rename _voice_count to _polyphony in SamplePlayer to be consistent with ↵Rémi Verschelde
SamplePlayer2D
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky
Still need to get proper audio output latency in some platforms.
2015-09-26Merge pull request #2458 from TheHX/text_edit_hscrollJuan Linietsky
Fix HScrollBar of TextEdit
2015-09-26Merge pull request #2533 from eska014/fix-visibility-notification-propagationJuan Linietsky
Fix propagation of `NOTIFICATION_VISIBILITY_CHANGED`
2015-09-26Merge pull request #2534 from eska014/unpress-hidden-buttonsJuan Linietsky
Fix BaseButtons remaining pressed when hiding while pressed down
2015-09-26Clarify `BaseButton::is_pressed()` documentationeska
2015-09-26Fix BaseButtons remaining pressed when hiding them while pressing them downeska
2015-09-26Fix propagation of NOTIFICATION_VISIBILITY_CHANGEDeska
2015-09-25Merge pull request #2532 from akien-mga/documentation-updateJuan Linietsky
Documentation update: TileSet and Timer
2015-09-25Update documentation for TileSet and TimerRémi Verschelde
2015-09-25Sync classes reference template with current code baseRémi Verschelde
2015-09-25Merge pull request #2449 from leezh/label-valign-fixJuan Linietsky
reworked Label class
2015-09-25Merge pull request #2502 from vnen/fix-itemlist-typoJuan Linietsky
Fix ItemList typo in binding
2015-09-24Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky
2015-09-24Merge pull request #2514 from akien-mga/reference-editionJuan Linietsky
Document TileMap class