Commit History

作者 SHA1 備註 提交日期
  mingodad d95b4136d8 Found the real cause of segfaults, it was the order in which delayed hooks was been called, it should call in last in first out order, before it was first in first out. 13 年之前
  mingodad 64bd6352d7 Added a comment on code of "SQSharedState::CallDelayedReleaseHooks" explaining why we need to retrieve the number the elements before start working on then. 13 年之前
  mingodad 174267debe Hiding the vector that holds delayed release hooks, add a function to add delayed release hooks, add a flag to prevent loops when actually doing the delayed release hooks calls. 13 年之前
  mingodad aaa9e0b2df Create a function "SQSharedState::CallDelayedReleaseHooks(SQVM *vm, int count)" to manage the delayed release hooks, call then on first in first out basis, modify userdata release to also join delayed release hooks. 13 年之前
  mingodad c34368131f Split the functionality in SQStringTable::Add with the intention of allocate SQStrings structures to work as buffers and add then without multiple copies. 13 年之前
  mingodad 09cfbe61ca Start git repository for squilu, squirrel language enhanced with lua goods. 13 年之前