Pavel Labath
|
ba79c58f37
|
Change setting setter call order, add cleanup function
Call setting setters in the order in which they were registered.
Add a cleanup function, called in the reverse registration order.
|
2010-03-10 19:33:45 +01:00 |
|
Pavel Labath
|
9cf26becf2
|
Change lua::stack_sentry semantics. Using it should be much simpler now
|
2010-02-25 16:24:50 +01:00 |
|
Pavel Labath
|
8bc8d9d7b8
|
Remove unneeded #includes
|
2010-02-16 15:14:40 +01:00 |
|
Pavel Labath
|
5b743293da
|
Add some comments to explain how things work
|
2010-02-16 12:32:53 +01:00 |
|
Pavel Labath
|
ad6707fac9
|
More refactoring and (hopefully) simplification
The idea was to avoid passing the data_source factory function through two std::binds.
|
2010-02-15 13:18:53 +01:00 |
|
Pavel Labath
|
1d6009594c
|
Simplify data source creation, create it directly inside lua userdata
|
2010-02-14 20:36:17 +01:00 |
|
Pavel Labath
|
b3411782e6
|
Rephrase an error message
|
2010-02-12 23:04:32 +01:00 |
|
Pavel Labath
|
8fe39ab39b
|
Add a function for retrieving registered data sources
|
2010-02-11 21:01:59 +01:00 |
|
Pavel Labath
|
4eda1a8eda
|
A framework for registering data sources
This is needed so that we know which sources to export to lua, and a huge switch or something is
just too ugly.
|
2010-02-11 16:30:05 +01:00 |
|