- May 19, 2015
- May 18, 2015
-
-
est31 authored
Work around irrlicht bug and hide nametag if its alpha is set to 0. Thanks @TeTpaAka for pointing out workaround.
-
est31 authored
Specifically, the added rule matches .kate-swp files.
-
est31 authored
Commit 11a96e49 commented out version parsing, resulting in the version byte being parsed as part of the color, making nametags dark grey. Re-introduces version parsing and ignores the packet if the version is more recent than ours, fixing the unused variable warning (should have been done anyway).
-
kwolekr authored
-
kwolekr authored
This improves performance of MapBlock::raiseModified by a factor of 6. Also, clean up mapblock.h a bit and inline small functions.
-
- May 17, 2015
-
-
kwolekr authored
This adds the ability to grab 'slices' of noise calculated by PerlinNoiseMap. Retrieving smaller slices of noise from the computation result as needed optimizes memory usage while maintaining a reasonable amount of CPU overhead.
-
paramat authored
-
kwolekr authored
-
kwolekr authored
-
ShadowNinja authored
-
kwolekr authored
-
kwolekr authored
-
ShadowNinja authored
-
ShadowNinja authored
-
ShadowNinja authored
-
ShadowNinja authored
Due to compatibility concerns, this is temporarily disabled.
-
LeMagnesium authored
* The time command now accepts parameters in the form <hour>:<minute>, and if invoked with no parameters returns the current time in said format.
-
- May 16, 2015
- May 15, 2015
-
-
TeTpaAka authored
-
TeTpaAka authored
-
kwolekr authored
-
kwolekr authored
-
Brandon authored
-
TeTpaAka authored
-
Zeno- authored
Before this commit autofast for Android was ignored if the user was sneaking, digging or building. There is no reason for this and it impedes movement control
-
tenplus1 authored
Items dropped into unloaded map space will crash game so here's a fix...
-
est31 authored
Don't ident too much, and add a comment.
-
- May 13, 2015
-
-
est31 authored
-
- May 12, 2015
-
-
SmallJoker authored
Also optimize json's library
-
Nathanaëlle Courant authored
-
est31 authored
-
paramat authored
-
- May 11, 2015
-
-
est31 authored
Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.
-
est31 authored
Uses system provided libgmp if found, if not it falls back to mini-gmp.
-
Megaf authored
On Debian 8... ``` Package libjpeg8-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libjpeg62-turbo-dev ``` Using libjpeg-dev should make the OS select the most appropriate lib to be installed. These are the packages available on Debian 8. ``` libjpeg-dev - Development files for the JPEG library [dummy package] libjpeg-turbo-progs - Programs for manipulating JPEG files libjpeg-turbo-progs-dbg - Programs for manipulating JPEG files (debugging symbols) libjpeg62-turbo - libjpeg-turbo JPEG runtime library libjpeg62-turbo-dbg - Debugging symbols for the libjpeg-turbo JPEG library libjpeg62-turbo-dev - Development files for the libjpeg-turbo JPEG library libturbojpeg1 - TurboJPEG runtime library - SIMD optimized libturbojpeg1-dbg - TurboJPEG runtime library - SIMD optimized (debugging symbols) libturbojpeg1-dev - Development files for the TurboJPEG library ``` This seems to work on all current Debian versions, Wheezy, Jessie and Sid. https://packages.debian.org/wheezy/libjpeg-dev https://packages.debian.org/jessie/libjpeg-dev https://packages.debian.org/stretch/libjpeg-dev Im not sure if Ubuntu has this dummy package. http://packages.ubuntu.com/search?keywords=libjpeg-dev Perhaps this should be further discussed. libjpeg8-dev -> libjpeg-dev
-