1
0
Fork 0
cuberite-2a/CONTRIBUTORS

48 lines
823 B
Plaintext
Raw Normal View History

2013-07-27 13:39:32 +00:00
Many people have contributed to MCServer, and this list attempts to broadcast at least some of them.
2014-06-21 20:07:31 +00:00
BasedDoge (Donated AlchemistVillage prefabs)
2013-12-10 14:17:24 +00:00
bearbin (Alexander Harkness)
2015-05-18 21:07:56 +00:00
beeduck
birkett (Anthony Birkett)
derouinw
Diusrex
2014-10-19 13:01:01 +00:00
Duralex
FakeTruth (founder)
HaoTNN
2014-10-19 13:01:01 +00:00
Howaner
jan64
2015-05-19 08:27:14 +00:00
jasperarmstrong
keyboard
Lapayo
2013-08-15 11:50:49 +00:00
Luksor
Fix FreeBSD/clang errors caused by -Werror With FreeBSD/clang, -Werror combined with the configured warning flags yields some fatal errors, specifically related to signed conversion, 64 to 32 bit conversion, and tautological compares. CONTRIBUTORS Add myself to the contributor list src/Generating/FinishGen.cpp In cFinishGenPassiveMobs::GetRandomMob(), change the type of RandMob from size_t to the difference_type of the ListOfSpawnables iterator MobIter. Using size_t triggers a 64 bit to 32 bit conversion if the difference_type of the iterator class is 64 bit Also explicitly cast the noise expression to unsigned long so we don't get a signed conversion warning from the modulo against ListOfSpawnables.size() src/OSSupport/StackTrace.cpp FreeBSD 10 and above includes a non glibc implementation of benchmark() for which size_t, not int, is the return type. To account for this and prevent a signed conversion warning, abstract the type for numItems with a macro btsize src/StringUtils.h In StringToInteger(), correct a tautological compare warning for unsigned types with the template. If T is unsigned, comparing std::numeric_limits<T>::min() to the unsigned result is always false. That control can enter this branch in an evaluated template with an unsigned type T may also permit a signed number to be parsed and erroneously stripped of its signedness at runtime. To guard against this and avoid the warning in the case that the number parsed from the string is non-positive, return false and don't try to parse if T is unsigned and control enters the non-positive branch
2015-05-30 08:23:57 +00:00
linnemannr (Reid Linnemann)
2014-11-29 08:02:35 +00:00
M10360
2013-12-10 14:17:24 +00:00
marmot21
2014-10-19 13:01:01 +00:00
Masy98
2013-12-10 14:17:24 +00:00
mborland
mgueydan
MikeHunsinger
2015-05-25 17:23:02 +00:00
missingchar (mathias-github)
mtilden
nesco
2014-12-04 09:14:38 +00:00
p-mcgowan
rs2k
SafwatHalaby (Safwat Halaby)
2013-12-10 14:17:24 +00:00
SamJBarney
2015-05-24 08:11:51 +00:00
Seadragon91 (Lukas Pioch)
Sofapriester
2014-10-19 13:01:01 +00:00
SphinxC0re
2015-05-24 08:28:28 +00:00
NiLSPACE (formerly STR_Warrior)
structinf (xdot)
2013-12-24 17:50:54 +00:00
Sxw1212
Taugeshtu
tigerw (Tiger Wang)
2013-12-24 17:50:54 +00:00
tonibm19
2014-02-01 16:38:53 +00:00
UltraCoderRU
2014-10-19 13:01:01 +00:00
WebFreak001
worktycho
2015-05-24 08:28:28 +00:00
xoft (Mattes Dolak/madmaxoft on GH)
2014-06-21 20:07:31 +00:00
Yeeeeezus (Donated AlchemistVillage prefabs)
2013-08-15 17:11:35 +00:00
Please add yourself to this list if you contribute to MCServer.