aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-07-06Switch android to leveldb as sqlite3 is broken and fails to save any ↵sapier
mapblock there
2014-07-06Improve error reporting in leveldb backendsfan5
2014-07-06Fix non-smooth non-shader node shading (Fixes #1436, regression by commit ↵Perttu Ahola
a0f78659f31abd)
2014-07-06Fix errors/warnings reported by valgrindsfan5
2014-07-06Fix memory leak in EmergeManagerPilzAdam
2014-07-06Fix warnings reported by clangsfan5
2014-07-05Remove FPS from being next to the version stringPerttu Ahola
2014-07-02Fix memory leaks in GenericCAO, ShaderSource and Player classessapier
2014-07-02Fix inversion of full_punch_intervalNovatux
2014-06-30Fix regression in light calculationsapier
2014-06-30Fix serverlist code style, const-correctness, and typesShadowNinja
2014-06-30Fix server list boolean typing and alignmentShadowNinja
2014-06-30Add support for multipart/form-data to HTTPFetch for server announcingShadowNinja
2014-06-29Copy zlib and freetype dll to windows package toosapier
2014-06-29Add support for Android 2.3+sapier
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 ↵sapier
affected client
2014-06-29Glasslike_framed drawtype rework.RealBadAngel
2014-06-29OS X compatibility fixesMartin Doege
2014-06-29Fix msvc2012 buildsapier
2014-06-29Add formspec api versioningsapier
2014-06-29Make sure none of the irrlicht member objects of GenericCAO are deleted ↵sapier
prior deletion of GenericCAO
2014-06-29Make player files saving againSmallJoker
2014-06-28Add prefixes to enum values and fix style issueskwolekr
2014-06-27Make GUITable mouse wheel scrolling fasterKahrl
2014-06-27Fix GenericCAO fails to grabing member animated mesh node to prevent it do ↵sapier
be deleted to early
2014-06-27Fix wrong status text rectangle. Fix for #1412RealBadAngel
2014-06-26Add separate download timeout to allow download of bigger files or on low ↵sapier
bandwidth lines
2014-06-25Fix statement not set NULL on deletionsapier
Make local only variables static
2014-06-25Add setting for tooltips show delay.RealBadAngel
2014-06-24Tooltips rework.RealBadAngel
Separate element for tooltips. Delayed showing, use global color or given ones.
2014-06-24Handle missing tablecolumns[], fixes bug #1187Kahrl
2014-06-24GUITable typo fixes in commentsKahrl
2014-06-23Store the maximum player file tries in a constantShadowNinja
2014-06-23Only try to load from possible player filesShadowNinja
2014-06-23Only keep players loaded while they're connectedShadowNinja
2014-06-23Remove confusing code block from SQLite3 databaseShadowNinja
2014-06-23Clear inventory before setting listsShadowNinja
2014-06-23Fix Windows buildsfan5
2014-06-23Fix race condition on accessing m_time_of_day_speed causing day night race ↵sapier
on some architectures
2014-06-23Remove MapVoxelManipulator not really used by anyonesapier
2014-06-23Remove emerge and speedup addArea by using memcopy instead of one by one ↵sapier
assignment
2014-06-23Minor fix in check ordersapier
2014-06-23Don't keep temporary images in RAMsapier
2014-06-23Avoid doing a full material compare if not even first texture does matchsapier
2014-06-23Speedup attachement handling by replacing vector search by direct array ↵sapier
access and secondary child lookup vector
2014-06-23Use memset for flag initialization (compiler optimization is way better)sapier
use temp variables instead of recalculating array index
2014-06-23Speedup getTileInfo by up to 30%sapier
2014-06-23Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size ↵sapier
mapping array
2014-06-22Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier
Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
2014-06-22Support for scalable font and gui elementssapier
Fix positioning of tabheader in order to be usable for scaling GUIs WARNING: this changes position of current tabheaders, mods have to adjust!