zefram/minetest/technic.git
11 years agoChanged power distribution method and streamlined the various existing machines.
kpoppel [Mon, 1 Jul 2013 22:03:36 +0000 (00:03 +0200)]
Changed power distribution method and streamlined the various existing machines.
An electrical network now requires a switching station to work. This statin is the one
resolving the network collecting power and distributing it again.
Added up/down converter. It is kind of finished. It can be updated with a slot for an upgrade
but so far it works without by resolving the types of wires above and below the box.
Tool and machine registering changed to use a table with key+value instead of the iterative method it used to have.
The power radiator changed to be able to send up to 3000MV EUs in a radius of 6.

This update will most likely require existing networks to be dug up and placed again. Also the
switching station must be added.

11 years agoAdded case study of radiated power through inductive coils.
kpoppel [Tue, 18 Jun 2013 22:24:37 +0000 (00:24 +0200)]
Added case study of radiated power through inductive coils.

11 years agoMerge pull request #4 from RealBadAngel/indev
kpoppel [Tue, 18 Jun 2013 17:18:23 +0000 (10:18 -0700)]
Merge pull request #4 from RealBadAngel/indev

Indev

11 years agoMerge pull request #27 from kpoppel/master
kpoppel [Wed, 12 Jun 2013 21:34:25 +0000 (14:34 -0700)]
Merge pull request #27 from kpoppel/master

Adding down converters.

11 years agoAdded the Mv and HV down converters.
kpoppel [Wed, 12 Jun 2013 21:30:37 +0000 (23:30 +0200)]
Added the Mv and HV down converters.
Doing that required some changes to the batteries in that they have new meta data
aligned with the other machines.
I also added a BA type machine in addition to the existing PR and RE types.
This way it is easy to find he batteries on the network.

11 years agoMerge pull request #26 from kpoppel/master
kpoppel [Wed, 12 Jun 2013 20:12:13 +0000 (13:12 -0700)]
Merge pull request #26 from kpoppel/master

Chainsaw fix.

11 years agoFix to the chainsaw. handle_node drops should no longer become nil.
kpoppel [Wed, 12 Jun 2013 20:08:23 +0000 (22:08 +0200)]
Fix to the chainsaw. handle_node drops should no longer become nil.

11 years agoMerge pull request #24 from kpoppel/master
kpoppel [Thu, 6 Jun 2013 20:58:30 +0000 (13:58 -0700)]
Merge pull request #24 from kpoppel/master

Avoid ingot grinding exploit.

11 years agoWhitespace cleanup
kpoppel [Thu, 6 Jun 2013 20:49:08 +0000 (22:49 +0200)]
Whitespace cleanup

11 years agoChanged grinding of ingots to give 1 dust. This is to avoid duplication exploit.
kpoppel [Thu, 6 Jun 2013 20:46:40 +0000 (22:46 +0200)]
Changed grinding of ingots to give 1 dust. This is to avoid duplication exploit.

11 years agoMerge pull request #22 from kpoppel/master
kpoppel [Tue, 4 Jun 2013 21:39:24 +0000 (14:39 -0700)]
Merge pull request #22 from kpoppel/master

Added ingot grinding.

11 years agoAdded ingot grinding for the type which already have a <>_dust in place.
kpoppel [Tue, 4 Jun 2013 21:36:07 +0000 (23:36 +0200)]
Added ingot grinding for the type which already have a <>_dust in place.
The default bronze_ingot does not have a dust item.

11 years agoMerge pull request #20 from kpoppel/master
kpoppel [Mon, 3 Jun 2013 22:07:17 +0000 (15:07 -0700)]
Merge pull request #20 from kpoppel/master

Recipe fix.

11 years agoFix solr array recipes for hv and mv to match that of the lv array.
kpoppel [Mon, 3 Jun 2013 22:05:07 +0000 (00:05 +0200)]
Fix solr array recipes for hv and mv to match that of the lv array.

11 years agoMerge pull request #19 from kpoppel/master
kpoppel [Mon, 3 Jun 2013 21:48:46 +0000 (14:48 -0700)]
Merge pull request #19 from kpoppel/master

Solar arrays and bug fixes to HV tier.

11 years agoRemoving ununsed textures.
kpoppel [Mon, 3 Jun 2013 21:42:44 +0000 (23:42 +0200)]
Removing ununsed textures.
Added more safety to item_drop to get around a fatal server halt issue.

