| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-12-04 | Script Editor: Use first non-whitespace comment delimiter. | Andreas Haas | 1 | -2/+7 | |
| As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816 | |||||
| 2017-12-04 | Make rulers on by default | Gilles Roudiere | 1 | -1/+1 | |
| 2017-12-04 | Make auto switch to remote scene tree opt-in | Rémi Verschelde | 1 | -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-03 | Disable invariant gl_Position to workaround Mesa bug 100316 | Rémi Verschelde | 1 | -1/+3 | |
| Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed. | |||||
| 2017-12-03 | Forgot to apply oversampling to Y | Bastiaan Olij | 1 | -0/+1 | |
| 2017-12-03 | Fix open_dynamic_library override in OSIPhone | Ruslan Mustakov | 2 | -3/+3 | |
| Was broken at 9678231b109c333a5273325c8758241310cd27f4 | |||||
| 2017-12-02 | Exported variables now show in the correct order. | Nathan Warden | 1 | -2/+2 | |
| 2017-12-02 | TileMap Fixes | Mariano Suligoy | 7 | -91/+98 | |
| 2017-12-02 | Fix alignment for button preview_camera | Guilherme Felipe | 1 | -0/+2 | |
| 2017-12-02 | Some untranslated UI strings | Unknown | 5 | -11/+11 | |
| 2017-12-02 | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | 4 | -7/+6 | |
| 2017-12-02 | Unnecessary use of TTR | volzhs | 1 | -1/+1 | |
| 2017-12-01 | Script Editor: Make comment delimiter language dependent. | Andreas Haas | 1 | -7/+14 | |
| 2017-12-01 | Add macOS shell_open URL escaping | bruvzg | 1 | -1/+1 | |
| 2017-12-01 | small fix so shadows dont need to use a separate material for world vertex ↵ | Juan Linietsky | 2 | -19/+17 | |
| coords (more perf) | |||||
| 2017-12-01 | Properly take into consideration that VERTEX must be written to in opaque ↵ | Juan Linietsky | 6 | -7/+54 | |
| pre pass, does some speed up to scenes using triplanar. | |||||
| 2017-12-01 | Fixed crash on duplicate instanced nodes (#13432) | Konstantin Zaitsev | 1 | -1/+1 | |
| 2017-11-30 | Fix wasapi going silent when number of channels are not supported | Marcelo Fernandez | 2 | -37/+49 | |
| 2017-11-30 | Fixed bullet server null pointer check | Andrea Catania | 1 | -1/+1 | |
| Fixed bullet server null pointer check | |||||
| 2017-11-30 | Ported 'Exclude Parent' from Raycast2D to Raycast | Marco Masselli | 2 | -0/+39 | |
| 2017-12-01 | Needed a broader search path flag | Bastiaan Olij | 1 | -1/+1 | |
| 2017-11-30 | Changed the dynamic library open function to allow setting the path of the ↵ | Juan Linietsky | 6 | -8/+21 | |
| library to open extra libraries. | |||||
| 2017-11-30 | glad: Sync with upstream 0.1.16a0 | Indah Sylvia | 4 | -29/+49 | |
| 2017-11-30 | Fix PathFollow2D motion. | Ferenc Arn | 1 | -11/+9 | |
| Fixes #13361. | |||||
| 2017-11-29 | Fixed editor settings disappearing (caused by uninitialized variable). | Daniel J. Ramirez | 2 | -5/+15 | |
| 2017-11-29 | Enhanced iOS and UWP logo on Export dialog | Indah Sylvia | 2 | -4/+2 | |
| 2017-11-29 | doc: Fix misplaced constant description | Rémi Verschelde | 1 | -1/+1 | |
| [ci skip] | |||||
| 2017-11-29 | i18n: Sync translation templates with current source | Rémi Verschelde | 43 | -248/+3450 | |
| [ci skip] | |||||
| 2017-11-29 | i18n: Sync translations with Weblate | Rémi Verschelde | 38 | -8809/+53926 | |
| Adds Afrikaans, Hebrew, Hindi, Swedish, Ukrainian and Vietnamese. | |||||
| 2017-11-29 | Make editor help select shortest (best) instead of first match | Bernhard Liebl | 1 | -2/+1 | |
| 2017-11-28 | Change RayCast2D 'Exclude Parent' to include Area2D | Chris Bradfield | 1 | -6/+6 | |
| 2017-11-28 | moving open scenes in filesystem update dependencies fix | Ian | 1 | -1/+18 | |
| 2017-11-28 | disable caching for targets using helper functions | Rhody Lugo | 24 | -50/+45 | |
| 2017-11-29 | Fixed white screen on editor/game startup by moving window displaying to a ↵ | Dmitry Koteroff | 1 | -6/+6 | |
| bit later phase | |||||
| 2017-11-29 | Fix inverted relative mouse motion in HTML5 export | Leon Krause | 1 | -2/+2 | |
| 2017-11-28 | last line scroll fix when scroll_past_last_line is disabled | Ian | 1 | -4/+2 | |
| 2017-11-28 | [DOCS] Node: Document _process()/_set_process() | Max Hilbrunner | 1 | -52/+73 | |
| 2017-11-28 | fix some typos | Martin Lindhe | 2 | -3/+3 | |
| 2017-11-28 | Added documentation for World, Theme, StreamTexture, Sky, and ShortCut | TwistedTwigleg | 5 | -0/+68 | |
| 2017-11-28 | Small fixes to #13233 | Dmitry Koteroff | 3 | -7/+4 | |
| 2017-11-28 | Set real world position, not virtual world position! | Bastiaan Olij | 1 | -1/+1 | |
| 2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo | 24 | -55/+105 | |
| 2017-11-27 | doc: Sync classref with current source | Rémi Verschelde | 6 | -9/+37 | |
| 2017-11-27 | Some improvements to file/dir open/save dialogs: | Dmitry Koteroff | 6 | -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-27 | Switch to textureLod for parallax offset, avoids errors on UWP. | Juan Linietsky | 1 | -3/+3 | |
| 2017-11-27 | EditorAbout: single-column'd some section, monospace | Poommetee Ketson | 2 | -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-27 | Fix displacement for centered tilemaps | Matthias Hoelzl | 2 | -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-27 | add "add point" and "select point" handles to polygon 2d editor | Bernhard Liebl | 2 | -4/+8 | |
| 2017-11-27 | Further changes to Image class docs | Sergei ZH | 1 | -4/+4 | |
| Were missed when squashing the previous 024c4f14. [ci skip] | |||||
| 2017-11-27 | Fix javascript build after bc2e8d99 | Rémi Verschelde | 1 | -2/+2 | |
