This will no doubt break simcado, but I want to merger the two major changes before they branch too far from the main trunk. These are
instrument packages in server.py
This code allows packages to be pulled from the univie server and extracted in a controlled manner
rc parameters in rc.py
any parameters in rc.rc can be accesses as global variables. They must only be read by simcado
functions and not changed by functions. These are things like SIM_DATA_DIR, etc
UserCommands has been rewritten and broken up into a class file and a utils file
It should have (almost) all of the previous functionality, but it much smoother now
This will no doubt break simcado, but I want to merger the two major changes before they branch too far from the main trunk. These are
server.py
This code allows packages to be pulled from the univie server and extracted in a controlled mannerrc.py
any parameters in rc.rc can be accesses as global variables. They must only be read by simcado functions and not changed by functions. These are things like SIM_DATA_DIR, etcUserCommands
has been rewritten and broken up into a class file and a utils file It should have (almost) all of the previous functionality, but it much smoother now