aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2015-09-22Move the shape test to a little soonerGeorge Marques1-3/+4
2015-09-22Check if shape is valid before referencing itGeorge Marques1-0/+3
2015-09-22Add missing `return` so Visual Studio compileseska1-1/+1
2015-09-21Fix typo in ItemList bindingsGeorge Marques1-1/+1
2015-09-21Properly implement OS.alert() from script, and use xmessage on X11Juan Linietsky4-1/+20
2015-09-21remove required argument from streamplayer (was a bug), make it default as 0...Juan Linietsky2-2/+2
2015-09-20fixed stupid bug caused by accidentally removed line before commitJuan Linietsky1-0/+1
2015-09-18begin work on debugging collisions....Juan Linietsky4-0/+28
2015-09-15Ability to keep collisionshapes and collisionpolygons when running the game.reduz25-101/+434
2015-09-13Set AnimationEditor UndoRedo reference on creationGeorge Marques1-0/+1
2015-09-12fixed server breaking error in previous splash screen commitromulox_x2-0/+4
2015-09-12HTML5 exporter seems to be fully functionalJuan Linietsky6-12/+112
2015-09-10fix to builtin freetype defines on linuxJuan Linietsky1-0/+6
2015-09-10fix to freetype detectionJuan Linietsky1-2/+5
2015-09-10more c++ include references removedJuan Linietsky1-2/+2
2015-09-10remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky3-6/+10
2015-09-10ios now displays splash screen between launch image and main scene, instead o...steve5-0/+13
2015-09-10disabling theora for now (will be re-written, re-enabled later)Juan Linietsky2-0/+2
2015-09-10Removing locatime so this function compiles again.Juan Linietsky1-2/+2
2015-09-10HTML5 exporter ImprovementsJuan Linietsky14-23/+2367
2015-09-09Rewrite of the AudioStream APIJuan Linietsky21-467/+1394
2015-09-09fixed localtime thing for ios, not tested anywhere elseAriel Manzur1-1/+2
2015-09-09ios build with osxcrosspunto-2-5/+8
2015-09-09Fix HScrollBar of TextEdit, closes #2355Franklin Sobrinho1-5/+8
2015-09-08updated Label documentationZher Huei Lee1-3/+60