minetest/src
Perttu Ahola 53bf62bb83 Rename LagPool's member variables to avoid MSVC freaking up due to it's #define max 2013-08-06 18:17:58 +03:00
..
cguittfont Add Freetype support 2013-02-14 18:46:08 +01:00
json fix link if system json lib exists 2013-03-05 23:54:07 -05:00
jthread Add minetest.get_mapgen_object to API 2013-06-27 22:35:35 -04:00
lua Improve build configuration options 2012-07-23 15:23:33 +03:00
script Allow mods to listen to cheat detections using minetest.register_on_cheat() 2013-08-04 00:45:49 +03:00
sqlite Update to SQLite 3.7.7.1 2011-09-01 18:27:30 -04:00
util Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
CMakeLists.txt Change debug optimization level back to -O1 2013-07-02 21:48:18 -04:00
activeobject.h Add an option to disable object <-> object collision for Lua entities 2013-07-20 20:43:11 +02:00
ban.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
ban.h Update Copyright Years 2013-02-24 20:15:24 +01:00
base64.cpp Fix signedness warning in base64.cpp 2012-07-21 22:10:29 +03:00
base64.h Fix most warnings, re-fix MSVC compile error 2013-02-26 01:57:59 -05:00
biome.cpp BiomeDefManager: Fully initialize default biome 2013-07-06 15:28:59 -04:00
biome.h Mapgen V7: Huge rewrite, also tweaks to cavegen et al. 2013-07-06 02:21:54 -04:00
camera.cpp Fix and improve view range tuner 2013-08-03 18:46:18 +03:00
camera.h Fix and improve view range tuner 2013-08-03 18:46:18 +03:00
cavegen.cpp Mapgen V7: Huge rewrite, also tweaks to cavegen et al. 2013-07-06 02:21:54 -04:00
cavegen.h Mapgen V7: Huge rewrite, also tweaks to cavegen et al. 2013-07-06 02:21:54 -04:00
chat.cpp Fix nick completion 2013-04-05 02:31:58 +02:00
chat.h Fix nick completion 2013-04-05 02:31:58 +02:00
client.cpp Weather backward compatibility 2013-08-02 00:51:36 +04:00
client.h Add set_breath and get_breath to lua API. 2013-07-20 20:34:11 +02:00
clientmap.cpp Fix and improve view range tuner 2013-08-03 18:46:18 +03:00
clientmap.h Fix and improve view range tuner 2013-08-03 18:46:18 +03:00
clientobject.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
clientobject.h Add an option to disable object <-> object collision for Lua entities 2013-07-20 20:43:11 +02:00
clientserver.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
clientserver.h Weather backward compatibility 2013-08-02 00:51:36 +04:00
clientsimpleobject.h Update Copyright Years 2013-02-24 20:15:24 +01:00
clouds.cpp Add cloud menu background by Krisi, configurable with the menu_clouds option. 2013-03-13 21:18:40 -04:00
clouds.h Add cloud menu background by Krisi, configurable with the menu_clouds option. 2013-03-13 21:18:40 -04:00
cmake_config.h.in Add Freetype support 2013-02-14 18:46:08 +01:00
collision.cpp Add an option to disable object <-> object collision for Lua entities 2013-07-20 20:43:11 +02:00
collision.h Add an option to disable object <-> object collision for Lua entities 2013-07-20 20:43:11 +02:00
config.h Add Freetype support 2013-02-14 18:46:08 +01:00
connection.cpp Fix server getting completely choked up on even a little of DoS 2013-08-04 10:44:37 +03:00
connection.h Fix server getting completely choked up on even a little of DoS 2013-08-04 10:44:37 +03:00
constants.h Add support for IPv6 2013-06-23 11:31:22 +04:00
content_abm.cpp Freeze-melt adjust 2013-08-04 23:31:01 +04:00
content_abm.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_cao.cpp Add support for setting stepheight for entities 2013-07-30 19:48:02 +02:00
content_cao.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_cso.cpp Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 2013-07-02 03:03:10 +02:00
content_cso.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_mapblock.cpp Add liquid_range to nodedef 2013-07-20 20:41:17 +02:00
content_mapblock.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_mapnode.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
content_mapnode.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_nodemeta.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
content_nodemeta.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_object.h Update Copyright Years 2013-02-24 20:15:24 +01:00
content_sao.cpp Allow mods to listen to cheat detections using minetest.register_on_cheat() 2013-08-04 00:45:49 +03:00
content_sao.h Rename LagPool's member variables to avoid MSVC freaking up due to it's #define max 2013-08-06 18:17:58 +03:00
convert_json.cpp Dont announce server in singleplayer 2013-07-27 17:51:34 +04:00
convert_json.h Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
craftdef.cpp Added method to get all registered recipes for item(node) 2013-03-05 23:32:33 -05:00
craftdef.h Added method to get all registered recipes for item(node) 2013-03-05 23:32:33 -05:00
daynightratio.h Update Copyright Years 2013-02-24 20:15:24 +01:00
debug.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
debug.h Add support for IPv6 2013-06-23 11:31:22 +04:00
defaultsettings.cpp Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
defaultsettings.h Support game-specific minetest.conf 2013-03-21 22:22:15 +02:00
dungeongen.cpp Re-add dungeons in new dungeongen.cpp 2013-03-10 00:42:51 -05:00
dungeongen.h Re-add dungeons in new dungeongen.cpp 2013-03-10 00:42:51 -05:00
emerge.cpp Weather support 2013-07-27 23:21:48 +04:00
emerge.h Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API 2013-06-27 22:35:35 -04:00
environment.cpp Change large amount of objects to be configurable via a setting in minetest.conf (max_objects_per_block). 2013-08-04 15:28:01 +03:00
environment.h Fix anticheat 2013-08-03 23:16:37 +03:00
event.h Update Copyright Years 2013-02-24 20:15:24 +01:00
event_manager.h Update Copyright Years 2013-02-24 20:15:24 +01:00
exceptions.h Update Copyright Years 2013-02-24 20:15:24 +01:00
farmesh.cpp Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 2013-07-02 03:03:10 +02:00
farmesh.h Update Copyright Years 2013-02-24 20:15:24 +01:00
filecache.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
filecache.h Update Copyright Years 2013-02-24 20:15:24 +01:00
filesys.cpp Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
filesys.h Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
game.cpp Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
game.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
gamedef.h Update Copyright Years 2013-02-24 20:15:24 +01:00
genericobject.cpp Allow modifying movement speed, jump height and gravity per-player via the Lua API. 2013-04-05 02:00:59 +02:00
genericobject.h Allow modifying movement speed, jump height and gravity per-player via the Lua API. 2013-04-05 02:00:59 +02:00
gettext.h Fix formspec label issues in win builds (MSVC) 2013-08-04 20:49:23 +02:00
gettime.h Add varying levels of precision to TimeTaker 2013-03-29 16:53:15 -04:00
guiChatConsole.cpp Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
guiChatConsole.h Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
guiDeathScreen.cpp fix memory leaks introduced by invalid gettext usage 2013-04-07 22:50:53 -04:00
guiDeathScreen.h Update Copyright Years 2013-02-24 20:15:24 +01:00
guiEngine.cpp Play sounds/main_menu.ogg in menu 2013-07-28 23:29:03 +02:00
guiEngine.h Play sounds/main_menu.ogg in menu 2013-07-28 23:29:03 +02:00
guiFileSelectMenu.cpp Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
guiFileSelectMenu.h Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
guiFormSpecMenu.cpp Fix formspec label issues in win builds (MSVC) 2013-08-04 20:49:23 +02:00
guiFormSpecMenu.h Fix many formspec menu bugs 2013-07-07 19:49:52 -04:00
guiKeyChangeMenu.cpp fix memory leaks introduced by invalid gettext usage 2013-04-07 22:50:53 -04:00
guiKeyChangeMenu.h fix memory leaks introduced by invalid gettext usage 2013-04-07 22:50:53 -04:00
guiLuaApi.cpp Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
guiLuaApi.h Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
guiMainMenu.h Replace C++ mainmenu by formspec powered one 2013-07-02 19:58:20 -04:00
guiMessageMenu.cpp fix memory leaks introduced by invalid gettext usage 2013-04-07 22:50:53 -04:00
guiMessageMenu.h Update Copyright Years 2013-02-24 20:15:24 +01:00
guiPasswordChange.cpp Fix nearly all warnings 2013-05-19 21:26:56 -04:00
guiPasswordChange.h Update Copyright Years 2013-02-24 20:15:24 +01:00
guiPauseMenu.cpp Update default controls in README and pause menu 2013-05-07 14:48:20 +02:00
guiPauseMenu.h Update Copyright Years 2013-02-24 20:15:24 +01:00
guiTextInputMenu.cpp Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
guiTextInputMenu.h Update Copyright Years 2013-02-24 20:15:24 +01:00
guiVolumeChange.cpp Fix nearly all warnings 2013-05-19 21:26:56 -04:00
guiVolumeChange.h Update Copyright Years 2013-02-24 20:15:24 +01:00
hex.h Update Copyright Years 2013-02-24 20:15:24 +01:00
hud.cpp Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 2013-07-02 03:03:10 +02:00
hud.h Add drowning 2013-06-19 15:47:00 +00:00
intlGUIEditBox.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
intlGUIEditBox.h Update Copyright Years 2013-02-24 20:15:24 +01:00
inventory.cpp Change ContentFeatures array to a vector 2013-07-14 23:06:31 +02:00
inventory.h Dont write player files all the time 2013-06-28 14:15:48 +00:00
inventorymanager.cpp Move scriptapi to separate folder (by sapier) 2013-05-25 00:51:02 +02:00
inventorymanager.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irr_aabb3d.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irr_v2d.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irr_v3d.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irrlichttypes.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irrlichttypes_bloated.h Update Copyright Years 2013-02-24 20:15:24 +01:00
irrlichttypes_extrabloated.h Update Copyright Years 2013-02-24 20:15:24 +01:00
itemdef.cpp Bump protocol version 2013-07-20 21:25:21 +02:00
itemdef.h Make range of tools configureable 2013-07-20 20:37:59 +02:00
itemgroup.h Update Copyright Years 2013-02-24 20:15:24 +01:00
keycode.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
keycode.h Update Copyright Years 2013-02-24 20:15:24 +01:00
light.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
light.h Update Copyright Years 2013-02-24 20:15:24 +01:00
localplayer.cpp Dont teleport back if holding sneak when detaching/turn freemove off 2013-05-19 20:56:58 +02:00
localplayer.h Swing the camera down when the player lands on the ground, based on the velocity the surface is hit with. 2013-04-11 19:42:47 -04:00
log.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
log.h Update Copyright Years 2013-02-24 20:15:24 +01:00
logoutputbuffer.h Update Copyright Years 2013-02-24 20:15:24 +01:00
luaentity_common.h Update Copyright Years 2013-02-24 20:15:24 +01:00
main.cpp Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
main.h Add clouds to all loading screens and better progress handling 2013-05-10 15:04:21 +02:00
mainmenumanager.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
map.cpp Weather backward compatibility 2013-08-02 00:51:36 +04:00
map.h Weather support 2013-07-27 23:21:48 +04:00
mapblock.cpp Weather backward compatibility 2013-08-02 00:51:36 +04:00
mapblock.h Weather backward compatibility 2013-08-02 00:51:36 +04:00
mapblock_mesh.cpp Fix crack overlay for animated textures 2013-08-05 01:52:09 +02:00
mapblock_mesh.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
mapchunk.h Update Copyright Years 2013-02-24 20:15:24 +01:00
mapgen.cpp Add replacements to schematics 2013-08-03 03:22:14 +02:00
mapgen.h Add replacements to schematics 2013-08-03 03:22:14 +02:00
mapgen_indev.cpp Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams 2013-05-19 12:22:20 -04:00
mapgen_indev.h Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams 2013-05-19 12:22:20 -04:00
mapgen_math.cpp Warnings fix 2013-07-29 00:11:33 +04:00
mapgen_math.h Mapgen V7: Huge rewrite, also tweaks to cavegen et al. 2013-07-06 02:21:54 -04:00
mapgen_singlenode.cpp Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API 2013-06-27 22:35:35 -04:00
mapgen_singlenode.h Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API 2013-06-27 22:35:35 -04:00
mapgen_v6.cpp Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API 2013-06-27 22:35:35 -04:00
mapgen_v6.h Add minetest.get_mapgen_object to API 2013-06-27 22:35:35 -04:00
mapgen_v7.cpp Mapgen V7: Fix out-of-bounds array access 2013-07-06 15:22:51 -04:00
mapgen_v7.h Mapgen V7: Huge rewrite, also tweaks to cavegen et al. 2013-07-06 02:21:54 -04:00
mapnode.cpp Better snow fall, finite liquid transform, leveled nodes api 2013-07-28 17:14:31 +04:00
mapnode.h Better snow fall, finite liquid transform, leveled nodes api 2013-07-28 17:14:31 +04:00
mapsector.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
mapsector.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
mesh.cpp Fix possible NULL dereference in createExtrudedMesh 2013-07-06 06:16:51 +02:00
mesh.h Move generateTextureFromMesh to TextureSource to fix a texture leak 2013-07-03 03:24:28 +02:00
modalMenu.h Call m_menumgr->deletingMenu from quitMenu in addition to destructor 2013-06-03 15:25:48 +02:00
modifiedstate.h Update Copyright Years 2013-02-24 20:15:24 +01:00
mods.cpp Remove support for common mods 2013-07-16 01:46:59 +02:00
mods.h Add support for modstore screenshots 2013-07-22 18:09:59 +02:00
nameidmapping.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
nameidmapping.h Update Copyright Years 2013-02-24 20:15:24 +01:00
nodedef.cpp Leveled nodebox backward compatibility 2013-08-02 00:50:58 +04:00
nodedef.h Leveled nodebox backward compatibility 2013-08-02 00:50:58 +04:00
nodemetadata.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
nodemetadata.h Update Copyright Years 2013-02-24 20:15:24 +01:00
nodetimer.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
nodetimer.h Update Copyright Years 2013-02-24 20:15:24 +01:00
noise.cpp Add Mapgen V7, reorganize biomes 2013-04-07 00:50:21 -04:00
noise.h Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams 2013-05-19 12:22:20 -04:00
object_properties.cpp Add support for setting stepheight for entities 2013-07-30 19:48:02 +02:00
object_properties.h Add support for setting stepheight for entities 2013-07-30 19:48:02 +02:00
particles.cpp Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 2013-07-02 03:03:10 +02:00
particles.h Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 2013-07-02 03:03:10 +02:00
pathfinder.cpp Math mapgen fix, ip show on connect, pathfinder segfault fix 2013-06-23 20:35:16 +04:00
pathfinder.h Add Dijkstra A* and A* without prefetching pathfind algorithms 2013-04-06 11:24:03 -04:00
player.cpp Add set_breath and get_breath to lua API. 2013-07-20 20:34:11 +02:00
player.h Add set_breath and get_breath to lua API. 2013-07-20 20:34:11 +02:00
porting.cpp Tune queue limits, some other adjustments 2013-02-25 23:08:41 -05:00
porting.h Add support for IPv6 2013-06-23 11:31:22 +04:00
profiler.h Set of changes to build mineTest using Visual Studio 11.0. These affect 2013-03-24 00:53:10 +04:00
quicktune.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
quicktune.h Update Copyright Years 2013-02-24 20:15:24 +01:00
quicktune_shortcutter.h Update Copyright Years 2013-02-24 20:15:24 +01:00
rollback.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
rollback.h Update Copyright Years 2013-02-24 20:15:24 +01:00
rollback_interface.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
rollback_interface.h Update Copyright Years 2013-02-24 20:15:24 +01:00
serialization.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
serialization.h Weather backward compatibility 2013-08-02 00:51:36 +04:00
server.cpp Clean up server's log messages and give a better error to client when its player is in use 2013-08-06 18:13:11 +03:00
server.h Fix server getting completely choked up on even a little of DoS 2013-08-04 10:44:37 +03:00
serverlist.cpp More info in serverlist 2013-08-03 03:02:59 +04:00
serverlist.h Masterserver mods announse, ipv6, better curl errors 2013-07-13 00:19:05 +04:00
serverobject.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
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 Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams 2013-05-19 12:22:20 -04:00
sha1.cpp Passwords - a few corrections to the previous commit 2011-05-20 21:37:13 +01:00
sha1.h Passwords - a few corrections to the previous commit 2011-05-20 21:37:13 +01:00
shader.cpp Settings: everything != 0 equals true; remove .asm shaders 2013-07-08 01:58:49 +02:00
shader.h Fix shader license headers to be LGPL 2013-05-06 19:09:08 +02:00
sky.cpp Lessen the sky color glitch when quickly turning to look up after looking at ground that contains caves 2013-08-03 19:04:16 +03:00
sky.h Update Copyright Years 2013-02-24 20:15:24 +01:00
socket.cpp Fix ipv6 on windows 2013-06-24 20:13:56 +04:00
socket.h Add support for IPv6 2013-06-23 11:31:22 +04:00
sound.cpp Update Copyright Years 2013-02-24 20:15:24 +01:00
sound.h Update Copyright Years 2013-02-24 20:15:24 +01:00
sound_openal.cpp fix memory leak on sound shutdown 2013-04-07 23:43:34 -04:00
sound_openal.h Update Copyright Years 2013-02-24 20:15:24 +01:00
staticobject.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
staticobject.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
strfnd.h Allow any character in formspec strings with escape char 2013-03-05 23:25:02 -05:00
subgame.cpp New modsystem 2013-05-19 02:15:36 +02:00
subgame.h Add header.png and footer.png support for games, and support texture packs via <gameid>_menu_<background/overlay/header/footer>.png 2013-05-04 10:05:12 +03:00
test.cpp Weather backward compatibility 2013-08-02 00:51:36 +04:00
test.h Update Copyright Years 2013-02-24 20:15:24 +01:00
threads.h Update Copyright Years 2013-02-24 20:15:24 +01:00
tile.cpp Fix crack overlay for animated textures 2013-08-05 01:52:09 +02:00
tile.h Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
tool.cpp New damage system, add damageGroups to ToolCapabilities, bump protocol version 2013-03-29 20:14:09 +01:00
tool.h New damage system, add damageGroups to ToolCapabilities, bump protocol version 2013-03-29 20:14:09 +01:00
treegen.cpp Make saplings only grow on dirt or grass, make jungle tree trunks only replace air 2013-03-16 19:55:29 -04:00
treegen.h Clean up Mapgen 2013-03-11 21:32:52 -04:00
voxel.cpp Fix nearly all warnings 2013-05-19 21:26:56 -04:00
voxel.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
voxelalgorithms.cpp Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00
voxelalgorithms.h Migrate to STL containers/algorithms. 2013-03-11 19:08:39 -04:00