poast-Human

A scratch pad for my soul and failed projects.

Entries Tagged ‘C’

Committed revision 29.

Fixed some bugs in the look_room function. Earlier modification of the autoexit flag messed with the text sent to a regular character and not an immortal. Added new_spells.c and new_spells.h as a new location for the new spell system. I’m going to develop it along side the existing one. The method being used is sound, [...]

Away with you Autotools!

Like a bad habit I dropped autotools from the server. Complicated Makefiles are junks and need to be gotten rid of. Admittedly the code for the server is all ANSI C and requires no external libs, but the Makefile for the source was over 130 lines. The scons SConstruct file contains only this:
Program(’circle’, Glob(’*.c’))
I mean [...]

Added Wiki and SVN changes

Put up a wiki for the MUD project. Added the design document with a breakdown of the classes, races, skills, and areas. Also added a feed of the SVN commits in the sidebar.  I went ahead and committed my changes I made to Circle. Some of it might not be the best, but I think [...]