Subject: CVS commit(s) by dazzt
From: Jari Saukkonen (dazzt@majik3d.org)
Date: Sun Nov 21 1999 - 14:00:01 EET
Update of /majik/cvsroot/majik3d/server/lib In directory majik:/tmp/cvs-serv12630 Removed Files: base.py glob.py heart.py interactive.py living.py master.py monsu.py object.py scheduler.py sukka.py time_daemon.py weather.py Log Message: Directory structure update. Update of /majik/cvsroot/majik3d/server/lib/base In directory majik:/tmp/cvs-serv12639/base Log Message: Directory /majik/cvsroot/majik3d/server/lib/base added to the repository Update of /majik/cvsroot/majik3d/server/lib/daemon In directory majik:/tmp/cvs-serv12644/daemon Log Message: Directory /majik/cvsroot/majik3d/server/lib/daemon added to the repository Update of /majik/cvsroot/majik3d/server/lib/event In directory majik:/tmp/cvs-serv12649/event Log Message: Directory /majik/cvsroot/majik3d/server/lib/event added to the repository Update of /majik/cvsroot/majik3d/server/lib/system In directory majik:/tmp/cvs-serv12654/system Log Message: Directory /majik/cvsroot/majik3d/server/lib/system added to the repository Update of /majik/cvsroot/majik3d/server/lib/world In directory majik:/tmp/cvs-serv12659/world Log Message: Directory /majik/cvsroot/majik3d/server/lib/world added to the repository Update of /majik/cvsroot/majik3d/server/lib/base In directory majik:/tmp/cvs-serv12674/base Added Files: __init__.py base.py eventlistener.py heart.py interactive.py living.py object.py Log Message: Major update: * Reorganized directory structure, all directories are now handled as python packages. To reference objects you now need to prefix them with their path, system.glob.Global for example. * Implemented initial event-reaction system. Only movement is currently handled by it, remaining events should be done asap. Also, the event dispatcher is currently inefficient (it checks all objects in the game for each event). A tree structure should be done to make it more efficient. * Preloading daemons; put commands to preload objects to system/preload.py * General code cleanup Update of /majik/cvsroot/majik3d/server/lib/daemon In directory majik:/tmp/cvs-serv12674/daemon Added Files: __init__.py time.py weather.py Log Message: Major update: * Reorganized directory structure, all directories are now handled as python packages. To reference objects you now need to prefix them with their path, system.glob.Global for example. * Implemented initial event-reaction system. Only movement is currently handled by it, remaining events should be done asap. Also, the event dispatcher is currently inefficient (it checks all objects in the game for each event). A tree structure should be done to make it more efficient. * Preloading daemons; put commands to preload objects to system/preload.py * General code cleanup Update of /majik/cvsroot/majik3d/server/lib/event In directory majik:/tmp/cvs-serv12674/event Added Files: __init__.py event.py movement.py Log Message: Major update: * Reorganized directory structure, all directories are now handled as python packages. To reference objects you now need to prefix them with their path, system.glob.Global for example. * Implemented initial event-reaction system. Only movement is currently handled by it, remaining events should be done asap. Also, the event dispatcher is currently inefficient (it checks all objects in the game for each event). A tree structure should be done to make it more efficient. * Preloading daemons; put commands to preload objects to system/preload.py * General code cleanup Update of /majik/cvsroot/majik3d/server/lib/system In directory majik:/tmp/cvs-serv12674/system Added Files: __init__.py dispatcher.py glob.py master.py preload.py scheduler.py sukka.py Log Message: Major update: * Reorganized directory structure, all directories are now handled as python packages. To reference objects you now need to prefix them with their path, system.glob.Global for example. * Implemented initial event-reaction system. Only movement is currently handled by it, remaining events should be done asap. Also, the event dispatcher is currently inefficient (it checks all objects in the game for each event). A tree structure should be done to make it more efficient. * Preloading daemons; put commands to preload objects to system/preload.py * General code cleanup Update of /majik/cvsroot/majik3d/server/lib/world In directory majik:/tmp/cvs-serv12674/world Added Files: __init__.py monsu.py Log Message: Major update: * Reorganized directory structure, all directories are now handled as python packages. To reference objects you now need to prefix them with their path, system.glob.Global for example. * Implemented initial event-reaction system. Only movement is currently handled by it, remaining events should be done asap. Also, the event dispatcher is currently inefficient (it checks all objects in the game for each event). A tree structure should be done to make it more efficient. * Preloading daemons; put commands to preload objects to system/preload.py * General code cleanup
This archive was generated by hypermail 2b25 : Tue Feb 12 2002 - 00:00:23 EET