Commit Graph

  • 1e9486ea93 Update CMakeLists.txt master WantedGames 2014-07-30 16:21:38 -0400
  • e9c95d02e3 Update game.cpp WantedGames 2014-07-28 18:31:25 -0400
  • 332b630891 Update winresource.rc WantedGames 2014-04-19 20:27:13 -0400
  • c3a0d93af9 Update minetest.desktop WantedGames 2014-04-19 19:53:19 -0400
  • 1f4563f087 Update mainmenu.lua WantedGames 2014-04-19 19:50:30 -0400
  • a0dd2d89f3 Reduce log level for incoming crap packets Add log entry for peer timeout sapier 2014-04-19 22:12:01 +0200
  • 8745935a06 Fix win32 build (typo in jthread lock cleanup) sapier 2014-04-19 14:09:01 +0200
  • 0d93119040 Replace deathscreen by formspec variant sapier 2014-03-19 19:13:12 +0100
  • eda9214f81 Bunch of small fixes (coding style, very unlikely errors, warning messages) sapier 2014-04-06 15:12:04 +0200
  • a230e1e736 Use narrow_to_wide in gettext instead of os dependent conversion fct sapier 2014-04-06 10:39:32 +0200
  • ea0df3e4cb jthread remove locks that aren't absolutely required add c++11 atomic support (optional) sapier 2014-01-31 22:16:47 +0100
  • c00ed9dac3 Add support for threadnames on BSD, Windows (MSVC-only), and OSX ShadowNinja 2014-04-13 16:47:24 -0400
  • 4977b736e3 Fix warnings proller 2014-04-19 02:24:45 +0400
  • 0279f32db7 Remove liquid_finite and weather proller 2014-04-18 21:08:03 +0400
  • 674be38fc2 Add redis database backend Sfan5 2014-04-08 21:39:21 +0200
  • db60ae0459 Fix invalid liquid lighting. RealBadAngel 2014-04-16 16:56:54 +0200
  • a2003b0d55 Use bit shifts rather than multiplication in block position encoding ShadowNinja 2014-04-15 16:25:04 -0400
  • 54ffe2e5de Use binary operators rather than "Python modulo" in decoding block positions ShadowNinja 2014-04-15 16:07:53 -0400
  • 118e2ae865 Fix all warnings reported by clang Sfan5 2014-04-15 19:49:32 +0200
  • d436502fa4 Fix problem with newer MinGW runtimes Sfan5 2014-04-14 18:03:28 +0200
  • dcafad2f73 Add checks for nil in minetest.after ShadowNinja 2014-04-13 17:50:46 -0400
  • b04872d96b Reorder initialization of member variables to make GCC happy ShadowNinja 2014-04-13 17:47:58 -0400
  • 8b02a015eb Use integers instead of float values BlockMen 2014-04-12 13:50:22 +0200
  • c0ab09af74 Add player:set_eye_offset() by @MirceaKitsune and clean up BlockMen 2014-04-11 15:32:46 +0200
  • a1db9242ec Add third person view BlockMen 2014-01-08 13:47:53 +0100
  • e149d1ad9a Fix write and read S32 vectors BlockMen 2014-04-12 17:39:51 +0200
  • 7cdbb805d9 Fix MSVC build BlockMen 2014-04-12 17:36:40 +0200
  • 960d731587 Fix broken Ipv4 serialization on win32 sapier 2014-04-11 22:51:10 +0200
  • 8bb8602c25 Fix broken win32+bsd build sapier 2014-04-11 21:45:30 +0200
  • fefec8cdc4 Fix crash when teleporting near unknown node BlockMen 2014-04-11 21:38:16 +0200
  • 6090e95cdc Infer ipv6_server from bind_address; fix client connect to IN(6)ADDR_ANY Kahrl 2014-03-07 01:00:03 +0100
  • edcad09dee Add support for named threads (atm linux only) sapier 2014-04-05 15:27:33 +0200
  • d22621efc1 Make config honor build system specified config defines sapier 2014-04-06 10:48:04 +0200
  • a88c685f02 Minor fixes for file/modlist download in mainmenu sapier 2014-04-06 15:20:45 +0200
  • 142e2d3b74 Cleanup client init states by bumping protocol version Don't use TOSERVER_RECEIVED_MEDIA but TOSERVER_CLIENT_READY as indicatio for client ready Handle clients with protocol version < 23 (almost) same way as before Make client tell server about it's version Add client state to not send bogus player position updates prior init complete Add access to statistics information (peer connction time,rtt,version) Fix clients standing stalled in world while preloading item visuals (new clients only) Add get_player_information to read client specific information from lua sapier 2014-02-13 20:17:42 +0100
  • 556bdc260a Pass pointer to nodedef directly to avoid recalculation in quite often called function sapier 2014-04-06 10:32:57 +0200
  • 28854495b1 Performance optimized button to button mask evaluation sapier 2014-04-03 20:26:26 +0200
  • af01a9577e Fix lost change password button sapier 2014-03-31 22:50:03 +0200
  • 65d1cb8321 Fix bug in RemoteClient::GetNextBlocks Perttu Ahola 2014-03-26 18:53:11 +0200
  • 564e11fc2f Fix merge mistake when rebasing for PR #1169 Ciaran Gultnieks 2014-03-21 20:12:13 +0000
  • 5bd9c236d5 Fix double sending of chat messages sapier 2014-03-23 19:15:38 +0100
  • 936c6f577a Fix "ghost stacks" created when a player clicks an item on the ground: since the object is not immediately removed, any other code may still think an object is there, therefore leading to item duplication. This code therefore sets the itemstring to '' after the object is picked up to avoid such issues Novatux 2014-03-18 20:02:18 +0100
  • 5fefc4bbf6 Fix serializing of signed numbers in serializeStructToString ShadowNinja 2014-03-21 05:18:35 -0400
  • 0dc1aec509 Normal maps generation on the fly. Parallax mapping with slope information. Overriding normal maps. RealBadAngel 2014-03-21 01:32:00 +0100
  • f3d83a4516 Add more informative error messages for inventory and item method errors ShadowNinja 2014-03-15 17:20:52 -0400
  • 31fe72dbac Remove lua_State parameter from LuaError::LuaError ShadowNinja 2014-03-15 16:28:59 -0400
  • f8b7555558 Revert "Make sure we get a stacktrace for as many lua errors as possible" ShadowNinja 2014-03-15 16:01:06 -0400
  • 23be6450a1 Make serializeStructToString use an ostringstream ShadowNinja 2014-03-15 15:12:11 -0400
  • 93729b09d5 Fix sound not being played at the correct place. Novatux 2014-03-15 15:08:43 +0100
  • 362ef5f6ce Make sure we get a stacktrace for as many lua errors as possible Sfan5 2014-03-15 14:49:30 +0100
  • d753d352f1 Revert "Use fixed-width format specifiers in serializeStructToString" ShadowNinja 2014-03-14 11:20:52 -0400
  • 875f1327a4 Use fixed-width format specifiers in serializeStructToString ShadowNinja 2014-03-13 11:07:52 -0400
  • e4d1970abf Fix game pause in singleplayer BlockMen 2014-03-13 14:06:18 +0100
  • 03297acbf4 Fix special characters in pause and message menu BlockMen 2014-03-13 14:00:10 +0100
  • 18577f2527 Replace usage of long long with u64/s64 ShadowNinja 2014-03-12 19:37:19 -0400
  • 7cac34c807 Pass arguments by reference Selat 2014-02-27 23:12:59 +0300
  • 2bc2ce3bd1 Remove goto from Environment::removePlayer Selat 2014-03-05 18:14:40 +0300
  • c9b64206f9 Fix error when calling minetest.node_punch without a pointed_thing ShadowNinja 2014-03-11 12:59:02 -0400
  • 859287b027 Fix generating winresource.o with build dir != source dir Sfan5 2014-03-11 17:48:34 +0100
  • 5ce3f8f7b7 Correct misleading detached inventory error message Ciaran Gultnieks 2014-03-07 21:06:43 +0000
  • 0643cef09a Update ABM object counts when triggers add objects Ciaran Gultnieks 2014-03-06 19:20:06 +0000
  • 16a028dd6b Fix race condition on exit to menu sapier 2014-03-09 11:01:13 +0100
  • 28d6326bd4 Update set_mapgen_params and set_gen_notify Lua API to use new flag format kwolekr 2014-03-08 11:34:46 -0500
  • db98ef6b45 Stop wasting time in abm - performance improvement Ciaran Gultnieks 2014-03-03 18:43:53 +0000
  • a4e2198e41 Replace pause and message menu by formspec ones sapier 2014-03-04 19:57:39 +0100
  • 062de11b4c Fix rendering glitches when far from the center of the map Novatux 2014-01-26 11:40:21 +0100
  • 8e15179e7d Document CMake options in README Sfan5 2014-03-03 19:25:00 +0100
  • 3e52dd5c68 Improved win32 file version information sapier 2014-03-02 23:49:19 +0100
  • baee91bf78 Fix for unloaded but active block problem Ciaran Gultnieks 2014-02-20 12:55:32 +0000
  • 1b840e8ef9 Fix translation name. Selat 2014-03-02 20:22:47 +0200
  • 6f568c1db2 Add Belarusian translation. Selat 2014-03-01 21:54:23 +0200
  • 9a3b7715e2 Remove "Server -!- " prefix from player messages ShadowNinja 2014-02-24 20:41:40 -0500
  • 18fd913e69 Fix MSVC build BlockMen 2014-02-26 14:21:38 +0100
  • d4be81155e Fix null string escape proller 2014-02-24 20:41:04 +0400
  • f6232d71b6 Fix test for broken LuaJIT versions, solves #1152 Sfan5 2014-02-23 18:16:00 +0100
  • 3da56696b5 Translated using Weblate (Spanish) Diego Martínez 2014-01-02 22:09:19 +0100
  • 3ba0359285 Translated using Weblate (Romanian) King Artur 2013-12-18 21:44:06 +0100
  • e73ca31b6e Translated using Weblate (Portuguese) João Farias 2014-01-06 01:45:37 +0100
  • c1fe628b57 Translated using Weblate (Lithuanian) Jonas Kriaučiūnas 2013-12-11 19:23:53 +0100
  • 0bf5b140c7 Translated using Weblate (Italian) King Artur 2013-12-18 21:40:51 +0100
  • ab6dda4230 Translated using Weblate (German) Pilz Adam 2013-12-29 14:29:51 +0100
  • 272909359a Translated using Weblate (Estonian) Jabo Babo 2013-12-18 21:28:28 +0100
  • 330a35a522 Translated using Weblate (Dutch) b p 2014-01-05 11:31:11 +0100
  • 85db6cb753 Translated using Weblate (Russian) Сергей Голубев 2013-12-29 16:58:57 +0100
  • fac837b00e Translated using Weblate (German) Jabo Babo 2013-12-18 21:31:40 +0100
  • e02151d855 Translated using Weblate (Lithuanian) Jonas Kriaučiūnas 2013-12-11 19:14:48 +0100
  • c276e023a4 Translated using Weblate (Russian) Ilya Zhuravlev 2013-11-26 19:57:03 +0100
  • 6430962479 Translated using Weblate (German) Pilz Adam 2013-12-01 23:46:45 +0100
  • 85cf811890 Translated using Weblate (Dutch) Mitchell Ward 2013-12-07 12:20:42 +0100
  • fcde24cfd3 Translated using Weblate (Czech) Jakub Vaněk 2013-12-04 11:23:25 +0100
  • 4269ff1323 Translated using Weblate (Romanian) Mitchell Ward 2013-12-07 12:18:02 +0100
  • 3cde5225d5 Translated using Weblate (Chinese (China)) Shen Zheyu 2013-11-25 10:04:26 +0100
  • 0b7cde0b2c Translated using Weblate (Portuguese (Brazil)) Frederico Guimarães 2013-11-25 02:13:09 +0100
  • 0f0be6e592 Translated using Weblate (French) we prefer instagib metl3 2013-11-23 18:03:39 +0100
  • 5541821062 Translated using Weblate (German) Pilz Adam 2013-11-23 17:46:09 +0100
  • d9d06ad920 Fix g_settings not being included Sfan5 2014-02-16 08:16:49 +0100
  • 4585fba98b Fix broken cross-compiling Sfan5 2014-02-16 08:07:57 +0100
  • c163859057 Schematic: Add force_placement parameter to minetest.place_structure API kwolekr 2014-02-15 19:46:57 -0500
  • 3570f3e396 Add minetest.set_noiseparam_defaults() Lua API kwolekr 2014-02-15 18:20:15 -0500
  • c873164878 Accept any error response code for missing index.mth Kahrl 2014-02-15 02:19:49 +0100