aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/audio_server_javascript.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-08Fix wrong cast to Node2D instead of ControlRémi Verschelde1-1/+1
2017-07-07[#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito6-17/+17
2017-07-06Mark where ETC1 restriction needs to be done to speed up RGBA8 importJuan Linietsky1-1241/+1033
2017-07-06More fill modes for containers, closes #9504Juan Linietsky3-6/+22
2017-07-06Ability to set rotation and scaling pivot for controls.Juan Linietsky4-11/+96
2017-07-06-Ability for controls to grow the left/top when anchored. This makes anchorin...Juan Linietsky2-2/+68
2017-07-06Improved GDScript parse_json() doc about numerical values conversion.ducdetronquito1-1/+2
2017-07-05Fixed bug regarding to strange black shapes appearing in ice from material te...Juan Linietsky2-3/+17
2017-07-05Some changes to dual paraboloid envmap generation, fixes somme bleedingJuan Linietsky7-22/+33
2017-07-06iPhone exporterBastiaanOlij2-0/+375
2017-07-05Use the gravity constant to calculate weightsJohan Manuel3-5/+5
2017-07-05Implement well-defined handling of unrecoverable errorsPedro J. Estébanez8-45/+76
2017-07-04Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky8-97/+284
2017-07-04Removed outdated comment.anakimluke1-4/+0
2017-07-04Add project names as Comment fields in copyright fileRémi Verschelde1-5/+47
2017-07-04About: Add License infoPoommetee Ketson2-0/+32
2017-07-04ItemList: expose methods, in-editor items editing supportPoommetee Ketson4-0/+118
2017-07-04fix for redundant RMB options for toplevel nodeJakub Grzesik1-3/+5
2017-07-03Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg13-25/+26
2017-07-03Fixed set_global_scale in Node2D.TwistedTwigleg1-1/+1
2017-07-03Clicking on subscene icon will open itJakub Grzesik4-176/+144
2017-07-03Re-orient capsule to colission shapeBastiaanOlij1-17/+19
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky9-99/+133
2017-07-03Authors/About: support for multiple sectionsPoommetee Ketson2-53/+93
2017-07-02Implemented borderless fullscreen code on OSX.Marcelo Fernandez2-9/+53
2017-07-03Update visibility icon properlyvolzhs2-9/+6
2017-07-02On OSX export to DMG and optionally code sign the app bundleBastiaanOlij1-38/+305
2017-07-02EditorNameDialog: Remove unnecessary move_childRémi Verschelde1-1/+0
2017-07-02Script editor help: Prevent loading empty instances from layoutRémi Verschelde1-0/+3
2017-07-02Added Curve preview thumbnailMarc Gilleron2-0/+80
2017-07-01Animation Editor: Fix trying to stop playback without player.Andreas Haas1-0/+4
2017-07-01Readd shape_offset as an editor-only and backcompat propertyBojidar Marinov1-1/+8
2017-07-01Readd tilemap's shape_transform and bugfixesBojidar Marinov6-37/+56
2017-07-01SceneTab: MMB or double LMB to create new scenePoommetee Ketson1-2/+8
2017-07-01Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky6-56/+37
2017-07-01Script create diag: Show extensions for currently selected language only.Andreas Haas1-4/+2
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde10-657/+468
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky36-293/+1089
2017-06-30Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde2-2/+10
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov6-37/+56
2017-06-30EditorNode: request attention when quit while minimizedPoommetee Ketson1-0/+3
2017-06-30EditorNode: mark opened deleted scenes as unsavedPoommetee Ketson2-0/+26
2017-06-29Workaround for IME and echo events on Linux:Jia Wang3-9/+170
2017-06-28Fixed NinePatches not working on HTML5Robert Hernandez1-1/+1
2017-06-28Reworked translation systemJuan Linietsky23-52/+248
2017-06-28Fix build error on masterPoommetee Ketson1-1/+1
2017-06-28Fix curve saving, refined undo/redoMarc Gilleron4-63/+97
2017-06-27Fix filesystem update for import pluginsGeorge Marques1-2/+2
2017-06-27Implemented borderless window code for OSX.Marcelo Fernandez2-1/+38
2017-06-27Hide HTML5 native-run icon without runnable presetL. Krause1-1/+28