minetest/src
Ciaran Gultnieks 5ce3f8f7b7 Correct misleading detached inventory error message
Looks like a bit of hasty copying and pasting from s_item.cpp.
2014-03-09 11:16:09 +01:00
..
cguittfont
json
jthread
lua
script
sqlite
util
activeobject.h Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
ban.cpp
ban.h
base64.cpp
base64.h
biome.cpp
biome.h
camera.cpp
camera.h
cavegen.cpp
cavegen.h
chat.cpp
chat.h
client.cpp
client.h
clientiface.cpp
clientiface.h
clientmap.cpp
clientmap.h
clientmedia.cpp
clientmedia.h
clientobject.cpp
clientobject.h
clientserver.h
clientsimpleobject.h
clouds.cpp
clouds.h
cmake_config_githash.h.in
cmake_config.h.in
CMakeLists.txt
collision.cpp
collision.h
config.h
connection.cpp
connection.h
constants.h
content_abm.cpp
content_abm.h
content_cao.cpp
content_cao.h
content_cso.cpp
content_cso.h
content_mapblock.cpp
content_mapblock.h
content_mapnode.cpp
content_mapnode.h
content_nodemeta.cpp
content_nodemeta.h Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
content_object.h
content_sao.cpp
content_sao.h
convert_json.cpp
convert_json.h
craftdef.cpp
craftdef.h
database-dummy.cpp
database-dummy.h
database-leveldb.cpp
database-leveldb.h
database-sqlite3.cpp
database-sqlite3.h
database.cpp
database.h
daynightratio.h
debug.cpp
debug.h
defaultsettings.cpp
defaultsettings.h
dungeongen.cpp
dungeongen.h
emerge.cpp
emerge.h
environment.cpp
environment.h
event_manager.h
event.h
exceptions.h
filecache.cpp
filecache.h
filesys.cpp
filesys.h
game.cpp
game.h
gamedef.h Create new instance of mesh every time it's required (Solves #703) 2014-01-06 13:24:31 +02:00
genericobject.cpp
genericobject.h
gettext.cpp
gettext.h
gettime.h
guiChatConsole.cpp
guiChatConsole.h
guiDeathScreen.cpp
guiDeathScreen.h
guiEngine.cpp Send long announce as POST, show OS in useragent 2014-01-07 02:50:45 +04:00
guiEngine.h
guiFileSelectMenu.cpp
guiFileSelectMenu.h
guiFormSpecMenu.cpp
guiFormSpecMenu.h
guiKeyChangeMenu.cpp
guiKeyChangeMenu.h
guiMainMenu.h
guiPasswordChange.cpp
guiPasswordChange.h
guiTable.cpp
guiTable.h
guiTextInputMenu.cpp
guiTextInputMenu.h
guiVolumeChange.cpp Fix win32/msvc i18n (quite UGLY version, blame Microsoft) 2013-11-11 19:56:49 +01:00
guiVolumeChange.h
hex.h
httpfetch.cpp
httpfetch.h
hud.cpp
hud.h New HUD element - waypoint. 2014-01-26 21:31:59 +01:00
intlGUIEditBox.cpp
intlGUIEditBox.h
inventory.cpp
inventory.h
inventorymanager.cpp
inventorymanager.h
irr_aabb3d.h
irr_v2d.h
irr_v3d.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irrlichttypes_bloated.h
irrlichttypes_extrabloated.h
irrlichttypes.h
itemdef.cpp
itemdef.h
itemgroup.h
keycode.cpp
keycode.h
light.cpp
light.h
localplayer.cpp
localplayer.h
log.cpp Fixed minetest reliable udp implementation (compatible to old clients) 2014-01-10 10:10:45 +01:00
log.h
logoutputbuffer.h
luaentity_common.h
main.cpp Replace pause and message menu by formspec ones 2014-03-05 18:44:14 +01:00
main.h
mainmenumanager.h
map.cpp
map.h
mapblock_mesh.cpp
mapblock_mesh.h
mapblock.cpp
mapblock.h
mapchunk.h Update Copyright Years 2013-02-24 20:15:24 +01:00
mapgen_indev.cpp
mapgen_indev.h
mapgen_math.cpp
mapgen_math.h
mapgen_singlenode.cpp Make flag strings clear specified flag with 'no' prefix 2014-02-08 17:50:59 -05:00
mapgen_singlenode.h
mapgen_v6.cpp
mapgen_v6.h
mapgen_v7.cpp
mapgen_v7.h
mapgen.cpp
mapgen.h Schematic: Add force_placement parameter to minetest.place_structure API 2014-02-15 19:46:57 -05:00
mapnode.cpp
mapnode.h
mapsector.cpp
mapsector.h
mesh.cpp
mesh.h Move generateTextureFromMesh to TextureSource to fix a texture leak 2013-07-03 03:24:28 +02:00
modalMenu.h
modifiedstate.h
mods.cpp Remove support for optdepends.txt 2013-12-13 13:10:24 -05:00
mods.h
nameidmapping.cpp
nameidmapping.h
nodedef.cpp
nodedef.h
nodemetadata.cpp
nodemetadata.h
nodetimer.cpp
nodetimer.h
noise.cpp
noise.h
object_properties.cpp
object_properties.h
particles.cpp
particles.h
pathfinder.cpp
pathfinder.h
player.cpp
player.h
porting.cpp
porting.h
profiler.h
quicktune_shortcutter.h Update Copyright Years 2013-02-24 20:15:24 +01:00
quicktune.cpp
quicktune.h
rollback_interface.cpp
rollback_interface.h
rollback.cpp
rollback.h
serialization.cpp
serialization.h
server.cpp Remove "Server -!- " prefix from player messages 2014-02-27 00:00:22 -05:00
server.h
serverlist.cpp
serverlist.h Send long announce as POST, show OS in useragent 2014-01-07 02:50:45 +04:00
serverobject.cpp
serverobject.h Allow modifying movement speed, jump height and gravity per-player via the Lua API. 2013-04-05 02:00:59 +02:00
settings.h
sha1.cpp
sha1.h
shader.cpp
shader.h Fix shader license headers to be LGPL 2013-05-06 19:09:08 +02:00
sky.cpp
sky.h
socket.cpp
socket.h
sound_openal.cpp
sound_openal.h
sound.cpp
sound.h
staticobject.cpp
staticobject.h
strfnd.h
subgame.cpp
subgame.h
test.cpp
test.h
threads.h
tile.cpp
tile.h Shaders rework. 2013-12-03 18:55:25 +01:00
tool.cpp
tool.h
treegen.cpp
treegen.h
version.cpp
version.h Show git hash in version string at top left corner of window 2013-09-28 21:30:17 +02:00
voxel.cpp
voxel.h
voxelalgorithms.cpp
voxelalgorithms.h