2015-04-05 |
Loic Blot | TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable... |
commit | commitdiff | tree | snapshot |
2015-04-05 |
Loic Blot | craftdef.cpp: Return 0 after assert to make Clang happy |
commit | commitdiff | tree | snapshot |
2015-04-05 |
Loic Blot | Fix uninitialized variabled in ConnectionEvent |
commit | commitdiff | tree | snapshot |
2015-04-05 |
est31 | Crafting speedup |
commit | commitdiff | tree | snapshot |
2015-04-05 |
est31 | Add reason to kicked log message and use present tense |
commit | commitdiff | tree | snapshot |
2015-04-03 |
est31 | Remove errorstream logging on password change |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Loic Blot | Fix players spawned at (0,0,0) in some rare cases inste... |
commit | commitdiff | tree | snapshot |
2015-04-03 |
Loic Blot | Create PacketError exception and use it with ACTIVEOBJE... |
commit | commitdiff | tree | snapshot |
2015-04-02 |
Aaron Suen | Fix crash caused by null texture in GUI formspec/HUD. |
commit | commitdiff | tree | snapshot |
2015-04-02 |
SmallJoker | Fix MSVC error caused by ed10005 |
commit | commitdiff | tree | snapshot |
2015-04-01 |
paramat | Treegen: Add pine tree. Force place trunks |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Craig Robbins | Move globals from main.cpp to more sane locations |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Loic Blot | NetworkPacket: reading outside packet is now clearer. |
commit | commitdiff | tree | snapshot |
2015-04-01 |
kwolekr | Fix some minor details from 6d61375 |
commit | commitdiff | tree | snapshot |
2015-04-01 |
Aaron Suen | Clean scaling pre-filter for formspec/HUD. |
commit | commitdiff | tree | snapshot |
2015-04-01 |
kwolekr | Fix usage of destroyed mutex |
commit | commitdiff | tree | snapshot |
2015-04-01 |
kwolekr | Fix set_bits |
commit | commitdiff | tree | snapshot |
2015-04-01 |
kwolekr | ObjDefManager, Mapgen SAPI: Huge refactoring |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Craig Robbins | Fix use of unitialized variable in gettext.cpp |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Loic Blot | Connection::Receive(): receive Network Packet instead... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Loic Blot | RunCommandQueues: little optimization |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Loic Blot | Typo in getOutgoingSequenceNumber => successfull to... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Aaron Suen | Move texture_min_size even further down the pipe. Now... |
commit | commitdiff | tree | snapshot |
2015-03-31 |
Craig Robbins | Change format of screenshot names |
commit | commitdiff | tree | snapshot |
2015-03-31 |
kwolekr | GenElementManager: Pass opaque handles to Lua and renam... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Loic Blot | Use Buffer not SharedBuffer in NetworkPacket::oldForgeP... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Craig Robbins | On Android enable always fast |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Craig Robbins | Let main menu scale (non-Android) |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Craig Robbins | Fix Android build-related bugs |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Craig Robbins | Make sure g_timegetter is initalised before running... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Craig Robbins | Fix typo |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Craig Robbins | Update credits |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Loic Blot | queued_commands must be a std::deque. RunCommandQueues... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Loic Blot | Fix uninitialized variable Player::local_animation_speed |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Rui | Update minetest.po |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Craig Robbins | Add Lua function get_video_modes() for main menu |
commit | commitdiff | tree | snapshot |
2015-03-28 |
ShadowNinja | Make camera clear error message if there's no error |
commit | commitdiff | tree | snapshot |
2015-03-28 |
ShadowNinja | Fix GetText translation loading |
commit | commitdiff | tree | snapshot |
2015-03-28 |
ShadowNinja | Change error_message from wstring to string |
commit | commitdiff | tree | snapshot |
2015-03-27 |
ShadowNinja | Fix MSVC compile error |
commit | commitdiff | tree | snapshot |
2015-03-27 |
ShadowNinja | Document nil player as being allowed for can_dig |
commit | commitdiff | tree | snapshot |
2015-03-27 |
ShadowNinja | Fix typo in OpenGL ES 2 CMake file |
commit | commitdiff | tree | snapshot |
2015-03-27 |
ShadowNinja | Clean up and tweak build system 2402/head |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Loic Blot | Remove duplicate code since 8ca08a850ff2494652aa0ac2daa... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Wuzzy | Update German translation and minetest.pot |
commit | commitdiff | tree | snapshot |
2015-03-24 |
paramat | lua_api/l_mapgen: generate_ores/decorations: make p1... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Craig Robbins | Change filename of screenshots to something more human... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Craig Robbins | Update timestamp to include date |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Loic Blot | Don't send an InventoryAction at each setInventoryModif... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Craig Robbins | Slow down the "key repeat" touch speed for some Android... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
kwolekr | Add core.register_schematic() and cache schematics... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
kwolekr | Fix endianness inconsistency with PcgRandom::bytes() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
kwolekr | Schematics: Error if unable to open file |
commit | commitdiff | tree | snapshot |
2015-03-23 |
kwolekr | Do not enable texture_clean_transparent by default |
commit | commitdiff | tree | snapshot |
2015-03-23 |
paramat | Mgv6: Use heightmap in placeTreesAndJungleGrass() |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Aaron Suen | Fix for sun/moon tonemaps: don't upscale 1px images. |
commit | commitdiff | tree | snapshot |
2015-03-23 |
est31 | Fix Android build on 32 bit |
commit | commitdiff | tree | snapshot |
2015-03-23 |
est31 | Fix cmake po detection bug |
commit | commitdiff | tree | snapshot |
2015-03-23 |
est31 | Fix minetest.get_craft_recipe function |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Loic Blot | Player: Fix a deadlock triggered by previous commit... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Loic Blot | Protect Player::hud from concurrent modifications |
commit | commitdiff | tree | snapshot |
2015-03-22 |
paramat | Mgv7: 1 up , 1 down overgeneration for chunk border... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Loic Blot | Revert "Add a Lua call to do damages / heals" ok @Shado... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Loic Blot | Remove unused ConnectionCommand::sendToAll function... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
kwolekr | Fix some loose ends from 3993093f |
commit | commitdiff | tree | snapshot |
2015-03-22 |
kwolekr | Add support for the PCG32 PRNG algo (and associated... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
poet-nohit | SendInventory when handleCommand_Interact is a use. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Aaron Suen | Fix composite textures with texture_min_size. Moved... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
SmallJoker | Connect rails with connect_to_raillike and shorten... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
gregorycu | Optimize minetest.get_(all)_craft_recipe(s) |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Aaron Suen | Configurable automatic texture scaling and filtering... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
kwolekr | Revert "Fix issue #2441: crash on respawn, since a... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
paramat | Mgv5/mgv7: Sprinkle dust from full_node_max.Y if chunk... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Loic Blot | Reset the old HP method on PlayerSAO::setHP |
commit | commitdiff | tree | snapshot |
2015-03-18 |
est31 | Fix game minetest.conf default settings |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Loic Blot | Add a Lua call to do damages / heals |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Loic Blot | ServerpacketHandler: spelling fixes |
commit | commitdiff | tree | snapshot |
2015-03-18 |
paramat | Mgv6: Remove addDirtGravelBlobs, replaced by blob ore... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
fz72 | Save creative_mode and enable_damage setting for each... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Loic Blot | MutexedQueue inherits must use std::deque instead of... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Loic Blot | Remove Android makefile ugly make -j hack |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Pavel Puchkin | Standalone bundle for OSX (w/ dependencies!) |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Loic Blot | Server::step throw is never catched in minetestserver |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Loic Blot | Use the NetworkPacket api to read full version string... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Loic Blot | Fix a little regression on SendActiveObjectMessages... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Craig Robbins | Minor bug fix (lag between damage flash and hearts... |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Craig Robbins | Fix various damage related bugs (client-side) |
commit | commitdiff | tree | snapshot |
2015-03-17 |
Craig Robbins | Minor cleanup: game.cpp |
commit | commitdiff | tree | snapshot |
2015-03-17 |
kwolekr | Revert "Server::step throw is never catched. Replace... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Loic Blot | Bump android version code |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Loic Blot | Server::step throw is never catched. Replace it with... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
est31 | Android: Fix auto-entry of server address and port... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Loic Blot | Move client packet generators to dedicated functions... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Loic Blot | Move TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD and TOCLIENT_ACT... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Loic Blot | Rename packethandler/{client,server}.cpp to {client... |
commit | commitdiff | tree | snapshot |
2015-03-16 |
Loic Blot | If player is dead, permit it to respawn, even if damage... |
commit | commitdiff | tree | snapshot |
2015-03-15 |
Loic Blot | SendPlayerHPOrDie everytime at client connection, damag... |
commit | commitdiff | tree | snapshot |
2015-03-15 |
est31 | Finer progress bar updates when initializing nodes |
commit | commitdiff | tree | snapshot |
2015-03-15 |
Loic Blot | Android Makefile update backported from stable-0.4... |
commit | commitdiff | tree | snapshot |
2015-03-15 |
paramat | mg_decoration: Raise highest allowed deco top to max... |
commit | commitdiff | tree | snapshot |
next |