Perttu Ahola 30cbdb0981 Check password hash validity 12 years ago
..
jthread c57637b4c3 Temporary commit; lots of test code and stuff 14 years ago
sqlite 99de37ff94 Update to SQLite 3.7.7.1 13 years ago
CMakeLists.txt 4846846a2d Initially add small and tight logging facility 13 years ago
MyBillboardSceneNode.cpp 43a28f04fa mobv2 13 years ago
MyBillboardSceneNode.h 43a28f04fa mobv2 13 years ago
activeobject.h 91cfbe2891 reorganized a lot of stuff and modified mapgen and objects slightly while doing it 13 years ago
auth.cpp 5784c14ab7 added ipban support 13 years ago
auth.h 5784c14ab7 added ipban support 13 years ago
ban.cpp e40da2341c Fixed/extended/modified ban stuff to be good for inclusion 13 years ago
ban.h e40da2341c Fixed/extended/modified ban stuff to be good for inclusion 13 years ago
base64.cpp 30cbdb0981 Check password hash validity 12 years ago
base64.h 30cbdb0981 Check password hash validity 12 years ago
camera.cpp 9b907dd65a Try to tune fog to work well on high-end machines also 13 years ago
camera.h 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
client.cpp 1c98ec94da Make Connection::Receive return the data via a SharedBuffer reference, so the caller doesn't have to choose the right buffer size in advance. 13 years ago
client.h 4b6138e69b Improve Connection with threading and some kind of congestion control 13 years ago
clientobject.cpp 43a28f04fa mobv2 13 years ago
clientobject.h 5341bf59c2 Improve mobv2 13 years ago
clientserver.h 94dfececf6 strict_protocol_version_checking setting; PROTOCOL_VERSION in clientserver.h; clean up defaultsettings.cpp and minetest.conf.example 13 years ago
clouds.cpp 0c20973c17 Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds to enable_3d_clouds) 13 years ago
clouds.h 9c72d44fe7 random comment updates 14 years ago
cmake_config.h.in 3715e39e5d Actually make USE_GETTEXT available in the source 13 years ago
collision.cpp 90d793f8f3 extended content-type range 13 years ago
collision.h 91cfbe2891 reorganized a lot of stuff and modified mapgen and objects slightly while doing it 13 years ago
common_irrlicht.h 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
config.h e034f8a2a3 Sanitize GETTEXT usage macros 13 years ago
connection.cpp 1c98ec94da Make Connection::Receive return the data via a SharedBuffer reference, so the caller doesn't have to choose the right buffer size in advance. 13 years ago
connection.h 1c98ec94da Make Connection::Receive return the data via a SharedBuffer reference, so the caller doesn't have to choose the right buffer size in advance. 13 years ago
constants.h baf7da9d4a Collected and moved existing camera infrastructure from game.cpp to camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant. 13 years ago
content_cao.cpp 28f2fdb6de Fix possible NULL dereference in MobV2CAO::step 13 years ago
content_cao.h 3f58028d31 Make dungeon masters though and make oerkkis disappear when they get to you (because hitting them doesn't work for some unknown reason) 13 years ago
content_craft.cpp d7442aecbe Add wooden planks to creative inventory (...finally 8D) 12 years ago
content_craft.h da692355e8 Created and moved stuff to content_nodemeta.{h,cpp} 13 years ago
content_inventory.cpp ed870a7237 Fix apple inventory texture 13 years ago
content_inventory.h d62ae0e18b Rats are now eatable. Also made their selection box move smoothly. 13 years ago
content_mapblock.cpp 045e32b6ec Fix water-glass and water-lava surfaces 13 years ago
content_mapblock.h 682c9d8e7d Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapblock.{h,cpp} 13 years ago
content_mapnode.cpp 045e32b6ec Fix water-glass and water-lava surfaces 13 years ago
content_mapnode.h a7833cca22 Merge remote-tracking branch 'marktraceur/master' 13 years ago
content_nodemeta.cpp 0bf533f753 Switch more stuff to use the logging thing and fix segfault on player leave from server as introduced in a previous switch-to-logging commit 13 years ago
content_nodemeta.h 8b875d71d1 remove content_* things from map.cpp 13 years ago
content_object.h 43a28f04fa mobv2 13 years ago
content_sao.cpp 3daaff3a42 Remove very floody log message of MobV2SAO 13 years ago
content_sao.h cfd19dcdb5 Fix punching of oerkkis 13 years ago
debug.cpp 43b6ca0d14 Prevent threadid_t from losing precision when casted on 64bit systems 13 years ago
debug.h b65a5aceb0 Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap. 13 years ago
defaultsettings.cpp d0fdfd44c5 Add option to set water opaque (mainly for stylistic choice) 13 years ago
defaultsettings.h 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
environment.cpp 22b07bdb30 Fix object duplication bug 13 years ago
environment.h 78f4142f4f Add /clearobjects 13 years ago
exceptions.h 123e8fdf53 framework for modifying textures 14 years ago
farmesh.cpp 5f8809e425 Fixed farmesh to such that it was a long time ago. 13 years ago
farmesh.h 5f8809e425 Fixed farmesh to such that it was a long time ago. 13 years ago
filesys.cpp 1596628850 Add #include <unistd.h> to filesys.cpp (needed by some linux distros now) 12 years ago
filesys.h 67a6bc4ab5 Fix map delete on windows (concatenate paths correctly with / or \ depending on OS) 13 years ago
game.cpp 1726b82a16 occlusion culling fix, a little reshaping of map rendering for more useful profiler output and dynamic profiler text size 13 years ago
game.h 7e610aece5 Overhaul the input system 13 years ago
gettext.h 7361f29527 fixed some error :/ 13 years ago
gettime.h 3f5bad938a organizing stuff. 14 years ago
guiDeathScreen.cpp 74febd5c31 Handle death and respawn better 13 years ago
guiDeathScreen.h 74febd5c31 Handle death and respawn better 13 years ago
guiInventoryMenu.cpp 5f39885975 Improve inventory debug output 13 years ago
guiInventoryMenu.h 931474658d moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp} 13 years ago
guiKeyChangeMenu.cpp 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
guiKeyChangeMenu.h 53eedd3ba4 Introduce hotkey for calling up a command window 13 years ago
guiMainMenu.cpp d0fdfd44c5 Add option to set water opaque (mainly for stylistic choice) 13 years ago
guiMainMenu.h d0fdfd44c5 Add option to set water opaque (mainly for stylistic choice) 13 years ago
guiMessageMenu.cpp 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
guiMessageMenu.h c914cbb0a0 OMG! Main Menu! 14 years ago
guiPasswordChange.cpp 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
guiPasswordChange.h 7740425085 Updated licenses of CiaranG's contributions to be in line with the new contribution policy and added a TODO note to server.cpp 13 years ago
guiPauseMenu.cpp 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
guiPauseMenu.h a8a3271470 Added the ability to change your password (via pause menu) 13 years ago
guiTextInputMenu.cpp 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
guiTextInputMenu.h c914cbb0a0 OMG! Main Menu! 14 years ago
inventory.cpp 5f39885975 Improve inventory debug output 13 years ago
inventory.h 43a28f04fa mobv2 13 years ago
keycode.cpp 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
keycode.h 7e610aece5 Overhaul the input system 13 years ago
light.cpp ffb1128951 tested out and commented out some new stuff for the terrain generator, to be used in the future. 14 years ago
light.h 102c5e31fe all kinds of tweaking and fixing 14 years ago
log.cpp 4846846a2d Initially add small and tight logging facility 13 years ago
log.h 4846846a2d Initially add small and tight logging facility 13 years ago
main.cpp d0fdfd44c5 Add option to set water opaque (mainly for stylistic choice) 13 years ago
main.h 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
mainmenumanager.h 9e46cbf7ea Header file tweaking; mainly for speed 13 years ago
map.cpp 763da10c7b Reset block usage timer on client only if it is very probably drawn 13 years ago
map.h 78f4142f4f Add /clearobjects 13 years ago
mapblock.cpp 43a28f04fa mobv2 13 years ago
mapblock.h 43a28f04fa mobv2 13 years ago
mapblock_mesh.cpp 045e32b6ec Fix water-glass and water-lava surfaces 13 years ago
mapblock_mesh.h d67cef0eb7 Made dark places tint slightly in blue 13 years ago
mapblock_nodemod.h a23f6a1548 forgot to add mapblock_nodemod.h 13 years ago
mapchunk.h bb940a946d even more code refactoring 13 years ago
mapgen.cpp 43a28f04fa mobv2 13 years ago
mapgen.h 85f119e1e6 Adding (most) of the sapling functionality. It has yet to work, since MEET_OTHER was not implemented at the time of this commit. Hopefully it will work when merged with celeron's latest. 13 years ago
mapnode.cpp 045e32b6ec Fix water-glass and water-lava surfaces 13 years ago
mapnode.h 045e32b6ec Fix water-glass and water-lava surfaces 13 years ago
mapsector.cpp 2915bd5518 more reorganizing of map code 13 years ago
mapsector.h 2915bd5518 more reorganizing of map code 13 years ago
materials.cpp 90d793f8f3 extended content-type range 13 years ago
materials.h 90d793f8f3 extended content-type range 13 years ago
mineral.cpp 969fbb189d All textures are are now searched first from the directory specified by the texture_path setting. 13 years ago
mineral.h d3d369a63b reorganized stuff 13 years ago
modalMenu.h 389fe31ace changed node metadata format to better accomodate future needs and problems 14 years ago
nodemetadata.cpp 0bf533f753 Switch more stuff to use the logging thing and fix segfault on player leave from server as introduced in a previous switch-to-logging commit 13 years ago
nodemetadata.h 8b875d71d1 remove content_* things from map.cpp 13 years ago
noise.cpp 2bd2bdff08 updated noise stuff 13 years ago
noise.h 2bd2bdff08 updated noise stuff 13 years ago
player.cpp 369177aa80 Better player damage prevention when falling on unloaded blocks, not involving getting stuck in there. 13 years ago
player.h 369177aa80 Better player damage prevention when falling on unloaded blocks, not involving getting stuck in there. 13 years ago
porting.cpp 61f2cc45c2 Command-line signal handling for Windows 13 years ago
porting.h 94b42a79d7 fixed not finding data dir if installed 13 years ago
profiler.h 2419d0029a Some more profiler stuff to get the hang on what really uses CPU 13 years ago
serialization.cpp 9017c51e7f the zlib error print function now prints to dstream (debug.txt) 13 years ago
serialization.h 90d793f8f3 extended content-type range 13 years ago
server.cpp 30cbdb0981 Check password hash validity 12 years ago
server.h 4b6138e69b Improve Connection with threading and some kind of congestion control 13 years ago
servercommand.cpp 4b6138e69b Improve Connection with threading and some kind of congestion control 13 years ago
servercommand.h da19aee307 Server now supports replies without prefix 13 years ago
servermain.cpp 30c21b4abd Fix partly double printed debug.txt 13 years ago
serverobject.cpp afa2b8714f Attempt to fix a problem with the factory mappings of objects residing in different source files than the prototype objects that fill them in 13 years ago
serverobject.h 414c614893 Add peaceful / not peaceful distinction in mobs and the only_peaceful_mobs setting 13 years ago
settings.h b65a5aceb0 Use the logger; also, default to not showing much crap in console. Use --info-on-stderr to enable crap. 13 years ago
sha1.cpp 52d857cf15 Passwords - a few corrections to the previous commit 13 years ago
sha1.h 52d857cf15 Passwords - a few corrections to the previous commit 13 years ago
socket.cpp 85002883bd Better handling of SendFailedException in Connection 13 years ago
socket.h 85002883bd Better handling of SendFailedException in Connection 13 years ago
staticobject.h 89eaaa3e6e added missing file 14 years ago
strfnd.h 9b294ffa7a Added message of the day and made it properly configurable using /#setting (not saved to config file yet) 13 years ago
test.cpp 1c98ec94da Make Connection::Receive return the data via a SharedBuffer reference, so the caller doesn't have to choose the right buffer size in advance. 13 years ago
test.h fc26dcdb19 license stuff 14 years ago
threads.h d5a78c1253 added some missing files 14 years ago
tile.cpp 05ab58cd14 Automate texture listing for texture atlas making 13 years ago
tile.h 554f7f120c Improve rendering and fix tiling in mesh generation 13 years ago
utility.cpp 1726b82a16 occlusion culling fix, a little reshaping of map rendering for more useful profiler output and dynamic profiler text size 13 years ago
utility.h 28660b4c1a utility.h: Change Buffer's interface to be more compatible with SharedBuffer's interface, connection.h: use Buffer instead of SharedBuffer in command and event queues 13 years ago
voxel.cpp 90d793f8f3 extended content-type range 13 years ago
voxel.h 163c38e175 Always return from non-void functions 13 years ago
winresource.rc 05d0eaf5fc added windows icon 13 years ago