Rémi Verschelde
|
0ba75c195e
|
Fix GCC 5 build after #26331 and cleanup style
Also cleanup after 01a3dd3 .
|
2019-02-27 09:01:24 +01:00 |
|
Juan Linietsky
|
3ea04c1366
|
Prevent circular references to scene being saved, fixes #24384
|
2019-02-24 10:48:38 -03:00 |
|
Rémi Verschelde
|
c4b736d7ad
|
Fix code style issues
|
2019-02-22 09:52:27 +01: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 |
|