Commit Graph

295 Commits

Author SHA1 Message Date
Pascal Abresch 27f1942e3d added immersive formspec (and fixed potential unitiliazed array access) 2019-08-29 16:53:51 +02:00
Pascal Abresch e42bc90b47 hopefully make the furnace cook anim more visible 2019-07-02 12:05:55 +02:00
Pascal Abresch fc38391daf split out api functions into two files 2019-07-02 11:48:56 +02:00
Pascal Abresch 72d70cb467 enabled usage 2 and 3 for makebar 2019-07-02 11:42:12 +02:00
Pascal Abresch 9aad2530c0 Merge branch 'master' of https://git.gryphno.de/Syrupthinker/minetest-mod-sparktech 2019-06-29 21:11:58 +02:00
Pascal Abresch c1945179ea updated readme 2019-06-29 21:07:02 +02:00
Pascal Abresch 02e1cc4df5 modified height of charger spec 2019-06-28 19:57:27 +02:00
Pascal Abresch d411dc2b8b adapted charger to new formspec 2019-06-28 19:56:30 +02:00
Pascal Abresch 2aa692a8a6 modified nametag to use new formspec coordinate system 2019-06-28 19:45:30 +02:00
Pascal Abresch d05b5588fc adapted furnace to work with new formspec 2019-06-28 19:39:22 +02:00
Pascal Abresch f932dff3f3 adapted burnergenerator to new formspec 2019-06-28 19:26:13 +02:00
Pascal Abresch 4f0bec6a11 adapted compat code to new formspec 2019-06-28 19:18:53 +02:00
Pascal Abresch 7d13bd39fd adapted inventory code to new formspec 2019-06-28 19:06:37 +02:00
Pascal Abresch 6aae4df9b4 switch to real coordinates added by minetest 5.1-dev <5e7004e7af71fa7f2f980414c9951a93c0a0e994> 2019-06-28 18:16:46 +02:00
Pascal Abresch 395d6ebf7d make nametag consumable (and fix intendation) 2019-06-28 11:15:04 +02:00
Pascal Abresch 183bd31c4c fixed charger recipe 2019-06-27 09:16:36 +02:00
Pascal Abresch 165139104a fixed inventory colors 2019-06-27 09:16:16 +02:00
Pascal Abresch 0958632969 added size fields to statbar hud elements (not doing so is deprecated) 2019-04-01 02:31:13 +02:00
Pascal Abresch 05e692a0d5 removed deprecated settings call from debug 2019-04-01 02:21:46 +02:00
Pascal Abresch df7ddf0e77 removed deprecated settings call from api 2019-04-01 02:19:26 +02:00
Pascal Abresch 29f3074047 removed deprecated settings call from core 2019-04-01 02:16:41 +02:00
Pascal Abresch a982323bc6 added initial support for the creative mod in compat 2019-04-01 02:01:18 +02:00
Pascal Abresch 89907b369d fixes sparkcompat to optionally require default (should no longer crash on stable mtg) 2019-04-01 02:00:22 +02:00
Pascal Abresch ec13e8de45 disabled debug messages in scanner.lua 2019-03-25 02:25:19 +01:00
Pascal Abresch 837341fe7f fixes intendation of scanner.lua 2019-03-25 02:24:21 +01:00
Pascal Abresch 3fab0643de simplifies init.lua, adds lua/ subdir for mods 2019-03-25 01:36:19 +01:00
Pascal Abresch ecc14e7fcc changed is_item_allowed function in metalfurnace 2019-02-25 18:21:48 +01:00
Pascal Abresch 4dbf73a7a8 added missing setting vars 2019-02-25 18:21:11 +01:00
Pascal Abresch 0c390d53a3 added default support (optional) 2019-02-24 22:27:26 +01:00
Pascal Abresch 5e5e30d7f0 fixed, now :) 2019-02-24 22:08:32 +01:00
Pascal Abresch d33030e0e2 pairs works differently that i expected 2019-02-24 21:52:00 +01:00
Pascal Abresch e73fa06354 fixed lil' crash 2019-02-24 21:34:25 +01:00
Pascal Abresch 0848bc9fea work around crash 2019-02-24 20:19:25 +01:00
Pascal Abresch 6a304f4dd8 code fixes 2019-02-24 20:07:25 +01:00
Pascal Abresch e748b9d3fe testcase (unfinished code for quickfuel) 2019-02-24 19:46:04 +01:00
Pascal Abresch 4cdf672879 updated formspec for furnace and added default:furnace compat 2019-02-24 12:57:30 +01:00
Valentin Anger 473a448913
Order scanner result by node count 2019-02-23 21:24:20 +01:00
Pascal Abresch 8a30e3667e added compat for the default chest (inventory) 2019-02-23 21:05:26 +01:00
Valentin Anger 3d7605d988
Verify user provided color and fallback to default 2019-02-23 20:30:29 +01:00
Valentin Anger eed43ab23a
Allow customization of GUI colors 2019-02-23 19:53:41 +01:00
Pascal Abresch 42034916f4 „LICENSE“ ändern
Switch to mit license
2018-12-10 14:54:25 +01:00
Pascal Abresch 81980e030b moved line 2018-11-19 19:36:35 +01:00
Pascal Abresch abb0301668 removed debug statements 2018-10-01 15:37:20 +02:00
Pascal Abresch e48ece645c fixed dependency declarations 2018-10-01 15:34:38 +02:00
Pascal Abresch 3b23e6bbbc moved generators to generator 2018-10-01 15:29:20 +02:00
Pascal Abresch 12dc7fc45f moved furnace to machine 2018-10-01 15:28:56 +02:00
Pascal Abresch 0ea180ca88 moved components to component 2018-10-01 15:28:26 +02:00
Pascal Abresch f029015236 moved wrench to tool 2018-10-01 15:27:29 +02:00
Pascal Abresch 27c7b62f28 moved inventory specific code to core, deleted sparkinventory 2018-10-01 15:26:30 +02:00
Pascal Abresch a3725f913f moved api specific code from inventory to api 2018-10-01 15:24:02 +02:00