• 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. Syntax

    Why You Should Use The New Crypto-Based Browser

    Hilarious that both Eich and one of his shills (above) got caught hiding affiliate links, Eich's browser rewards this culture. Article for context: https://davidgerard.co.uk/blockchain/2020/06/06/the-brave-web-browser-is-hijacking-links-and-inserting-affiliate-codes/ Github discussion about...
  2. Syntax

    Best GUI framework to work with?

    I'd recommend my stack then, but I may be a bit biased 😇 You can play with a web-only sample here: CodeSandbox When you are ready to start a project it's pretty easy: 1. Download & install Node: https://nodejs.org/en/download/ 2. Run npx ult YourAppName in the command line after everything...
  3. Syntax

    Best GUI framework to work with?

    As a C# developer, you may be interested in Blazor, it looks like it's ready for production in web, you could wrap that in Electron for a desktop app OR develop a native one using the same codebase: https://devblogs.microsoft.com/aspnet/blazor-webassembly-3-2-0-now-available/ Native mobile...
  4. Syntax

    Theorizing a Modern Engine Design

    As a TypeScript developer I don't think TypeScript/JS should be the core/internals due to the GC/perf issues.
  5. Syntax

    Theorizing a Modern Engine Design

    My wishlist: 1. Rust internals 2. Lua scripting 3. Pure protobuf protocol (gRPC or similar) based of Tibia's latest protocol. 4. Entity Component System? 5. Map sectors Reasons: 1. Rust is fast, parallel friendly, type & memory safe. 2. Lua(jit) is fast, small, memory friendly, and people...
  6. Syntax

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    I guess I confused Jetbrains with Eclipse, I'm not a Java developer. Either way VSCode is my main editor and the telemetry is easy to turn off. TypeScript is my main language and Microsoft is a good backer for both my IDE and Language, it's nice to have those coupled. I don't know Eclipse or...
  7. Syntax

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    VSCode has an MIT license so I really don't know what you mean by "truly free". Yes there's telemetry in VSCode but VSCodium addresses that (or you can turn it of in VSCode). In my honest opinion, Theia is just Eclipse stealing VSCode trying to make itself relevant in the IDE sphere again after...
  8. Syntax

    Tibia for android is comming ;)

    I'm sure that's what the OTClient bot is for :)
  9. Syntax

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    I've been thinking about that. The extension you're talking about is Lua - Visual Studio Marketplace (https://marketplace.visualstudio.com/items?itemName=sumneko.lua) I believe. I use it and it's pretty awesome, the language server is pretty advanced. I've been thinking about something like...
  10. Syntax

    OpenTibia Sublime Text 3 - Lua TFS Autocomplete

    There is code to generate VSCode snippets but I never fully tested it or used it at the time. I do use VSCode as my main editor now, if I have time soon I'll make an extension.
  11. Syntax

    Tibia Live - Open Tibia Server List [work in progress]

    Haven't had much time to work on this recently but here's a preview of the new site: OTList.net (http://otlist.net/) Working on cleaning and presenting more data, it requires scraping the OT sites in addition to scanning the internet. Should be finished this month. 1) First you scan the...
  12. Syntax

    Selling the domain "opentibia.eu"

    Thanks for the mention, but I have a new domain and I've been working a big revamp for the list on my free time.
  13. Syntax

    Open Tibia Archives

    @Lessaire thanks, I added that repo as well.
  14. Syntax

    [TFS 1.X] Flash Client + ACC Maker (Dev Environment)

    Yeah, all versions are supported using the above scripts I linked. Here's most of the flash client versions (thanks to @jo3bingham): https://drive.google.com/open?id=0B2-sMQkWYzhGMnN2d2FSZFdkNTg
  15. Syntax

    [TFS 1.X] Flash Client + ACC Maker (Dev Environment)

    @Leo32 I think I have the actual binary. I also have scripts to mess with the pcode to remove the click to focus message. I'll look through my computer and post anything useful here. edit: found it, just need to wipe credentials from the code 1585553969 Here's the logic...
  16. Syntax

    Another OT Item editor (otb, dat, spr) in TypeScript

    Great project @Gesior.pl. Your PHP outfit image generator alone was very useful to the community. I look forward to the TypeScript port.
  17. Syntax

    Open Tibia Archives

    @Scorphion @HalfAway added.
  18. Syntax

    Open Tibia Archives

    Added.
  19. Syntax

    Azure / AWS Cloud hosting vs OVH etc

    Go with the cheapest and easiest, once you grow, go with OVH. No major server (w/ the exception of some BR servers) was using any other service than OVH when I scraped the internet. There were a few dozen GCP servers, but none with players over 80. You can check it out for yourself: Tibia LIVE -...
  20. Syntax

    Can you please give back our signatures?

    So are 3 sentences. I'd rather not see billboards everywhere. I'm just going to turn them off, then I don't get to see people's interesting text links. It's kind of like ads. Don't show flashy ads or you'll get adblocked.
Back
Top