www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Indiana Enigne - finally there

reply Henning Hasemann <hhasemann web.de> writes:
Indiana game engine
===================

Long ago I talked about a SDL-point'n'click-Adventure engine I would be
working on, now time has come that I'll present a first release. Note
however, since there is no game already that uses them lots of the
features are still untested and might be incomplete in some way.

It is available at http://www.leetless.de/indiana/index.html
If there is interest in access to the mercurial repository, let me know.
Once ago I have been asked to provide svn access, if there is still
request for that, also lemme know and if enough people want it I'll
write some conversion cronjob or so.

Note for gentoo users:
Here is an ebuild: https://bugs.gentoo.org/show_bug.cgi?id=222531
And here an overlay, that also contains DSSS:
https://home.ub0r.de/svn/gentoo/overlay

(Note that these are not maintained by myself)

Random D modules
================

Also I improved my collection of D modules which includes stuff for
game programming with SDL, a serialization framework and other
potentially useful things.

Take a look at: http://www.leetless.de/stuff/index.html

Thanks for reading,
Henning

-- 
GPG Public Key:
http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851
May 17 2008
parent reply Lionello Lunesu <lio lunesu.remove.com> writes:
 Take a look at: http://www.leetless.de/stuff/index.html
404 Not Found :((
May 26 2008
parent reply Henning Hasemann <hhasemann web.de> writes:
Lionello Lunesu <lio lunesu.remove.com> wrote:
 Take a look at: http://www.leetless.de/stuff/index.html
404 Not Found :((
Seems my goddamm hoster has problems and didn't even tell me. I'm already on the way to get a new one since this is a policy I absolutely dislike. I guess next week or so it should be up again. Henning -- GPG Public Key: http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851
May 28 2008
parent reply "Anders Bergh" <anders1 gmail.com> writes:
On Wed, May 28, 2008 at 9:30 AM, Henning Hasemann <hhasemann web.de> wrote:
 Lionello Lunesu <lio lunesu.remove.com> wrote:
 Take a look at: http://www.leetless.de/stuff/index.html
404 Not Found :((
Seems my goddamm hoster has problems and didn't even tell me. I'm already on the way to get a new one since this is a policy I absolutely dislike. I guess next week or so it should be up again. Henning -- GPG Public Key: http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851
Perhaps you could use dsource? Anders
May 28 2008
parent reply Henning Hasemann <hhasemann web.de> writes:
 
 Perhaps you could use dsource?
Uummmh. Perhaps ;) Didn't evaluate it as an option yet. Does it allow to host arbitrary web-content or just wiki+mercurial? (I put a certain free time into the website, would be a pity if that'd get lost). Also I have more than one project that logically belong together but not all of them are written in D, how could I address that with dsource? (For example the scene editor for indiana is a python/gtk app) Henning -- GPG Public Key: http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851
May 28 2008
next sibling parent "Anders Bergh" <anders1 gmail.com> writes:
On Wed, May 28, 2008 at 2:10 PM, Henning Hasemann <hhasemann web.de> wrote:
 Perhaps you could use dsource?
Uummmh. Perhaps ;) Didn't evaluate it as an option yet. Does it allow to host arbitrary web-content or just wiki+mercurial? (I put a certain free time into the website, would be a pity if that'd get lost).
I think you can set a folder in the repository as the http://[project].dsource.org/ site, otherwise you could always work something out with Brad. I know Pyd has its own page like that.
 Also I have more than one project that logically belong together but
 not all of them are written in D, how could I address that with dsource?
 (For example the scene editor for indiana is a python/gtk app)
Perhaps you could host it in the same repository, but if you're sure you want another repository for it I'm sure that's OK, since it'd be the scene editor for your D engine.
 Henning

 --
 GPG Public Key:
 http://pgpkeys.pca.dfn.de/pks/lookup?op=get&search=0xDDD6D36D41911851
Anders
May 28 2008
prev sibling parent BCS <ao pathlink.com> writes:
Reply to Henning,


 Also I have more than one project that logically belong together but
 not all of them are written in D, how could I address that with
 dsource?
Off hand I know of (D related) projects with Java, JavaScript, C, C++ and lisp in them hosted on Dsource
May 28 2008