DigitalPulseSoftware / BurgWar

Burg'war est un jeu de plateforme/combat multijoueur en 2D écrit en C++17/Lua avec mon propre moteur de jeu : Nazara Engine.
MIT License
52 stars 9 forks source link

Fix Lua error handling (throwing an exception isn't compatible with coroutines). #35

Closed SirLynix closed 3 years ago

SirLynix commented 3 years ago

At the times all scripts errors are handled using exceptions, this is not compatible with coroutines.