Commit Graph

470 Commits (4b4610577a28c087bc0a6572caa8d46182eb4128)

Author SHA1 Message Date
Zughy 4b4610577a README: remove 'default' from dependencies 2022-03-30 10:16:43 +00:00
Zughy 85a29dfb2b Unremoved debug line 2022-02-24 00:43:49 +01:00
Zughy 12cd4bfe1c Editor: add clouds transparency in cel. vault formspec 2022-02-24 00:31:27 +01:00
Zughy accfe009bb Remove default from dependencies 2022-02-10 01:29:24 +01:00
Zughy 3ae4280b0b Remove LuaJIT from instructions (no longer needed) 2022-02-05 22:53:47 +01:00
Zughy 52e457174c README: remove forum contact 2022-02-05 21:48:54 +00:00
Zughy 9d147879c7 README: add weather mods to known conflicts 2022-02-05 21:47:20 +00:00
Hendursaga 5514024a19 DOCS: fix minor misspellings 2022-02-05 21:42:42 +00:00
Zughy 9a30e0dd0b Another 5.5 fix 2022-02-03 01:16:15 +01:00
Zughy 5ebfbcf613 CRASHFIX (5.5): spectators camera offset wrongly obtained 2022-02-01 19:05:04 +01:00
Zughy 549bf412ee MT 5.5: temporary func reset_celestial_vault no longer needed 2022-02-01 13:32:32 +01:00
Zughy c6ab1e0b2d change _ with nil values 2022-01-30 17:58:27 +01:00
Zughy c75194ae93 callback for when the spectated target changes 2022-01-29 21:58:15 +01:00
Zughy d2344a4697 Refill spectator life when spectated player respawns 2022-01-29 21:57:13 +01:00
Zughy f667108fc6 spectator life fixes 2022-01-29 18:29:35 +01:00
Zughy 177eb6d513 CRASHFIX: is_player_spectated checks if someone is inside an arena first 2022-01-28 00:05:03 +01:00
Zughy 77c155573c improve previous commit 2022-01-28 00:04:21 +01:00
Zughy 1f16ea2dd0 Spectators share the same HPs of the player they're spectating 2022-01-27 22:07:31 +01:00
Zughy 86d8467fac Bugfix: sky features half broken in the editor because of a refactor (whoopsie) 2022-01-25 13:27:36 +01:00
Zughy 13a5edf9a4 Version bump (5.2.0-dev) 2022-01-24 22:13:10 +01:00
Zughy bf335041f4 Version bump (5.1.0) 2022-01-24 21:36:17 +01:00
Zughy 588c2557f4 CRASHFIX: wrong checks when punching players 2022-01-24 20:14:39 +01:00
Zughy dcc8f945e7 Allow multiple players and multiple teams to win a match
This introduces a compatibility issue for minigames with teams when a team wins by being the only one left; however, considering that the only minigame with teams not developed by me or friends is Gems and that the current code is way better than before, I prefer warn Gems developer and give the possibility to everyone to use such a feature
2022-01-23 23:57:49 +01:00
Zughy 2d667236db More tracebacks 2022-01-23 00:46:38 +01:00
Zughy 8adb576356 CRASHFIX: check for player in HUD_send_msg and log a traceback if not found 2022-01-23 00:46:18 +01:00
Zughy 091b297cd9 Store custom hands for spectators and give them back when leaving 2022-01-22 17:29:05 +01:00
Zughy a3a5d9c1e7 README: update signs_lib link and mods relying on arena_lib 2022-01-22 13:10:25 +00:00
Zughy 699bf7e2b1 Don't allow spectators attached to something to join queues nor ongoing games 2022-01-22 14:00:38 +01:00
Zughy b56ca9ab47 Bugfix: avoid spectators falling down when entering (regression from the entity detach commit) 2022-01-22 13:19:01 +01:00
Zughy 6b22891f59 Initialise players_spectated when the match loads and clear it when it ends 2022-01-22 13:17:48 +01:00
Zughy 8807cf56e5 Document previous commit about chat registration order 2022-01-18 00:04:32 +01:00
MisterE d63c8ffc3d Execute arenas chat checks last, to allow mods like chat bridges to run flawlessly 2022-01-17 22:48:57 +00:00
Zughy 911dceaf9b Bugfix: detach players when entering an arena 2022-01-14 20:15:24 +01:00
Zughy 4f29df7e22 Don't allow players attached to something to join queues and ongoing games 2022-01-13 00:19:28 +01:00
Zughy c803f292f8 DOCS: rewrite of half of it to make it clearer 2022-01-12 18:40:29 +00:00
Zughy 29f868ae00 Redesign set_sign + CRASHFIX when moved with WorldEdit 2022-01-11 23:44:53 +01:00
Zughy 12b344a59a CRASHFIX: players in different arenas can now hit themselves (with no damage). Same for when one is in an arena and the other is not 2022-01-10 14:15:10 +01:00
Zughy ebef57c7b8 Fix missing icons from previous commit 2022-01-10 14:11:06 +01:00
Zughy 4691bd2d0e Editor: clean up (new Customise section) 2022-01-09 23:26:52 +01:00
Zughy d848aa9bcb Bugfix: Z cloud speed in the sky editor was taking the X value 2022-01-09 14:30:13 +01:00
Zughy 429d94f109 Editor: remove BGM section and instantly open the BGM window instead 2022-01-09 12:55:19 +01:00
Zughy c4cc6d2c1b Refactor AL_value_to_string -> AL_property_to_string 2022-01-08 00:11:22 +01:00
Zughy 1cf51640cb Update BGM and celestial vault translations 2022-01-08 00:03:27 +01:00
Zughy 85673fb81b Print arenas BGM into the debug log 2022-01-07 23:59:12 +01:00
Zughy 4f7c905a8a Custom sky per arena 2022-01-07 22:14:41 +00:00
Zughy a8af85a18b CRASHFIX: flushing nonexistent arenas made the game crash 2021-12-24 19:47:11 +01:00
Zughy d1305be391 local function was actually global 2021-12-24 18:46:26 +01:00
Zughy c395dc8b9f DOCS: fix more broken links 2021-12-24 17:38:46 +00:00
Zughy 00fe655398 Small doc fixes 2021-12-24 11:28:02 +01:00
Zughy 907a00abc6 DOCS: link additional properties for faster reaching 2021-12-23 17:53:18 +00:00