Codinablack

Results 45 comments of Codinablack

SUB_SURFACE would work for the third param and I think its pretty clear and concise in what it does, especially with the other options being like Dspeichert said: SAME_FLOOR -...

Is this not related to these? https://github.com/otland/forgottenserver/issues/2280 https://github.com/otland/forgottenserver/issues/2260

Would it not be best, for the end user, if "onSpawn" was a void, with the whole created monster passed after creation, and then there be another event in first...

> I'm unsure about this. If I recall correctly, using a variable after moving it is undefined behavior. > > It would probably be better to create a new one...

Just for clarification, runs fine on my system, which is windows 10 22h2 with radeon 6400

This looks amazing! I just want to subscribe to this so I know when it is done, and so I say thank you for your time in making it happen,...

I can confirm this bug. I am also unable to get xmake to find anything that is already installed from vcpkg. ```make F:\Tutorial\secret work\xmakeforgotten>xmake -vyD checking for cl.exe ... C:\Program...

![image](https://github.com/xmake-io/xmake/assets/8696596/b871269a-9dc5-4fa6-890b-5e2c00c83dac)

Yo pretty much anyone who wants to use this program who also uses vcpkg right now can't. So most are probably skipping over this build system and moving on to...

> There are two issues here: > > 1. please use `vcpkg::boost[core]` instead of `vcpkg::boost`, in vcpkg the boost is split into various subpackages and we can't find any library...