aboutsummaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Collapse)Author
2014-04-16Fix invalid liquid lighting.RealBadAngel
2014-03-21Normal maps generation on the fly.RealBadAngel
Parallax mapping with slope information. Overriding normal maps.
2013-12-09Optimize shaders code. Add settings at compile time.RealBadAngel
2013-12-08Fix shaders on some GPUsNovatux
2013-12-03Shaders rework.RealBadAngel
2013-08-04Fix texture bumpmapping on some GPUsZeg9
2013-07-04Add texture bumpmapping feature.RealBadAngel
2013-04-27Actually fix shader3 alpha this timekwolekr
2013-04-25Transform alpha channel as well in shaderkwolekr
2013-04-23Add option to use texture alpha channelkwolekr
2013-03-17Fix new_style_waterPilzAdam
2013-01-21Add a list of servers to the "Multiplayer" tabJeija
If USE_CURL is set, it also downloads a list from a remote server. The url of this list is configurable in minetest.conf using the setting "serverlist_url" The local list of favorite servers is saved in client/serverlist/filename filename is also configureable using the setting "serverlist_file"
2012-12-02Tweak shader randomly a bitPerttu Ahola
2012-12-02Handle day-night transition in shader and make light sources brighter when ↵Perttu Ahola
shaders are used
2012-12-02Remove accidental vim swap filePerttu Ahola
2012-12-02Implement a global shader parameter passing system and useful shadersPerttu Ahola
2012-12-02ShaderSource and silly example shadersKahrl