aboutsummaryrefslogtreecommitdiff
path: root/src/sqlite (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-29Add support for Android 2.3+sapier66-161/+4424
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
2014-06-29Don't spam server console on player/playersao error but just drop the ↵sapier1-4/+6
affected client
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 ↵sapier1-0/+13
prior deletion of GenericCAO
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 ↵sapier1-0/+2
be deleted to early
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 ↵sapier3-0/+4
bandwidth lines
2014-06-25Fix statement not set NULL on deletionsapier1-11/+14
Make local only variables static
2014-06-25Add setting for tooltips show delay.RealBadAngel4-1/+7
2014-06-24Tooltips rework.RealBadAngel3-48/+124
Separate element for tooltips. Delayed showing, use global color or given ones.
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 ↵sapier2-7/+31
on some architectures
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 ↵sapier4-112/+83
assignment
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 ↵sapier4-77/+48
access and secondary child lookup vector
2014-06-23Use memset for flag initialization (compiler optimization is way better)sapier1-7/+8
use temp variables instead of recalculating array index
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 ↵sapier1-6/+10
mapping array
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
Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
2014-06-22Support for scalable font and gui elementssapier9-57/+143
Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!
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
longest line
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