Fr0sT-Brutal
Fr0sT-Brutal
Well... some "game engines" are graphic frameworks that could be used for generic purposes and vice versa. There's no strict border between some of them. So... subject for discussion. Initially...
Thanks for PR, currently I'll only add pas2js to Language section. Extracting a new Web section seems not necessary to me but let this idea pending for some time.
Thanks, I'll see what they have
Can you point me to the unit? I can't find any scripting in these repos. Too much files there
Hi! Could you please try with version from `dev` branch?
Probably [this](https://www.codeproject.com/tips/430684/loading-win-dlls-manually-without-loadlibrary) is your issue. You don't have to execute the ExeEntry line just comment out DllEntry(...) one. But keep in mind that your DLL could have something important in...
Hi! Could you please try with version from `dev` branch?
I have no FMX-related plans currently but patches/PRs are welcome. The project is xplatform already because it supports Lazarus and successfully tested on Linux
>the library download all tiles for all zoom number That's not quite so. Map is smart enough to download only a fragment (current viewport + some border around it). You...
The simplest is done, two are in TODO - [x] Cancel zoom level if another is requested - [x] Prioritize tile requests to current viewport (additional parameter to TNetworkRequestQueue.RequestTile -...