Commit Graph

19 Commits

Author SHA1 Message Date
Coethium 2244c7498b [Carts] Only the driver can punch 2016-08-11 22:43:25 +02:00
Coethium dce8163a9c [Carts] Stops the cart when we leave it 2016-08-11 22:22:10 +02:00
Coethium ce5460a187 Reduce a little the carts max_speed
#501
2016-08-09 18:34:37 +02:00
Coethium a6afae440f All-in-one patch (see ext description)
* Removed PilzAdam's carts
* Replaced by SmallJoker's Boost_cart
(https://github.com/SmallJoker/boost_cart)
* Modified to fully replace carts
* Modified for MFF :
- desactivate mesecons
- power_rail: accelerate, max_speed set in init.lua
- brake_rail: deccelerate, min_speed set in init.lua (so the cart
doesn't stop and runs at very low speed)
- default:rail / rail_cooper : no friction, keep the current speed
- no collision (avoid the "walled_in" bug)
2016-08-08 15:01:43 +02:00
Coethium eb056f88bb Restore cart speed to 3*walk_speed 2016-08-08 14:56:40 +02:00
crabman77 0496cd14eb fix crash cart mod 2016-08-03 14:10:37 +02:00
Coethium e0a3d098f5 Remove cart call into rails.lua
Touring isn't used.
2016-07-31 19:47:59 +02:00
Coethium 2f7e94dbfd Cleaning some code 2016-07-28 17:28:08 +02:00
Coethium 5cc518badf Update init.lua 2016-07-27 16:24:54 +02:00
Coethium 1e6f5424ca Quick hack : no friction, no mesecon, rail_power=accelerate, rail_brake=brake 2016-07-27 16:02:21 +02:00
YouniS Bensalah 392af4281f Carts mod patch. Fix #366
Hack that makes sure cart doesn't leave rails and hangs in the air.
This patch now seems to fix that.
(thx for testing with me @fabienwang)
2016-01-06 06:13:08 +01:00
Wouters Dorian 8dc63b9101 Optimize **all** PNG files 2015-07-06 18:59:12 +02:00
LeMagnesium 9bb085c05f Fixed power rails
- Suppressed silly mesecons' check blocking the adding of velocity data into rails
- Added an ABM to update actual rails
- Honey from mobs gives from now on 6hp when eaten (3 <3)
2015-04-03 22:17:07 +02:00
LeMagnesium afd04d39c6 Removed useless and flooding debug print
- Removed flooding, useless and crashing call to minetest.log in cart mod (may be replaced by something else in the future)
2015-03-06 00:33:24 +01:00
LeMagnesium e9d6ce8f90 Added statements for default:rail acceleration
- default:rail , overriden but defined in carts mod are now able to be
  connected to mesecons systems and increase carts' speed as copper rails
  actually do.
2015-02-24 12:06:40 +01:00
LeMagnesium 20aa788dd6 Added security in carts about driver's yaw calculation
- Thanks to @crabman77 for having reported the issue
2015-01-20 21:32:23 +01:00
LeMagnesium 3bd75abd88 Removed a global variable in carts 2015-01-20 21:32:23 +01:00
Ombridride 887473124e Merge server to github 2014-12-11 18:53:00 +01:00
Ombridride 232b274c55 initial commit
subgame + mods
2014-10-28 18:01:32 +01:00