Castle Game Engine: Drag-and-drop in editor hierarchy improved

Thanks to PR #354 by Andrzej Kilijański dragging-and-dropping items in the editor is now better: We do not reload hierarchy. This is esp. important when editing larger hierarchy of UI / transformations. We keep the selection. Also occasional Access Violation when doing drag-and-drop on hierarchy on Windows is fixed. See the issue #353. Please support …

Castle Game Engine: Integration with Vampyre Imaging Library, new example image_display to test image loading speed and format support

We now can use Vampyre Imaging Library to load and save images in various formats. After some testing, I’m very impressed with how easy it is to use Vampyre, and we are already: Using it with Delphi by default (no need to do anything). Vampyre source code is bundled with CGE, so you don’t need …