11 years agoAdded solar arrays for all voltage tiers.
kpoppel [Mon, 3 Jun 2013 21:37:04 +0000 (23:37 +0200)]
Added solar arrays for all voltage tiers.
Added transformers for all voltage tiers.
I changed the recipes for solar panels to make them less expensive.
I also changed the output of the individual panel and made the arrays provie the real "oomph" :-)
Solar panels and arrays are dependent on light level, time of day and height abive ground (0) for output and cheating with torches and stuff.
Textures added.
Fixed bugs in the hv battery box. It was not working at all. I don't understand the hv box top texture though???
I have a sense that all machines connected to the battery boxes are taking the same amount of juice from the box.
A method of taking a little or a lot would be nice.

11 years agoMerge pull request #3 from RealBadAngel/indev
kpoppel [Mon, 3 Jun 2013 20:54:05 +0000 (13:54 -0700)]
Merge pull request #3 from RealBadAngel/indev

Indev

11 years agoHV Battery Box textures added
RealBadAngel [Thu, 30 May 2013 04:01:01 +0000 (06:01 +0200)]
HV Battery Box textures added

11 years agoMake treetap work with moretrees rubber tree.
RealBadAngel [Wed, 29 May 2013 01:59:25 +0000 (03:59 +0200)]
Make treetap work with moretrees rubber tree.
Add moretrees as dependency

11 years agoBugfix
RealBadAngel [Sat, 25 May 2013 21:00:12 +0000 (23:00 +0200)]
Bugfix

11 years agobugfix
RealBadAngel [Sat, 25 May 2013 20:39:25 +0000 (22:39 +0200)]
bugfix

11 years agoMerge pull request #2 from RealBadAngel/indev
kpoppel [Thu, 9 May 2013 21:05:30 +0000 (14:05 -0700)]
Merge pull request #2 from RealBadAngel/indev

Indev

11 years agoAdd HV battery box
RealBadAngel [Thu, 9 May 2013 14:02:02 +0000 (16:02 +0200)]
Add HV battery box

11 years agoAdd stained glass code
RealBadAngel [Thu, 9 May 2013 14:01:18 +0000 (16:01 +0200)]
Add stained glass code

11 years agoAdd stained glass textures
RealBadAngel [Thu, 9 May 2013 14:00:43 +0000 (16:00 +0200)]
Add stained glass textures

11 years agoMerge pull request #17 from kpoppel/master
RealBadAngel [Wed, 8 May 2013 02:46:23 +0000 (19:46 -0700)]
Merge pull request #17 from kpoppel/master

Add more CNC stuff

11 years agoMassive change to the way CNC programs are registered.
kpoppel [Tue, 7 May 2013 23:42:22 +0000 (01:42 +0200)]
Massive change to the way CNC programs are registered.
Now the API is open for adding new nodes and inhibiting some nodes for some materials.
No more recipes outside of the CNC machine.

Code length also greatly reduced.

11 years agoSlope box fixes. From Bas080.
kpoppel [Tue, 7 May 2013 22:06:54 +0000 (00:06 +0200)]
Slope box fixes. From Bas080.

11 years agoCNC can now change programs while it is working.
kpoppel [Tue, 7 May 2013 20:51:03 +0000 (22:51 +0200)]
CNC can now change programs while it is working.

11 years agoAdd textures for active mode of CNC.
kpoppel [Tue, 7 May 2013 20:34:06 +0000 (22:34 +0200)]
Add textures for active mode of CNC.
Correct two typing bug in battery_box.lua

11 years agoMerge pull request #16 from kpoppel/master
RealBadAngel [Tue, 7 May 2013 14:12:42 +0000 (07:12 -0700)]
Merge pull request #16 from kpoppel/master

Added CNC machine to technic mod. (noncubic goes technic)

11 years agoFixes to te machine level of service.
kpoppel [Mon, 6 May 2013 21:14:27 +0000 (23:14 +0200)]
Fixes to te machine level of service.

11 years agoMerge branch 'master' of https://github.com/kpoppel/technic
kpoppel [Mon, 6 May 2013 18:55:33 +0000 (20:55 +0200)]
Merge branch 'master' of https://github.com/kpoppel/technic

