4 Commits

Author SHA1 Message Date
LP 16b96e2c31 Fix broken catacombs wall tile (#8296)
* Fix broken catacombs wall tile

When tile 15 is followed by tile 1 below, change tile 1 to tile 8
(left corner) to fix a visual glitch in the catacombs.

* Silence fmt catch warnings and guard SaveHelper copy
2025-11-30 11:51:25 +01:00
obligaron 2c4e69c5c9 Fix MSVC warnings 2025-11-16 15:53:37 +01:00
Gleb Mazovetskiy 88f706e0d1 SDL3: Add some backports / compat helpers 2025-10-10 00:49:44 +01:00
Gleb Mazovetskiy de6eac137b Split up lua bindings a bit
```lua
local render = devilutionx.render

local function drawGreet ()
  render.string("Hello from " .. _VERSION, 10, 40)
end
Events.OnGameDrawComplete.Add(drawGreet)
```
2023-10-26 03:48:56 +01:00