• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Recent content by Mehah

  1. Mehah

    OTclient 1.7

    true, my bad! :) Personal attacks?I wasn’t aware that calling someone a child qualified as a personal attack.
  2. Mehah

    OTclient 1.7

    I’ve just reviewed the PR and I really didn’t see any memory leaks. At most, what happens is that a new widget is created every time Display is called instead of reusing the one that’s already instantiated. In practice, this is not really an issue, because the object is a shared_ptr coming from...
  3. Mehah

    OTclient 1.7

    Now I get it, you’re making all this fuss because of this PR: feature: support large spritesheets by Zbizu · Pull Request #1445 · mehah/otclient (https://github.com/mehah/otclient/pull/1445) With all due respect, go find something better to do. Or better yet, since you’re criticizing other...
  4. Mehah

    OTclient 1.7

    Dude, you’re hung up on enums, you’re like those guys who keep saying they won’t be with a woman who has stretch marks or varicose veins. Seriously, man up! 1763670707 https://github.com/mehah/otclient
  5. Mehah

    OTclient 1.7

    Me, stirring up trouble?! The only mess here is the code you keep defending. 😅
  6. Mehah

    OTclient 1.7

    Oh no, you really came here to talk trash about the code written in OTCR, seriously. Have you even seen what a mess v8 is? Saying it’s much better than OTCR already says a lot about your level of programming knowledge. I might as well pull out some “really beautiful” v8 code...
  7. Mehah

    Graphic Designer Hiring Pixel Artist for MMORPG

    Are you still hiring for this opening? @brunokakele
  8. Mehah

    OTClient 1.0 (Release)

    📦 Release: 4.0b3 🔥 Major Performance Upgrade – Texture Atlas System Reduces texture binds & improves GPU batching Impact: Up to 1.4x–3x FPS boost in heavy rendering scenarios ⚡ Async Texture Loading (SPR/DAT) Replaced mutex with atomic → less thread contention Faster sprite decoding &...
  9. Mehah

    OTClient 1.0 (Release)

    - Release: 4.0b2 (Summary) Unfortunately, YouTube messed up the quality, but you can watch the videos in superior quality in release.
  10. Mehah

    OTClient 1.0 (Release)

    Release: 4.0b2 Rev: 4667 link: mehah/otclient
  11. Mehah

    OTClient 1.0 (Release)

    Release: 4.0b Rev: 4496 link: mehah/otclient Merry Christmas
  12. Mehah

    iGlobal - Sprites Gallery

    Amazing work!!!
  13. Mehah

    OTClient 1.0 (Release)

    Release: 3.5 Rev: 4283 link: mehah/otclient
  14. Mehah

    My little project - scripting in Typescript

    https://typescripttolua.github.io/ I honestly wouldn't say that typescript is a language, but rather a "mask", you write in typescript and then it is transpiled to the language in which it was implemented, in lua 5.2 it seems that 'continue' was implemented, lower versions, it should be some...
  15. Mehah

    [OTC Mehah] Fix problems in increasing the map view

    "doesn't matter", you just can't go beyond 65535, which is the maximum value of uint16_t.
Back
Top