Daniel Eklöf
|
5008008079
|
module: add a refresh_in() interface function
Modules can implement this to allow e.g. particles to force a refresh
after a certain amount of time.
|
2018-12-28 12:42:08 +01:00 |
|
Daniel Eklöf
|
3413232ed6
|
module: add new function module_signal_ready()
|
2018-12-19 20:23:53 +01:00 |
|
Daniel Eklöf
|
7f0f096ba4
|
module: begin_expose() and content() take a non-const module pointer
|
2018-12-19 19:03:19 +01:00 |
|
Daniel Eklöf
|
edc418b22d
|
module: provide a "common" constructor and destructor
Also, provide a lock for module to use (to ensure run() and content()
doesn't step on each other's toes).
|
2018-12-18 20:12:04 +01:00 |
|
Daniel Eklöf
|
5a155d1a8d
|
module: add a 'private' member to expose context
This allows modules that override begin/end_context to supply their
own auxiliary data.
|
2018-11-17 17:14:53 +01:00 |
|
Daniel Eklöf
|
8bf8a398b9
|
initial commit: wip
|
2018-11-17 11:30:33 +01:00 |
|