Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cosmetic player info changes | proller | 2013-07-24 | 1 | -4/+3 | |
| | ||||||
* | Fix modstore URLs | PilzAdam | 2013-07-22 | 1 | -3/+3 | |
| | ||||||
* | Disable gamemanager by default | PilzAdam | 2013-07-22 | 1 | -1/+1 | |
| | ||||||
* | Fix bug in world creation | sapier | 2013-07-22 | 1 | -0/+1 | |
| | | | | Add old style mod selection in worldconfig dialog | |||||
* | Use user folder for gamemanager too | sapier | 2013-07-22 | 1 | -1/+1 | |
| | ||||||
* | Enable mod and gamemanager by default | sapier | 2013-07-22 | 1 | -0/+2 | |
| | ||||||
* | merge mainmenu_helper.lua to misc_helpers.lua | sapier | 2013-07-22 | 1 | -1/+1 | |
| | ||||||
* | Add configurable curl timeout | sapier | 2013-07-22 | 2 | -1/+5 | |
| | ||||||
* | Add playernumber to favorites list | sapier | 2013-07-22 | 1 | -1/+1 | |
| | ||||||
* | Add support for modstore screenshots | sapier | 2013-07-22 | 3 | -0/+62 | |
| | | | | Add error output on invalid mmdb entries | |||||
* | Fix light issue in 6d facedir. | RealBadAngel | 2013-07-21 | 1 | -3/+41 | |
| | ||||||
* | Bump protocol version | PilzAdam | 2013-07-20 | 3 | -10/+21 | |
| | ||||||
* | Add an option to disable object <-> object collision for Lua entities | PilzAdam | 2013-07-20 | 11 | -5/+47 | |
| | ||||||
* | Add liquid_range to nodedef | PilzAdam | 2013-07-20 | 5 | -4/+15 | |
| | ||||||
* | Make range of tools configureable | PilzAdam | 2013-07-20 | 4 | -2/+13 | |
| | ||||||
* | Add set_breath and get_breath to lua API. | RealBadAngel | 2013-07-20 | 13 | -19/+190 | |
| | ||||||
* | Randomly choose singleplayer port | PilzAdam | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | Fix lighting bug caused by disappearing lava | PilzAdam | 2013-07-16 | 1 | -2/+4 | |
| | ||||||
* | Remove support for common mods | PilzAdam | 2013-07-16 | 1 | -50/+0 | |
| | ||||||
* | Change ContentFeatures array to a vector | Kahrl | 2013-07-14 | 7 | -113/+160 | |
| | ||||||
* | Leveled nodebox | proller | 2013-07-13 | 6 | -4/+46 | |
| | ||||||
* | Remove lots of debug output from modmgr | sapier | 2013-07-12 | 2 | -5/+4 | |
| | | | | | Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly | |||||
* | Masterserver mods announse, ipv6, better curl errors | proller | 2013-07-13 | 6 | -14/+21 | |
| | ||||||
* | Clean up bumpmap code a bit | kwolekr | 2013-07-12 | 1 | -28/+31 | |
| | ||||||
* | Disallow the name 'singleplayer' in a multiplayer server | PilzAdam | 2013-07-12 | 1 | -0/+9 | |
| | ||||||
* | Fix multiple texture support for animated meshnodes | stujones11 | 2013-07-10 | 1 | -1/+1 | |
| | ||||||
* | Fix serverlist | sapier | 2013-07-09 | 2 | -6/+9 | |
| | ||||||
* | Dont play digging sound if not digging | PilzAdam | 2013-07-09 | 1 | -14/+14 | |
| | ||||||
* | Revert "Fix serverlist not beeing escaped correctly" | kwolekr | 2013-07-08 | 1 | -2/+1 | |
| | | | | This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877. | |||||
* | Fix serverlist not beeing escaped correctly | sapier | 2013-07-08 | 1 | -1/+2 | |
| | | | | | Always use address for server Fix first (empty) element beeing selected after deleting last world | |||||
* | fix crash on play/start with empty world list | sapier | 2013-07-08 | 1 | -1/+2 | |
| | | | | make enter button work in create world dialog | |||||
* | Fix wallmounted rotations along Y axis for 90 and 270 degree cases | kwolekr | 2013-07-08 | 1 | -1/+2 | |
| | ||||||
* | Decoration: Handle facedir and wallmounted param2types with schematic rotation | kwolekr | 2013-07-08 | 4 | -12/+50 | |
| | ||||||
* | Settings: everything != 0 equals true; remove .asm shaders | PilzAdam | 2013-07-08 | 3 | -22/+5 | |
| | ||||||
* | Fix many formspec menu bugs | sapier | 2013-07-07 | 8 | -49/+117 | |
| | ||||||
* | Fix parseColor, change remaining colorkeys to new format, fix Contributor list | Sfan5 | 2013-07-07 | 1 | -12/+8 | |
| | ||||||
* | When server sends late media, log to errorstream instead of crashing. | Kahrl | 2013-07-07 | 1 | -9/+24 | |
| | | | | | | | | Do a check for valid num_files before doing assert(!m_mesh_update_thread.IsRunning()); In particular, don't execute the assertion if all media has already been received. | |||||
* | include mathconstants.h in numerics.cpp | Vincent Heuken | 2013-07-07 | 1 | -0/+1 | |
| | ||||||
* | BiomeDefManager: Fully initialize default biome | kwolekr | 2013-07-06 | 1 | -5/+15 | |
| | ||||||
* | Mapgen V7: Fix out-of-bounds array access | kwolekr | 2013-07-06 | 1 | -5/+7 | |
| | ||||||
* | LuaVoxelManip: Allow liquid updates in non-mapgen VoxelManip objects | kwolekr | 2013-07-06 | 1 | -2/+0 | |
| | ||||||
* | Decoration: Remove usage of multi-character constants | kwolekr | 2013-07-06 | 2 | -2/+4 | |
| | ||||||
* | Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColor | Sfan5 | 2013-07-06 | 2 | -67/+20 | |
| | ||||||
* | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | 2013-07-06 | 12 | -197/+453 | |
| | ||||||
* | Fix possible NULL dereference in createExtrudedMesh | Kahrl | 2013-07-06 | 1 | -6/+8 | |
| | ||||||
* | Don't rebuild the dummy shader (less SourceShaderCache warning spam) | Kahrl | 2013-07-05 | 2 | -2/+5 | |
| | | | | | Also write something about rebuilding shaders to infostream in Client::afterContentReceived() | |||||
* | Improve finite liquid distribution, fix small bug | proller | 2013-07-05 | 1 | -6/+13 | |
| | ||||||
* | Throw exception instead of assert on nested reliable packets | Kahrl | 2013-07-04 | 1 | -1/+2 | |
| | | | | Fixes a denial of service vulnerability, issue #784 | |||||
* | Add texture bumpmapping feature. | RealBadAngel | 2013-07-04 | 3 | -2/+54 | |
| | ||||||
* | Whoever called a function parameter m_device is fired without notice. | Kahrl | 2013-07-03 | 1 | -2/+2 | |
| |