godot/modules/assimp
Mateo Kuruk Miccino f387b9b4f4 Multiple changes to DisplayServerX11
- Travis: Change x11 to linuxbsd
- SCons: Change x11 plataform to linuxbsd
- Plugins: Remove ; to avoid fallthrough warning
- DisplayServerX11: Implement set_icon
- DisplayServerX11: Fix X11 bug when a window was erased from windows
  map, all the changes from that erased windows are sending to the main
  window
- DisplayServerX11: Reorder create_window commands
- DisplayServerX11: Change every Size2 to Size2i and Rect2 to Rect2i
  where it belongs

+ More X11 fixes which have been integrated directly back into reduz's
original commits while rebasing the branch.
2020-03-26 15:49:54 +01:00
..
config.py
editor_scene_importer_assimp.cpp Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
editor_scene_importer_assimp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
godot_update_assimp.sh Updated assimp to commit 1d565b0 with iFire 2019-07-30 18:59:29 +01:00
import_state.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
import_utils.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
register_types.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
register_types.h Adding missing include guards to header files identified by LGTM. 2020-03-23 04:52:36 -04:00
SCsub Multiple changes to DisplayServerX11 2020-03-26 15:49:54 +01:00