aboutsummaryrefslogtreecommitdiff
path: root/drivers/unix/memory_pool_static_malloc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-16Add GDScript export hint for real numbers with easing `export(float, EASE)`eska1-0/+10
2015-10-16Added specific get_locale to OSX platformDidier Vandekerckhove2-0/+7
2015-10-16Add multiline string GDScript export hint `export(String, MULTILINE)`eska1-0/+11
2015-10-16GraphEdit and GraphNode documentationJulian Murgia - StraToN1-29/+79
2015-10-16Revert "add flag and multiline hits in GDScript"eska1-16/+9
2015-10-13-A little More control about pixel snapping in 2DJuan Linietsky6-3/+18
2015-10-13REUSE_ADDR under windows platformsanikoyes1-0/+7
2015-10-13ability to change audio track in theora videoJuan Linietsky5-6/+48
2015-10-10Expose softness parameter of pin joint to the editor.Biliogadafr8-4/+75
2015-10-10Large improvements on scene packing and managementreduz19-215/+2305
2015-10-10Add type mask property to RayCast2Deska2-1/+20
2015-10-10Fix 3D Area mask matchingeska1-3/+3
2015-10-09Fix Area2D type mask matchingeska1-2/+2
2015-10-09fix parentheses-equality warnings of osx clang近藤 直人2-3/+3
2015-10-08newline fixesreduz38-33297/+33297
2015-10-08fixed uninitialized memory issues in audio codereduz3-2/+7
2015-10-08 Please enter the commit message for your changes. Lines startingAriel Manzur2-4/+4
2015-10-05nested clipping of canvas items now worksZher Huei Lee1-1/+5
2015-10-04Fix bug in EditorPlugin::add_custom_control, fixes #2567Franklin Sobrinho1-0/+1
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe1-2/+7
2015-10-03Fixes following Visual Studio 2013 compile error on windows:ZuBsPaCe2-1/+3
2015-10-02Add support for Opus audio formatGeorge Marques274-2/+68380
2015-10-01removed unnecessary clear, which prevented root viewport from working right w...romulox_x1-1/+0
2015-10-01-Added ability to use cubic interpolation on image resize (little more qualit...Juan Linietsky8-393/+501
2015-09-30fix miss bind for Node::find_nodevolzhs1-1/+1
2015-09-29Small readability fixes for the in-game class reference - fixes #2515 and #23...Jack Gold1-6/+20
2015-09-28Add SpriteRegionEditor and update Polygon2DUVEditorMarianoGNU9-3/+868
2015-09-27improved iCloud build option descriptionsteve1-1/+1
2015-09-27Initial iCloud implementation, supporting key value pairssteve7-0/+462
2015-09-27Hide stderr when trying to detect mingw binaries on posixRémi Verschelde1-3/+3
2015-09-26Update documentation for all Sample* classesRémi Verschelde1-69/+127
2015-09-26Fix return type of get_reverb_roomRémi Verschelde2-5/+5
2015-09-26Rename voice_set_volume argument to p_volume to avoid confusionRémi Verschelde5-7/+7
2015-09-26Fix default/filter/* parsing in _getRémi Verschelde1-2/+2
2015-09-26Fix some copy-paste mistakes in linear/db volume functionsRémi Verschelde2-7/+7
2015-09-26Rename _voice_count to _polyphony in SamplePlayer to be consistent with Sampl...Rémi Verschelde3-12/+14
2015-09-26Fixed theora playback. Removed theoraplayer.Juan Linietsky128-55898/+553
2015-09-26Clarify `BaseButton::is_pressed()` documentationeska1-1/+1
2015-09-26Fix BaseButtons remaining pressed when hiding them while pressing them downeska1-0/+10
2015-09-26Fix propagation of NOTIFICATION_VISIBILITY_CHANGEDeska1-1/+1
2015-09-25Update documentation for TileSet and TimerRémi Verschelde2-14/+43
2015-09-25Sync classes reference template with current code baseRémi Verschelde1-12/+64
2015-09-24Added ability to set custom mouse cursors. Not hardware accelerated yet.Juan Linietsky23-407/+611
2015-09-24added alignment to BoxContainerZher Huei Lee2-0/+53
2015-09-23Document TileMap classRémi Verschelde1-6/+52
2015-09-23Fix _xml_unescape, as suggested by @reduzBojidar Marinov1-2/+2
2015-09-23Flip < and > in String::xml_escape. Close #2511Bojidar Marinov1-2/+2
2015-09-23Update descriptions for Vector2 and Vector2ArrayBojidar Marinov1-2/+23
2015-09-23Regenerate docsBojidar Marinov1-462/+5366
2015-09-23Fix a bug with doctool (" >")Bojidar Marinov1-2/+2