aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-03Avoid crashes in skeletonJuan Linietsky1-2/+2
2018-01-03Revert "Add missing image format RGB10A2. Fixes #14964"Juan Linietsky3-33/+1
2018-01-03Avoid redundant copy-on-writes in RingBufferBernhard Liebl1-8/+9
2018-01-03Fix broken Info.plist after copyright updateRazah4-3/+6
Fixes #15293. + related misc fixes by @akien-mga.
2018-01-03doc: Sync classref with current sourceRémi Verschelde18-102/+268
2018-01-03Remove too verbose printf statements from VideoStreamTheorasamvila1-9/+0
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome6700015-38/+38
2018-01-03Make code editor's error display autowrapBernhard Liebl1-1/+1
2018-01-03Update android build tool to latestvolzhs3-4/+4
2018-01-03Fix crash while the debugger encode a freed object.Geequlim1-2/+8
2018-01-02Some fixes to improve precision and speed on Android. Fixes precision issues ↵Juan Linietsky2-2/+12
on Mali and PowerVR.
2018-01-02Improve : ease of use TileSet Editordamarindra2-13/+57
2018-01-02Add Show In File System to script editor tabssersoong2-1/+12
2018-01-01Make GDNative DLLs work on UWPGeorge Marques5-2/+65
2018-01-01Update copyright statements to 2018Rémi Verschelde1647-3310/+3309
Happy new year to the wonderful Godot community!
2018-01-01Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry4-18/+30
2018-01-01Mono: Script lifetime fixesIgnacio Etcheverry7-40/+89
- alloc_language_binding: Use strong GC handle as well for references. Fixes #15138 - Set the native instance field of Godot.Object to IntPtr.Zero when it's freed. - Create weak handles without tracking resurrection (that was causing trouble). This means we have to call notification predelete before queueing a native Object for deletion, and use the MonoObject* passed by the finalizer because the weak GC handle target will return NULL at this point.
2017-12-31Move Project Manager favorite icon back to center.Ryan Stein1-1/+1
2018-01-01Fix duplicating file or foldervolzhs1-6/+8
Fix #15206
2017-12-31Updated timer docsAndrew Silver1-4/+6
2018-01-01Copy resource with specific extensionvolzhs1-1/+2
Fix #15169
2018-01-01Fix lock or group with invisible nodevolzhs1-4/+4
Fix #15205
2017-12-31Improve LTO build with MSVCGeorge Marques1-1/+5
2017-12-31fix VariantCall default parameter orderingIbrahn Sahir1-2/+3
2017-12-30change float to bool as correct typefirefly24421-1/+1
2017-12-30fix typo in switch statementfirefly24421-1/+1
2017-12-30prevent strings from being evaluated to just "true"firefly24421-1/+1