gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS homebrew announcements > Tetattds 3.1 released

#163807 - Stonebone - Sun Oct 12, 2008 7:19 pm

Quote:
What?s new:

* Network protocol rewritten
* Support 8 players
* Fix displaying highscores

Me and Gustav spent some time during the summer to rewrite the network protocol. Every packet is now smaller which means we can send them much more often. Every client now only sends the changes to the playfield (delta) and also the last seen version of the other players? fields (ack). The whole field is sent if a new player joins or the delta is so big that it is more efficient to send the whole field. It also sends a new packet directly after reciving a packet from the player on the left. Before it simply sent packets at a fixed interval. The improvement is very noticable with two players.

Unfortunately the improvement is most apparent when using dswifi (?Internet?). It seems liblobby (?Local?) is not as fast.

My friends requested that you could see your own field on the upper screen. This is useful after the round is over to look at what you could have done to survive. This would have reduced the number of players to 4, but I?ve added a button (X) to switch the upper screen to show players 5-8. I noticed this doesn?t work very well on Nintendo DS after packaging this release, because I?ve only tested 8 players in the SDL version. Sorry about that. But if you do get 8 people together please let me know.

Download here

http://blog.dev-scene.com/flatware/

#163815 - tondopie - Sun Oct 12, 2008 10:36 pm

its nice to see that a game from long ago is still getting updates every few months! :)
_________________
Development Blog: http://teendev.org
Homebrew Podcast: http://homebrewcast.net
Web Design: http://xtendesign.net

#163826 - Markzilla - Mon Oct 13, 2008 1:56 am

tondopie wrote:
its nice to see that a game from long ago is still getting updates every few months! :)


Amen to that. Too many good releases get abandoned.