aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_language.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-12-04Script Editor: Use first non-whitespace comment delimiter.Andreas Haas1-2/+7
As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816
2017-12-04Make rulers on by defaultGilles Roudiere1-1/+1
2017-12-04Make auto switch to remote scene tree opt-inRémi Verschelde1-1/+1
The performance cost is too high for now, so it should be opt-in for users who really need it all the time. Fixes #13833.
2017-12-03Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde1-1/+3
Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed.
2017-12-03Forgot to apply oversampling to YBastiaan Olij1-0/+1
2017-12-03Fix open_dynamic_library override in OSIPhoneRuslan Mustakov2-3/+3
Was broken at 9678231b109c333a5273325c8758241310cd27f4
2017-12-02Exported variables now show in the correct order.Nathan Warden1-2/+2
2017-12-02TileMap FixesMariano Suligoy7-91/+98
2017-12-02Fix alignment for button preview_cameraGuilherme Felipe1-0/+2
2017-12-02Some untranslated UI stringsUnknown5-11/+11
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias4-7/+6
2017-12-02Unnecessary use of TTRvolzhs1-1/+1
2017-12-01Script Editor: Make comment delimiter language dependent.Andreas Haas1-7/+14
2017-12-01Add macOS shell_open URL escapingbruvzg1-1/+1
2017-12-01small fix so shadows dont need to use a separate material for world vertex ↵Juan Linietsky2-19/+17
coords (more perf)
2017-12-01Properly take into consideration that VERTEX must be written to in opaque ↵Juan Linietsky6-7/+54
pre pass, does some speed up to scenes using triplanar.
2017-12-01Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev1-1/+1
2017-11-30Fix wasapi going silent when number of channels are not supportedMarcelo Fernandez2-37/+49
2017-11-30Fixed bullet server null pointer checkAndrea Catania1-1/+1
Fixed bullet server null pointer check
2017-11-30Ported 'Exclude Parent' from Raycast2D to RaycastMarco Masselli2-0/+39
2017-12-01Needed a broader search path flagBastiaan Olij1-1/+1
2017-11-30Changed the dynamic library open function to allow setting the path of the ↵Juan Linietsky6-8/+21
library to open extra libraries.
2017-11-30glad: Sync with upstream 0.1.16a0Indah Sylvia4-29/+49
2017-11-30Fix PathFollow2D motion.Ferenc Arn1-11/+9
Fixes #13361.
2017-11-29Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez2-5/+15
2017-11-29Enhanced iOS and UWP logo on Export dialogIndah Sylvia2-4/+2
2017-11-29doc: Fix misplaced constant descriptionRémi Verschelde1-1/+1
[ci skip]
2017-11-29i18n: Sync translation templates with current sourceRémi Verschelde43-248/+3450
[ci skip]
2017-11-29i18n: Sync translations with WeblateRémi Verschelde38-8809/+53926
Adds Afrikaans, Hebrew, Hindi, Swedish, Ukrainian and Vietnamese.
2017-11-29Make editor help select shortest (best) instead of first matchBernhard Liebl1-2/+1
2017-11-28Change RayCast2D 'Exclude Parent' to include Area2DChris Bradfield1-6/+6
2017-11-28moving open scenes in filesystem update dependencies fixIan1-1/+18
2017-11-28disable caching for targets using helper functionsRhody Lugo24-50/+45
2017-11-29Fixed white screen on editor/game startup by moving window displaying to a ↵Dmitry Koteroff1-6/+6
bit later phase
2017-11-29Fix inverted relative mouse motion in HTML5 exportLeon Krause1-2/+2
2017-11-28last line scroll fix when scroll_past_last_line is disabledIan1-4/+2
2017-11-28[DOCS] Node: Document _process()/_set_process()Max Hilbrunner1-52/+73
2017-11-28fix some typosMartin Lindhe2-3/+3
2017-11-28Added documentation for World, Theme, StreamTexture, Sky, and ShortCutTwistedTwigleg5-0/+68
2017-11-28Small fixes to #13233Dmitry Koteroff3-7/+4
2017-11-28Set real world position, not virtual world position!Bastiaan Olij1-1/+1
2017-11-28use the same cache for all branches for appveyorRhody Lugo24-55/+105
2017-11-27doc: Sync classref with current sourceRémi Verschelde6-9/+37
2017-11-27Some improvements to file/dir open/save dialogs:Dmitry Koteroff6-15/+84
1. Removed "..", instead you now will see "Select Current Folder" and "Select this Folder" buttons. 2. Added "go to parent folder" (^) button to Save a File dialog. 3. Tree.cpp: "nothing_selected" signal has been re-made (previous implementation, merged in #13308, wasn't optimal in context of performance) 4. Fixed issue in Project Export dialog: MODE_SAVE_FILE wasn't set when you click "Export". 5. Now you can deselect items by clicking on empty space in Open a Directory dialog.
2017-11-27Switch to textureLod for parallax offset, avoids errors on UWP.Juan Linietsky1-3/+3
2017-11-27EditorAbout: single-column'd some section, monospacePoommetee Ketson2-16/+33
- Show ItemLists in single column if not enough item, or is a special section (Gold/Platinum sponsors) - Add a space before and after names so that it looks a bit better for long names adjacent to another - License text in monospace
2017-11-27Fix displacement for centered tilemapsMatthias Hoelzl2-18/+19
- Fixes tile and collision placement for tilemaps with `tile_origin` set to `TILE_ORIGIN_CENTER`. - Also fixes a bug in the offset computation for collision shapes with `flip_v` flag set to true if `tile_origin` is `TILE_ORIGIN_BOTTOM_LEFT`.
2017-11-27add "add point" and "select point" handles to polygon 2d editorBernhard Liebl2-4/+8
2017-11-27Further changes to Image class docsSergei ZH1-4/+4
Were missed when squashing the previous 024c4f14. [ci skip]
2017-11-27Fix javascript build after bc2e8d99Rémi Verschelde1-2/+2