code
stringlengths
0
21.5M
repo_name
stringlengths
4
92
path
stringlengths
1
189
language
stringlengths
0
26
license
stringclasses
11 values
size
int64
0
21.5M
/* Minetest Copyright (C) 2013 sapier This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in ...
pgimeno/minetest
src/gui/guiEngine.h
C++
mit
8,876
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/gui/guiFormSpecMenu.cpp
C++
mit
105,199
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/gui/guiFormSpecMenu.h
C++
mit
14,432
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com> Copyright (C) 2013 teddydestodes <derkomtur@schattengang.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Genera...
pgimeno/minetest
src/gui/guiKeyChangeMenu.cpp
C++
mit
14,238
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com> Copyright (C) 2013 teddydestodes <derkomtur@schattengang.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser Genera...
pgimeno/minetest
src/gui/guiKeyChangeMenu.h
C++
mit
2,051
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/gui/guiMainMenu.h
C++
mit
1,514
/* Part of Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission...
pgimeno/minetest
src/gui/guiPasswordChange.cpp
C++
mit
7,705
/* Part of Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permi...
pgimeno/minetest
src/gui/guiPasswordChange.h
C++
mit
1,657
/* Minetest Copyright (C) 2013 sapier This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distribu...
pgimeno/minetest
src/gui/guiPathSelectMenu.cpp
C++
mit
3,062
/* Minetest Copyright (C) 2013 sapier This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distribu...
pgimeno/minetest
src/gui/guiPathSelectMenu.h
C++
mit
1,724
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/gui/guiTable.cpp
C++
mit
34,855
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/gui/guiTable.h
C++
mit
7,316
/* Part of Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com> Copyright (C) 2013 RealBadAngel, Maciej Kasatkin <mk@realbadangel.pl> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby...
pgimeno/minetest
src/gui/guiVolumeChange.cpp
C++
mit
5,551
/* Part of Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Ciaran Gultnieks <ciaran@ciarang.com> Copyright (C) 2013 RealBadAngel, Maciej Kasatkin <mk@realbadangel.pl> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is h...
pgimeno/minetest
src/gui/guiVolumeChange.h
C++
mit
1,516
// 11.11.2011 11:11 ValkaTR // // This is a copy of intlGUIEditBox from the irrlicht, but with a // fix in the OnEvent function, which doesn't allowed input of // other keyboard layouts than latin-1 // // Characters like: ä ö ü õ ы й ю я ъ № € ° ... // // This fix is only needed for linux, because of a bug // in the CI...
pgimeno/minetest
src/gui/intlGUIEditBox.cpp
C++
mit
36,829
// Copyright (C) 2002-2013 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #pragma once #include "IrrCompileConfig.h" //#ifdef _IRR_COMPILE_WITH_GUI_ #include <IGUIEditBox.h> #include "irrArray.h" #include "IOSOperator.h" ...
pgimeno/minetest
src/gui/intlGUIEditBox.h
C++
mit
6,702
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/gui/mainmenumanager.h
C++
mit
3,251
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2018 stujones11, Stuart Jones <stujones111@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation;...
pgimeno/minetest
src/gui/modalMenu.cpp
C++
mit
7,936
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/gui/modalMenu.h
C++
mit
2,443
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2018 nerzhul, Loic Blot <loic.blot@unix-experience.fr> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Found...
pgimeno/minetest
src/gui/profilergraph.cpp
C++
mit
4,570
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/gui/profilergraph.h
C++
mit
1,553
/* Copyright (C) 2014 sapier Copyright (C) 2018 srifqi, Muhammad Rifqi Priyo Susanto <muhammadrifqipriyosusanto@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 ...
pgimeno/minetest
src/gui/touchscreengui.cpp
C++
mit
36,944
/* Copyright (C) 2014 sapier This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This program is distributed in the hope ...
pgimeno/minetest
src/gui/touchscreengui.h
C++
mit
7,488
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/httpfetch.cpp
C++
mit
21,067
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/httpfetch.h
C++
mit
3,631
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/hud.cpp
C++
mit
1,904
/* Minetest Copyright (C) 2010-2013 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2017 red-001 <red-001@outlook.ie> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2...
pgimeno/minetest
src/hud.h
C++
mit
2,608
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/inventory.cpp
C++
mit
20,189
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/inventory.h
C++
mit
8,498
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/inventorymanager.cpp
C++
mit
25,586
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/inventorymanager.h
C++
mit
5,336
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/irr_aabb3d.h
C++
mit
891
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/irr_v2d.h
C++
mit
1,028
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/irr_v3d.h
C++
mit
1,025
/* CGUITTFont FreeType class for Irrlicht Copyright (c) 2009-2010 John Norman Copyright (c) 2016 Nathanaël Courant This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permiss...
pgimeno/minetest
src/irrlicht_changes/CGUITTFont.cpp
C++
mit
34,499
/* CGUITTFont FreeType class for Irrlicht Copyright (c) 2009-2010 John Norman Copyright (c) 2016 Nathanaël Courant This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permiss...
pgimeno/minetest
src/irrlicht_changes/CGUITTFont.h
C++
mit
14,536
if (BUILD_CLIENT) set(client_irrlicht_changes_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/static_text.cpp ) if (ENABLE_FREETYPE) set(client_irrlicht_changes_SRCS ${client_irrlicht_changes_SRCS} ${CMAKE_CURRENT_SOURCE_DIR}/CGUITTFont.cpp ) endif() # CMake require us to set a local scope and then parent scope # Els...
pgimeno/minetest
src/irrlicht_changes/CMakeLists.txt
Text
mit
444
/* Basic Unicode string class for Irrlicht. Copyright (c) 2009-2011 John Norman This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this s...
pgimeno/minetest
src/irrlicht_changes/irrUString.h
C++
mit
97,781
// Copyright (C) 2002-2012 Nikolaus Gebhardt // Copyright (C) 2016 Nathanaël Courant: // Modified the functions to use EnrichedText instead of string. // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #include "static_text.h" #ifdef _IRR_COMP...
pgimeno/minetest
src/irrlicht_changes/static_text.cpp
C++
mit
15,162
// Copyright (C) 2002-2012 Nikolaus Gebhardt // Copyright (C) 2016 Nathanaël Courant // Modified this class to work with EnrichedStrings too // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #pragma once #include "IrrCompileConfig.h" #ifdef ...
pgimeno/minetest
src/irrlicht_changes/static_text.h
C++
mit
8,282
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/irrlichttypes.h
C++
mit
2,115
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/irrlichttypes_bloated.h
C++
mit
919
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/irrlichttypes_extrabloated.h
C++
mit
1,150
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Kahrl <kahrl@gmx.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of...
pgimeno/minetest
src/itemdef.cpp
C++
mit
15,762
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013 Kahrl <kahrl@gmx.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of...
pgimeno/minetest
src/itemdef.h
C++
mit
5,436
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/itemgroup.h
C++
mit
1,103
/* Minetest Copyright (C) 2017-8 rubenwardy <rw@rubenwardy.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
pgimeno/minetest
src/itemstackmetadata.cpp
C++
mit
2,831
/* Minetest Copyright (C) 2017-8 rubenwardy <rw@rubenwardy.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This ...
pgimeno/minetest
src/itemstackmetadata.h
C++
mit
1,530
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/light.cpp
C++
mit
2,835
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/light.h
C++
mit
2,283
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/log.cpp
C++
mit
8,258
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/log.h
C++
mit
6,058
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/main.cpp
C++
mit
31,704
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/map.cpp
C++
mit
60,044
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/map.h
C++
mit
12,858
/* Minetest Copyright (C) 2010-2013 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later...
pgimeno/minetest
src/map_settings_manager.cpp
C++
mit
5,112
/* Minetest Copyright (C) 2010-2013 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later...
pgimeno/minetest
src/map_settings_manager.h
C++
mit
2,641
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/mapblock.cpp
C++
mit
21,892
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/mapblock.h
C++
mit
15,194
set(mapgen_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/cavegen.cpp ${CMAKE_CURRENT_SOURCE_DIR}/dungeongen.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mapgen_carpathian.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mapgen.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mapgen_flat.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mapgen_fractal.cpp ${CMAKE_CURRENT_SOURCE_DIR}/mapgen...
pgimeno/minetest
src/mapgen/CMakeLists.txt
Text
mit
745
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2010-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/cavegen.cpp
C++
mit
25,698
/* Minetest Copyright (C) 2010-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/cavegen.h
C++
mit
6,860
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Lice...
pgimeno/minetest
src/mapgen/dungeongen.cpp
C++
mit
18,617
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Lice...
pgimeno/minetest
src/mapgen/dungeongen.h
C++
mit
2,887
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/mapgen.cpp
C++
mit
33,730
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/mapgen.h
C++
mit
8,316
/* Minetest Copyright (C) 2017-2018 vlapsley, Vaughan Lapsley <vlapsley@gmail.com> Copyright (C) 2010-2018 paramat Copyright (C) 2010-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publ...
pgimeno/minetest
src/mapgen/mapgen_carpathian.cpp
C++
mit
17,855
/* Minetest Copyright (C) 2017-2018 vlapsley, Vaughan Lapsley <vlapsley@gmail.com> Copyright (C) 2010-2018 paramat Copyright (C) 2010-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publ...
pgimeno/minetest
src/mapgen/mapgen_carpathian.h
C++
mit
2,852
/* Minetest Copyright (C) 2015-2018 paramat Copyright (C) 2015-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_flat.cpp
C++
mit
9,582
/* Minetest Copyright (C) 2015-2018 paramat Copyright (C) 2015-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_flat.h
C++
mit
2,098
/* Minetest Copyright (C) 2015-2018 paramat Copyright (C) 2015-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_fractal.cpp
C++
mit
13,383
/* Minetest Copyright (C) 2015-2018 paramat Copyright (C) 2015-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Fractal formulas from http://www.bugman123.com/Hypercomplex/index.html by Paul Nylander, and from http://www.fractalforums.com, thank you. This program is free software; you can redistribute it and/or modif...
pgimeno/minetest
src/mapgen/mapgen_fractal.h
C++
mit
2,372
/* Minetest Copyright (C) 2013-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/mapgen_singlenode.cpp
C++
mit
2,995
/* Minetest Copyright (C) 2013-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/mapgen_singlenode.h
C++
mit
1,477
/* Minetest Copyright (C) 2014-2018 paramat Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_v5.cpp
C++
mit
10,468
/* Minetest Copyright (C) 2014-2018 paramat Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_v5.h
C++
mit
2,008
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/mapgen_v6.cpp
C++
mit
33,793
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com> Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as publi...
pgimeno/minetest
src/mapgen/mapgen_v6.h
C++
mit
4,486
/* Minetest Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_v7.cpp
C++
mit
21,853
/* Minetest Copyright (C) 2013-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mapgen_v7.h
C++
mit
3,349
/* Minetest Copyright (C) 2016-2019 Duane Robertson <duane@duanerobertson.com> Copyright (C) 2016-2019 paramat Based on Valleys Mapgen by Gael de Sailly (https://forum.minetest.net/viewtopic.php?f=9&t=11430) and mapgen_v7, mapgen_flat by kwolekr and paramat. Licensing changed by permission of Gael de Sailly. This pr...
pgimeno/minetest
src/mapgen/mapgen_valleys.cpp
C++
mit
18,018
/* Minetest Copyright (C) 2016-2019 Duane Robertson <duane@duanerobertson.com> Copyright (C) 2016-2019 paramat Based on Valleys Mapgen by Gael de Sailly (https://forum.minetest.net/viewtopic.php?f=9&t=11430) and mapgen_v7, mapgen_flat by kwolekr and paramat. Licensing changed by permission of Gael de Sailly. This pr...
pgimeno/minetest
src/mapgen/mapgen_valleys.h
C++
mit
2,873
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_biome.cpp
C++
mit
10,904
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2014-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_biome.h
C++
mit
5,725
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_decoration.cpp
C++
mit
10,415
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_decoration.h
C++
mit
3,155
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_ore.cpp
C++
mit
12,740
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_ore.h
C++
mit
4,648
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_schematic.cpp
C++
mit
14,363
/* Minetest Copyright (C) 2014-2018 kwolekr, Ryan Kwolek <kwolekr@minetest.net> Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Licens...
pgimeno/minetest
src/mapgen/mg_schematic.h
C++
mit
3,991
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com>, Copyright (C) 2012-2018 RealBadAngel, Maciej Kasatkin Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the F...
pgimeno/minetest
src/mapgen/treegen.cpp
C++
mit
24,059
/* Minetest Copyright (C) 2010-2018 celeron55, Perttu Ahola <celeron55@gmail.com>, Copyright (C) 2012-2018 RealBadAngel, Maciej Kasatkin Copyright (C) 2015-2018 paramat This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the F...
pgimeno/minetest
src/mapgen/treegen.h
C++
mit
2,793
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/mapnode.cpp
C++
mit
21,147
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/mapnode.h
C++
mit
8,299
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/mapsector.cpp
C++
mit
2,774
/* Minetest Copyright (C) 2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later ve...
pgimeno/minetest
src/mapsector.h
C++
mit
1,936
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/metadata.cpp
C++
mit
2,735
/* Minetest Copyright (C) 2010-2013 celeron55, Perttu Ahola <celeron55@gmail.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any lat...
pgimeno/minetest
src/metadata.h
C++
mit
1,933
/* Minetest Copyright (C) 2017 nerzhul, Loic Blot <loic.blot@unix-experience.fr> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any late...
pgimeno/minetest
src/modchannels.cpp
C++
mit
3,920
/* Minetest Copyright (C) 2017 nerzhul, Loic Blot <loic.blot@unix-experience.fr> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any late...
pgimeno/minetest
src/modchannels.h
C++
mit
2,753