• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. fusion32

    LuaJIT Breaking Change

    For anyone using LuaJIT, there has been a breaking change with commit 5c64775. In summary, finalizers (__gc metamethod) now run on a separate lua thread, which causes the lua state for these callbacks to be different from the main lua state. This is only really a problem if the interfacing code...
  2. fusion32

    AoCO - Advent of Compiler Optimizations

    So I've been following this small series called "Advent of Compiler Optimizations" from Matt Godbolt (the guy behind Compiler Explorer) which is quite interesting if you want to understand some of the stuff the compiler does. In particular, day 7 covers division by constants which is something...
  3. fusion32

    Tibia 7.7 Server Decompiled

    A couple months ago, I set out to decompile the leaked 7.7 server binary. One of the reasons being to have an insight into the original design of Tibia, but with the plus of tripping all the folks gate-keeping it. Now, this is not a replacement for regular OpenTibia servers. The leak itself...
  4. fusion32

    Windows Old Tibia Clients?

    I re-installed windows last week and I can't seem to find the old tibia client installers except for a few suspicious ones. I remember there used to be a site that had them all but can't recall it's name. Is there anything like that today? The clients from otservlist are all zipped instead of...
Back
Top