Blogroll
WorldForge
-
Latest tweets
- Google Summer of Code with WorldForge http://bit.ly/fjhFUS Apply now!
- has been accepted into Google Summer of Code! http://bit.ly/fQfgEq
- have released cyphesis 0.5.26 http://bit.ly/gdOKx1
- have released Mercator 0.2.9 http://bit.ly/dgMtX8
- has created a new Mason feature video http://bit.ly/ae7USL
Monthly Archives: October 2005
Ember 0.3.4 release
Ember version 0.3.4 has been released and is now available from the WorldForge download site.
Ember is a fully functional 3d client for the WorldForge project. It takes advantage of the latest graphic cards to present a beautiful, fully interactive world. An easy to use GUI allows the player to interact with both the world and other players with ease. Continue reading
Posted in Ember
Comments Off
Cyphesis 0.5.2 release
Cyphesis version 0.5.2 has been released and is now available from the WorldForge download site. Cyphesis is a small to medium scale server for WorldForge games, with builtin AI. This version includes the demo game Mason which is currently in … Continue reading
Posted in Cyphesis
Comments Off
Eris 1.3.9 Released
Eris version 1.3.9 has been released and is now available from the WorldForge download site. This release adds support for limiting the rate at which data is requested from the server based on the connection speed, and hence fixes many … Continue reading
Posted in Libraries
Comments Off
Castle Project
A castle project has been initiated in to production. The goal of the project is to create a large immersive castle world. The castle will contain everything from the royal court, servants living quarters to armory, keep, shops, inn, smithing, … Continue reading
Posted in Visuals
8 Comments
Getting emotional
Eris has supported receiving in-game emotes for some time, but the feature has gone unused since no client actually sends or uses them. To remedy this, I’ve followed Al’s suggestion and added support send sending emotes on Eris::Avatar. The API … Continue reading
Posted in Libraries
Comments Off
Eris Action support
Latest CVS eris now correctly routes all in-game Atlas operations inherited from ‘action’ out to Entity’s Acted signal. This is a feature that has been broken for a long time, and enables client to start deploying single-shot animations in the … Continue reading
Posted in Libraries
Comments Off
Sage 0.1.2 Release
Sage 0.1.2 is released and is available for download at the WorldForge download site. Sage is a small C library providing a convenient way of accessing OpenGL extensions for applications using SDL. It is automatically generated from the glext.h header … Continue reading
Posted in Libraries
Comments Off
Atlas-C++ 0.5.2 Release
Atlas-C++ version 0.5.2 has been released and is now available from the WorldForge download site. Atlas-C++ is the standard implementation of the WorldForge Atlas protocol. This is the latest release on the stable branch. This release is primarilly aimed at … Continue reading
Posted in Libraries
Comments Off
Initial Eris LOOK-throttling
A basic scheme for limiting how fast Eris sends LOOK requests to the server is now committed to CVS – combined with some other fixes from Al, most of the server disconnection issues appear to be resolved. Further stress testing … Continue reading