Search found 2 matches
- Wed Nov 04, 2015 12:53 pm
- Forum: General Discussions
- Topic: Where am I?
- Replies: 29
- Views: 10875
Re: Where am I?
My Kurashasa was still bound in Qur'Xa after they closed it. I returned from time to time and have over 350 screenshots. As attachment you find a few with controls visible, to see markers on the mini map, but reduced resolution. I have more, and in Full HD, in case you are interested. Worth ...
- Mon Aug 31, 2015 11:17 am
- Forum: Server Bugs (Closed)
- Topic: MakeRandom bug crashing Linux
- Replies: 5
- Views: 1435
Re: MakeRandom bug crashing Linux
A suggestion (untested): void InitRandom() { static bool initialized = false; if(!initialized) { srand((uint32_t)time(0)); initialized = true; } } /** * Returns a random float within the range of the lower (inclusive) and higher (exclusive) boundary. */ float MakeRandom(float boundary1, float ...