11 years agoMerge pull request #1 from RealBadAngel/indev
kpoppel [Mon, 6 May 2013 18:55:11 +0000 (11:55 -0700)]
Merge pull request #1 from RealBadAngel/indev

Indev

11 years agoAdd milling machine from non cubic to technic mod.
kpoppel [Mon, 6 May 2013 18:00:00 +0000 (20:00 +0200)]
Add milling machine from non cubic to technic mod.
Next step is to make sure it only works if powered.

11 years agoStore configuration in the world directory.
ShadowNinja [Fri, 26 Apr 2013 01:39:08 +0000 (21:39 -0400)]
Store configuration in the world directory.

11 years agoAdd HV wireing
RealBadAngel [Sat, 27 Apr 2013 08:04:17 +0000 (10:04 +0200)]
Add HV wireing

11 years agoAdd framedglass mod that uses new drawtype
RealBadAngel [Thu, 25 Apr 2013 16:45:15 +0000 (18:45 +0200)]
Add framedglass mod that uses new drawtype

11 years agoitem pickup files were wrongly named.
Vanessa Ezekowitz [Sat, 20 Apr 2013 06:28:24 +0000 (02:28 -0400)]
item pickup files were wrongly named.

11 years agorange fix again
RealBadAngel [Sat, 20 Apr 2013 06:13:58 +0000 (08:13 +0200)]
range fix again

11 years agoconverted item drop sounds to mono, normalized to -3.0dB
Vanessa Ezekowitz [Sat, 20 Apr 2013 06:02:46 +0000 (02:02 -0400)]
converted item drop sounds to mono, normalized to -3.0dB

11 years agobug fix
RealBadAngel [Sat, 20 Apr 2013 05:53:35 +0000 (07:53 +0200)]
bug fix

11 years agoItem drop sounds range fix
RealBadAngel [Sat, 20 Apr 2013 05:43:49 +0000 (07:43 +0200)]
Item drop sounds range fix

11 years agonew "sizzling" sound for dropping items into lava
Vanessa Ezekowitz [Sat, 20 Apr 2013 05:21:23 +0000 (01:21 -0400)]
new "sizzling" sound for dropping items into lava

11 years agoMerge branch 'indev' of git://github.com/RealBadAngel/technic into indev
Vanessa Ezekowitz [Sat, 20 Apr 2013 04:58:01 +0000 (00:58 -0400)]
Merge branch 'indev' of git://github.com/RealBadAngel/technic into indev

11 years agoitem drop update
RealBadAngel [Sat, 20 Apr 2013 04:51:49 +0000 (06:51 +0200)]
item drop update

11 years agoMerge branch 'indev' of git://github.com/RealBadAngel/technic into indev
Vanessa Ezekowitz [Sat, 20 Apr 2013 03:42:08 +0000 (23:42 -0400)]
Merge branch 'indev' of git://github.com/RealBadAngel/technic into indev

11 years agoitem pick-up overhaul
RealBadAngel [Sat, 20 Apr 2013 03:39:41 +0000 (05:39 +0200)]
item pick-up overhaul

11 years agoFIX THAT AGAIN :P
RealBadAngel [Wed, 17 Apr 2013 22:16:32 +0000 (00:16 +0200)]
FIX THAT AGAIN :P

11 years agoMerge branch 'indev' of git://github.com/RealBadAngel/technic into indev
Vanessa Ezekowitz [Mon, 15 Apr 2013 08:49:25 +0000 (04:49 -0400)]
Merge branch 'indev' of git://github.com/RealBadAngel/technic into indev

11 years agoremoved aaa_recipeshook from depends.txt as it is not used anymore.
Vanessa Ezekowitz [Mon, 15 Apr 2013 06:49:22 +0000 (02:49 -0400)]
removed aaa_recipeshook from depends.txt as it is not used anymore.

11 years agoavoid nil
RealBadAngel [Mon, 15 Apr 2013 06:33:01 +0000 (08:33 +0200)]
avoid nil

11 years agoUpdate crafting guide
RealBadAngel [Mon, 15 Apr 2013 06:28:17 +0000 (08:28 +0200)]
Update crafting guide

11 years agochange registering crafting recipes in UI
RealBadAngel [Mon, 15 Apr 2013 05:56:31 +0000 (07:56 +0200)]
change registering crafting recipes in UI

11 years agoBugfix
RealBadAngel [Mon, 15 Apr 2013 05:54:00 +0000 (07:54 +0200)]
Bugfix

