|
From: worldforge c. <cv...@ma...> - 2001-05-16 23:07:27
|
CVSROOT: /home/cvspsrv/worldforge
Module name: forge
Changes by: lee 01/05/14 07:20:38
Modified files:
servers/stage : configure.in
servers/stage/sys: Makefile.am thor.cpp
servers/stage/sys/pegasus: Makefile.am pegasus.cpp pegasus.h
Added files:
servers/stage/sys/pegasus: rimitem.cpp rimitem.h
servers/stage/sys/pegasus/rim: Makefile.am rimbase.cpp rimbase.h
rimcreate.cpp rimcreate.h
Log message:
Big changes ;-)
Basicly added RIM support in Pegasus with one RIM module written
File by file rundown
- configure.in -- changed to make rim makefile
- sys/Makefile.am -- changed to add libRIM.a to stage
- sys/thor.cpp -- changed to use new Pegasus::process()
- pegasus/pegasus.{h|cpp} -- added RIM and new process function
- pegasus/rimitem.{h|cpp} -- Used to store pointer to RIM and what type
of RIM
- rim/rimbase.{h|cpp} -- Base RIM class
- rim/rimcreate.{h|cpp} -- RIM for Create Operation
Pegasus adds events into the queue to test so seeing "Unknown Operation"
is fine, everything is working ;-)
Pegasus creates one entity every tick, which are placed in Shepherd
That's all i can think of
Catch me on IRC or server@ list for more
Later
Lee
_______________________________________________
CVS mailing list
CV...@ma...
http://mail.worldforge.org/lists/listinfo/cvs
|