summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-04-08Fix freetype detectionDmitry Marakasov
2015-04-08Schematics: Prepend mod path to relative schematic filepathskwolekr
2015-04-07TOCLIENT_ACTIVE_OBJECT_MESSAGES: channel must be 1 for unreliable messageLoic Blot
2015-04-07Fix missing SQLite3 statement pointer initializationShadowNinja
2015-04-07Cavegen: Remove now unnecessary checks for water, lava, iceparamat
2015-04-07Make comments consistent with TOSERVER_INIT -> TOSERVER_INIT_LEGACY renameest31
2015-04-06Change screenshot filename to one likely to work on all modern filesystemsCraig Robbins
2015-04-05TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable, catch PacketError except...Loic Blot
2015-04-05craftdef.cpp: Return 0 after assert to make Clang happyLoic Blot
2015-04-05Fix uninitialized variabled in ConnectionEventLoic Blot
2015-04-05Crafting speedupest31
2015-04-03Remove errorstream logging on password changeest31
2015-04-03Fix players spawned at (0,0,0) in some rare cases instead of static_spawnpoin...Loic Blot
2015-04-03Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler ...Loic Blot
2015-04-02Fix crash caused by null texture in GUI formspec/HUD.Aaron Suen
2015-04-02Fix MSVC error caused by ed10005SmallJoker
2015-04-01Treegen: Add pine tree. Force place trunksparamat
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2015-04-01NetworkPacket: reading outside packet is now clearer.Loic Blot
2015-04-01Fix some minor details from 6d61375kwolekr
2015-04-01Clean scaling pre-filter for formspec/HUD.Aaron Suen
2015-03-31Fix usage of destroyed mutexkwolekr
2015-03-31Fix set_bitskwolekr
2015-03-31ObjDefManager, Mapgen SAPI: Huge refactoringkwolekr
2015-03-31Fix use of unitialized variable in gettext.cppCraig Robbins
2015-03-31Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot
2015-03-31RunCommandQueues: little optimizationLoic Blot
2015-03-31Typo in getOutgoingSequenceNumber => successfull to successfulLoic Blot
2015-03-31Move texture_min_size even further down the pipe. Now, textures are JIT-upsca...Aaron Suen
2015-03-31Change format of screenshot namesCraig Robbins
2015-03-31GenElementManager: Pass opaque handles to Lua and rename to ObjDefManagerkwolekr
2015-03-30Use Buffer not SharedBuffer in NetworkPacket::oldForgePacketLoic Blot
2015-03-30On Android enable always fastCraig Robbins
2015-03-29Fix Android build-related bugsCraig Robbins
2015-03-29Make sure g_timegetter is initalised before running speedtestsCraig Robbins
2015-03-29Fix typoCraig Robbins
2015-03-29queued_commands must be a std::deque. RunCommandQueues needs to push packet o...Loic Blot
2015-03-28Fix uninitialized variable Player::local_animation_speedLoic Blot
2015-03-28Add Lua function get_video_modes() for main menuCraig Robbins
2015-03-27Make camera clear error message if there's no errorShadowNinja
2015-03-27Fix GetText translation loadingShadowNinja
2015-03-27Change error_message from wstring to stringShadowNinja
2015-03-27Fix MSVC compile errorShadowNinja
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-24lua_api/l_mapgen: generate_ores/decorations: make p1, p2 optionalparamat
2015-03-25Change filename of screenshots to something more human readableCraig Robbins
2015-03-25Update timestamp to include dateCraig Robbins
2015-03-24Don't send an InventoryAction at each setInventoryModified, we only need one ...Loic Blot
2015-03-24Slow down the "key repeat" touch speed for some Android controlsCraig Robbins
2015-03-23Add core.register_schematic() and cache schematics on usekwolekr