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 |
2015-03-14 |
Loic Blot | Android: Backport changes from stable-0.4 |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Loic Blot | Android: fix package name in JAVA sources |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Loic Blot | Fix package name in AndroidManifest.xml |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Loic Blot | AndroidManifest.xml version bump |
commit | commitdiff | tree | snapshot |
2015-03-14 |
Craig Robbins | Disable double-click -> ESC translation for main menu |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Loic Blot | client.cpp: typo fix and break; fix to make some compil... |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Loic Blot | Replace NetworkPacket pointers to references |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Loic Blot | Prepare Protocol v25 init & authentication. |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Loic Blot | Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLI... |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Loic Blot | Rename some packet and handlers to <packet>_Legacy... |
commit | commitdiff | tree | snapshot |
2015-03-13 |
Loic Blot | Use the new Player::isDead function when it's the case |
commit | commitdiff | tree | snapshot |
2015-03-12 |
SmallJoker | Update Indonesian Language |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Loic Blot | handleCommand_Breath mustn't update breath is player... |
commit | commitdiff | tree | snapshot |
2015-03-12 |
Loic Blot | Don't handle PlayerPos packet coming from client if... |
commit | commitdiff | tree | snapshot |
2015-03-12 |
paramat | Mgv5/mgv7: Add desert temples if desert stone detected... |
commit | commitdiff | tree | snapshot |
2015-03-11 |
est31 | Unescape tooltip texts |
commit | commitdiff | tree | snapshot |
2015-03-11 |
paramat | Mgv6: Fix uninitialised heightmap used by cavegen |
commit | commitdiff | tree | snapshot |
2015-03-11 |
paramat | lua_api/l_mapgen: Fix overlapping areas of minetest... |
commit | commitdiff | tree | snapshot |
2015-03-11 |
ShadowNinja | Silence Clang warning |
commit | commitdiff | tree | snapshot |
2015-03-10 |
Craig Robbins | Ensure that heightmap is initialized before use |
commit | commitdiff | tree | snapshot |
2015-03-09 |
Craig Robbins | Stop formspecs closing with double-click in empty area |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Loic Blot | Fix memleak pointed by issue #2439. |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Loic Blot | Fix unitialized data when creating TOSERVER_INIT packet |
commit | commitdiff | tree | snapshot |
2015-03-08 |
ShadowNinja | Make the dummy backend only look up blocks once |
commit | commitdiff | tree | snapshot |
2015-03-08 |
Maksim Gamarnik | Update Android Makefile |
commit | commitdiff | tree | snapshot |
2015-03-08 |
paramat | Heightmaps: Fix uninitialised values in mgv5/mgv6.... |
commit | commitdiff | tree | snapshot |
2015-03-08 |
gregorycu | Optimize Profiler::avg() |
commit | commitdiff | tree | snapshot |
2015-03-08 |
ShadowNinja | Don't use luaL_checkstring to read node names, it's... |
commit | commitdiff | tree | snapshot |
2015-03-07 |
Mahmut Elmas | Add Turkish comment translation to minetest.desktop |
commit | commitdiff | tree | snapshot |
2015-03-07 |
est31 | Add more Android build files to .gitignore |
commit | commitdiff | tree | snapshot |
2015-03-07 |
ngosang | Respect game mapgen flags and save world noise params 2404/head |
commit | commitdiff | tree | snapshot |
2015-03-07 |
sapier | Fix RUN_IN_PLACE broken due to invalid usage of assert |
commit | commitdiff | tree | snapshot |
2015-03-07 |
Craig Robbins | For usages of assert() that are meant to persist in... |
commit | commitdiff | tree | snapshot |
2015-03-07 |
Loic Blot | Improve Clouds::render mathematics |
commit | commitdiff | tree | snapshot |
2015-03-07 |
Craig Robbins | Fix Android text bug (no text displaying) |
commit | commitdiff | tree | snapshot |
2015-03-07 |
paramat | Dungeongen: Optionally set ignore to be untouchable... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
ShadowNinja | Don't start a server for map migration 2395/head |
commit | commitdiff | tree | snapshot |
2015-03-06 |
ShadowNinja | Clean up database API and save the local map on an... |
commit | commitdiff | tree | snapshot |
2015-03-06 |
paramat | Biome API: Enable decorations placed on water |
commit | commitdiff | tree | snapshot |
2015-03-05 |
BlockMen | Improve group-based connection between raillike nodes |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | l_get_modnames: Compare using std::sort instead of... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | collisionMoveSimple: use std::vector instead of std... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | ProfilerGraph: Use std::list instead of std::vector |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Craig Robbins | Fix mapgen using unitialised height map values |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Use std::queue for HTTPFetchRequest and std::vector... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Fix issue #2441: crash on respawn, since a conversion... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Replace std::list to std::vector into tile.cpp (m_textu... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Server.cpp Use std::list instead of std::vector for... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Server::AsyncRunStep: buffered_messages now uses std... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
BlockMen | Fix some rendering glitches 2406/head |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Performance improvement: Use std::list instead of std... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Loic Blot | Remove Queue class which uses std::list and use native... |
commit | commitdiff | tree | snapshot |
2015-03-05 |
Craig Robbins | Fix memory leak in MapgenV6 |
commit | commitdiff | tree | snapshot |
2015-03-04 |
paramat | Cavegen, mgv5: Cleanup code |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | Use std::vector instead of std::list in StaticObjectLis... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | ABMHandler and player_collisions use sequential read... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | ClientInterface::getClientIDs doesn't need a std::list... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | We always know playerSAO when calling SendInventory... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
SmallJoker | Radius parameter for /deleteblocks here |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | Send Position packet on event, don't check it at each... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | ASyncRunStep doesn't need to lock when do setTimeOfDayS... |
commit | commitdiff | tree | snapshot |
2015-03-04 |
Loic Blot | Send Inventory packet on event, don't check it at each... |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Loic Blot | Remove unused m_wielded_item_not_sent |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Loic Blot | Send Breath packet on event, don't check it at each... |
commit | commitdiff | tree | snapshot |
2015-03-03 |
Loic Blot | Send Player HP when setHP (or a setHP caller) is called... |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Miguel Almeida | Fix occlusion |
commit | commitdiff | tree | snapshot |
2015-03-02 |
Craig Robbins | Fix narrow_to_wide_c (ANDROID) |
commit | commitdiff | tree | snapshot |
2015-03-02 |
paramat | Mgv6: Add heightmap. Do not make large caves that are... |
commit | commitdiff | tree | snapshot |
next |