Dev Planet

Avatar photo

RSS feed aggregator for FOSS game development.

Castle Game Engine: Using GitLab CI with our recommended setup for Castle Game Engine projects: note that GitLab-hosted runners changed tags

A small note (bigger news will come this weekend 🙂 ): If you use GitLab CI, following our recommended setup, and rely on GitLab-hosted runners (available for free for all projects), be sure to update your tags to use new runners: For Linux runner, use saas-linux-small-amd64 instead of just linux. More possibilities and info in …

Castle Game Engine: Find (Ctrl+ F) / Find Next (F3) to easily find components by name (useful in large designs)

A new feature, small but invaluable, for navigating large designs in our editor: easily find component by name. Use editor menu item “Edit -> Find” (Ctrl + F) to see a text box where you can type component name. Typing anything there, like camera, will search and select the first component matching given name (as …