- Mar 24, 2013
- Mar 23, 2013
-
-
Jeija authored
Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h
-
PilzAdam authored
-
Jürgen Doser authored
This way flowing liquids actually show the backface when specified to do so. Without this, TileDefs where by default initialized with backface_culling = true and never set otherwise. For backwards compatibility, an old client connected to a new server, or a new client connected to an old server will behave like before i.e., backface_culling is always true.
-
Mukul Sati authored
the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring.
-
RealBadAngel authored
-
proller authored
Random guest name and finite liquid checkbox
-
proller authored
-
- Mar 22, 2013
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Mar 21, 2013
-
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
Implement "common mods", includeable from {$user,$share}/games/common/$modname by using the game.conf setting common_mods = $modname,$modname2,...
-
- Mar 19, 2013
-
-
Splizard authored
-
Juhani Numminen authored
-
kwolekr authored
-
PilzAdam authored
-
- Mar 18, 2013
-
-
kwolekr authored
-
- Mar 17, 2013
-
-
Ilya Zhuravlev authored
-
ShadowNinja authored
-
RealBadAngel authored
-
PilzAdam authored
-
PilzAdam authored
-
Jeija authored
-
proller authored
-
kwolekr authored
-
proller authored
-
kwolekr authored
-
- Mar 16, 2013
- Mar 14, 2013
-
-
proller authored
-
kwolekr authored
-
ShadowNinja authored
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
-