12 Commits

Author SHA1 Message Date
David Leal
aa3765c90c
Use a faster and newer LuaCheck
Some checks failed
luacheck / luacheck (push) Has been cancelled
2023-09-11 20:02:12 -06:00
David Leal
b63f092b08
mod.conf changes and copyright year update 2023-07-12 00:35:37 -06:00
David Leal
2b8bb9f0ae
Version 1.4 (#8)
- Deprecated functions (`get_look_yaw`) were replaced with newer ones.
- Add support for 3+ passengers (#4).
  - Thanks, @Lazerbeak12345!
- `default` was removed from dependencies. The mod can be used more freely in other games.
2023-01-16 14:02:38 -06:00
David Leal
2530938f6e
Update copyright notices to 2022 2022-03-22 09:20:44 -06:00
David Leal
274a729ef5
Major improvements for flying entities
Previously, if the entity had the `can_fly` option enabled, when
going upwards or downwards, it went too fast, extremely fast, and its speed increases over time.

With this update, this no longer happens: you can customize your
own upwards and downwards maximum speed for any entity you want.
2021-03-24 12:57:22 -06:00
David Leal
a4972bfcb0
Minor changes/improvements 2021-01-12 14:53:15 -06:00
David Leal
4d00cc937b Add ContentDB badge on README.md 2020-12-18 08:20:55 +01:00
David Leal
4744e290d2 Update README.md 2020-12-18 08:20:55 +01:00
Panquesito7
de43121ba1 Various tweaks and fixes for passengers 2020-12-18 08:20:55 +01:00
Panquesito7
64785bb0e7 Add the ability to carry 3 passengers
Also fix vehicle position.
2020-12-18 08:20:55 +01:00
Panquesito7
324b77a0f9 Fix dependency list on README.md
Also add license badge.
2020-12-18 08:20:55 +01:00
Panquesito7
01f78d3218 Version 1.1
- Add LuaCheck and GitHub workflow.
- Change license to LGPLv2.1+
- Improve `README.md` and add build status badge.
- Use `mod.conf` for dependencies.
- Replace deprecated functions with newer ones.
2020-12-18 08:20:55 +01:00