Commit Graph

  • 3b51a09716 Replaced IIFE with goto statement Nauta Turbidus 2024-09-15 21:08:09 +0200
  • aeec79e0c4 Don't static_cast, just call constructor Lars Müller 2024-09-15 19:16:38 +0200
  • 87c96f9e2c Minor enhancements, fixed an edge case Nauta Turbidus 2024-09-09 18:16:15 +0200
  • b7aa2feb0e Made documentation clearer Nauta Turbidus 2024-09-09 03:53:34 +0200
  • 622f3ee08d Improved formatting as per review Nauta Turbidus 2024-09-09 03:51:17 +0200
  • 4232e5424a Refactored subgames.cpp Nauta Turbidus 2024-09-09 03:49:51 +0200
  • 62a324edef Refactor cpp code and update docs, adjust lua Nauta Turbidus 2024-04-22 00:38:36 +0200
  • 86b90c4ea1 Refactor Lua code handling aliases Nauta Turbidus 2024-04-21 23:38:30 +0200
  • e51d1a0bef Update now works with package rename Nauta Turbidus 2024-04-17 21:07:26 +0200
  • cef913ee0a Refactor to utilize std::stringview::substr() Nauta Turbidus 2024-04-17 19:49:39 +0200
  • 5dca67e088 Trim the alias and refactor with lambda Nauta Turbidus 2024-04-17 19:30:28 +0200
  • 8ee89627ee Support comma-separated aliases in C++ Nauta Turbidus 2024-04-17 18:59:23 +0200
  • cdff1fbca5 Update comments and documentation Nauta Turbidus 2024-04-17 18:48:39 +0200
  • 21ae3389d9 Allow any CDB package aliases Nauta Turbidus 2024-04-17 17:57:19 +0200
  • 928352ffbd Ignore _game suffix when resolving aliases Nauta Turbidus 2024-04-17 17:19:25 +0200
  • c2ff799026 Lua consistently checks for nonalias game first Nauta Turbidus 2024-04-17 14:39:42 +0200
  • db35f46935 Exposed gameid_alias directly to Lua Nauta Turbidus 2024-04-15 01:40:38 +0200
  • 16af0924c1 Alias lookup in another place Nauta Turbidus 2024-04-15 01:32:25 +0200
  • e51357dfb5 Worlds are displayed according to alias Nauta Turbidus 2024-04-15 01:12:55 +0200
  • 0abb7eff75 Add gameid aliases Nauta Turbidus 2024-04-15 00:41:06 +0200
  • 8c2c55de5d fix license header again y5nw 2024-09-15 20:46:13 +0200
  • d2fd10d31b minor: char* -> string_view y5nw 2024-09-15 20:39:32 +0200
  • 91a55aeea3 shorter license headers y5nw 2024-09-15 20:13:17 +0200
  • e5668b0b06
    Merge e4bc5fb900 into 4aec4fbe6f SmallJoker 2024-09-15 13:39:18 -0400
  • 952b93854f fix devtest mod count again y5nw 2024-09-15 16:47:55 +0200
  • ee881a465d move wrong testfiles elsewhere y5nw 2024-09-15 16:43:50 +0200
  • fe0be1c4db
    Merge ec584fe94b into 4aec4fbe6f Lars Müller 2024-09-15 07:43:19 -0700
  • 664d947732 Remove findtext.lua as it is not needed y5nw 2024-07-30 12:36:17 +0200
  • 15e08679ae complement test y5nw 2024-07-12 18:31:28 +0200
  • 8625feea5b followup y5nw 2024-07-08 18:33:22 +0200
  • 06e36f2298 Complement test cases + minor refactor y5nw 2024-07-08 18:31:24 +0200
  • f76de22e41 fixup y5nw 2024-07-08 16:59:18 +0200
  • 9ef6240d0d add test for po file parser y5nw 2024-07-08 16:42:41 +0200
  • b624a6237e add unittest for plural forms y5nw 2024-07-08 15:18:28 +0200
  • bba750da6c Update documentation y5nw 2024-06-29 14:19:21 +0200
  • 3b24b3029a fix untranslated game title in content tab y5nw 2024-06-29 12:22:07 +0200
  • a1770fea62 Fix content translation and Gettext format rubenwardy 2024-03-24 18:24:30 +0000
  • abae74228a add untranslated column to /testtranslations y5nw 2024-06-29 11:51:45 +0200
  • 23f583633a Implement basic Plural-Forms: support y5nw 2024-06-29 00:29:38 +0200
  • 1c16f92939 Handle fuzzy entries y5nw 2024-06-04 13:23:53 +0200
  • 51b9de57ac Test: .po/.mo entries without msgctxt y5nw 2024-06-03 16:19:59 +0200
  • e2054f7e52 Test core.get_translated_string y5nw 2024-06-03 15:45:29 +0200
  • f479760f4c review Nathanaëlle Courant 2024-03-17 11:19:12 +0100
  • 03e9cf7662 Client-side translations: gettext support Ekdohibs 2020-10-01 18:11:14 +0200
  • 5439bf403f
    Update builtin/settingtypes.txt to correct mgtrailgen_np_height_select. Cartmic 2024-09-15 15:11:06 +0100
  • 5677e44511 ContentDB redesign: Redesign package list dialog rubenwardy 2024-04-01 02:00:38 +0100
  • 735a0e0aaa ContentDB redesign: Add package dialog rubenwardy 2024-03-31 19:24:27 +0100
  • 4aec4fbe6f
    Add support for Tracy profiler (#15113) DS 2024-09-15 13:47:45 +0200
  • 0246800e9d code simplifications and documentation Erich Schubert 2024-09-15 12:45:55 +0200
  • a377fa1636 soos sfan5 2024-09-15 11:41:23 +0200
  • 8296711fa0 Fix behavior in edge states. SFENCE 2024-09-15 11:21:20 +0200
  • 8369dd4b28 Document behavior Gregor Parzefall 2024-09-15 09:51:39 +0200
  • 310c7b6e5b Extend and clean up unittest Gregor Parzefall 2024-09-15 09:36:05 +0200
  • dc35bd5802 More test cases for hpchange in unittest. SFENCE 2024-09-15 06:10:28 +0200
  • 8823e116e9 Fix comments. More understandable use of target_hp. SFENCE 2024-09-15 05:57:24 +0200
  • 9ff6a1d18f
    Merge branch 'minetest:master' into Cinematic_Camera_Key DragonWrangler1 2024-09-14 15:55:13 -0700
  • cffedb95b4
    Merge c414818048 into 6f23de41fb sfence 2024-09-14 19:35:28 +0200
  • ea63cb4c8b
    Merge 6ac1ed05f7 into 6f23de41fb Elias Åström 2024-09-14 10:16:56 -0700
  • b9f39469ef
    Merge 6921ec2025 into 6f23de41fb Aritz Erkiaga 2024-09-14 10:07:01 -0700
  • ccd1f9b950 I see Gregor Parzefall 2024-09-14 13:38:59 +0200
  • dd2408103d Don't use fixed pipeline lighting for stars Gregor Parzefall 2024-09-14 12:57:18 +0200
  • 008e5c0e04 fix things sfan5 2024-09-14 12:44:47 +0200
  • 776c504b91 Make menu_shader_source not global Gregor Parzefall 2024-09-14 12:43:10 +0200
  • 6f23de41fb Refresh windows toolchain and libs sfan5 2024-09-11 16:40:58 +0200
  • 7bab390413 Add time_to_day_night_ratio to the Lua API Gregor Parzefall 2024-09-13 13:14:31 +0200
  • f9c0354af1 Add colorspec_to_table to the Lua API Gregor Parzefall 2024-09-13 13:14:30 +0200
  • c54f5a2137
    Move std::tie out of headers DS 2024-09-14 12:10:11 +0200
  • a6219ab955
    Fix alignment in implicit client hotbar definition j-r 2024-09-14 12:09:56 +0200
  • 0f5eea90c1
    Update doc/lua_api.md DS 2024-09-14 11:53:32 +0200
  • f27306fc6c add note in lua_api.md Desour 2024-09-14 11:40:17 +0200
  • d46bc366e1 more subtle details sfan5 2024-09-14 11:24:01 +0200
  • 3ef8b938ce Avoid cloud jump when switching between mainmenu and loading screen Gregor Parzefall 2024-09-14 10:43:48 +0200
  • 253df0c62d Refresh windows toolchain and libs sfan5 2024-09-11 16:40:58 +0200
  • ee0a7df2f4
    Merge 54f46c34ec into 38b4505ad7 DS 2024-09-14 09:16:45 +0200
  • 71dcc8a5a6 remove include in guiChatConsole.h header chmodsayshello 2024-09-13 20:34:10 +0200
  • 935a82fde3 remove env->getSkin() == NULL check chmodsayshello 2024-09-13 20:15:56 +0200
  • a9809a321f Fix alignment in implicit client hotbar definition Jürgen Rühle 2024-09-13 20:05:48 +0200
  • 1f8e60b8eb Add on_diaplayer call test. SFENCE 2024-09-13 19:47:13 +0200
  • 2dbcdb88ac Remove trailing character. SFENCE 2024-09-13 19:18:20 +0200
  • 96c04c0c9f Fix tests. SFENCE 2024-09-13 19:10:11 +0200
  • 71d9f1771c Bump version to 5.9.1 5.9.1 stable-5 SmallJoker 2024-09-08 19:27:52 +0200
  • 96fbc52071 Improve some protocol code log messages sfan5 2024-08-31 17:16:48 +0200
  • 7556bf43a6 Fix RTT set before value is available sfan5 2024-09-13 18:51:58 +0200
  • 722c0044b1 Nerf protocol window sizes sfan5 2024-09-13 18:51:09 +0200
  • b93cce11d8 Count duplicate packets as congestion indicator sfan5 2024-09-13 18:48:33 +0200
  • 754609d2e5 Fix #14344 SFENCE 2024-09-13 18:46:32 +0200
  • 6bdd5c6773 Only apply "touch_punch_gesture" when wielded item has no on_use callback (#15098) grorp 2024-09-12 23:41:47 +0200
  • d38eedb48e use tie again Desour 2024-09-13 16:06:45 +0200
  • a8d108f247 remove tie entirely. no need to copy Desour 2024-09-13 14:31:42 +0200
  • 0ae51c7368 move std::tie stuff out of headers Desour 2024-09-13 06:39:03 +0200
  • 13fe2b7ff0 Drop translations from unsupported_language_list.txt again Gregor Parzefall 2024-09-13 13:27:11 +0200
  • 4e5bf1073e Add time_to_day_night_ratio to the Lua API Gregor Parzefall 2024-09-13 13:14:31 +0200
  • ad45244841 Add colorspec_to_table to the Lua API Gregor Parzefall 2024-09-13 13:14:30 +0200
  • dd7adad8b9 Import translations from po into builtin tr so they're preserved Gregor Parzefall 2024-09-13 13:07:29 +0200
  • 1a14707b53 Review Gregor Parzefall 2024-09-13 13:00:20 +0200
  • 9f877c9b7f Delete some dead code Gregor Parzefall 2024-09-13 13:00:19 +0200
  • 689ea7f82f Document Gregor Parzefall 2024-09-13 13:00:19 +0200
  • 088d6d10f4 Server no longer handles TOSERVER_RESPAWN, but client still sends it to support old servers Gregor Parzefall 2024-09-13 13:00:18 +0200
  • 784c636a02 Server no longer sends TOCLIENT_DEATHSCREEN, but client still handles it to support old servers Gregor Parzefall 2024-09-13 13:00:18 +0200
  • 8e91b87335 Implement server-side Lua deathscreen Gregor Parzefall 2024-09-13 13:00:17 +0200