aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-31small fixes to color8Juan Linietsky2-2/+2
2015-12-31-Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col...Juan Linietsky3-0/+68
2015-12-31make json sub-dictionaries shared, fixes #2381Juan Linietsky2-2/+3
2015-12-31When inserting new values in array property editor, keep type of last item, c...Juan Linietsky1-0/+9
2015-12-31force thread model to single-safe when running editor, fixes #2387Juan Linietsky2-1/+6
2015-12-31changed shortcuts to be better friends with OSX, closes #2398Juan Linietsky1-1/+1
2015-12-31-fix range limit issue in Particles2D, closes #2411Juan Linietsky2-4/+3
2015-12-31suport old-style engine.cfg colors in VariantParser, fixes #3176Juan Linietsky2-0/+29
2015-12-31properly implement save as from script editor, fixes #2415Juan Linietsky1-2/+10
2015-12-31remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky2-3/+6
2015-12-31-Fixed focus for shader editor when switching tab, closes #2551Juan Linietsky1-5/+2
2015-12-31-Fix parsing of comments in VariantParser, fixes #3175Juan Linietsky3-1/+57
2015-12-31-Changed var2str and str2var in GDScript to use VariantWriter and VariantParserJuan Linietsky5-129/+52
2015-12-31-Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky9-1023/+708
2015-12-30added missing null checkZher Huei Lee1-1/+1
2015-12-30added missing onready allocation for subclassesZher Huei Lee1-0/+2
2015-12-29add 2d paths and joints to collision/navigation debug, fixes #2439reduz2-13/+32
2015-12-29Added a reset() function to Particles2D, fixes #2472, fixes #2468reduz2-0/+11
2015-12-29removed wron return types, fixes #2483reduz4-504/+1
2015-12-29Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz1-1/+1
2015-12-29-fix loading of samples in mod, s3m and xm. Fixes #2553reduz4-16/+31
2015-12-29remove an extra linereduz1-1/+1
2015-12-29-Make tilemap able to change light mask, fixes #2557reduz3-1/+14
2015-12-29removed some printsreduz2-6/+6
2015-12-29-forgot a check for tools enabled, closes #3166reduz1-0/+2
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz7-1/+34
2015-12-29-fixed bug with some indent blocks not properly checked, fixes #2570reduz1-4/+16
2015-12-29-restrict gui root from being removed while performing input, fixes #2578reduz2-0/+6
2015-12-29make it easy to edit popupmenus, fixes #2595reduz1-0/+8
2015-12-29-Allow negative texture scale in TextureButton, fixes #2956reduz1-4/+4
2015-12-29-property change object's rotation pivot on children of scaled CanvasLayer, f...reduz1-2/+4
2015-12-28do not allow editing of tilemap if it's invisible, fixes #2601reduz1-1/+2
2015-12-28-renamed function get_relative_transform() to get_relative_transform_to_paren...reduz5-16/+13
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz7-8/+78
2015-12-28Fix proper ordering of project settings properties, also fixes inability to c...reduz3-6/+9
2015-12-28PhysicsBody2D and descendants documented.Ovnuniarchos1-22/+68
2015-12-28-Added proper code completion for singletonsreduz2-1/+65
2015-12-28Ability to set autoloads as singleton global variablesreduz7-12/+137
2015-12-28-added a visual tool to change the pivot of a sprite/asprite/polygon/etc. Clo...reduz3-34/+70
2015-12-28-fixed rich text label fill alignment, always works nowreduz1-13/+22
2015-12-28Add missing argument names in GDScript bindingsRémi Verschelde42-236/+234
2015-12-28Fix wrong getters in ShaderGraphRémi Verschelde1-6/+6
2015-12-28Remove bogus argument in body_get_nodeRémi Verschelde4-5/+3
2015-12-28Remove bogus argument in sample_get_descriptionRémi Verschelde6-7/+5
2015-12-28Style fix for rounded_values methods in RangeRémi Verschelde2-15/+18
2015-12-27Sync doc with current sourceRémi Verschelde1-21/+462
2015-12-26fixes crash/deadlock when video is paused and unpaused, might affect audio sy...Ariel Manzur1-0/+1
2015-12-26small optimization improvement to rich text label tablesreduz1-4/+14
2015-12-26Added reload icon to FileDialog's default themeIgnacio Etcheverry4-2/+11
2015-12-26-Added table support to RichTextLabelreduz4-159/+467