aboutsummaryrefslogtreecommitdiff
path: root/src/httpfetch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-06-22Fix menu crash due to lack of favourites listsapier1-0/+6
2014-06-22Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier2-28/+69
2014-06-22Support for scalable font and gui elementssapier9-57/+143
2014-06-22Fix uncought deserialization error on receiving datasapier1-0/+5
2014-06-21Fix server assert in case of invalid message from client, just kick that client.sapier1-1/+7
2014-06-20Don't handle lack of IPv6 as fatal in unit testssapier1-13/+20
2014-06-20Fix labels and vertlabels on some systems.RealBadAngel2-3/+3
2014-06-20Fix small memory leaks on shutdownsapier3-4/+10
2014-06-20Fix build on big endian architectures.Matthew Bekkema1-16/+17
2014-06-20Fix chat overlaying full screen, now it's gonna overlay only up to length of ...sapier1-1/+1
2014-06-19Fix newline not handled to to interpreting it as invisible charsapier1-22/+22
2014-06-19Fix broken serverdescription in multiplayer tabsapier1-3/+4
2014-06-19Remove ugly curl struct pointer from jsonFetchValue signaturesapier6-39/+25
2014-06-19Remove a lot of superfluous ifndef USE_CURL checkssapier4-17/+7
2014-06-19Add support for directly starting a world by name from command linesapier1-26/+33
2014-06-19Add tooltips for button, imagebutton and checkbox.RealBadAngel2-44/+49
2014-06-18Fix bounding rect for formspec elements label vertlabel and checkboxessapier4-12/+27
2014-06-18Make dropdown formspec elements send their value same style as buttons on changesapier1-5/+28
2014-06-18Update buildbot scripts and add 64-bit buildbotsfan54-78/+230
2014-06-18Fix issue #1275 - one more missing check.RealBadAngel1-1/+1
2014-06-17Remove not really used guiTextInputMenusapier6-2000/+1