Search found 34 matches

by Seisatsu
Wed Feb 20, 2019 9:01 pm
Forum: Project Showoff Tier I
Topic: Dennis MUD
Replies: -1
Views: 11353

Re: Dennis MUD

Yeah, I tried to copy some code that did that just for the up key that I found, but I ran into some problem when trying to also make it work with the down key, and I got frustrated and put it aside. I don't remember what the issue is, but I'm just going to have to hunker down and start over. It migh...
by Seisatsu
Tue Feb 19, 2019 4:12 am
Forum: Project Showoff Tier I
Topic: Dennis MUD
Replies: -1
Views: 11353

Re: Dennis MUD

Yes, navigating command history with the up/down arrows is a planned feature, but it's a little bit harder than it looks and Javascript isn't my best language. I will get around to it eventually.
by Seisatsu
Mon Feb 18, 2019 9:29 pm
Forum: Announcements and Site Discussion
Topic: Forums Outdated
Replies: -1
Views: 19114

Re: Forums Outdated

Did you ever finish those updates? If not the forums are dangerously outdated by this point. I have also noticed a couple other problems.

1) Making a post did not update the recent forum posts ticker on the front page.
2) We do not have HTTPS.
by Seisatsu
Mon Feb 18, 2019 10:20 am
Forum: Project Showoff Tier I
Topic: Dennis MUD
Replies: -1
Views: 11353

Dennis MUD

Hello! It seems like this place is very slow nowadays, but I've always posted updates about my biggest projects here so here goes. Introducing Dennis MUD, the Multi-player Text Adventure Sandbox Server! I have been working on it for about half a year, and it is a complete rewrite of an older, simila...
by Seisatsu
Mon Oct 30, 2017 3:16 am
Forum: Project Showoff Tier I
Topic: Driftwood 2D Tile Engine / Gamedev Suite
Replies: -1
Views: 11292

Re: Driftwood 2D Tile Engine / Gamedev Suite

Documentation is really hard to make. Even many very large, well-used projects do not have enough documentation. It is about the last thing most developers want to be working on. The code itself is well commented as a rule, but that does not a manual make. I find it best to work on a little at a ti...
by Seisatsu
Wed Oct 25, 2017 2:19 am
Forum: Project Showoff Tier I
Topic: Driftwood 2D Tile Engine / Gamedev Suite
Replies: -1
Views: 11292

Re: Driftwood 2D Tile Engine / Gamedev Suite

This is really sounding like a great engine. Not too many others I know of would add something like Folkdance based on your description. But it tells me you are a very experienced game dev since those types of entity interactions can get very messy on large projects. Actually, my only prior experie...
by Seisatsu
Tue Oct 24, 2017 2:07 am
Forum: Project Showoff Tier I
Topic: Driftwood 2D Tile Engine / Gamedev Suite
Replies: -1
Views: 11292

Re: Driftwood 2D Tile Engine / Gamedev Suite

Alpha-0.0.11 is released. Apart from a few smaller feature additions, this release is mostly about restructuring the project. Two new API libraries were created -- Folkdance and Stageshow. Folkdance is a reference library which will mostly handle advanced entity-entity, entity-player, and entity/pl...
by Seisatsu
Sat Oct 07, 2017 7:26 pm
Forum: Project Showoff Tier I
Topic: Driftwood 2D Tile Engine / Gamedev Suite
Replies: -1
Views: 11292

Re: Driftwood 2D Tile Engine / Gamedev Suite

Quick question: You may have already answered this somewhere in this thread, but are you planning on releasing this engine to the public? It's on GitHub! It's already public and open source. https://github.com/seisatsu/Driftwood And the Alpha-0.0.10 Windows 10 binary is ready. https://github.com/se...
by Seisatsu
Fri Oct 06, 2017 4:28 am
Forum: Project Showoff Tier I
Topic: Driftwood 2D Tile Engine / Gamedev Suite
Replies: -1
Views: 11292

Re: Driftwood 2D Tile Engine / Gamedev Suite

In addition to the usual bugfixes, this release's major features are lazy map loading and more complete graphical occlusion which speed things up significantly, especially for large areas, as well as a more complete widget tree description language which supports things like newlines and relative po...
by Seisatsu
Mon Oct 02, 2017 12:35 am
Forum: Project Showoff Tier I
Topic: Driftwood 2D Tile Engine / Gamedev Suite
Replies: -1
Views: 11292

Re: Driftwood 2D Tile Engine / Gamedev Suite

Just released Alpha-0.0.9. This release adds bugfixes and the following features and changes: Switch to Universal Binary JSON for the database format. Beginnings of support for occlusion. Loading and rendering times are heavily reduced. STDLib support for loading and inserting widgets from descripto...

Go to advanced search