Commit Graph

55 Commits (master)

Author SHA1 Message Date
aa6 562e080d64 Fix: minetest.settings:get() doesn't return actual value when unset. 2022-02-22 22:07:49 +03:00
rusty-snake dcae463550
Feature: no stamina? drink a coffee! (#5) Farming mod support.
* Create init.coffee.lua
* Update init.lua
* Update depends.txt
* Update README.md
2020-09-01 16:05:07 +00:00
aa6 a0caf808e0 Fix: Getting rid of duplicate minetest.register_on_joinplayer. 2020-07-14 09:58:04 +03:00
aa6 d86bb0e1ed Fix: Support player_monoids v2018-05-26 2020-07-14 09:09:16 +03:00
aa6 bdee696310 Fix: Support for hudbars above 2.0.0. 2020-07-11 10:38:44 +03:00
aa6 0c70ad59c3 Fix: Code simplification. 2019-08-24 17:55:17 +03:00
aa6 309c30a76c Fix: Code simplification. 2019-08-24 16:22:10 +03:00
aa6 bf9c339123 Fix: Better readme. 2019-08-24 15:08:46 +03:00
aa6 82f0a66192 Fix: Code simplification. 2019-08-24 14:53:55 +03:00
aa6 231c0c2c77 Feature: Monoids support for speed and jump; Bad physics override mode. 2019-06-23 22:06:01 +03:00
aa6 4c25bf9273 Fix: Move config loading code to init_config.lua. 2019-05-25 11:26:00 +03:00
aa6 a0f68e63f5 Feature: Settings compatibility. 2019-05-25 10:02:04 +03:00
aa6 a75b37e09b Fix: replacing SPRINT_STAMINA_DECREASE_PER_UPDATE_PERIOD_COEFFICIENT to SPRINT_STAMINA_DECREASE_PER_SECOND_PERCENTS for configuration conveniency 2019-05-15 21:51:02 +03:00
aa6 5f80a1e5d9 Feature: World-specific config autocreating. 2019-05-11 15:33:12 +03:00
aa6 bd9ad4e79d Fix: Shell terminal log message when loading world-specific config. 2018-01-02 18:21:06 +03:00
aa6 0b430e3e23 Feature: Clearer dyspnea API: 'dyspnea-on' and 'dyspnea-off' events instead of one 'dyspnea' event with value. 2018-01-02 17:55:02 +03:00
aa6 85944b4bb6 Fix code readability 2017-10-29 09:59:20 +03:00
aa6 9b69b6965c Per-world config feature. Should be stored in worlds/<worldname>/mod_minetest_wadsprint_config.lua 2017-10-29 09:53:06 +03:00
aa6 8d5b612596 Updated savepath to mod security requirements. (you should never write in your mod directory though, only read; the mod directory is not always writable. Use the world directory if you have to save something) https://forum.minetest.net/viewtopic.php?t=12471 2017-10-25 23:03:38 +03:00
aa6 ec47decc97 0.1s controls check delay is actually noticeable 2017-05-07 13:01:08 +03:00
aa6 067aa41f0b Code commenting. 2017-05-02 21:54:45 +03:00
aa6 f64bad52b4 Testing pre-commit hook. 2017-04-24 18:46:23 +03:00
aa6 a68d2725a1 Errors in API 2017-04-24 18:25:20 +03:00
aa6 2bbca539df Lag fix 2017-03-11 09:09:23 +03:00
aa6 3bdd2277b5 Better comments. 2017-01-18 17:33:31 +03:00
aa6 af42e5b213 Better comments. 2017-01-18 00:31:48 +03:00
aa6 66509a39f6 A bit more refactoring. 2017-01-13 23:49:06 +03:00
aa6 909d6b3943 A bit more refactoring. 2017-01-13 23:47:52 +03:00
aa6 11af4e9aff A bit more refactoring. 2017-01-13 23:42:44 +03:00
aa6 7bb254b961 Massive code refactoring. 2017-01-13 23:39:28 +03:00
aa6 083fceba18 Comments markup test 3 2017-01-13 15:19:42 +03:00
aa6 67d74ede86 Comments markup test 2 2017-01-13 15:08:04 +03:00
aa6 ae2cc2db95 Comments markup test 2017-01-13 15:07:05 +03:00
aa6 39b47868ff More consistent offline stats 2017-01-13 13:20:53 +03:00
aa6 221847b12c Code commenting 2017-01-12 19:06:11 +03:00
aa6 a85cd30745 Typo fix. 2017-01-12 18:46:15 +03:00
aa6 0e84550d8a Variables renaming, commenting code. 2017-01-12 18:25:36 +03:00
aa6 4e12231069 Re-arranging functions + additional check in minetest_wadsprint.scan_player_controls 2016-10-21 00:18:51 +03:00
aa6 ff190ad1c6 Some changes in the code I forgot of 2016-10-20 23:51:18 +03:00
aa6 00aa56361d API changes 2016-06-08 21:23:17 +03:00
aa6 1e168b9af7 Fix stupid infinite running bug again 2016-05-06 06:39:56 +03:00
aa6 fba3bf03af Fix nasty bug with separated physics 2016-05-04 18:33:01 +03:00
aa6 a85c31c793 Separate physics and running to avoid lag && disable A+S+D running 2016-05-04 18:12:05 +03:00
aa6 69f0d50296 Fix: Player could run infinite while holding A+D 2016-04-30 23:57:58 +03:00
aa6 5de00a8a55 API, Saving players stamina, Fix hud bugs 2016-04-30 23:44:16 +03:00
aa6 6756a6beb1 Removed debug print call 2016-04-30 13:49:30 +03:00
aa6 acc8c3bac8 timer_properties_update renamed to timer_stats_update 2016-04-30 13:46:29 +03:00
aa6 41375941fa Try to simplify versioning 2016-04-30 10:10:04 +03:00
aa6 8fc95f5a28 Remove debug prints 2016-04-30 09:05:04 +03:00
aa6 016a422241 Respect old physics value 2016-04-30 09:00:54 +03:00