Commit Graph

81 Commits (master)

Author SHA1 Message Date
ROllerozxa 13a0a513d2 Tiny optimisations and luacheck fixesc 2022-08-29 22:32:48 +02:00
ROllerozxa 49a7451781 Cleanup deprecation warnings 2022-08-27 17:12:49 +02:00
ROllerozxa d41d8e042b Fix node sounds, remove arrows_flp texture in favour of texture modifier 2022-08-27 17:12:01 +02:00
ROllerozxa 0edc01bae1 Move out crafting and nodes into separate files, add settingtypes.txt 2022-08-27 15:52:25 +02:00
ROllerozxa fc48be004a Make default, tnt and dye all optional dependencies
player_api is now a dependency but it is more game-agnostic than default
2022-08-27 15:32:28 +02:00
D00Med 499c99fd22
Merge pull request #48 from zaoqi/patch-1
increase vehicles:apache's size
2021-09-20 07:22:23 +10:00
Yiu Man Ho b8ed3478ab
Fix Error when multi player try to attach a same vehicles 2020-10-03 16:45:43 +08:00
Zaoqi e3a190854c
increase vehicles:apache's size 2020-03-06 19:29:53 +08:00
Zaoqi ecbb9f6cd0
fix typo 2020-01-06 14:35:06 +08:00
Zaoqi 8f3c52271f
fix 2020-01-06 14:33:28 +08:00
zaoqi 14f6368552 fix 2020-01-05 21:15:07 +08:00
zaoqi 11d0f6f724 rc, bullet, missile, ...: fix bugs, fix creative mods, cleanup codes 2020-01-05 20:25:23 +08:00
zaoqi 7698c653c4 format init.lua, fix comment 2020-01-01 19:09:11 +08:00
zaoqi 8076994db9 fix 2020-01-01 18:57:00 +08:00
zaoqi bff33da554 fix #43, parachute, watercraft 2020-01-01 12:56:27 +08:00
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