66 Commits

Author SHA1 Message Date
Zaoqi
879f8b5662
Update init.lua 2019-12-14 19:24:14 +08:00
Isidor Zeuner
c6a657e0a3 replace deprecated function call 2018-12-08 11:46:59 +01:00
Isidor Zeuner
2421d51053 replace deprecated function call 2018-12-06 12:22:49 +01:00
Isidor Zeuner
7dab99cfa9 replace deprecated function call 2018-12-05 20:25:29 +01:00
Zaoqi
13b2825b97 when can't find the player who launched a missile
```
2017-07-18 21:15:53: ACTION[Server]: b leaves game. List of players: a 
2017-07-18 21:15:53: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:53: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:53: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:53: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:53: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:54: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:54: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:54: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:54: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:54: WARNING[Server]: Deprecated call to get_look_yaw, use get_look_horizontal instead
2017-07-18 21:15:54: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'vehicles' in callback luaentity_Step(): /home/zaoqi/.minetest/mods/vehicles/init.lua:49: attempt to index local 'dir' (a nil value)
2017-07-18 21:15:54: ERROR[Main]: stack traceback:
2017-07-18 21:15:54: ERROR[Main]: 	/home/zaoqi/.minetest/mods/vehicles/init.lua:49: in function </home/zaoqi/.minetest/mods/vehicles/init.lua:39>
2017-07-18 21:15:54: ACTION[Server]: a leaves game. List of players: 
```
2017-07-18 21:33:03 +08:00
Zaoqi
8ea9f04adb Fix 2017-07-15 15:57:21 +08:00
Zaoqi
15e7cd83da Fix
```
2017-07-15 15:50:11: ACTION[Server]: singleplayer [127.0.0.1] joins game. 
2017-07-15 15:50:11: ACTION[Server]: singleplayer joins game. List of players: singleplayer
2017-07-15 15:50:13: ERROR[Main]: ServerError: AsyncErr: ServerThread::run Lua: Runtime error from mod 'vehicles' in callback luaentity_Step(): .../vehicles/init.lua:44: attempt to index local 'player' (a nil value)
2017-07-15 15:50:13: ERROR[Main]: stack traceback:
2017-07-15 15:50:13: ERROR[Main]: 	.../vehicles/init.lua:44: in function <.../vehicles/init.lua:39>
```
2017-07-15 15:54:27 +08:00
D00Med
47ad405b6f missiles don't hit the vehicle that launched them 2017-06-04 07:33:51 +10:00
zaoqi
75ea33e04f 修复vehicles:missile 2017-06-03 19:40:22 +08:00
D00Med
9a106cef79 tractor animation, don't lose spawners in creative 2017-05-06 07:57:44 +10:00
D00Med
201695daf4 some fixes 2017-04-11 06:26:38 +10:00
D00Med
3a9476d1d5 boat braking and fixes 2017-03-27 07:01:13 +10:00
D00Med
5a8b8e6df4 some fixes 2017-03-25 14:44:19 +10:00
D00Med
f3d8ab17fc brakes and better turning
>added brakes
>improved boost effect
>steering is smoother and slower
2017-03-24 20:13:28 +10:00
D00Med
cb3b8af861 destroy the final stage of wheat 2017-03-09 06:35:31 +10:00
D00Med
1800c4715e sound not serverwide 2017-03-08 18:28:32 +10:00
D00Med
9ea4e847c5 tractor recipe 2017-03-08 18:16:41 +10:00
D00Med
1e357198f4 Tractor, and destroy node drops 2017-03-08 18:10:40 +10:00
D00Med
1d6a6a4c00 bullet 2017-02-08 07:00:47 +10:00
D00Med
250f0c8e6a missile and bullet damage 2017-02-08 06:56:20 +10:00
D00Med
3cbb96b295 Tank and fourd 2017-02-06 17:30:58 +10:00
D00Med
cb4310db63 vehicle drives the way it is facing 2017-02-05 11:09:33 +10:00
D00Med
48cfd702f8 helicopter collisionbox, vehicle turning
>helicopter collision box is a little lower
>vehicles can now turn with arrow keys instead of looking around
2017-02-05 06:59:22 +10:00
D00Med
2b836b258d bigger apache, jeep 3rd person 2017-02-04 18:55:29 +10:00
D00Med
e41763700d fix weird spin for certain target yaw values 2017-02-04 15:20:36 +10:00
D00Med
ba3700098f vehicles can't shoot themselves. api cleanup 2017-02-04 15:02:16 +10:00
D00Med
e3fe555406 apache helicopter, animation speed 2017-02-04 14:50:34 +10:00
D00Med
13583cee7d helicopter 2017-02-03 19:56:16 +10:00
D00Med
b7911772a4 slow down lightcycles 2017-02-03 18:40:41 +10:00
D00Med
ede42e784c yaw changes and lightcycle texture change 2017-02-03 18:33:33 +10:00
D00Med
e274b3e0fd more improvements 2017-02-03 17:07:00 +10:00
D00Med
2fbf11c930 better textures and barrier removal 2017-02-03 16:41:35 +10:00
D00Med
40b2d8ccb6 Lightcycle and api changes 2017-02-03 10:41:50 +10:00
zaoqi
705af021ec 增加多语言支持中 2017-01-26 19:00:41 +08:00
zaoqi
055a7e69b8 将init.lua的object_detach修改为vehicles.object_detach 2017-01-26 17:03:56 +08:00
zaoqi
dde25b0798 给所以东西加上重力,给无司机的船加上浮力 2017-01-26 15:31:05 +08:00
zaoqi
2452cf2bcf 优化注释 2017-01-26 14:12:17 +08:00
zaoqi
d54cb51377 用vehicles.on_punch代替重复的on_punch 2017-01-26 14:01:19 +08:00
zaoqi
71f7466eb0 将所有API移动到vehicles中 2017-01-26 13:56:24 +08:00
D00Med
d24898fce7 wing animation 2017-01-22 06:11:25 +10:00
D00Med
f0e32688ae extra yaw setting added, wings changes
>models can be rotated with entra_yaw
>wing model and texture changed
>attempts made to make wings work.
2017-01-21 18:33:53 +10:00
D00Med
a27acf2fc2 jet improvements 2017-01-14 06:12:39 +10:00
D00Med
8fa6e7c945 api changes, small vehicle improvements
>only one function is used for most vehicles(apart from gliding and
simple)
>vehicles can now have two weapons
>vehicles can have a 'boost' and still shoot
>boosts are now controlled with the 'use' key instead of 'sneak'
>The assault suit now shoots missiles in addition to bullets
2017-01-11 17:46:31 +10:00
D00Med
ca5a08308a nitro changes and spawner improvements
>vehicles spawners are now craftitems instead of tools
2016-12-17 07:01:45 +10:00
D00Med
b358990305 fix parachute buh 2016-12-01 05:50:50 +10:00
D00Med
63a741b554 police car craft 2016-11-29 08:35:22 +10:00
D00Med
455263a488 Police car and minor improvements
>Added police car
>Added ambulance siren
>Added smoke trail to rockets.
>Cars are slower in reverse
>Vehicles fire faster bullets/missiles
2016-11-29 08:19:58 +10:00
D00Med
fac85fd257 bullet changes 2016-11-28 17:03:55 +10:00
D00Med
9bb1039505 bullet improvements 2016-11-28 15:21:06 +10:00
D00Med
e78309e236 ambulance, crafts, and car animation 2016-11-28 14:56:15 +10:00