aboutsummaryrefslogtreecommitdiff
path: root/src/jthread (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-06Fix memory leak in EmergeManagerPilzAdam1-0/+5
2014-07-06Fix warnings reported by clangsfan55-16/+8
2014-07-05Fix typos in doc/lua-api.txtsfan51-83/+82
2014-07-05Remove FPS from being next to the version stringPerttu Ahola1-2/+1
2014-07-05Fix typo in doc/lua_api.txtKahrl1-1/+1
2014-07-02Fix memory leaks in GenericCAO, ShaderSource and Player classessapier3-3/+8
2014-07-02Fix inversion of full_punch_intervalNovatux1-1/+1
2014-06-30Move master server to seperate repositoryShadowNinja6-564/+0
2014-06-30Fix regression in light calculationsapier1-1/+4
2014-06-30Fix serverlist code style, const-correctness, and typesShadowNinja3-89/+89
2014-06-30Fix server list boolean typing and alignmentShadowNinja1-30/+40
2014-06-30Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja4-18/+63
2014-06-30Masterserver: Fix compiling servers.jstproller1-2/+2
2014-06-29Add redis options to documentationsfan51-0/+3
2014-06-29Copy zlib and freetype dll to windows package toosapier1-0/+6
2014-06-29Add support for Android 2.3+sapier66-161/+4424
2014-06-29Don't spam server console on player/playersao error but just drop the affecte...sapier1-4/+6
2014-06-29Glasslike_framed drawtype rework.RealBadAngel1-50/+158
2014-06-29OS X compatibility fixesMartin Doege10-31/+158
2014-06-29Fix msvc2012 buildsapier2-2/+4
2014-06-29Add formspec api versioningsapier6-34/+130
2014-06-29Make sure none of the irrlicht member objects of GenericCAO are deleted prior...sapier1-0/+13
2014-06-29Make player files saving againSmallJoker2-0/+2
2014-06-28Masterserver: Fix undefined playersproller1-2/+2
2014-06-28Add prefixes to enum values and fix style issueskwolekr6-124/+115
2014-06-27Make GUITable mouse wheel scrolling fasterKahrl1-1/+1
2014-06-27Fix GenericCAO fails to grabing member animated mesh node to prevent it do be...sapier1-0/+2
2014-06-27Fix wrong status text rectangle. Fix for #1412RealBadAngel1-1/+1
2014-06-26Add separate download timeout to allow download of bigger files or on low ban...sapier3-0/+4
2014-06-25Fix statement not set NULL on deletionsapier1-11/+14
2014-06-25Add setting for tooltips show delay.RealBadAngel4-1/+7
2014-06-24Tooltips rework.RealBadAngel3-48/+124
2014-06-24Handle missing tablecolumns[], fixes bug #1187Kahrl1-0/+10
2014-06-24GUITable typo fixes in commentsKahrl1-2/+2
2014-06-23Store the maximum player file tries in a constantShadowNinja3-2/+7
2014-06-23Only try to load from possible player filesShadowNinja3-67/+37
2014-06-23Only keep players loaded while they're connectedShadowNinja6-242/+181
2014-06-23Remove confusing code block from SQLite3 databaseShadowNinja1-42/+38
2014-06-23Clear inventory before setting listsShadowNinja1-9/+10
2014-06-23Fix Windows buildsfan51-0/+6
2014-06-23Fix race condition on accessing m_time_of_day_speed causing day night race on...sapier2-7/+31
2014-06-23Remove MapVoxelManipulator not really used by anyonesapier2-190/+13
2014-06-23Remove emerge and speedup addArea by using memcopy instead of one by one assi...sapier4-112/+83
2014-06-23Minor fix in check ordersapier1-49/+51
2014-06-23Don't keep temporary images in RAMsapier1-23/+12
2014-06-23Avoid doing a full material compare if not even first texture does matchsapier1-30/+37
2014-06-23Speedup attachement handling by replacing vector search by direct array acces...sapier4-77/+48
2014-06-23Use memset for flag initialization (compiler optimization is way better)sapier1-7/+8
2014-06-23Speedup getTileInfo by up to 30%sapier1-4/+8
2014-06-23Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping...sapier1-6/+10