Ignacio Etcheverry
ee8e5146a4
C#: Fix ScriptPathAttribute generator with none or nested namespaces
...
The following two bugs were fixed:
- For classes without namespace we were still generating `namespace {`
without a namespace identifier, causing a syntax error.
- For classes with nested namespaces we were generating only the innermost
part of the namespace was being generated, e.g.: for `Foo.Bar` we were
generating `namespace Bar {` instead of `namespace Foo.Bar {`.
This wasn't causing any build error, but because of the wrong namespace
Godot wasn't able to find the class associated with the script.
2021-03-13 01:04:59 +01:00
..
2021-02-08 10:57:18 +01:00
2021-02-08 10:57:18 +01:00
2021-03-06 12:07:27 +01:00
2021-01-01 20:19:21 +01:00
2021-02-10 19:31:24 -03:00
2021-02-18 17:12:46 +01:00
2021-02-11 15:44:28 -03:00
2021-01-01 20:19:21 +01:00
2021-02-27 12:52:12 +01:00
2021-02-11 15:44:28 -03:00
2021-01-26 19:48:18 +00:00
2021-01-01 20:19:21 +01:00
2021-03-12 09:41:56 +01:00
2021-03-10 11:23:06 +01:00
2021-03-10 11:23:06 +01:00
2021-01-19 23:31:06 +01:00
2021-03-09 14:54:33 +01:00
2021-03-12 12:57:04 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-02-18 11:23:34 -03:00
2021-02-08 10:57:18 +01:00
2021-01-11 06:07:54 -08:00
2021-02-15 10:02:19 -08:00
2021-02-08 10:57:18 +01:00
2021-03-13 01:04:59 +01:00
2021-01-01 20:19:21 +01:00
2021-02-25 18:33:11 +01:00
2021-01-01 20:19:21 +01:00
2021-02-11 15:44:28 -03:00
2021-02-08 10:57:18 +01:00
2021-01-01 20:19:21 +01:00
2021-02-15 20:42:45 -08:00
2021-01-01 20:19:21 +01:00
2021-03-08 09:56:40 +02:00
2021-03-08 09:56:40 +02:00
2021-02-08 10:57:18 +01:00
2021-02-18 19:40:31 +01:00
2021-01-01 20:19:21 +01:00
2021-02-08 10:57:18 +01:00
2021-01-01 20:19:21 +01:00
2021-02-18 16:22:51 +01:00
2021-01-01 20:19:21 +01:00
2021-02-18 11:23:34 -03:00
2021-01-01 20:19:21 +01:00
2021-02-08 10:57:18 +01:00
2021-02-08 10:57:18 +01:00
2021-02-21 16:10:26 +00:00
2021-02-14 11:59:57 +01:00
2020-07-26 17:41:46 +03:00
2021-01-01 20:19:21 +01:00
2021-01-17 14:33:39 +03:00