Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-03 | Fixes 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-02 | Merge pull request #2563 from vnen/opus-support | Juan Linietsky | |
Add support for Opus audio format | |||
2015-10-02 | Add support for Opus audio format | George Marques | |
2015-10-01 | Merge pull request #2562 from romulox-x/clear_fix | Juan Linietsky | |
removed extra viewport clear | |||
2015-10-01 | removed 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-28 | Merge pull request #2548 from romulox-x/iCloud | punto- | |
Initial iCloud implementation | |||
2015-09-28 | Merge pull request #2528 from MarianoGnu/sprite-edit | Juan Linietsky | |
SpriteRegionEditor | |||
2015-09-28 | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU | |
Both with snap and grid support | |||
2015-09-27 | improved iCloud build option description | steve | |
2015-09-27 | Initial iCloud implementation, supporting key value pairs | steve | |
2015-09-27 | Merge pull request #2546 from akien-mga/windows-stderr | Juan Linietsky | |
Hide stderr when trying to detect mingw binaries on posix | |||
2015-09-27 | Hide stderr when trying to detect mingw binaries on posix | Rémi Verschelde | |
2015-09-26 | Merge pull request #2543 from akien-mga/documentation-update | Juan Linietsky | |
Documentation update: Sample{,Library,Player,Player2D} | |||
2015-09-26 | Update documentation for all Sample* classes | Rémi Verschelde | |
2015-09-26 | Fix return type of get_reverb_room | Rémi Verschelde | |
2015-09-26 | Merge pull request #2538 from akien-mga/polyphony | Juan Linietsky | |
Small renaming and bug fixing in SamplePlayer | |||
2015-09-26 | Rename voice_set_volume argument to p_volume to avoid confusion | Ré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-26 | Fix default/filter/* parsing in _get | Rémi Verschelde | |
Closes #2542. The actual flaw was identified by @reduz. Also fix a typo. | |||
2015-09-26 | Fix some copy-paste mistakes in linear/db volume functions | Rémi Verschelde | |
2015-09-26 | Rename _voice_count to _polyphony in SamplePlayer to be consistent with ↵ | Rémi Verschelde | |
SamplePlayer2D | |||
2015-09-26 | Merge pull request #2458 from TheHX/text_edit_hscroll | Juan Linietsky | |
Fix HScrollBar of TextEdit | |||
2015-09-26 | Merge pull request #2533 from eska014/fix-visibility-notification-propagation | Juan Linietsky | |
Fix propagation of `NOTIFICATION_VISIBILITY_CHANGED` | |||
2015-09-26 | Merge pull request #2534 from eska014/unpress-hidden-buttons | Juan Linietsky | |
Fix BaseButtons remaining pressed when hiding while pressed down | |||
2015-09-26 | Clarify `BaseButton::is_pressed()` documentation | eska | |
2015-09-26 | Fix BaseButtons remaining pressed when hiding them while pressing them down | eska | |
2015-09-26 | Fix propagation of NOTIFICATION_VISIBILITY_CHANGED | eska | |
2015-09-25 | Merge pull request #2532 from akien-mga/documentation-update | Juan Linietsky | |
Documentation update: TileSet and Timer | |||
2015-09-25 | Update documentation for TileSet and Timer | Rémi Verschelde | |
2015-09-25 | Sync classes reference template with current code base | Rémi Verschelde | |
2015-09-25 | Merge pull request #2449 from leezh/label-valign-fix | Juan Linietsky | |
reworked Label class | |||
2015-09-25 | Merge pull request #2502 from vnen/fix-itemlist-typo | Juan Linietsky | |
Fix ItemList typo in binding | |||
2015-09-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | |
2015-09-24 | Merge pull request #2514 from akien-mga/reference-edition | Juan Linietsky | |
Document TileMap class | |||
2015-09-24 | Merge pull request #2523 from leezh/boxcontainer-align | Juan Linietsky | |
added alignment to BoxContainer | |||
2015-09-24 | added alignment to BoxContainer | Zher Huei Lee | |
Allows aligning contents of VBoxContainer and HBoxcontainer without having to insert expanding spacers. | |||
2015-09-23 | Document TileMap class | Rémi Verschelde | |
2015-09-23 | Merge pull request #2512 from bojidar-bg/patch-2 | Juan Linietsky | |
Flip < and > in String::xml_escape. | |||
2015-09-23 | Fix _xml_unescape, as suggested by @reduz | Bojidar Marinov | |
2015-09-23 | Flip < and > in String::xml_escape. Close #2511 | Bojidar Marinov | |
Before > referred to < and < to >, which is incorrect... | |||
2015-09-23 | Merge pull request #2504 from vnen/fix-collisionshape-add-bug | Juan Linietsky | |
Check if shape is valid before referencing it | |||
2015-09-23 | Merge pull request #2509 from bojidar-bg/reference-update | Juan Linietsky | |
Update descriptions for Vector2 and Vector2Array | |||
2015-09-23 | Merge pull request #2508 from bojidar-bg/patch-1 | Juan Linietsky | |
Fix a bug with doctool | |||
2015-09-23 | Update descriptions for Vector2 and Vector2Array | Bojidar Marinov | |
2015-09-23 | Regenerate docs | Bojidar Marinov | |
2015-09-23 | Fix a bug with doctool (" >") | Bojidar Marinov | |
Please test, this was made from GitHub GUI, so couldn't test it myself. | |||
2015-09-22 | Move the shape test to a little sooner | George Marques | |
2015-09-22 | Check if shape is valid before referencing it | George Marques | |
See the comment from @MartiniMoe at #2366. | |||
2015-09-22 | Merge pull request #2503 from eska014/master | Juan Linietsky | |
Add missing `return` so Visual Studio compiles again |