Search found 32 matches

by dragonlord
Tue Nov 16, 2021 10:20 pm
Forum: Announcements
Topic: Drag[en]gine Game Engine 1.7.1 Release
Replies: 0
Views: 19971

Drag[en]gine Game Engine 1.7.1 Release

Drag[en]gine Game Engine 1.7.1 has been released with bug fixes mainly paving the way for the upcoming DEMoCap release.

Image

Download: https://dragondreams.ch/?page_id=152
Changelog: https://dragondreams.ch/?page_id=307
by dragonlord
Tue Nov 16, 2021 7:36 pm
Forum: DEMoCap (Drag[en]gine Motion Capture)
Topic: DEMoCap: Get Started
Replies: 0
Views: 21893

DEMoCap: Get Started

Get ready to Motion Capture for your game project. DEMoCap makes it possible using VR hardwarel.

Info on Wiki: https://developer.dragondreams.ch/wiki/ ... mocap:main

Image
by dragonlord
Wed Oct 14, 2020 11:09 pm
Forum: Announcements
Topic: KDevelop DragonScript Language Support
Replies: 0
Views: 33260

KDevelop DragonScript Language Support

It took longer the API is complicated but now it is here, the KDevelop DragonScript Plugin (Linux). Shows Declarations, Uses and Class Outlining information. https://dragondreams.ch/wp-content/uploads/2020/10/kdevlangds1.png Supports Code Completion with generating function calls and code block call...
by dragonlord
Tue Sep 22, 2020 8:10 pm
Forum: Announcements
Topic: DragonDreams PPA Repository
Replies: 0
Views: 32762

DragonDreams PPA Repository

Image

The DragonDreams PPA has been reworked to provide better split Software Packages.

It's now easier to find the packages you want.

DragonDreams PPA Repository
by dragonlord
Fri Sep 18, 2020 11:07 am
Forum: Announcements
Topic: Drag[en]gine Game Engine Release 1.3
Replies: 0
Views: 32926

Drag[en]gine Game Engine Release 1.3

https://dragondreams.ch/wp-content/uploads/2020/09/dragengine-release-1-3.png Feeding the Dragon with a new Release to make stronger and bigger with this new game engine release. If you have installed the Drag[en]gine and/or IGDE using repositories or market place updates arrive automatically. Othe...
by dragonlord
Sun Aug 16, 2020 3:34 pm
Forum: Announcements
Topic: Haiku Package
Replies: 0
Views: 33815

Haiku Package

Experimental Haiku build is now available through HaikuPorts: Download Page . If you have Haiku-Ports installed you can install the package " dragengine " or enter this in a terminal window. pkgman install dragengine There are known issues with Mesa 17.x package on Haiku causing problems. ...
by dragonlord
Wed Jul 22, 2020 10:39 pm
Forum: Announcements
Topic: Ubuntu 20.04 PPA
Replies: 0
Views: 34090

Ubuntu 20.04 PPA

For Ubuntu 20.04 (Focal) Users there is now a PPA containing all Ubuntu Packages . By adding the PPA you get automatic updates with new versions for both the game engine and the editor. To install any packages from the PPA open a console and enter this (you have to do this only once): sudo add-apt-r...
by dragonlord
Sat Jul 18, 2020 9:22 pm
Forum: Announcements
Topic: Drag[en]gine Game Engine Release 1.2
Replies: 0
Views: 33220

Drag[en]gine Game Engine Release 1.2

https://dragondreams.ch/wp-content/uploads/2020/07/dragengine-release-1-2.png Another Release to make the Dragon stronger and bigger. This release contains more Bug Fixes and new Features. Get the 1.2 release files from the Download Section . You can install it over the 1.1 release but I would sugg...
by dragonlord
Fri Jul 17, 2020 12:43 pm
Forum: General Discussion
Topic: FreeBSD-12 installation
Replies: 8
Views: 35197

Re: FreeBSD-12 installation

Have you had any luck with your endeavour? DId compiling work now?
by dragonlord
Tue Jul 14, 2020 8:06 pm
Forum: General Discussion
Topic: FreeBSD-12 installation
Replies: 8
Views: 35197

Re: FreeBSD-12 installation

FreeBSD lists this function as present ( https://www.freebsd.org/cgi/man.cgi?query=libpng&apropos=0&sektion=3&manpath=FreeBSD+11-current&format=html ) so my first guess would be that header files are not in a directory the SConscript expects it to be in. You can look in the file &quo...