aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-08obsolete UndoRedo max_steps; no users identifiedTodd Ross3-38/+0
2018-01-09Fix KinematicBody documentation about move_and_slidevolzhs1-1/+1
2018-01-08Add standardised color names to docJerome670002-3/+6
2018-01-08Fix imported BitMap dimension flipPoommetee Ketson1-1/+1
2018-01-08Fixes #15416 - "The deleted nodes are hanging in the inspector."Blazej Floch4-8/+19
2018-01-08Fix use of execvp, earlier fix was short sighted and only workedsambler1-11/+13
when godot could be found in PATH. The correct fix is to use sysctl to get the path to the current executable this also fixes the ability to call external commands.
2018-01-07Improve missing iOS loading screen error messageRuslan Mustakov1-1/+1
2018-01-08Set source code font with ttf, otfvolzhs3-56/+40
renamed interface/editor/custom_font to interface/editor/main_font moved text_editor/theme/font to interface/editor/code_font renamed interface/editor/font_size to interface/editor/main_font_size renamed interface/editor/source_code_size to interface/editor/code_font_size
2018-01-08Fix editor setting value is back to defaultvolzhs3-34/+67
Fix #15449
2018-01-07Build WebAssembly module with -Os to decrease file sizeLeon Krause1-2/+8
2018-01-07Added Geany/geany_plugins files to the ".gitignore".Michael Alexsander Silva Dias1-0/+4
2018-01-07Fix Video Player issue with audio mix_rate when different than 44100Marcelo Fernandez2-9/+1
2018-01-07Fix stale dynamic font reference fetch from cacheBernhard Liebl1-1/+1
Seems to fix issue 15392
2018-01-07SCons: Fix build error on invalid module foldersRémi Verschelde1-0/+2
2018-01-07Initialize WebGL context in OSLeon Krause1-3/+7
2018-01-07Fix Android multi touchvolzhs3-20/+19
Fix #11798
2018-01-07Fixes RegEx::sub injecting null character (issue 15409)Bernhard Liebl1-11/+16
2018-01-07Fixes debugger randomly not pausingBernhard Liebl1-0/+2
2018-01-07Add null checking for paramaters in Undoredogeequlim1-0/+6
2018-01-07Fix crash due to stale refs to node selection listsBernhard Liebl1-18/+18
2018-01-07Corrects wrong scrolling for short popups broken in 15405Bernhard Liebl1-3/+9
2018-01-07doc: Sync classref with current sourceRémi Verschelde3-3/+17
2018-01-06Indicate what "t" means in interpolation docsAaron McLeod2-4/+4
2018-01-07Remove 10.6+ runtime version checks, add 10.12+ runtime version checksbruvzg1-31/+34
2018-01-07Added RigidBody functionality to VehicleBodyScayze3-77/+22
2018-01-06fix center viewport out of size error, #15411Ian1-3/+4
2018-01-07HTML5: Print without color control sequencesLeon Krause1-0/+5
2018-01-06properly blend interior and exterior ambient in reflection probes, fixes #14695Juan Linietsky1-1/+1
2018-01-06Properly dispose of instance capture data, fixes #14795Juan Linietsky2-1/+3
2018-01-06Use better initialization value for normalmap, fixes #14720Juan Linietsky1-1/+1
2018-01-06Ensure depth reads go via alpha render list, fixes #14759Juan Linietsky4-4/+7
2018-01-06[GDNative] fix reloading of non-reloadable librarieskarroffel2-3/+8
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky13-399/+145
2018-01-06Fix crash when calling tree API before NOTIFICATION_ENTER_TREEBernhard Liebl1-0/+5
2018-01-06Allow popup menu scrolling without mouse wheelBernhard Liebl2-32/+28
2018-01-06Fix internal Emscripten JS API callsLeon Krause3-5/+5
Emscripten 1.37.24 no longer exports these by default
2018-01-06Fix typo in new stringsPoommetee Ketson2-2/+2
2018-01-06Fix build on macOS pre 10.12, fix deprecation warnings on 10.12+bruvzg1-45/+39
2018-01-06Fix Android build errorvolzhs1-1/+1
2018-01-06i18n: Sync translation templates with current sourceRémi Verschelde47-3592/+10192
2018-01-06i18n: Sync translations with WeblateRémi Verschelde14-1184/+973
2018-01-06Improve detection of variable writing in shader, fixes #15177Juan Linietsky2-33/+31
2018-01-06Fix crash when using Image.resize() without calling Image.create() firstJerome670002-2/+6
2018-01-06Update DONORS listRémi Verschelde1-13/+13
[ci skip]
2018-01-06Fix editor settings weird behaviorvolzhs3-72/+58
2018-01-06[GDNative] added reload propertykarroffel3-12/+42
2018-01-06Fix build of GDMonoFieldRémi Verschelde1-1/+1
Closes #15385.
2018-01-06Fix NEQ operation between 2 different ArraysMrCdK1-4/+4
it was returning false if it found the same content in both arrays which isn't correct, it should return true when it finds different values
2018-01-05Avoid crashing when dependencies on inherited/instanced scenes cant be ↵Juan Linietsky1-1/+8
satisfied, fixes #15298
2018-01-05Fixed loop mode values when importing a wav file.MrCdK1-3/+9
Importing a wav file that was exported with a custom loop type was causing it being imported with loop mode ping-pong