godot/scene
Rémi Verschelde 4d546164e7 Fix maybe-uninitialized warnings from GCC 4.8.x
Fixes the following warnings in `p=server target=release_debug` builds
on Travis CI:
```
./core/os/memory.h: In function 'MainLoop* TestOAHashMap::test()':
./core/os/memory.h:108:111: warning: 'dummy' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #define memnew_placement(m_placement, m_class) _post_initialize(new (m_placement, sizeof(m_class), "") m_class)
                                                                                                               ^
main/tests/test_oa_hash_map.cpp:98:7: note: 'dummy' was declared here
   int dummy;
       ^

scene/resources/bit_mask.cpp:447:3: warning: 'next_i' may be used uninitialized in this function [-Wmaybe-uninitialized]
scene/resources/bit_mask.cpp:448:4: warning: 'next_j' may be used uninitialized in this function [-Wmaybe-uninitialized]
```
2018-12-17 12:42:26 +01:00
..
2d fix stop_on_slope affecting sliding up slopes 2018-12-14 16:02:43 +01:00
3d Merge pull request #24161 from aroncds/master 2018-12-14 13:34:46 +01:00
animation Fix sub-transitions not using end_node correctly 2018-12-16 23:40:41 -02:00
audio Fix AudioStreamPlayback::stop not being called on AudioStreamPlayer::stop 2018-11-11 11:00:24 -03:00
gui Fix item highlighting in PopupMenu for items with offset 2018-12-15 18:48:10 -02:00
main Fix touch release event on _gui_input 2018-12-14 18:28:11 +00:00
resources Fix maybe-uninitialized warnings from GCC 4.8.x 2018-12-17 12:42:26 +01:00
register_scene_types.cpp Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
register_scene_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
scene_string_names.cpp Massive rewrite to AnimationTree. Many APIs changed in order to: 2018-08-20 13:39:16 -03:00
scene_string_names.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub Move Penner easing equations to thirdparty/misc 2018-09-28 16:01:26 +02:00