aboutsummaryrefslogtreecommitdiff
path: root/servers/visual_server.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-25Update gamepad mappings.Andreas Haas1-0/+18
2016-06-25Dictionary: rename param in .has() .has_all() .erase()J08nY2-6/+6
2016-06-25-Avoid negative zero from being saved to config files o resource files, fixes...Juan Linietsky1-16/+23
2016-06-25resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2-3/+21
2016-06-25Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2-30/+19
2016-06-25Documented many Physics2D* classesOvnuniarchos2-28/+275
2016-06-25Made error when signal calls a method with the wrong number of parameters mor...Juan Linietsky1-2/+2
2016-06-25rewrote LineEdit window repositioning code so it does not eat the last charac...Juan Linietsky2-6/+14
2016-06-25fix how some display values are shown, fixes #4953Juan Linietsky1-1/+2
2016-06-25apply built-in scripts when running the game, closes #4987Juan Linietsky1-1/+4
2016-06-25gdscript tokenizer will dislike use of case, closes #4991Juan Linietsky1-2/+3
2016-06-25fix crash in SamplePlayer, closes #5005Juan Linietsky1-2/+2
2016-06-25remove unnecesary found bug? print, closes #5028Juan Linietsky1-1/+1
2016-06-25make sure tab is not visible in RichTextLabel, closes #5079Juan Linietsky1-0/+2
2016-06-25do not allow picking in captured mode, closes #5134Juan Linietsky1-1/+1
2016-06-25Show descriptive errors when look_at is improperly used, closes #5131Juan Linietsky1-0/+9
2016-06-25property output unix seconds since epoch in windows get_system_time_secs, fix...Juan Linietsky1-1/+7
2016-06-25* fix messages when modifying on switching the active axisNuno Donato1-4/+4
2016-06-25fixes wrong bool return, closes #5037Juan Linietsky1-1/+1
2016-06-25If a resource is delete from fs dialog, but the resource is currently loaded,Juan Linietsky2-0/+6
2016-06-25add line spacing option to script and shader editor (#5105)volzhs2-0/+4
2016-06-25Fixed editor help focus issues and input propagationPaulb231-0/+1
2016-06-25Filling in documentationCowThing1-2/+46
2016-06-25Caret blink no longer updates when hidden, issue 5100Paulb231-1/+3
2016-06-25RtAudio: proper under/overflow warningJ08nY1-2/+8
2016-06-25GLEW: Update to upstream version 1.13.0 (pristine)Rémi Verschelde4-2830/+11149
2016-06-25GLEW: Define static + enabled and includes via SConsRémi Verschelde12-29/+23
2016-06-25Haiku: Do not define GLEW_ENABLED to undefine it laterRémi Verschelde2-6/+3
2016-06-25Improved Blender/Collada shadeless->unshaded importPawel Kowal4-1/+12
2016-06-25Improved breakpoint marker position, and scales with font sizePaulb232-4/+6
2016-06-25Classref for: ImageTexture, Image, LargeTextureJ08nY1-0/+52
2016-06-25Exposed Image.INTERPOLATE_*J08nY1-0/+3
2016-06-25Fix indentation issues in last commitsRémi Verschelde2-28/+26
2016-06-25properly pass events to parent controls, closes #4701Juan Linietsky1-15/+23
2016-06-25-Fix small bug regarding to canvas layer detection, closes #4381Juan Linietsky1-13/+8
2016-06-25fixed interactive_loader() not returning a cached sceneTheoXD1-1/+5
2016-06-25Add missing license information (ogg/vorbis/opus)Roberto3-0/+84
2016-06-25Add missing license information (Theora)Roberto2-0/+46
2016-06-25Keep the default environment variables as set by SConsPedro J. Estébanez1-8/+3
2016-06-25Add missing license information (WebP)Roberto3-0/+79
2016-06-25Add missing license information (MiniZip)Roberto8-6/+98
2016-06-25fix ui_* input events in EditorAndreas Haas1-24/+24
2016-06-25Document Viewport and ViewportSprite classesBojidar Marinov1-0/+61
2016-06-25Make Input Actions config not affect the editorJuan Linietsky3-1/+67
2016-06-25change invalid characters when get user data dir on Windows & Unixvolzhs4-2/+12
2016-06-17Fix Theora video playback without a Vorbis streamBłażej Szczygieł2-3/+10
2016-06-05Doc: Make rst files as UTF-8Rémi Verschelde1-2/+3
2016-06-05classref: Sync with sourceRémi Verschelde1-50/+50
2016-06-05Added InputMap.get_actions()J08nY3-0/+49
2016-06-05Right click->Quit on the godot icon will now close the application on OSX.marcelofg551-5/+3