Rémi Verschelde
|
6920c82742
|
Style: Fix issues with clang-format 8.0
|
2019-05-20 13:51:51 +02:00 |
|
Juan Linietsky
|
c1dcdf6109
|
No more metadata and dependency indices kept in resources saved.
-Node folding is now saved externally together with the properties
-External resources remember their ID when scenes are saved.
|
2019-04-11 14:36:58 -03:00 |
|
Juan Linietsky
|
8b231b96e3
|
Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801
|
2019-02-21 20:49:42 -03:00 |
|
Rémi Verschelde
|
c5dcbeb160
|
Scene: Ensure classes match their header filename
Also drop some unused files.
Renamed:
- `scene/2d/navigation2d.h` -> `navigation_2d.h`
- `scene/2d/screen_button.h` -> `touch_screen_button.h`
- `scene/3d/scenario_fx.h` -> `world_environment.h`
- `scene/audio/audio_player.h` -> `audio_stream_player.h`
- `scene/resources/bit_mask.h` -> `bit_map.h`
- `scene/resources/color_ramp.h` -> `gradient.h`
- `scene/resources/shape_line_2d.h` -> `line_shape_2d.h`
- `scene/resources/scene_format_text.h` -> `resource_format_text.h`
- `scene/resources/sky_box.h` -> `sky.h`
Dropped:
- `scene/resources/bounds.h`
|
2019-02-12 17:21:48 +01:00 |
|