Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | Added a higher level wrapper for proxy texture | Juan Linietsky | |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | |
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D) | |||
2017-12-04 | Script Editor: Use first non-whitespace comment delimiter. | Andreas Haas | |
As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816 | |||
2017-12-04 | Merge pull request #13961 from groud/rulers_by_default | Juan Linietsky | |
Make rulers on by default | |||
2017-12-04 | Make rulers on by default | Gilles Roudiere | |
2017-12-04 | Merge pull request #13775 from YeldhamDev/filedialog_icon | Rémi Verschelde | |
Fixed FileDialog's "parent folder" button not having a texture | |||
2017-12-04 | Merge pull request #13829 from goodyttoor/master | Rémi Verschelde | |
Some untranslated UI strings | |||
2017-12-04 | Make auto switch to remote scene tree opt-in | Rémi Verschelde | |
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 | Merge pull request #13431 from MarianoGnu/tileset | Rémi Verschelde | |
Several TileMap Fixes | |||
2017-12-03 | Disable invariant gl_Position to workaround Mesa bug 100316 | Rémi Verschelde | |
Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed. | |||
2017-12-03 | Merge pull request #13919 from BastiaanOlij/fix_y_oversample | Rémi Verschelde | |
Forgot to apply oversampling to Y | |||
2017-12-03 | Forgot to apply oversampling to Y | Bastiaan Olij | |
2017-12-03 | Merge pull request #13850 from endragor/fix-iphone-gdnative | Juan Linietsky | |
Fix open_dynamic_library override in OSIPhone | |||
2017-12-03 | Fix open_dynamic_library override in OSIPhone | Ruslan Mustakov | |
Was broken at 9678231b109c333a5273325c8758241310cd27f4 | |||
2017-12-03 | Merge pull request #13774 from NathanWarden/cs_correct_export_order | Ignacio Etcheverry | |
Mono: Exported variables now show in the correct order. | |||
2017-12-02 | Exported variables now show in the correct order. | Nathan Warden | |
2017-12-02 | TileMap Fixes | Mariano Suligoy | |
2017-12-02 | Merge pull request #13831 from ↵ | Andreas Haas | |
guilhermefelipecgs/fix_button_preview_camera_alignment Fix alignment for button preview_camera | |||
2017-12-02 | Fix alignment for button preview_camera | Guilherme Felipe | |
2017-12-02 | Some untranslated UI strings | Unknown | |
2017-12-02 | Merge pull request #13489 from Hinsbart/fix_toggle_comment | Rémi Verschelde | |
Script Editor: Make comment delimiter language dependent. | |||
2017-12-02 | Fixed FileDialog's "parent folder" button not having a texture. | Michael Alexsander Silva Dias | |
2017-12-02 | Merge pull request #13609 from volzhs/useless-ttr | volzhs | |
Unnecessary use of TTR | |||
2017-12-02 | Unnecessary use of TTR | volzhs | |
2017-12-01 | Script Editor: Make comment delimiter language dependent. | Andreas Haas | |
2017-12-01 | Merge pull request #13453 from bruvzg/3.0-uri_escaping | Rémi Verschelde | |
Add macOS shell_open URL escaping | |||
2017-12-01 | Add macOS shell_open URL escaping | bruvzg | |
2017-12-01 | small fix so shadows dont need to use a separate material for world vertex ↵ | Juan Linietsky | |
coords (more perf) | |||
2017-12-01 | Properly take into consideration that VERTEX must be written to in opaque ↵ | Juan Linietsky | |
pre pass, does some speed up to scenes using triplanar. | |||
2017-12-01 | Merge pull request #13445 from kosz78/fix-duplicate-crash | Juan Linietsky | |
Fixed crash on duplicate instanced nodes (#13432) | |||
2017-12-01 | Fixed crash on duplicate instanced nodes (#13432) | Konstantin Zaitsev | |
2017-12-01 | Merge pull request #13216 from hoelzl/pr-fix-tile-origin-center | Poommetee Ketson | |
Fix displacement for centered tilemaps | |||
2017-12-01 | Merge pull request #13419 from marcelofg55/wasapi_fix3 | Poommetee Ketson | |
Fix wasapi going silent when number of channels are not supported | |||
2017-12-01 | Merge pull request #13417 from AndreaCatania/patch-1 | Poommetee Ketson | |
Fixed bullet server null pointer check | |||
2017-11-30 | Fix wasapi going silent when number of channels are not supported | Marcelo Fernandez | |
2017-11-30 | Merge pull request #13412 from BastiaanOlij/fix_loadlibraryexw | Rémi Verschelde | |
Needed a broader search path flag | |||
2017-11-30 | Merge pull request #13408 from VinegarLove/13399-raycast_exclude | Rémi Verschelde | |
Ported 'Exclude Parent' from Raycast2D to Raycast | |||
2017-11-30 | Fixed bullet server null pointer check | Andrea Catania | |
Fixed bullet server null pointer check | |||
2017-11-30 | Ported 'Exclude Parent' from Raycast2D to Raycast | Marco Masselli | |
2017-12-01 | Needed a broader search path flag | Bastiaan Olij | |
2017-11-30 | Changed the dynamic library open function to allow setting the path of the ↵ | Juan Linietsky | |
library to open extra libraries. | |||
2017-11-30 | Merge pull request #13410 from ISylvox/glad-0.1.16a0 | Rémi Verschelde | |
Update glad: Sync with upstream v0.1.16a0 | |||
2017-11-30 | glad: Sync with upstream 0.1.16a0 | Indah Sylvia | |
2017-11-30 | Merge pull request #13407 from djrm/pr_fixes | Rémi Verschelde | |
Fixed editor settings disappearing (caused by uninitialized variable). | |||
2017-11-30 | Fix PathFollow2D motion. | Ferenc Arn | |
Fixes #13361. | |||
2017-11-29 | Fixed editor settings disappearing (caused by uninitialized variable). | Daniel J. Ramirez | |
2017-11-29 | Merge pull request #13392 from cbscribe/kcc_raycast_fix | Rémi Verschelde | |
Fix RayCast2D 'Exclude Parent' to include Area2D | |||
2017-11-29 | Merge pull request #13395 from ISylvox/export-logo | Rémi Verschelde | |
Enhance iOS and UWP logo on Export dialog | |||
2017-11-29 | Enhanced iOS and UWP logo on Export dialog | Indah Sylvia | |
2017-11-29 | doc: Fix misplaced constant description | Rémi Verschelde | |
[ci skip] |