Commit Graph

77 Commits (master)

Author SHA1 Message Date
Juraj Vajda 4b87c9e114 cleanup obsolete files, consitent syntax and forms, new keypad texture 2018-12-02 21:00:00 -05:00
Juraj Vajda e4112d9c61 enable generators when player offline 2018-12-01 19:48:48 -05:00
Juraj Vajda 3e8b481aee generator doesnt work when player offline 2018-12-01 12:23:08 -05:00
Juraj Vajda 572b1c267d syntax fixes 2018-12-01 12:20:57 -05:00
Juraj Vajda 048ceab624 upgrade from basic machines repo 2018-10-31 12:13:05 -04:00
Juraj Vajda b079cf671d updated from basic machines repo 2018-10-12 20:30:31 -04:00
rnd 59758a644c - generator can have max 50 upgrade
- max 5 active generators per player
2018-09-25 09:14:22 +02:00
rnd 44eea6aa5a battery: recharge bug fixed, now battery fails to recharge if fuel exceeding battery capacity is used
battery: new gui
2018-08-23 11:20:52 +02:00
rnd bc9ea4c35c constantly changing "standards" in minetest game code - tweak to prevent crash when activating door with keypad
battery bottom texture fix
2018-07-19 17:24:56 +02:00
Juraj Vajda afcc7114f2 merge basic machines branch 2018-07-08 09:41:15 -04:00
berengma 283ee12bc3 added security check inventory before digging basic_machines 2018-06-16 14:58:45 +02:00
rnd 4e0c791996 power transfer fix 2018-02-21 11:06:04 +00:00
rnd1 a665e39d4e battery recharge tweak (if capacity allows will recharge now + waste excess charge)
enviro: needs machines privs to work
distributor: negative delay is now used for randomized activation with probability (-delay)/1000
2018-02-02 00:56:43 +01:00
rnd1 c83829475b battery fixes: if recharge will exceed capacity it still recharges but cuts of at capacity (capacity still needs to be large enough for cell used)
recycler: abuse fix
keypad: special function fixes
2018-01-12 23:22:07 +01:00
Juraj Vajda a99922ca54 fix texture of baterry_0 2018-01-01 22:05:12 -05:00
Juraj Vajda c10170d714 update from basic_machines repo 2017-12-29 10:26:05 -05:00
rnd1 6f4dd57098 battery placement bugfix: make a copy of def table or it will modify original too 2017-12-29 08:47:16 +01:00
rnd1 dad107d9f7 TEXTURE UPDATE by Jozet
battery tweaks
2017-12-28 23:50:23 +01:00
rnd1 3322f71a8a battery gui fix
keypad gui fix
mover dig costs adjusted to new battery levels
2017-12-27 22:23:30 +01:00
rnd1 c936c6d868 gui tweaks 2017-12-25 22:06:43 +01:00
rnd1 3289ad22b5 NEW TEXTURES (jozet)
battery tweaks and new recipe in constructor
generator tweaks and new recipe in constructor
2017-12-25 18:34:25 +01:00
Juraj Vajda 479eda8dcb Merge https://github.com/ac-minetest/basic_machines into develop 2017-12-22 15:14:44 -05:00
rnd1 638e478520 bugfix: checks and sets battery energy level to 0 if negative. 2017-12-22 20:14:26 +01:00
rnd1 df3d6c2ba2 improved battery connection routine
bugfix: mover finds and connects to new batteries correctly
2017-12-22 19:52:26 +01:00
Juraj Vajda 4a70075ae0 merge basic machines repo and resolve conflicts 2017-12-22 11:54:09 -05:00
rnd1 7463330a2b misspell fix 2017-12-22 09:15:33 +01:00
rnd1 fe5d85cc34 - NEW constructor textures
- battery recharge display bugfix (battery 0,1 and 2)
- misspelling fix in mover.lua
2017-12-22 09:08:56 +01:00
Juraj Vajda 6ff02c7e25 small battery adjustment 2017-12-21 12:39:05 -05:00
Juraj Vajda 3f44353dc8 merge basic_machines repo and resolve conflicts 2017-12-21 11:32:06 -05:00
rnd1 023657f40b texture changes
battery fullness display with 3 states added
2017-12-21 16:14:02 +01:00
Juraj Vajda 1a2ec34ae5 Merge https://github.com/ac-minetest/basic_machines into develop 2017-12-10 09:08:17 -05:00
Jat15 d7a7a7e1a6 Add compatibility machine with listring
Clear syntax.
Add listring click + shift for take item in invetory or machine.
2017-08-29 13:57:08 +02:00
Juraj Vajda 8eee48abad better protection 2017-07-31 00:09:40 +02:00
Juraj Vajda 064ab5333b merge basic_machines repo and resolve the conflicts 2017-01-04 14:12:35 -05:00
rnd1 bde6493637 2017 2017-01-03 16:51:50 +01:00
Juraj Vajda d6cd7360f2 dont use textures as overlays, added better textures 2016-12-11 21:35:29 +01:00
Juraj Vajda 4dd4c0b16f optimized textures, sounds and code also adding back missing recipes 2016-12-11 16:50:10 +01:00
Juraj Vajda 4aed8f559e initial commit 2016-12-11 02:23:08 +01:00
rnd1 7cbfcad2d6 - machines are now constructed with constructor machine
- grinder can grind ingots into dusts too
- disable recycling of some items to prevent unrealistic abuses; like no recycle ingots to get ores
- tweaked mover fuel cost : object teleport costs normally even if starting node is basic_machine, which can itself be moved for no costs
2016-12-04 23:37:57 +01:00
rnd1 c3d9658e3d keypad: added help
generator: added help
mesecon lights: spell fix
2016-07-01 11:34:32 +02:00
rnd1 f0a0048c9b generator: upgrading generator now increases the quantity of cells product until the next level is reached
keypad: if keypad A activates keypad B and keypad B text starts with %i then keypad B will output i-th word of text in keypad A
2016-06-29 10:06:10 +02:00
rnd1 2eeaaa2f68 power cell generator: cell generation time changed from 20 to 19 ( 19 is prime number ) 2016-06-09 19:29:23 +02:00
rnd1 fd363c798f .. 2016-04-27 12:20:15 +02:00
rnd1 61b4627160 patch: prevents crashing due to using old furnace code ( pre minetest 0.4.13dev) 2016-04-24 21:10:09 +02:00
rnd1 d3d8153e33 .. 2016-04-18 22:41:10 +02:00
rnd1 470952cbaa cost tweaks 2016-04-18 11:42:34 +02:00
rnd1 931a44021b battery: powers furnace but initially provides no speed boost. each upgrade increases speed boost by 10% 2016-04-16 09:52:22 +02:00
rnd1 1339064670 .. 2016-04-15 14:58:56 +02:00
rnd1 e18fe05d6e -battery: accelerates furnace burning more with better upgrades 2016-04-15 14:45:57 +02:00
rnd1 09bcc9787f -machines_minstep now defines smallest allowable activation time
-battery: furnace energy rework ( 0.25 of each acceleration, 0.5 for initial burning time add)
2016-04-15 14:05:20 +02:00