aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-02DocData: Include enum attributes in return nodesIgnacio Etcheverry1-1/+8
2017-09-02Fixes order of default arguments in MethodInfoIgnacio Etcheverry1-5/+3
2017-09-02Removed empty segmentWilson E. Alvarez1-1/+0
2017-09-02Fix typos 'a' and 'an'Poommetee Ketson15-30/+30
2017-09-02Made triplanar local space by default, world space optionally, closes #10159Juan Linietsky2-25/+28
2017-09-02Fixed jitter when scrolling upPaulb231-1/+1
2017-09-02Update AUTHORS with recent contributorsRémi Verschelde1-1/+6
2017-09-02doc: Sync classref with current sourceRémi Verschelde1-1974/+7867
2017-09-02Fix missing pragma pushHein-Pieter van Braam2-0/+2
2017-09-01Fixed missing return value in glTF2.0 importer camera, closes #10130Juan Linietsky1-0/+2
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam38-86/+129
2017-09-01Fix freeze on exit on audiostreamplayers when setting invalid stream, closes ...Juan Linietsky3-5/+7
2017-09-01Fix AnimationTreePlayer bogus argument nameRémi Verschelde1-1/+1
2017-09-01Fix some argument ordering, closes #10010Juan Linietsky3-3/+3
2017-09-01Fix detectin of existing file being a dir in new script creation, closes #9958Juan Linietsky1-1/+8
2017-09-01etc: Append -std=gnu++11 to CCFLAGS instead of CXXFLAGSIgnacio Etcheverry1-1/+1
2017-09-01Removed ontop property, added a material rendering priority system. Fixes #99...Juan Linietsky15-40/+119
2017-09-01Fix typo 'begining' to 'beginning'Poommetee Ketson4-4/+4
2017-09-01Fixes reversed order of default arguments in MethodInfoIgnacio Etcheverry1-1/+7
2017-09-01Corrections to audio buffer size calculationsMarcelo Fernandez13-60/+129
2017-09-01Fix files headerPoommetee Ketson42-43/+42
2017-09-01add shadow_filter variant PCF7letheed5-1/+19
2017-09-01Fix crash when destroying AudioStreamPlaybackOGGVorbisEvgeny Zuev1-1/+1
2017-09-01Disabled PCRE-JIT in HTML5. Fixes #10834Zher Huei Lee1-2/+5
2017-09-01Has_method is already provided by ObjectHein-Pieter van Braam1-1/+0
2017-09-01Fix signed and unsigned comparisonsHein-Pieter van Braam34-105/+105
2017-08-31Updated Editor Built-In types.Daniel J. Ramirez1-5/+17
2017-08-31Fix special case where KinematicBody fails one way collisions by adding exclu...Juan Linietsky3-7/+57
2017-08-31Fix importer not applying saved default settings on loadRodrigo Troncoso1-1/+1
2017-08-31Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky11-63/+116
2017-08-31Correct GDnative's godot_string_find_last method nameEmmanuel Leblond2-2/+2
2017-08-31Added setting to toggle auto indentPaulb233-0/+3
2017-09-01Fix typo 'inetria' to 'inertia'Poommetee Ketson2-2/+2
2017-08-31updated import settings loader to 'svg/scale' fixes: #10815toger51-1/+1
2017-08-31changed-"HSlider" -> "VSlider" for focus style fixes #728toger51-1/+1
2017-08-31Fix import dock defaults: Set as default actionsRodrigo Troncoso1-7/+5
2017-08-31fixed update import label in importer docktoger52-0/+10
2017-08-31Fixed return of KinematicBody::_moveJames Beedie1-1/+2
2017-08-31Exposed new ClearMode function to Viewport clases, closes #9995Juan Linietsky2-20/+21
2017-08-31unified draw_center naming for (9patch,StyleBoxes)toger56-41/+41
2017-08-31Contributors missing in project manager titleJuan Linietsky1-1/+1
2017-08-31Replace editor font to NotoSans for Latin, Arabic, Hebrew, Thaivolzhs11-40/+145
2017-08-31Fixed problem with non triplanar UV2 mode as described in issue. Closes #9979Juan Linietsky2-2/+2
2017-08-31Update source code pro font to 2.030volzhs2-0/+6
2017-08-31Revert "Fix shader function calls being assignable"Rémi Verschelde1-6/+0
2017-08-31Do not error flood if removing default environment. Closes #9945Juan Linietsky1-0/+4
2017-08-31Adds default directory for default_project_pathpoke10241-1/+1
2017-08-30added setting for icon/font color: auto,dark,lighttoger52-1/+6
2017-08-30added icon updating to most ui elementstoger510-5/+162
2017-08-30renamed light_color to contrast_colortoger51-24/+29