summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-04Added a higher level wrapper for proxy textureJuan 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-04Script 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-04Merge pull request #13961 from groud/rulers_by_defaultJuan Linietsky
Make rulers on by default
2017-12-04Make rulers on by defaultGilles Roudiere
2017-12-04Merge pull request #13775 from YeldhamDev/filedialog_iconRémi Verschelde
Fixed FileDialog's "parent folder" button not having a texture
2017-12-04Merge pull request #13829 from goodyttoor/masterRémi Verschelde
Some untranslated UI strings
2017-12-04Make auto switch to remote scene tree opt-inRé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-03Merge pull request #13431 from MarianoGnu/tilesetRémi Verschelde
Several TileMap Fixes
2017-12-03Disable invariant gl_Position to workaround Mesa bug 100316Rémi Verschelde
Fixes #13450, though it would be worth reverting if/when the Mesa bug is fixed.
2017-12-03Merge pull request #13919 from BastiaanOlij/fix_y_oversampleRémi Verschelde
Forgot to apply oversampling to Y
2017-12-03Forgot to apply oversampling to YBastiaan Olij
2017-12-03Merge pull request #13850 from endragor/fix-iphone-gdnativeJuan Linietsky
Fix open_dynamic_library override in OSIPhone
2017-12-03Fix open_dynamic_library override in OSIPhoneRuslan Mustakov
Was broken at 9678231b109c333a5273325c8758241310cd27f4
2017-12-03Merge pull request #13774 from NathanWarden/cs_correct_export_orderIgnacio Etcheverry
Mono: Exported variables now show in the correct order.
2017-12-02Exported variables now show in the correct order.Nathan Warden
2017-12-02TileMap FixesMariano Suligoy
2017-12-02Merge pull request #13831 from ↵Andreas Haas
guilhermefelipecgs/fix_button_preview_camera_alignment Fix alignment for button preview_camera
2017-12-02Fix alignment for button preview_cameraGuilherme Felipe
2017-12-02Some untranslated UI stringsUnknown
2017-12-02Merge pull request #13489 from Hinsbart/fix_toggle_commentRémi Verschelde
Script Editor: Make comment delimiter language dependent.
2017-12-02Fixed FileDialog's "parent folder" button not having a texture.Michael Alexsander Silva Dias
2017-12-02Merge pull request #13609 from volzhs/useless-ttrvolzhs
Unnecessary use of TTR
2017-12-02Unnecessary use of TTRvolzhs
2017-12-01Script Editor: Make comment delimiter language dependent.Andreas Haas
2017-12-01Merge pull request #13453 from bruvzg/3.0-uri_escapingRémi Verschelde
Add macOS shell_open URL escaping
2017-12-01Add macOS shell_open URL escapingbruvzg
2017-12-01small fix so shadows dont need to use a separate material for world vertex ↵Juan Linietsky
coords (more perf)
2017-12-01Properly 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-01Merge pull request #13445 from kosz78/fix-duplicate-crashJuan Linietsky
Fixed crash on duplicate instanced nodes (#13432)
2017-12-01Fixed crash on duplicate instanced nodes (#13432)Konstantin Zaitsev
2017-12-01Merge pull request #13216 from hoelzl/pr-fix-tile-origin-centerPoommetee Ketson
Fix displacement for centered tilemaps
2017-12-01Merge pull request #13419 from marcelofg55/wasapi_fix3Poommetee Ketson
Fix wasapi going silent when number of channels are not supported
2017-12-01Merge pull request #13417 from AndreaCatania/patch-1Poommetee Ketson
Fixed bullet server null pointer check
2017-11-30Fix wasapi going silent when number of channels are not supportedMarcelo Fernandez
2017-11-30Merge pull request #13412 from BastiaanOlij/fix_loadlibraryexwRémi Verschelde
Needed a broader search path flag
2017-11-30Merge pull request #13408 from VinegarLove/13399-raycast_excludeRémi Verschelde
Ported 'Exclude Parent' from Raycast2D to Raycast
2017-11-30Fixed bullet server null pointer checkAndrea Catania
Fixed bullet server null pointer check
2017-11-30Ported 'Exclude Parent' from Raycast2D to RaycastMarco Masselli
2017-12-01Needed a broader search path flagBastiaan Olij
2017-11-30Changed the dynamic library open function to allow setting the path of the ↵Juan Linietsky
library to open extra libraries.
2017-11-30Merge pull request #13410 from ISylvox/glad-0.1.16a0Rémi Verschelde
Update glad: Sync with upstream v0.1.16a0
2017-11-30glad: Sync with upstream 0.1.16a0Indah Sylvia
2017-11-30Merge pull request #13407 from djrm/pr_fixesRémi Verschelde
Fixed editor settings disappearing (caused by uninitialized variable).
2017-11-30Fix PathFollow2D motion.Ferenc Arn
Fixes #13361.
2017-11-29Fixed editor settings disappearing (caused by uninitialized variable).Daniel J. Ramirez
2017-11-29Merge pull request #13392 from cbscribe/kcc_raycast_fixRémi Verschelde
Fix RayCast2D 'Exclude Parent' to include Area2D
2017-11-29Merge pull request #13395 from ISylvox/export-logoRémi Verschelde
Enhance iOS and UWP logo on Export dialog
2017-11-29Enhanced iOS and UWP logo on Export dialogIndah Sylvia
2017-11-29doc: Fix misplaced constant descriptionRémi Verschelde
[ci skip]