Novatux 3d6d66b181 Fix inversion of full_punch_interval 10 years ago
..
cguittfont c410e9182d OS X compatibility fixes 10 years ago
json dd8593f2d6 fix link if system json lib exists 11 years ago
jthread 1cc40c0a7c Add support for Android 2.3+ 10 years ago
lua 1cc40c0a7c Add support for Android 2.3+ 10 years ago
script d9de29fa50 Clear inventory before setting lists 10 years ago
sqlite 99de37ff94 Update to SQLite 3.7.7.1 13 years ago
util 1cc40c0a7c Add support for Android 2.3+ 10 years ago
CMakeLists.txt c39992e429 Copy zlib and freetype dll to windows package too 10 years ago
activeobject.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
ban.cpp 04e9a9d541 Cleanup jthread and fix win32 build 10 years ago
ban.h d308352dbd Always use builtin JThread library 10 years ago
base64.cpp d085139057 Fix signedness warning in base64.cpp 12 years ago
base64.h d31f07bd4b Fix most warnings, re-fix MSVC compile error 11 years ago
biome.cpp 0279f32db7 Remove liquid_finite and weather 10 years ago
biome.h 9bccd75e34 Weather: Clean up getHeat/getHumidity somewhat 10 years ago
camera.cpp 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
camera.h 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
cavegen.cpp 5a34f40d80 Huge overhaul of the entire MapgenParams system 10 years ago
cavegen.h 18d7bc7fa1 Mapgen V7: Huge rewrite, also tweaks to cavegen et al. 11 years ago
chat.cpp 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
chat.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
client.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
client.h d3ee617f37 Fix heart + bubble bar size on different texture packs 10 years ago
clientiface.cpp c91f8b1d25 Add prefixes to enum values and fix style issues 10 years ago
clientiface.h c91f8b1d25 Add prefixes to enum values and fix style issues 10 years ago
clientmap.cpp 334ec4bb1b Avoid doing a full material compare if not even first texture does match 10 years ago
clientmap.h 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
clientmedia.cpp b2dfde8c8c Add support for multipart/form-data to HTTPFetch for server announcing 10 years ago
clientmedia.h 0404bbf671 Rewrite client media download and support hash-based remote download 10 years ago
clientobject.cpp 6a1670dbc3 Migrate to STL containers/algorithms. 11 years ago
clientobject.h 118e2ae865 Fix all warnings reported by clang 10 years ago
clientserver.h ebf7ea5019 Add formspec api versioning 10 years ago
clientsimpleobject.h 6d0ea26c2d Update Copyright Years 11 years ago
clouds.cpp 062de11b4c Fix rendering glitches when far from the center of the map 10 years ago
clouds.h e17d29ccd6 Fix #1358 (disappearing clouds) 10 years ago
cmake_config.h.in 674be38fc2 Add redis database backend 10 years ago
cmake_config_githash.h.in 8bc7ea61b9 Show git hash in version string at top left corner of window 10 years ago
collision.cpp 8cae659786 Add an option to disable object <-> object collision for Lua entities 11 years ago
collision.h 8cae659786 Add an option to disable object <-> object collision for Lua entities 11 years ago
config.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
connection.cpp c91f8b1d25 Add prefixes to enum values and fix style issues 10 years ago
connection.h c91f8b1d25 Add prefixes to enum values and fix style issues 10 years ago
constants.h 089fc010ab Store the maximum player file tries in a constant 10 years ago
content_abm.cpp 0279f32db7 Remove liquid_finite and weather 10 years ago
content_abm.h 6d0ea26c2d Update Copyright Years 11 years ago
content_cao.cpp 1367895ae2 Make sure none of the irrlicht member objects of GenericCAO are deleted prior deletion of GenericCAO 10 years ago
content_cao.h 35ec3855f6 Speedup attachement handling by replacing vector search by direct array access and secondary child lookup vector 10 years ago
content_cso.cpp 8161ab573f Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture 11 years ago
content_cso.h 6d0ea26c2d Update Copyright Years 11 years ago
content_mapblock.cpp ea6c3835de Glasslike_framed drawtype rework. 10 years ago
content_mapblock.h 6d0ea26c2d Update Copyright Years 11 years ago
content_mapnode.cpp 6d0ea26c2d Update Copyright Years 11 years ago
content_mapnode.h 6d0ea26c2d Update Copyright Years 11 years ago
content_nodemeta.cpp 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
content_nodemeta.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
content_object.h 6d0ea26c2d Update Copyright Years 11 years ago
content_sao.cpp 7e6db1b803 Only keep players loaded while they're connected 10 years ago
content_sao.h 7cac34c807 Pass arguments by reference 10 years ago
convert_json.cpp 8af44f8163 Remove ugly curl struct pointer from jsonFetchValue signature 10 years ago
convert_json.h 8af44f8163 Remove ugly curl struct pointer from jsonFetchValue signature 10 years ago
craftdef.cpp fead7a27ca Fix aliases not working in shapeless crafting recipes 10 years ago
craftdef.h 5af8acfa6e Added method to get all registered recipes for item(node) 11 years ago
database-dummy.cpp 18577f2527 Replace usage of long long with u64/s64 10 years ago
database-dummy.h 18577f2527 Replace usage of long long with u64/s64 10 years ago
database-leveldb.cpp d9de9f23d9 Fix LevelDB maps 10 years ago
database-leveldb.h 95e4a93b1b Add license headers and remove useless includes 10 years ago
database-redis.cpp 94dba66c16 Fix memory leak in redis backend, fixes #1325 10 years ago
database-redis.h 674be38fc2 Add redis database backend 10 years ago
database-sqlite3.cpp 50127510e7 Remove confusing code block from SQLite3 database 10 years ago
database-sqlite3.h 95e4a93b1b Add license headers and remove useless includes 10 years ago
database.cpp 41bc24477b Revert binary database block position encoding 10 years ago
database.h 41bc24477b Revert binary database block position encoding 10 years ago
daynightratio.h 6d0ea26c2d Update Copyright Years 11 years ago
debug.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
debug.h c6e3797c1a Remove assert warning in leveldb wonderland 10 years ago
defaultsettings.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
defaultsettings.h d4245e6cac Support for scalable font and gui elements 10 years ago
drawscene.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
drawscene.h 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
dungeongen.cpp 5a34f40d80 Huge overhaul of the entire MapgenParams system 10 years ago
dungeongen.h c3708b456e Add map feature generation notify Lua API 10 years ago
emerge.cpp 118e2ae865 Fix all warnings reported by clang 10 years ago
emerge.h 3570f3e396 Add minetest.set_noiseparam_defaults() Lua API 10 years ago
environment.cpp 3c5df42a17 Make player files saving again 10 years ago
environment.h 7e6db1b803 Only keep players loaded while they're connected 10 years ago
event.h 6d0ea26c2d Update Copyright Years 11 years ago
event_manager.h 6d0ea26c2d Update Copyright Years 11 years ago
exceptions.h 142e2d3b74 Cleanup client init states by bumping protocol version 10 years ago
filecache.cpp 0404bbf671 Rewrite client media download and support hash-based remote download 10 years ago
filecache.h 0404bbf671 Rewrite client media download and support hash-based remote download 10 years ago
filesys.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
filesys.h d718b0b34e Dont write directly to files but rather write and copy a tmp file 11 years ago
game.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
game.h c0ab09af74 Add player:set_eye_offset() by @MirceaKitsune and clean up 10 years ago
gamedef.h d76957ee22 Create new instance of mesh every time it's required (Solves #703) 10 years ago
genericobject.cpp 15be2659ea Add sneak and sneak_glitch to set_physics_override() 10 years ago
genericobject.h 15be2659ea Add sneak and sneak_glitch to set_physics_override() 10 years ago
gettext.cpp 6922807fd5 fixed typo std::encl in src/gettext.cpp 10 years ago
gettext.h a230e1e736 Use narrow_to_wide in gettext instead of os dependent conversion fct 10 years ago
gettime.h df49b93877 Add varying levels of precision to TimeTaker 11 years ago
guiChatConsole.cpp 2af5864534 Make freetype usage configureable by a setting 11 years ago
guiChatConsole.h 2af5864534 Make freetype usage configureable by a setting 11 years ago
guiEngine.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
guiEngine.h 7b3602bab3 Fix regression dirt texture not beeing default in non cloud menu 10 years ago
guiFileSelectMenu.cpp 22a59b3912 Fix win32/msvc i18n (quite UGLY version, blame Microsoft) 10 years ago
guiFileSelectMenu.h 22a59b3912 Fix win32/msvc i18n (quite UGLY version, blame Microsoft) 10 years ago
guiFormSpecMenu.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
guiFormSpecMenu.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
guiKeyChangeMenu.cpp 22a59b3912 Fix win32/msvc i18n (quite UGLY version, blame Microsoft) 10 years ago
guiKeyChangeMenu.h 98182f6097 fix memory leaks introduced by invalid gettext usage 11 years ago
guiMainMenu.h ade70fe4b9 Allow SIGINT to kill mainmenu again 11 years ago
guiPasswordChange.cpp 22a59b3912 Fix win32/msvc i18n (quite UGLY version, blame Microsoft) 10 years ago
guiPasswordChange.h 6d0ea26c2d Update Copyright Years 11 years ago
guiTable.cpp 6ee0db6fec Make GUITable mouse wheel scrolling faster 10 years ago
guiTable.h 8966c16ad2 Add formspec table 10 years ago
guiVolumeChange.cpp 118e2ae865 Fix all warnings reported by clang 10 years ago
guiVolumeChange.h 118e2ae865 Fix all warnings reported by clang 10 years ago
hex.h 0a903e69fb Implement urlencode and urldecode 10 years ago
httpfetch.cpp b2dfde8c8c Add support for multipart/form-data to HTTPFetch for server announcing 10 years ago
httpfetch.h b2dfde8c8c Add support for multipart/form-data to HTTPFetch for server announcing 10 years ago
hud.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
hud.h d3ee617f37 Fix heart + bubble bar size on different texture packs 10 years ago
inventory.cpp 6f6f289db4 Compare values instead of pointers in Inventory::operator== 10 years ago
inventory.h 51e6feb17c Add operator!= to Inventory(List), make operator== a const method 10 years ago
inventorymanager.cpp bd6d4666ab Add a callback: minetest.register_on_craft(itemstack, player, 10 years ago
inventorymanager.h 6d0ea26c2d Update Copyright Years 11 years ago
irr_aabb3d.h 6d0ea26c2d Update Copyright Years 11 years ago
irr_v2d.h 6d0ea26c2d Update Copyright Years 11 years ago
irr_v3d.h 6d0ea26c2d Update Copyright Years 11 years ago
irrlichttypes.h 6d0ea26c2d Update Copyright Years 11 years ago
irrlichttypes_bloated.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
irrlichttypes_extrabloated.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
itemdef.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
itemdef.h cba90d4441 Make range of tools configureable 11 years ago
itemgroup.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
keycode.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
keycode.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
light.cpp 6d0ea26c2d Update Copyright Years 11 years ago
light.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
localplayer.cpp 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
localplayer.h 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
log.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
log.h 6d0ea26c2d Update Copyright Years 11 years ago
logoutputbuffer.h 6d0ea26c2d Update Copyright Years 11 years ago
luaentity_common.h 6d0ea26c2d Update Copyright Years 11 years ago
main.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
main.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
mainmenumanager.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
map.cpp b3a2ef1a91 Remove MapVoxelManipulator not really used by anyone 10 years ago
map.h b3a2ef1a91 Remove MapVoxelManipulator not really used by anyone 10 years ago
mapblock.cpp 5d06bdf8ac Speedup getBlockNodeIdMapping by up to factor 4 by using a fixed size mapping array 10 years ago
mapblock.h 0279f32db7 Remove liquid_finite and weather 10 years ago
mapblock_mesh.cpp bfaba2c12a Fix regression in light calculation 10 years ago
mapblock_mesh.h 556bdc260a Pass pointer to nodedef directly to avoid recalculation in quite often called function 10 years ago
mapchunk.h 6d0ea26c2d Update Copyright Years 11 years ago
mapgen.cpp 4977b736e3 Fix warnings 10 years ago
mapgen.h 118e2ae865 Fix all warnings reported by clang 10 years ago
mapgen_indev.cpp 118e2ae865 Fix all warnings reported by clang 10 years ago
mapgen_indev.h 118e2ae865 Fix all warnings reported by clang 10 years ago
mapgen_math.cpp 83bafbe08b Make flag strings clear specified flag with 'no' prefix 10 years ago
mapgen_math.h 5a34f40d80 Huge overhaul of the entire MapgenParams system 10 years ago
mapgen_singlenode.cpp 83bafbe08b Make flag strings clear specified flag with 'no' prefix 10 years ago
mapgen_singlenode.h 5a34f40d80 Huge overhaul of the entire MapgenParams system 10 years ago
mapgen_v6.cpp 83bafbe08b Make flag strings clear specified flag with 'no' prefix 10 years ago
mapgen_v6.h 83bafbe08b Make flag strings clear specified flag with 'no' prefix 10 years ago
mapgen_v7.cpp 83bafbe08b Make flag strings clear specified flag with 'no' prefix 10 years ago
mapgen_v7.h 5a34f40d80 Huge overhaul of the entire MapgenParams system 10 years ago
mapnode.cpp 747bc40840 Cavegen: Respect is_ground_content MapNode setting; fix some code formatting issues 10 years ago
mapnode.h 8bc68645cb Raise the maximum node limit to 0x7fff 10 years ago
mapsector.cpp 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
mapsector.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
mesh.cpp 68bbdf1b2c Fix invalid usage of texture->getSize() where actually texture->getOriginalSize() was meant 10 years ago
mesh.h 8f1d5d34a6 Move generateTextureFromMesh to TextureSource to fix a texture leak 11 years ago
modalMenu.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
modifiedstate.h 6d0ea26c2d Update Copyright Years 11 years ago
mods.cpp 8af44f8163 Remove ugly curl struct pointer from jsonFetchValue signature 10 years ago
mods.h 8af44f8163 Remove ugly curl struct pointer from jsonFetchValue signature 10 years ago
nameidmapping.cpp 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
nameidmapping.h 6d0ea26c2d Update Copyright Years 11 years ago
nodedef.cpp 6c98fd6658 Unite nodes shaders. 10 years ago
nodedef.h 6c98fd6658 Unite nodes shaders. 10 years ago
nodemetadata.cpp e17f140be0 Add a limit to node meta data resolving recursion 10 years ago
nodemetadata.h e17f140be0 Add a limit to node meta data resolving recursion 10 years ago
nodetimer.cpp 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
nodetimer.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
noise.cpp 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
noise.h 3570f3e396 Add minetest.set_noiseparam_defaults() Lua API 10 years ago
object_properties.cpp 4feea0ac68 Add offset to automatic_face_movement_dir 10 years ago
object_properties.h 4feea0ac68 Add offset to automatic_face_movement_dir 10 years ago
particles.cpp 062de11b4c Fix rendering glitches when far from the center of the map 10 years ago
particles.h 062de11b4c Fix rendering glitches when far from the center of the map 10 years ago
pathfinder.cpp ea0def381d Remove noisy error messages, prepend "pathfinder: " to pathfinder messages 10 years ago
pathfinder.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
player.cpp 3c5df42a17 Make player files saving again 10 years ago
player.h e491f8cd48 Only try to load from possible player files 10 years ago
porting.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
porting.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
porting_android.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
porting_android.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
profiler.h ee7af21e41 Fix msvc2012 build 10 years ago
quicktune.cpp 04e9a9d541 Cleanup jthread and fix win32 build 10 years ago
quicktune.h 6d0ea26c2d Update Copyright Years 11 years ago
quicktune_shortcutter.h 6d0ea26c2d Update Copyright Years 11 years ago
rollback.cpp 24face5249 Fix statement not set NULL on deletion 10 years ago
rollback.h 7433d65d3e Rollback fixes and get_node_actions 10 years ago
rollback_interface.cpp 5be786c804 Fixed potential NULL pointer and leak when setting node metadata 10 years ago
rollback_interface.h 7433d65d3e Rollback fixes and get_node_actions 10 years ago
serialization.cpp a439aea9ba Revert "Don't use msvc libs for mingw build" 10 years ago
serialization.h 06cdce1e12 Weather backward compatibility 11 years ago
server.cpp 9afeb97fc6 Fix serverlist code style, const-correctness, and types 10 years ago
server.h c91f8b1d25 Add prefixes to enum values and fix style issues 10 years ago
serverlist.cpp 9afeb97fc6 Fix serverlist code style, const-correctness, and types 10 years ago
serverlist.h 9afeb97fc6 Fix serverlist code style, const-correctness, and types 10 years ago
serverobject.cpp c380563a12 Fix issue #1275 - one more missing check. 10 years ago
serverobject.h c5a8448c41 Allow modifying movement speed, jump height and gravity per-player via the Lua API. 11 years ago
settings.h eda9214f81 Bunch of small fixes (coding style, very unlikely errors, warning messages) 10 years ago
sha1.cpp bf9f50bc0e Make SHA1::addBytes(..., 0) a no-op instead of an assertion failure 10 years ago
sha1.h 52d857cf15 Passwords - a few corrections to the previous commit 13 years ago
shader.cpp 6c98fd6658 Unite nodes shaders. 10 years ago
shader.h 6c98fd6658 Unite nodes shaders. 10 years ago
sky.cpp 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
sky.h 09970b7b6d Add support for interlaced polarized 3d screens 10 years ago
socket.cpp 960d731587 Fix broken Ipv4 serialization on win32 10 years ago
socket.h 6090e95cdc Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANY 10 years ago
sound.cpp 6d0ea26c2d Update Copyright Years 11 years ago
sound.h 6d0ea26c2d Update Copyright Years 11 years ago
sound_openal.cpp 7cac34c807 Pass arguments by reference 10 years ago
sound_openal.h 6d0ea26c2d Update Copyright Years 11 years ago
staticobject.cpp 6a1670dbc3 Migrate to STL containers/algorithms. 11 years ago
staticobject.h b3591019ad Fix object duplication bug (at least in the most reproducible UFO case) 10 years ago
strfnd.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
subgame.cpp d423a8fc20 Fix 'Unknown map backend' error when using Configure menu right after creating world 10 years ago
subgame.h a888b232fe Add header.png and footer.png support for games, and support texture packs via <gameid>_menu_<background/overlay/header/footer>.png 11 years ago
test.cpp 2b9beead38 Don't handle lack of IPv6 as fatal in unit tests 10 years ago
test.h 6d0ea26c2d Update Copyright Years 11 years ago
threads.h d308352dbd Always use builtin JThread library 10 years ago
tile.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
tile.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
tool.cpp 3d6d66b181 Fix inversion of full_punch_interval 10 years ago
tool.h 7d9329ecfe New damage system, add damageGroups to ToolCapabilities, bump protocol version 11 years ago
touchscreengui.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
touchscreengui.h 1cc40c0a7c Add support for Android 2.3+ 10 years ago
treegen.cpp 9f46cb6745 L-systems treegen code tweaks. 10 years ago
treegen.h 4e1f50035e Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 11 years ago
version.cpp 1cc40c0a7c Add support for Android 2.3+ 10 years ago
version.h 8bc7ea61b9 Show git hash in version string at top left corner of window 10 years ago
voxel.cpp 8ad83767cf Remove emerge and speedup addArea by using memcopy instead of one by one assignment 10 years ago
voxel.h 8ad83767cf Remove emerge and speedup addArea by using memcopy instead of one by one assignment 10 years ago
voxelalgorithms.cpp 8ad83767cf Remove emerge and speedup addArea by using memcopy instead of one by one assignment 10 years ago
voxelalgorithms.h 6a1670dbc3 Migrate to STL containers/algorithms. 11 years ago