11 years agoUpdate recipes
RealBadAngel [Mon, 15 Apr 2013 05:52:11 +0000 (07:52 +0200)]
Update recipes

11 years agodeleted undesired backup file
Vanessa Ezekowitz [Mon, 15 Apr 2013 02:53:30 +0000 (22:53 -0400)]
deleted undesired backup file

11 years agoaliased diamong block back to default one.
Vanessa Ezekowitz [Mon, 15 Apr 2013 02:24:55 +0000 (22:24 -0400)]
aliased diamong block back to default one.

11 years agoremove aaa_recipeshook from unified inventory depends (it isn't needed anymore)
Vanessa Ezekowitz [Sun, 14 Apr 2013 07:40:34 +0000 (03:40 -0400)]
remove aaa_recipeshook from unified inventory depends (it isn't needed anymore)

11 years agochanges to CraftingGuide
RealBadAngel [Sun, 14 Apr 2013 04:12:49 +0000 (06:12 +0200)]
changes to CraftingGuide

11 years agoCreate README.md
RealBadAngel [Sun, 14 Apr 2013 04:09:04 +0000 (07:09 +0300)]
Create README.md

11 years agoMerge pull request #13 from Novatux/master
RealBadAngel [Sun, 14 Apr 2013 02:38:57 +0000 (19:38 -0700)]
Merge pull request #13 from Novatux/master

Change selection box of frames.

11 years agoChange selection_box of frames so it is easier to select them.
Novatux [Sat, 13 Apr 2013 16:17:27 +0000 (18:17 +0200)]
Change selection_box of frames so it is easier to select them.

11 years agoitem drop sounds
RealBadAngel [Fri, 12 Apr 2013 00:33:11 +0000 (02:33 +0200)]
item drop sounds

11 years agoUpdated item_drop (now as modpack component)
RealBadAngel [Mon, 8 Apr 2013 21:52:20 +0000 (23:52 +0200)]
Updated item_drop (now as modpack component)

11 years agodust texture
RealBadAngel [Sat, 6 Apr 2013 12:52:36 +0000 (14:52 +0200)]
dust texture

11 years agomithril dust texture moved
RealBadAngel [Sat, 6 Apr 2013 12:52:16 +0000 (14:52 +0200)]
mithril dust texture moved

11 years agomissing chests textures
RealBadAngel [Sat, 6 Apr 2013 12:50:46 +0000 (14:50 +0200)]
missing chests textures

11 years agofix grinding recipes and craft recipe for tool workshop
RealBadAngel [Fri, 5 Apr 2013 20:05:54 +0000 (22:05 +0200)]
fix grinding recipes and craft recipe for tool workshop

11 years agosplit chests off into a separate modpack component
RealBadAngel [Fri, 5 Apr 2013 02:30:33 +0000 (04:30 +0200)]
split chests off into a separate modpack component

11 years agoUpdate 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:58:07 +0000 (01:58 +0200)]
Update 0.4.6-0

11 years agoUpdate 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:54:54 +0000 (01:54 +0200)]
Update 0.4.6-0

11 years agoUpdate 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:52:18 +0000 (01:52 +0200)]
Update 0.4.6-0

11 years agoUpdate 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:33:54 +0000 (01:33 +0200)]
Update 0.4.6-0

11 years agoUpdate 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:19:57 +0000 (01:19 +0200)]
Update 0.4.6-0

11 years agoUpdate 0.4.6-0
RealBadAngel [Wed, 3 Apr 2013 23:17:39 +0000 (01:17 +0200)]
Update 0.4.6-0

11 years agoadd missing dep file
RealBadAngel [Sun, 31 Mar 2013 17:36:18 +0000 (19:36 +0200)]
add missing dep file

11 years agotextures moved from main mod to worldgen
RealBadAngel [Sat, 30 Mar 2013 19:18:50 +0000 (20:18 +0100)]
textures moved from main mod to worldgen

11 years agoupdate
RealBadAngel [Sat, 30 Mar 2013 10:36:45 +0000 (11:36 +0100)]
update

11 years agoNew ores code
RealBadAngel [Thu, 28 Mar 2013 14:50:34 +0000 (15:50 +0100)]
New ores code

11 years agoback to old ways
RealBadAngel [Sun, 24 Mar 2013 16:46:30 +0000 (17:46 +0100)]
back to old ways

