rdemoparty / stardust

2D sidescroller
2 stars 0 forks source link

Scripting: lose the system pointers being passed around between contexts if not needed. #34

Closed benishor closed 8 years ago

benishor commented 8 years ago

Since we have re-design things to use a service locator, there's no reason to constantly bounce around service pointers between lua vm and c++. Refactor the scripting exposed functions to remove this unneeded overhead.

benishor commented 8 years ago

Refactoring implemented in commit 14f07c1.