Commit Graph

  • 73e5bc9c01 Add joining player to printed player list master sapier 2014-05-20 18:09:32 +0200
  • 09970b7b6d Add support for interlaced polarized 3d screens Add (experimental) support for topbottom as well as sidebyside 3d mode sapier 2014-04-27 16:09:21 +0200
  • d9f6f9e7a8 Split declaration of GenericCAO from implementation sapier 2014-05-03 11:14:22 +0200
  • 87b4bce594 Fix singleplayer dialogs missing game customization sapier 2014-05-17 15:30:26 +0200
  • c3984569c0 Add formspec toolkit and refactor mainmenu to use it Fix crash on using cursor keys in client menu without selected server Add support for non fixed size tabviews sapier 2014-04-18 15:39:15 +0200
  • 34d872628d Make print() NUL-safe ShadowNinja 2014-05-15 19:09:47 -0400
  • c8a99404e8 Map irrlicht log level to minetest. Allow write them to debug file. RealBadAngel 2014-05-08 00:58:00 +0200
  • 6c37e89f08 Fix old client showing duplicated health bar on new server Fix client not showing hearts and bubbles on connecting to old server Fix server not remembering hud flags correctly sapier 2014-05-11 00:35:31 +0200
  • 167df02e3d Send max number of characters instead of asserting in case of too long chat messages sapier 2014-05-11 15:39:38 +0200
  • 5c6cf630de Fix invalid cast fix resulting in chat messages beeing limited to 256 bytes sapier 2014-05-11 15:32:15 +0200
  • b16cbba21a Fix incorrect scaling of customized hud item selection marker sapier 2014-05-11 13:26:23 +0200
  • 90f0859128 Fix error messages beeing shown on pressing cursor keys in various menus sapier 2014-05-11 02:57:47 +0200
  • f76b9d724b Fix possible deadlock in error conditions sapier 2014-05-11 00:14:57 +0200
  • c8aed03ace Fix healthbar not beeing hidden on disabled damage sapier 2014-05-10 23:32:25 +0200
  • c4359ff65c Use "core" namespace internally ShadowNinja 2014-04-27 21:02:48 -0400
  • 1cd512913e Organize builtin into subdirectories ShadowNinja 2014-04-27 17:55:49 -0400
  • fef2729fd0 Add write_json() to the async API ShadowNinja 2014-05-07 00:01:24 -0400
  • e17f140be0 Add a limit to node meta data resolving recursion ShadowNinja 2014-04-27 21:31:46 -0400
  • d3ee617f37 Fix heart + bubble bar size on different texture packs Add DPI support for statbar Move heart+bubble bar to Lua HUD Add statbar size (based upon an idea by blue42u) Add support for customizing breath and statbar sapier 2014-04-28 23:41:27 +0200
  • c80d67f48e Move message about missing normal maps to infostream instead of errorstream. RealBadAngel 2014-05-05 12:37:12 +0200
  • 6f511b1d05 Bugfix: make waypoints respect camera offset RealBadAngel 2014-05-05 07:45:20 +0200
  • 09e8bbea03 Fix numeric underflow on calculating window size adjustment sapier 2014-05-04 02:43:01 +0200
  • cfb26629bf Fix player:set_animation() in third person view BlockMen 2014-05-03 10:50:49 +0200
  • 9370f5657a Add hack to avoid 2s startup delay on local games sapier 2014-05-02 00:18:25 +0200
  • 4b44d359f5 Fix usage of deprecated functions in builtin sapier 2014-04-29 23:57:07 +0200
  • b5acec0a3c Add proper lua api deprecated handling sapier 2014-04-29 17:47:34 +0200
  • c03d7dc8a7 Add download rate to media progress bar (non http mode only!) Minor coding style fixes sapier 2014-04-26 01:15:46 +0200
  • 088b18da3d Make debug text adjust it's border to the screensize and fix a border update bug ShadowNinja 2014-04-27 18:43:16 -0400
  • 65016c880c Fix rounding issue of hud dpi on some machines sapier 2014-04-27 22:44:37 +0200
  • 0d6e4ef5f3 Add support for function serialization to minetest.serialize ShadowNinja 2014-04-23 17:21:17 -0400
  • f2b93b7bae Fix code style of async API ShadowNinja 2014-04-15 15:10:30 -0400
  • 6ab3b4c838 Remove dependency on marshal and many other async changes ShadowNinja 2014-04-15 13:41:07 -0400
  • db4ea4658c Only push the Lua error handler once ShadowNinja 2014-04-15 13:30:46 -0400
  • 1838a3fd69 Add support for dpi based HUD scaling Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen sapier 2014-04-05 14:12:36 +0200
  • 8d31534710 Client: Don't crash if trying to draw too many items from inventory in HUD Perttu Ahola 2014-04-27 09:49:00 +0300
  • 3a6d6e4751 Move the old stuff to doc BlockMen 2014-04-25 19:33:31 +0200
  • cd14259bd9 Remove useless MSVC project files BlockMen 2014-04-25 19:20:58 +0200
  • c5324015bc Fix directional fog color in front view BlockMen 2014-04-25 10:24:15 +0200
  • f2a1900345 Update documentation on is_ground_content ShadowNinja 2014-04-23 22:42:49 -0400
  • e3bdd7b2ed Revert "Add backtrace to error function" ShadowNinja 2014-04-23 22:37:27 -0400
  • 885e93df44 Fix lost pause support in singleplayer sapier 2014-04-24 19:47:17 +0200
  • 9b142157b0 Fix argument type of the RaiseException() function FessWolf 2014-04-22 22:19:49 +0300
  • 41bc24477b Revert binary database block position encoding ShadowNinja 2014-04-22 12:52:48 -0400
  • 9ec281c712 Fixed wrong node texture rotation for facedirs 5 and 7 MetaDucky 2014-04-18 17:29:28 +0200
  • 127f354e7a Fix formspec replacement handling for in game formspecs sapier 2014-04-20 02:40:25 +0200
  • e7ef4f07cb make formspec textarea wordwrap RealBadAngel 2014-04-22 13:25:02 +0200
  • 555dc86343 Add missing ip address to player join log entry sapier 2014-04-21 22:28:52 +0200
  • f20267862f Textureable sun and moon. RealBadAngel 2014-04-18 12:47:25 +0200
  • da3c5c743f Fix red background missing in deathscreen sapier 2014-04-21 20:10:23 +0200
  • 5b1bd2fb47 Fix chat console not working anymore sapier 2014-04-20 10:55:08 +0200
  • fec1fa51e0 Fix macro ARRAYSIZE name collision on windows sapier 2014-04-20 02:47:02 +0200
  • 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