danishcake / FusionForever

Build giant ships and fight them!
1 stars 0 forks source link

Creation of ship from challenges is limited in depth by maximum size of lua stack #3

Open danishcake opened 15 years ago

danishcake commented 15 years ago

Navigating a tree structure can be limited by the lua stack size (20 items, which means depth is limited to < 10 items.

Implement a scheme using a parent element of each section to navigate the tree structure without the stack

danishcake commented 15 years ago

Addressed by ef008f3c040f9bd07156dc18a23d7e1d2ae00ea9 Challenges are need to fully test.