Commit History

Author SHA1 Message Date
  sfan5 524d446757 Minor script api fixes/cleanups 1 year ago
  Jude Melton-Houghton b38ffdec27 Implement vector and node conversion in Lua (#12609) 1 year ago
  sfan5 8472141b79 Restructure devtest's unittests and run them in CI (#11859) 2 years ago
  sfan5 766e885a1b Clean up/improve some scriptapi error handling code 2 years ago
  sfan5 6a1424f2b1 Async-related script cleanups 2 years ago
  sfan5 8a03097450 script: Put getGuiEngine() inside a client-only #ifdef 4 years ago
  Loïc Blot eef62c82a2 Modernize lua read (part 2 & 3): C++ templating assurance (#7410) 6 years ago
  Loic Blot ef979ee2e9 Fix a warning reported by clang 6 years ago
  Andrew Ward dfc8198349 Add reasons to on_dieplayer and on_hpchange 6 years ago
  Wayward One 684e70477d Change include from "cmake_config.h" to "config.h" 6 years ago
  red-001 30821ad8de [CSM] Don't load the IO library. (#6087) 6 years ago
  Loïc Blot 1c1c97cbd1 Modernize source code: last part (#6285) 6 years ago
  Loïc Blot 921151d97a C++ modernize: Pragma once (#6264) 6 years ago
  Loïc Blot 85511a642f Cleanup various headers to reduce compilation times (#6255) 6 years ago
  red-001 f3ad75691a Create a filesystem abstraction layer for CSM and only allow accessing files that are scanned into it. (#5965) 7 years ago
  Vincent Glize 4a5e8ad343 C++11 cleanup on constructors (#6000) 7 years ago
  ShadowNinja 6c5e5e2023 Remove threads.h and replace its definitions with their C++11 equivalents (#5957) 7 years ago
  Loïc Blot ab128e03ff C++11 patchset 6: forbid object copy using assigment/copy function deleters (#5945) 7 years ago
  Loïc Blot d4c0f91275 Use C++11 mutexes only (remove compat code) (#5922) 7 years ago
  Vincent Glize dc5bc6cac7 [CSM] Add event on_place_node API lua (#5548) 7 years ago
  Loic Blot 2efae3ffd7 [CSM] Client side modding 7 years ago
  Rogier a76e7698b2 Make minetest abort on lua panic 8 years ago
  est31 d494733839 Add minetest.register_lbm() to run code on block load only 8 years ago
  est31 e50c784e2c Fix C++11 compilability 8 years ago
  kwolekr 52e5b513ed Fix Lua scripting synchronization 8 years ago
  ShadowNinja 9269a0ecc7 Fix server crashing on Lua errors 8 years ago
  Kahrl 3304e1e517 Push error handler afresh each time lua_pcall is used 8 years ago
  Kahrl 8658c8d9b5 Use numeric indices and raw table access with LUA_REGISTRYINDEX 8 years ago
  ShadowNinja e4bff8be94 Clean up threading 9 years ago
  kwolekr 2b04ab874d SAPI: Track last executed mod and include in error messages 9 years ago