Loïc Blot
|
91a9382c25
|
Pass clang-format on various cpp/header files (#5559)
|
2017-04-23 09:52:40 +02:00 |
Kahrl
|
3304e1e517
|
Push error handler afresh each time lua_pcall is used
Fixes "double fault" / "error in error handling" messages
(issue #1423) and instead shows a complete backtrace.
|
2015-08-27 01:56:06 +02:00 |
kwolekr
|
bcf47bc67c
|
Improve Script CPP API diagnostics
|
2015-08-05 21:13:03 -04:00 |
est31
|
3b50b2766a
|
Optional reconnect functionality
Enable the server to request the client to reconnect.
This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting.
|
2015-07-23 07:38:13 +02:00 |
kwolekr
|
da34a2b33e
|
Replace instances of std::map<std::string, std::string> with StringMap
Also, clean up surrounding code style
Replace by-value parameter passing with const refs when possible
Fix post-increment of iterators
|
2015-05-19 16:10:49 -04:00 |
ShadowNinja
|
c4359ff65c
|
Use "core" namespace internally
|
2014-05-08 13:02:04 -04:00 |
ShadowNinja
|
db4ea4658c
|
Only push the Lua error handler once
|
2014-04-27 16:15:53 -04:00 |
ShadowNinja
|
371b39a09a
|
Pass a errfunc to lua_pcall to get a traceback
|
2013-11-15 14:13:31 -05:00 |
Kahrl
|
4e1f50035e
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |