godot/doc
Hugo Locurcio d46e411b44
Warn when trying to open `res://` or `user://` with `OS.shell_open()`
`OS.shell_open()` will pass on the path directly to the OS' shell
handler (which can handle file paths or URLs). It can't handle
Godot-specific paths, so these need to be converted with
`ProjectSettings.globalize_path()` first.
2020-04-28 19:37:09 +02:00
..
classes Warn when trying to open `res://` or `user://` with `OS.shell_open()` 2020-04-28 19:37:09 +02:00
tools doc: Fix parsing typed arrays in makerst.py 2020-04-24 17:50:20 +02:00
translations i18n: Sync translate template for class reference 2020-04-07 09:57:51 +02:00
Doxyfile Remove trailing whitespace 2018-11-20 11:15:02 +01:00
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00