Fix several MSVC issues numeric.h
[oweals/minetest.git] / src /
2015-05-01 SmallJokerFix several MSVC issues numeric.h
2015-04-29 kwolekrFix MSVC compatibility
2015-04-29 kwolekrTests: Add random unittests
2015-04-27 sfan5Revert the upper-case PROJECT_NAME nonsense that was...
2015-04-27 sfan5Revert "Only lowercase project name at compile time"
2015-04-27 kwolekrNoise: Fix PcgRandom::randNormalDist() when range conta...
2015-04-27 kwolekrReplace PRNG assertions with PrngException
2015-04-26 est31Remove craftdef serialisation
2015-04-26 est31Craftdef refactor
2015-04-26 kwolekrTests: Modularize unit testing
2015-04-26 Aaron SuenFix fast leaves with texture_clean_transparent enabled.
2015-04-26 Kevin OttFix player pitch and yaw not being set properly
2015-04-24 nerzhulRemove unused variable Client::m_active_blocks
2015-04-23 paramatDecoSchematic: Fix missing trees in rough terrain
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-22 nerzhulRe-apply 972d17baea81ffe6d508b291ef97207a4822e1da...
2015-04-22 SmallJokerFix crash on startup (Windows)
2015-04-22 ShadowNinjaOnly lowercase project name at compile time
2015-04-21 kwolekrRevert "m_active_object_messages is used like a queue...
2015-04-21 Loic Blotm_active_object_messages is used like a queue. Use...
2015-04-21 kwolekrNoise: Add noise unittests
2015-04-21 ShadowNinjaFix sign-compare compiler warnings in mg_ore.cpp
2015-04-21 ShadowNinjaFix mod store rating
2015-04-21 kwolekrOre: Add biomes parameter
2015-04-20 kwolekrFix build on OS X (Thanks neoascetic)
2015-04-20 kwolekrAdd 'persistence' alias for Lua noiseparams and validat...
2015-04-20 kwolekrNoise: Correct noise objects created with invalid dimen...
2015-04-19 kwolekrPorting: Refactor initalizePaths()
2015-04-19 est31Disable connection timeout for singleplayer and server...
2015-04-19 paramatBiome API: Add biome-specific river water
2015-04-18 obneqfix infinite spawners
2015-04-17 kwolekrSchematics: Fix core.schematic_create()
2015-04-17 SmallJoker10s timeout when connecting to server
2015-04-17 est31Fix build since: "Remove referenced schematics from...
2015-04-17 kwolekrSwitch to check_v3s16 in l_mapgen.cpp and l_vmanip...
2015-04-17 kwolekrSchematics: Remove referenced schematics from Decoratio...
2015-04-17 est31Refactor around translatePassword
2015-04-17 kwolekrBiomes: Remove referenced biomes from Decorations on...
2015-04-17 est31Fix path detection with --std= parameter
2015-04-17 est31Fix build for < C++11 since last commit
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-16 Loic BlotUse std::vector instead of std::set for Environment...
2015-04-16 paramatMgv5: Fix above/below ground spawn when water level...
2015-04-16 paramatMgv5/v7: Add check for water for deciding biome node...
2015-04-14 paramatDefaultsettings: Add dungeons and jungles flags. Update...
2015-04-13 kwolekrSchematics: Reorganize (de)serialization and add Lua...
2015-04-12 paramatMgv6: Fix taiga, allow pine tree spawning on snowblocks
2015-04-12 paramatMgv6: Add optional snow biomes
2015-04-11 Ner'zhulFix a rare crash case un SendPlayerHP
2015-04-08 est31Document for api functions that rely on current_modname...
2015-04-08 kwolekrLink against shlwapi.lib and unify linker input sources...
2015-04-08 Dmitry MarakasovFix freetype detection
2015-04-08 kwolekrSchematics: Prepend mod path to relative schematic...
2015-04-07 Loic BlotTOCLIENT_ACTIVE_OBJECT_MESSAGES: channel must be 1...
2015-04-07 ShadowNinjaFix missing SQLite3 statement pointer initialization
2015-04-07 paramatCavegen: Remove now unnecessary checks for water, lava...
2015-04-06 est31Make comments consistent with TOSERVER_INIT -> TOSERVER...
2015-04-06 Craig RobbinsChange screenshot filename to one likely to work on...
2015-04-05 Loic BlotTOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable...
2015-04-05 Loic Blotcraftdef.cpp: Return 0 after assert to make Clang happy
2015-04-05 Loic BlotFix uninitialized variabled in ConnectionEvent
2015-04-05 est31Crafting speedup
2015-04-03 est31Remove errorstream logging on password change
2015-04-03 Loic BlotFix players spawned at (0,0,0) in some rare cases inste...
2015-04-03 Loic BlotCreate PacketError exception and use it with ACTIVEOBJE...
2015-04-02 Aaron SuenFix crash caused by null texture in GUI formspec/HUD.
2015-04-02 SmallJokerFix MSVC error caused by ed10005
2015-04-01 paramatTreegen: Add pine tree. Force place trunks
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-04-01 Loic BlotNetworkPacket: reading outside packet is now clearer.
2015-04-01 kwolekrFix some minor details from 6d61375
2015-04-01 Aaron SuenClean scaling pre-filter for formspec/HUD.
2015-04-01 kwolekrFix usage of destroyed mutex
2015-04-01 kwolekrFix set_bits
2015-04-01 kwolekrObjDefManager, Mapgen SAPI: Huge refactoring
2015-03-31 Craig RobbinsFix use of unitialized variable in gettext.cpp
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-31 Loic BlotRunCommandQueues: little optimization
2015-03-31 Loic BlotTypo in getOutgoingSequenceNumber => successfull to...
2015-03-31 Aaron SuenMove texture_min_size even further down the pipe. Now...
2015-03-31 Craig RobbinsChange format of screenshot names
2015-03-31 kwolekrGenElementManager: Pass opaque handles to Lua and renam...
2015-03-30 Loic BlotUse Buffer not SharedBuffer in NetworkPacket::oldForgeP...
2015-03-29 Craig RobbinsOn Android enable always fast
2015-03-29 Craig RobbinsFix Android build-related bugs
2015-03-29 Craig RobbinsMake sure g_timegetter is initalised before running...
2015-03-29 Craig RobbinsFix typo
2015-03-29 Loic Blotqueued_commands must be a std::deque. RunCommandQueues...
2015-03-28 Loic BlotFix uninitialized variable Player::local_animation_speed
2015-03-28 Craig RobbinsAdd Lua function get_video_modes() for main menu
2015-03-28 ShadowNinjaMake camera clear error message if there's no error
2015-03-28 ShadowNinjaFix GetText translation loading
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-27 ShadowNinjaFix MSVC compile error
2015-03-27 ShadowNinjaClean up and tweak build system 2402/head
2015-03-24 paramatlua_api/l_mapgen: generate_ores/decorations: make p1...
2015-03-24 Craig RobbinsChange filename of screenshots to something more human...
2015-03-24 Craig RobbinsUpdate timestamp to include date
2015-03-24 Loic BlotDon't send an InventoryAction at each setInventoryModif...
2015-03-24 Craig RobbinsSlow down the "key repeat" touch speed for some Android...
next