Tune generation responsiveness and cheat inhibition on server
[oweals/minetest.git] / src /
2012-03-27 Perttu AholaTune generation responsiveness and cheat inhibition...
2012-03-27 Perttu AholaIncrease maximum generate distance now that generation...
2012-03-27 Perttu AholaRemove usage of mapgen::add_random_objects(block)
2012-03-27 Perttu AholaRemove no-op mapgen::add_random_objects
2012-03-27 Perttu AholaFix inexistent_top_provides_sunlight heuristic in make_...
2012-03-27 Perttu AholaRemove some debug output
2012-03-27 Perttu AholaTune block fetching to clients on server
2012-03-27 Perttu AholaDo post-mapgen lighting using the VoxelManipulator...
2012-03-27 Perttu Aholavoxalgo::clearLightAndCollectSources
2012-03-27 Perttu AholaImplement propagateSunlight for VoxelManipulator
2012-03-27 Perttu AholaFix tree generation density for different mapgen chunk...
2012-03-27 Perttu AholaPost-mapgen lighting optimization
2012-03-27 Perttu AholaMake mapgen generate stuff in chunks of 3^3 mapblocks
2012-03-27 Perttu AholaUpdate minetest.conf.example and defaultsettings.cpp
2012-03-27 Perttu AholaIncrease vertical FOV on lower aspect ratios (<16:10)
2012-03-26 Perttu AholaDo a dumb-ass static string copy for const-incorrect...
2012-03-26 Perttu AholaPrefer _game postfix in game names (to be squashed...
2012-03-26 Perttu AholaSupport _game postfix in game names, taking it out...
2012-03-26 Perttu AholaAdd game.conf check in subgame.cpp
2012-03-26 Perttu AholaNew world removal GUI code
2012-03-26 Perttu AholaBetter file/directory removal platform code and utilities
2012-03-25 Perttu AholaSmall fix to fs::GetDirListing when trying to list...
2012-03-25 Perttu AholaMSVC build directory autodetection at startup
2012-03-25 Perttu AholaAdd OPENAL_DLL LIBOGG_DLL LIBVORBIS_DLL and LIBVORBISFI...
2012-03-25 Perttu AholaAdd OGG_INCLUDE_DIR to SOUND_INCLUDE_DIRS
2012-03-25 Perttu AholaDon't try to use sound if building only server
2012-03-25 Perttu AholaRaise PROTOCOL_VERSION to 9, as this is not compatible...
2012-03-25 Perttu AholaMake server world selection not brain dead and use...
2012-03-25 Perttu AholaChange postfixes from N.ogg to .N.ogg in user/testsound...
2012-03-25 Perttu AholaSome serialization version stuff
2012-03-25 Perttu AholaInitialize utility.h return values to 0 to make lazily...
2012-03-25 Perttu AholaSwitch sound randomizer postfixes from N.ogg to .N.ogg
2012-03-25 Perttu AholaSound loading from memory (by using a quick hack)
2012-03-25 Perttu AholaAlmost support loading sounds from server
2012-03-25 Perttu AholaAdd a variant of hex_encode
2012-03-25 Perttu AholaAdd removeStringEnd()
2012-03-25 Perttu AholaAdd more media directories; mod/{textures,sounds,media}
2012-03-25 Perttu AholaTexture cache -> Media cache WIP
2012-03-25 Jonathan NeuschäferCache textures by checksum
2012-03-25 Perttu AholaMake event_manager.h build on MSVC
2012-03-25 Perttu AholaBuild configuration fixes/improvements on Windows
2012-03-24 Perttu AholaFix build on MinGW (as compared to Linux)
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd sound.dig
2012-03-24 Perttu AholaAdd sounds, tune things
2012-03-24 Perttu AholaDigging and placing sounds
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-24 Perttu AholaLocalPlayer::getStandingNodePos()
2012-03-24 Perttu Aholac55sound continued
2012-03-24 Perttu AholaUpdate/fix/improve config.h and cmake_config.h.in
2012-03-24 Perttu Aholaceleron55's sound system initial framework
2012-03-22 Perttu AholaSeriously WTF, LLVM/clang?
2012-03-22 Perttu AholaFix filesys.cpp debug output to go into debug.txt
2012-03-22 Perttu AholaRemove useless clearing of the Z buffer
2012-03-22 Perttu AholaAdd output levels --info and --trace (--verbose is...
2012-03-22 Perttu AholaMove headers from socket.h to socket.cpp
2012-03-22 Perttu AholaFix UDPSocket's debug output
2012-03-22 Perttu AholaLog at info level when a banned client connects
2012-03-21 Perttu AholaGoddamn MSVC pow overload ambiguities
2012-03-21 Perttu AholaAdd ScopeProfilerType SPT_GRAPH_ADD
2012-03-21 Perttu AholaAdd different automatic profiler graph drawing style...
2012-03-21 Perttu AholaAdd more graph colors, add mainloop_dtime graph, make...
2012-03-21 Perttu AholaModify and clean main loop to allow measuring the prope...
2012-03-21 Perttu AholaProfiler graph
2012-03-21 Perttu AholaUse atof() in mystof(), because istringstream>>float...
2012-03-20 Perttu AholaAttempt to fix some minor memory leaks
2012-03-19 Perttu AholaFix mod paths
2012-03-19 Perttu AholaFix for MSVC and move stuff around a bit in CMakeLists...
2012-03-19 Perttu AholaMove icon files to misc/
2012-03-19 Perttu AholaFlatten share/ and user/ in the source and for the...
2012-03-19 Perttu AholaMove share/builtin.lua to share/builtin/builtin.lua
2012-03-19 Perttu AholaMove client textures to the correct place
2012-03-19 Perttu AholaRework directory structure
2012-03-19 Perttu AholaAdd the mod search path user/mods/gameid
2012-03-19 Perttu AholaMake Lua error output in log clearer
2012-03-19 Perttu AholaUnknown nodes can be dug
2012-03-18 Perttu AholaAttempt to fix build for MSVC
2012-03-18 Perttu AholaFix getVisibleBrightness() to return sunlight visibilit...
2012-03-18 Perttu AholaFix old world search path for non-run-in-place build
2012-03-18 Perttu AholaDisable word wrap in vertical texts in main menu
2012-03-18 Perttu AholaFix installation in cmake project files
2012-03-18 Perttu Ahola"or" -> "||" in content_mapblock.cpp
2012-03-18 Perttu AholaFix and tune stars
2012-03-18 Perttu AholaDo not clear address in main menu if starting a singlep...
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
2012-03-15 Perttu AholaMove ClientMap to clientmap.{h,cpp}
2012-03-15 Perttu AholaAdd Client::getEnv() and remove some unnecessary wrappers
2012-03-15 Perttu AholaRevert old 4BS/s walk speed for now
2012-03-15 KahrlMapBlockMesh, mesh animation system, urgent mesh update...
2012-03-15 Perttu AholaTune main menu
2012-03-15 Perttu AholaCreate main menu tab "Settings" for client settings
2012-03-15 Perttu AholaFix click areas of singleplayer checkboxes
2012-03-15 Perttu AholaFix initial moving of mouse above the "exit to menu...
2012-03-15 Perttu AholaFix and improve Server's privilege get/setters
2012-03-15 Perttu AholaAdd "simple singleplayer mode"; Fix a number of GUI...
2012-03-15 Perttu AholaSave selected tab
2012-03-15 Perttu AholaMenu tuning WIP
2012-03-15 Perttu AholaUse a more standard order of yes/no/cancel/whatever...
2012-03-13 Perttu AholaCrude tab test in main menu (requires gui redesign...
2012-03-12 Perttu AholaAdd [new] to world name when supplying a non-existent...
next