summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTORS (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-15Edited contributors.Alexander Harkness1-1/+2
2015-10-28Added myself to list, ran it through `sort -f`Schwertspize1-2/+3
2015-09-24Add new "ForEach" function: ForEachLoadedChunk.tycho1-0/+1
2015-06-11Update CONTRIBUTORSAlexander Harkness1-2/+2
2015-06-10Implemented nether portal scanning code.Lane Kolbly1-0/+1
2015-06-03Fixes multiple furnace issues, including from loading world storageHaoTNN1-0/+1
2015-06-02Added system and above action bar chat messagesjan641-0/+1
2015-06-01Use the new style command line parameters for Windows Service support.Anthony Birkett1-0/+1
Ignore invalid or malformed command line parameters, prevent unhandled exceptions. NOTE: Users will need to reinstall the service, now uses "-d" instead of "/service" in the start parameters.
2015-05-30Fix FreeBSD/clang errors caused by -Werrorlinnemannr1-0/+1
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-25Update CONTRIBUTORSMathias1-0/+1
2015-05-24Update CONTRIBUTORSAlexander Harkness1-2/+2
2015-05-24Add Seadragon91 to contributorsLukas Pioch1-0/+1
2015-05-21Added beeduck to contributorsb33duck1-0/+1
2015-05-19Improved contributorAlexander Harkness1-0/+1
2015-05-02Added myself to CONTRIBUTORS. Note: I'm formerly wiseoldman95wiseoldman951-0/+1
2014-12-04added p-mcgowan to contributorsp-mcgowan1-0/+1
2014-11-29Added M10360.M103601-0/+1
2014-10-19Added mechanics placeable on halfslabsJulian Laubstein1-4/+5
2014-10-05Removed my license, added me to CONTRIBUTORSWebFreak0011-0/+1
2014-09-14Added me to the contributors listMasy981-0/+1
2014-07-18Added me to the CONTRIBUTORS list. I hope it is ok.Howaner1-0/+1
2014-06-21Restored style continuity.Alexander Harkness1-2/+2
2014-06-21Updated CONTRIBUTORS fileSTRWarrior1-0/+2
2014-06-11TestAlexander Harkness1-1/+0
2014-02-01Monster's nominal speed was increased.Kirill Kirilenko1-0/+1
2014-01-31Contributors now match real life, and are alpha-sorted.Alexander Harkness1-13/+18
2014-01-18Basic command block implementationandrew1-0/+1
2013-12-31Fixed a cPlayer::IsGameModeAdventure. It was determined based off of gmCreate rather than gmAdventure.Morgan Redshaw1-0/+1
2013-12-24Added myself to contributorstonibm191-0/+2
2013-12-24Add myself to CONTRIBUTORS to comply with the Apache LicenseSam Mauldin1-0/+1
2013-12-10update d the contrib file.Alexander Harkness1-2/+6
2013-11-13Player XpDaniel O'Brien1-0/+1
2013-08-15Changed a line, new PR system test.Alexander Harkness1-1/+1
2013-08-15Added Luksor to contributors list.STRWarrior1-0/+1
2013-08-14Added mtilden to contributors list.STRWarrior1-1/+2
2013-08-14Added some old contributors.STRWarrior1-0/+3
2013-07-27Added a contributors file.Alexander Harkness1-0/+11