- Added a runtime container providing all classes (AbstractRuntime) needed in Arctis for an Arctis project. This means you can delete the file "no.ntnu.item.arctis.runtime.AbstractRuntime" in your models, if it happens to exist there. For existing projects, this container is added once you save a building block with the editor. The AbstractRuntime is necessary if a building block implements an edge that sends messages to itself for buffering, and other operations. So please delete all occurrences of no.ntnu.item.arctis.runtime.AbstractRuntime, and update any library referring to it.
- Removed the (silly) limitation which only allowed 100 edges in activities. (Yes, there are people making activities that big!)