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
Category Archives: Libraries
Eris 1.3.10 Released
Eris version 1.3.10 has been released and is now available from the WorldForge download site. This release focuses on fixing bugs encountered during the release of Sear 0.6.0, improvements in how Eris complies with the Atlas spec, and the addition … Continue reading
Posted in Libraries
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
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