21 Commits

Author SHA1 Message Date
David Leal
d2722ed47d
Whoops 2022-11-28 13:03:17 -06:00
David Leal
b78b6dda43
Replace deprecated functions with newer ones (#6) 2022-11-26 22:11:54 -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
00ff618640
Fix crash when player leaves in a car 2021-02-01 13:10:50 -06:00
David Leal
a4972bfcb0
Minor changes/improvements 2021-01-12 14:53:15 -06:00
David Leal
c353e8e3ac Support to enable/disable individually...
...crashing to an entity.
2020-12-18 08:20:55 +01:00
David Leal
fef9374090 Make up and down configurable...
...flying vehicle settings. A vehicle that can fly, can go down and up. This is now configurable.
2020-12-18 08:20:55 +01:00
David Leal
f54743a63c Add documentation on drops
Also remove (soft) depends in code.
2020-12-18 08:20:55 +01:00
Panquesito7
b1cee5fb22 Improve item dropping 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
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
blert2112
6fb82df894 passenger/driver fixes 2016-08-28 02:50:56 -04:00
blert2112
e2be829ff9 few update
-fixed car moving sideways caused by a shared variable,
-tweaked crash code: added enable_crash and crash_threshold variables,
-mouse steering is now default: "aux1" to toggle,
-removed is_boat in favor of terrain_type,
-tweaked mobs_redo compatablility,
-fixed speed limit enforcement
2016-08-27 22:36:09 -04:00
blert2112
8c83022992 many updates
can now control land, sea, and air mountables
2016-08-13 14:58:24 -04:00
blert2112
cfb0afbe4c new features
jumping possible
mouse control, hold aux1
2016-07-19 23:10:23 -04:00
blert2112
cc21918710 multiplayer flying fix 2016-06-24 11:50:14 -04:00
blert2112
66414b0c9e add flying 2016-06-24 01:50:41 -04:00
blert2112
d7d93a8375 added eye_offset 2016-06-11 10:29:57 -04:00
blert2112
b3f916f40e first commit 2016-06-11 02:06:23 -04:00