11 years agoRemove backup files
ShadowNinja [Sun, 24 Mar 2013 04:05:46 +0000 (00:05 -0400)]
Remove backup files

11 years agoScrewdriver tool is obsolete now, deleted.
Vanessa [Sun, 24 Mar 2013 00:55:01 +0000 (20:55 -0400)]
Screwdriver tool is obsolete now, deleted.

11 years agoMerge branch 'master' of git://github.com/RealBadAngel/technic
Vanessa [Sat, 23 Mar 2013 17:44:26 +0000 (13:44 -0400)]
Merge branch 'master' of git://github.com/RealBadAngel/technic

11 years agofixed ore generation. generate_ore() calls were missing the chunk size
Vanessa [Sat, 23 Mar 2013 17:40:03 +0000 (13:40 -0400)]
fixed ore generation.  generate_ore() calls were missing the chunk size
parameter.

11 years agoRemove unnescescary function calls from forcefields and add an enable/disable button
ShadowNinja [Thu, 21 Mar 2013 20:06:13 +0000 (16:06 -0400)]
Remove unnescescary function calls from forcefields and add an enable/disable button

11 years agoMerge branch 'master' of git://github.com/RealBadAngel/technic
Vanessa Ezekowitz [Wed, 20 Mar 2013 14:55:47 +0000 (10:55 -0400)]
Merge branch 'master' of git://github.com/RealBadAngel/technic

11 years agoMultiple changes, see below:
Vanessa Ezekowitz [Wed, 20 Mar 2013 14:50:51 +0000 (10:50 -0400)]
Multiple changes, see below:

removed concrete, marble, marble brick, granite, obsidian

stairs/etc from creative inventory, made them work with circular saw in
moreblocks since this mod depends on that one anyway.  Removed technic obsidian
block entirely and aliased it to the default obsidian block; all stairs/slabs
for obsidian are under the default: namespace.

This depends on a small fix to the circular saw that was just added by
Sokomine.  If your copy of circular saw doesn't have this fix, you can still
use /giveme to get the blocks you need.

Removed custom generate_ore code and made generate-ore calls use
default.generate_ore() since that is the same function anyway.  This is so that
technic can use the C++ version of that function when it is moved back into the
engine.

11 years agoAdded Forcefield generator by ShadowNinja
RealBadAngel [Wed, 20 Mar 2013 02:46:35 +0000 (03:46 +0100)]
Added Forcefield generator by ShadowNinja

11 years agobugfix
RealBadAngel [Sun, 17 Mar 2013 06:13:10 +0000 (07:13 +0100)]
bugfix

11 years agoUpdate Stargates v1.0
RealBadAngel [Sat, 16 Mar 2013 18:47:57 +0000 (19:47 +0100)]
Update Stargates v1.0

11 years agoupdate stargates
RealBadAngel [Fri, 15 Mar 2013 11:53:55 +0000 (12:53 +0100)]
update stargates

11 years agoupdate
RealBadAngel [Wed, 13 Mar 2013 23:27:32 +0000 (00:27 +0100)]
update

11 years agoupdate
RealBadAngel [Tue, 12 Mar 2013 00:51:39 +0000 (01:51 +0100)]
update

11 years agoupdate
RealBadAngel [Mon, 11 Mar 2013 20:24:41 +0000 (21:24 +0100)]
update

11 years agoinitial stargate code
RealBadAngel [Sun, 10 Mar 2013 17:36:40 +0000 (18:36 +0100)]
initial stargate code

11 years agofixed incorrect dependency for moreblocks/stairsplus
Vanessa Ezekowitz [Sat, 9 Mar 2013 18:37:45 +0000 (13:37 -0500)]
fixed incorrect dependency for moreblocks/stairsplus

(moreblocks contains stairsplus now)

11 years agoMerge pull request #12 from VanessaE/master
VanessaE [Fri, 8 Mar 2013 00:15:20 +0000 (16:15 -0800)]
Merge pull request #12 from VanessaE/master

added highlighting of hotbar and craft result in formspec images

11 years agoAdded highlighting of hotbar and craft result in formspec images
Vanessa [Fri, 8 Mar 2013 00:05:19 +0000 (19:05 -0500)]
Added highlighting of hotbar and craft result in formspec images
Minor tweak to code to allow for slightly increased size (added 10x10 px).