| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-07-11 | AStar: add bool has_point(id) | Poommetee Ketson | 2 | -0/+8 | |
| 2017-07-11 | Revert "Improve reliability of memory stats" | Rémi Verschelde | 4 | -122/+51 | |
| 2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | 8 | -11/+11 | |
| 2017-07-11 | IME window follow the input cursor. | geequlim | 7 | -14/+39 | |
| Abstruct set_ime_position to OS class. Update ime position for LineEdit and TextEdit. | |||||
| 2017-07-11 | Include Git hash in the engine | Poommetee Ketson | 3 | -1/+23 | |
| 2017-07-11 | EditorPlugin ability to open and reload scns from filepath | Jakub Grzesik | 3 | -0/+38 | |
| 2017-07-10 | Added get_bus_index to AudioServer | Bruno Lourenço | 2 | -0/+11 | |
| 2017-07-11 | Slider: add set/is_editable | Poommetee Ketson | 6 | -1/+37 | |
| 2017-07-10 | Fix picking list flood while mouse capture enabled | Pedro J. Estébanez | 1 | -1/+1 | |
| Fixes #9575. | |||||
| 2017-07-10 | Remove warnings about benign situations | Pedro J. Estébanez | 2 | -4/+15 | |
| 2017-07-10 | Ability to toggle script panel visibility | Jakub Grzesik | 2 | -0/+6 | |
| 2017-07-10 | ability to reposition scene tabs with drag & drop | Jakub Grzesik | 4 | -2/+51 | |
| 2017-07-09 | Fixed issues with borderless windows on Windows | Marcelo Fernandez | 2 | -72/+44 | |
| 2017-07-10 | Fix crash on closing [empty](*) scene tab | Poommetee Ketson | 1 | -0/+6 | |
| 2017-07-09 | ScriptCreateDialog: Fix regressions from #9536 | Poommetee Ketson | 1 | -5/+10 | |
| 2017-07-09 | Fix duplicated resource_local_to_scene | Poommetee Ketson | 1 | -1/+1 | |
| 2017-07-08 | removed floor so that global pos works with scale | alexholly | 1 | -2/+2 | |
| 2017-07-08 | Added additional functions to RichTextLabel: | TwistedTwigleg | 2 | -2/+37 | |
| * Added set_text function to RichTextLabel * Added percent_visible attributes and functions to RichTextLabel This should make switching from Label to RichTextLabel easier. | |||||
| 2017-07-08 | Some adjustments to toon material to make it more flexible | Juan Linietsky | 5 | -17/+34 | |
| Ability to also disable specular | |||||
| 2017-07-08 | Added triplanar mapping, toon mode, and more specular modes for materials. ↵ | Juan Linietsky | 14 | -12/+231 | |
| Added multipass support for materials. | |||||
| 2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | 44 | -184/+182 | |
| 2017-07-08 | About: center valign copyright label | Poommetee Ketson | 1 | -0/+1 | |
| 2017-07-08 | Only execute chmod exporting iOS when on Mac OS X | BastiaanOlij | 1 | -0/+2 | |
| 2017-07-08 | -Added triplanar mapping modes | Juan Linietsky | 7 | -84/+295 | |
| -Some fixes to shader lang | |||||
| 2017-07-08 | Justify the editor theme style colors | geequlim | 1 | -8/+8 | |
| 2017-07-08 | Revert "Mark where ETC1 restriction needs to be done to speed up RGBA8 import" | Rémi Verschelde | 1 | -1033/+1241 | |
| This reverts commit 8b362b50094ccd332c6ee3d0853a6b9b49f70253. We should not apply our clang-format style to thirdparty code, it makes it impossible to maintain. | |||||
| 2017-07-08 | Fix wrong cast to Node2D instead of Control | Rémi Verschelde | 1 | -1/+1 | |
| As reported by @sanikoyes. | |||||
| 2017-07-07 | [#9292] Renamed Image.put_pixel() to set_pixel(). | ducdetronquito | 6 | -17/+17 | |
| 2017-07-07 | Increase SCons rebuild speed | George Marques | 1 | -0/+7 | |
| 2017-07-07 | ScriptCreateDialog: fix open error crash, remember template | Poommetee Ketson | 2 | -11/+25 | |
| 2017-07-06 | Mark where ETC1 restriction needs to be done to speed up RGBA8 import | Juan Linietsky | 1 | -1241/+1033 | |
| 2017-07-07 | Inline documentation request satisfied. | Mike Demchenko | 1 | -0/+11 | |
| 2017-07-06 | More fill modes for containers, closes #9504 | Juan Linietsky | 3 | -6/+22 | |
| 2017-07-06 | Ability to set rotation and scaling pivot for controls. | Juan Linietsky | 4 | -11/+96 | |
| 2017-07-06 | -Ability for controls to grow the left/top when anchored. This makes ↵ | Juan Linietsky | 2 | -2/+68 | |
| anchoring controls to the right/bottom easier when they are resized. | |||||
| 2017-07-06 | Improved GDScript parse_json() doc about numerical values conversion. | ducdetronquito | 1 | -1/+2 | |
| 2017-07-06 | About: add thirdparty license info | Poommetee Ketson | 3 | -13/+243 | |
| 2017-07-05 | Fixed bug regarding to strange black shapes appearing in ice from material ↵ | Juan Linietsky | 2 | -3/+17 | |
| tester demo | |||||
| 2017-07-05 | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky | 7 | -22/+33 | |
| 2017-07-05 | Added the following features to RemoteTransform and RemoteTransform2D: | TwistedTwigleg | 4 | -2/+229 | |
| - Added the ability to toggle changes in position, rotation, and scale - Added the ability to toggle changes in either local or global coordinates | |||||
| 2017-07-05 | Implemented borderless window functions on Linux. | Marcelo Fernandez | 2 | -0/+29 | |
| 2017-07-06 | Fix typo in plist export | BastiaanOlij | 1 | -2/+2 | |
| 2017-07-06 | iPhone exporter | BastiaanOlij | 2 | -0/+375 | |
| 2017-07-05 | Use the gravity constant to calculate weights | Johan Manuel | 3 | -5/+5 | |
| 2017-07-05 | Implement byte-tagging of memory | Pedro J. Estébanez | 1 | -2/+26 | |
| Using a magic value for memory allocated but uninitialized and another one for memory about-to-be-released. Helps in debugging unitialized members, dangling pointerts, etc. Disabled by default. Can be enabled for debug builds by defining `DEBUG_MEMORY_TAGGING`. | |||||
| 2017-07-05 | Improve reliability of memory stats | Pedro J. Estébanez | 2 | -51/+27 | |
| The allocation count is managed atomically and where it actually should change (for instance, not counting an allocation before its success has been checked). Bonus: Improve readability of the pre-pad checks. | |||||
| 2017-07-05 | Implement well-defined handling of unrecoverable errors | Pedro J. Estébanez | 8 | -45/+76 | |
| Plus the addition of some convenience CRASH_* error macros. Plus transient avoidance of the flood of warnings emitted by Clang when checking 'this' for NULL. Plus explanation about the do-while(0) loop in some error macros. | |||||
| 2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | 8 | -97/+284 | |
| increase is enormous. | |||||
| 2017-07-04 | Removed outdated comment. | anakimluke | 1 | -4/+0 | |
| closes #78 | |||||
| 2017-07-04 | Add project names as Comment fields in copyright file | Rémi Verschelde | 1 | -5/+47 | |
| This is compliant with the specification [0] and should allow us to generate human-readable output from the machine-readable file. [0] https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-paragraph | |||||
