I've been writing a
http://minecraft.net
server in C since the official Java bloated one chokes on 30 players and uses gigs of RAM.
I've been regularly building it on my Fuel to get compiler feedback from MIPSPro, make sure it works on Big Endian gear, and make sure I don't stray too far from POSIX.1-2001.
There's a lot to do but you can grab the source off of github and there's enough implemented to log players in and let them walk around. http://mc.kev009.com/craftd/
I contributed Irix build fixes for libevent-2.0 upstream, so 2.0.9 is sufficient to build with using something like this:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-zlib=/usr/nekoware/ ax_cv_c_float_words_bigendian=yes
Stay tuned
I've been regularly building it on my Fuel to get compiler feedback from MIPSPro, make sure it works on Big Endian gear, and make sure I don't stray too far from POSIX.1-2001.
There's a lot to do but you can grab the source off of github and there's enough implemented to log players in and let them walk around. http://mc.kev009.com/craftd/
I contributed Irix build fixes for libevent-2.0 upstream, so 2.0.9 is sufficient to build with using something like this:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --with-zlib=/usr/nekoware/ ax_cv_c_float_words_bigendian=yes
Stay tuned
SGI
Fuel, Indy R5k
IBM RS/6000 7006-42T, 7011-250, 7012-397, 7012-G40 (upgraded to 4x 200MHz PPC), ThinkPad 710TE vintage tablet, ThinkPad T400, various System X, NetVista 2800
Sun Ultra 27 Xeon Quad Core 3.20GHz, Sunblade 2500 Silver, SunFire V445
HP c8000
http://ps-2.kev009.com:8081/ - IBM Retro
http://www.kev009.com/ - Blog
Free Usenet access for comp.* heirarchy. Send me a message for posting access.
IBM RS/6000 7006-42T, 7011-250, 7012-397, 7012-G40 (upgraded to 4x 200MHz PPC), ThinkPad 710TE vintage tablet, ThinkPad T400, various System X, NetVista 2800
Sun Ultra 27 Xeon Quad Core 3.20GHz, Sunblade 2500 Silver, SunFire V445
HP c8000
http://ps-2.kev009.com:8081/ - IBM Retro
http://www.kev009.com/ - Blog
Free Usenet access for comp.* heirarchy. Send me a message for posting access.