Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - mattias

#1
In 1.3 you could make an opening in a large wall tile by placing a small traversable tile on top of it. In 1.4 that behaviour has changed. Is the new behaviour considered a bug or a feature? I'm kind of biased in favour of the old behaviour since I've made a lot of explicit use of it.

Congratulations for releasing 1.4 by the way!
#2
Development / Concurrency
April 11, 2015, 03:17:37 PM
I'd like my timer scripts to avoid race conditions, but I haven't been able to find any definitive information about how lua scripts are run by the Solarus engine.

Can there be more than one thread running at any one time? Are threads ever pre-empted?