Commit Graph

  • 512528fc46 Merge remote-tracking branch 'upstream/master' master bri cassa 2023-11-25 15:32:15 +0100
  • 5fe79310b3 Remove list of example mods from README.md Wuzzy 2023-06-20 09:26:49 +0200
  • 1ef5d93ffc Update mod.conf Wuzzy 2023-06-20 09:25:51 +0200
  • 397286e12f Remove empty depends.txt Wuzzy 2023-06-20 09:25:19 +0200
  • e058592e3a Add .mailmap file for Wuzzy Wuzzy 2023-06-20 09:24:54 +0200
  • 22324f3a6c Replace minetest.debug with minetest.log Wuzzy 2023-06-20 09:24:35 +0200
  • 1cd8491447 Update mod.conf, delete depends.txt and description.txt bri cassa 2022-06-26 11:30:41 +0200
  • 2d9ab0d4c9 Merge remote-tracking branch 'upstream/master' bri cassa 2022-06-26 11:28:18 +0200
  • e1bc0e23c8 Reduce debug log level for autosaving debug msgs Wuzzy 2019-06-23 13:09:16 +0200
  • f8d70283d1 This mod is finished Wuzzy 2019-02-22 01:42:50 +0100
  • 0f92ce7b10 Réduit les messages de la console. nalc-1.0 sys4-fr 2018-09-02 18:43:08 +0200
  • 51547f2e70 Fix slowregen example Wuzzy 2017-08-06 16:40:01 +0200
  • a043aadeff Add standadized group names Wuzzy 2017-08-06 16:09:33 +0200
  • c87592a9cf Fix typo in examples.lua Wuzzy 2017-08-06 15:52:52 +0200
  • 0f02d5e54b Add mod.conf Wuzzy 2016-11-13 18:25:41 +0100
  • 8049f6d64b Version 1.2.0 Wuzzy 2016-11-13 18:10:49 +0100
  • 33819f6aae Add MIT License Wuzzy 2016-11-12 20:43:39 +0100
  • 860358bcd1 Fix accidental using of global variable “all” Wuzzy 2016-08-11 18:24:22 +0200
  • e1a72e8206 Add playereffects.has_effect_type Wuzzy 2016-08-11 18:23:30 +0200
  • fb04c57da9 Remove commented out lines Wuzzy 2015-02-08 01:19:22 +0100
  • 14612701ab Fix another leaking variable Wuzzy 2015-02-08 01:14:09 +0100
  • 3b860c74ae Increment patch version number Wuzzy 2015-02-08 01:01:45 +0100
  • 22e10bf31a Fix leaked local variable Wuzzy 2015-02-08 01:01:03 +0100
  • cd93a1e92f Bump version to 1.1.0 Wuzzy 2014-07-19 15:32:41 +0200
  • 87699ab3b2 New effect type: repeating effects Wuzzy 2014-07-19 00:59:19 +0200
  • aa5f78ef95 Update state of example in README.md Wuzzy 2014-07-18 07:43:17 +0200
  • 82291549c4 Cleanup settings, disable examples by default Wuzzy 2014-07-18 07:31:01 +0200
  • f51c9fb26b Bump version to 1.0.0. Wuzzy 2014-07-18 07:25:05 +0200
  • 342c8c98c5 Bump version to 0.4.0 Wuzzy 2014-07-18 07:08:32 +0200
  • 5461e148e5 Less log file spam Wuzzy 2014-07-17 18:44:15 +0200
  • 1397ba542f Remove buggy get_passed_effect_time Wuzzy 2014-07-17 18:38:29 +0200
  • a97ddfd942 Add API functions to get the current effect time Wuzzy 2014-07-17 18:36:06 +0200
  • 7bfd30ce39 Use random time for stress test effects Wuzzy 2014-07-17 18:12:27 +0200
  • 5bc2ba600c Slight performance improvements Wuzzy 2014-07-17 18:06:49 +0200
  • a942264256 Further performance optimizations Wuzzy 2014-07-17 17:42:31 +0200
  • 6d27ae23a7 Remove arbitrary limit for stresstest Wuzzy 2014-07-17 17:06:47 +0200
  • dcc930c499 Rewrite the way HUD IDs are handled Wuzzy 2014-07-17 17:06:06 +0200
  • 54b18385c8 Add “player” argument to the cancel callback Wuzzy 2014-07-17 16:07:44 +0200
  • 86ed00c7c8 Add a known bug to the README file Wuzzy 2014-07-15 17:20:02 +0200
  • afeb8dc3d8 Change version number to SemVer Wuzzy 2014-07-15 01:57:43 +0200
  • 418cf9f365 Recolor HUD text for effects you keep on death Wuzzy 2014-07-15 00:50:31 +0200
  • c400ac1ed9 Add cancel_on_death parameter for effect types. Wuzzy 2014-07-15 00:38:01 +0200
  • 7a411df76e Rename 1st param of register func for consistency Wuzzy 2014-07-15 00:12:05 +0200
  • 39c11c143c Add README.md file with (hopefully) full API spec Wuzzy 2014-07-15 00:00:31 +0200
  • c01b53e349 Show effect ID for the examples, on success Wuzzy 2014-07-14 19:06:37 +0200
  • 735dce5a7b Fix effect cancelling after applying Wuzzy 2014-07-14 19:06:10 +0200
  • 0ea070a3bd Add “cancelall” example (cancels user’s effects) Wuzzy 2014-07-14 18:29:22 +0200
  • 4ef959c78e Make apply_effect_type return effect_id on success Wuzzy 2014-07-14 18:13:31 +0200
  • 1dd5c5527a Check for correct player in apply_effect_type Wuzzy 2014-07-14 18:10:31 +0200
  • 15daa210c4 Add effect failure Wuzzy 2014-07-14 17:55:48 +0200
  • 21f053270f Add effect metadata Wuzzy 2014-07-14 17:28:51 +0200
  • a91e4c79ce Add autosave functionality Wuzzy 2014-07-14 00:43:16 +0200
  • 3f2a23889f Clean up debug and log messages Wuzzy 2014-07-13 22:09:57 +0200
  • 85fbd146b1 Add support for hidden effects Wuzzy 2014-07-13 22:07:04 +0200
  • bf50528228 Add setting use_hud, used to control player HUDs Wuzzy 2014-07-13 21:57:45 +0200
  • 25fcabc095 Add playereffects.cancel_effect_type Wuzzy 2014-07-13 21:27:59 +0200
  • 3385987106 Add comments to examples.lua Wuzzy 2014-07-13 21:19:02 +0200
  • 58af48a055 Show 20 effects at max on the screen Wuzzy 2014-07-07 10:55:18 +0200
  • 050be27a3b Add stresstest example use globalstep less often Wuzzy 2014-07-07 10:39:21 +0200
  • bbc90ad630 Add support for HUD icons; improve HUD alignment Wuzzy 2014-07-07 09:38:55 +0200
  • 49dafa6425 Clean up dead code Wuzzy 2014-07-06 23:17:53 +0200
  • 812c15c9dd Show duration on first HUD add Wuzzy 2014-07-06 22:52:40 +0200
  • 33c50c81ac Save status into playereffects.mt on shutdown Wuzzy 2014-07-06 21:16:25 +0200
  • 8309b61769 Remove playereffects.hudids Wuzzy 2014-07-06 20:22:27 +0200
  • c796ef7876 Move examples to its own file; it is not loaded Wuzzy 2014-07-06 18:37:32 +0200
  • c62e857564 Add new example effect: grant fly privilege Wuzzy 2014-07-06 18:30:32 +0200
  • e6d96f119a Implement HUD timers and a proper effect list Wuzzy 2014-07-06 18:04:29 +0200
  • b6b3ac82ce on_joinplayer workaround Wuzzy 2014-07-06 16:07:00 +0200
  • 4c1d480f82 Add basic player join and leave handling Wuzzy 2014-07-06 08:01:09 +0200
  • 1b7d45532d New debug message Wuzzy 2014-07-06 05:25:56 +0200
  • c4cf35a50b Fix alignment Wuzzy 2014-07-06 05:18:48 +0200
  • 0672f80a55 Initial commit Wuzzy 2014-07-06 01:04:03 +0200