Commit Graph

  • 84c3933fd4 fix wrong textures on a couple of lamps 2019-06-02-1 Vanessa Dannenberg 2019-06-02 03:16:00 -0400
  • 968cdfd549 rope lights are not dimmable Vanessa Dannenberg 2019-06-02 03:13:46 -0400
  • c457874d03 fix bad not-in-creative-inventory flags on wall lamp and plasma ball Vanessa Dannenberg 2019-06-02 02:51:41 -0400
  • 67acbd6d59 fix not being able to right-click table and standing lamps Vanessa Dannenberg 2019-06-02 02:47:46 -0400
  • fdb37bdaf5 fix wrong colorization table usage in table, standing, and desk lamps Vanessa Dannenberg 2019-06-02 02:45:01 -0400
  • ab8bf5586f move "medieval" wall lamp and torch to homedecor_lighting make them mesecon/digiline controllable (on/off only, alldir rules) Vanessa Dannenberg 2019-06-02 02:35:20 -0400
  • 2f3c12eb2a rename and move generic light source textures Vanessa Dannenberg 2019-06-02 02:23:10 -0400
  • 4174737a1a make most presently non-dimmable lights dimmable merge table and standing lamps into the new code Vanessa Dannenberg 2019-06-02 02:01:54 -0400
  • 11771e12cb allow numeric messages for dimmable lamps allow non-dimmables to respond to "off", "low", "med", "hi", "max", "on" Vanessa Dannenberg 2019-06-01 23:13:02 -0400
  • b3337921a1 fix crash (bad variable ref) 2019-05-31-4 Vanessa Dannenberg 2019-05-31 08:00:09 -0400
  • 301ae2ee1d Rearrange mesecons, diglines, dimmable functions and related, tweak digiline stuff to be more generic, and add various digilines connections rules to complement mesecons rules. 2019-05-30 Vanessa Dannenberg 2019-05-29 20:34:29 -0400
  • 9b77ba1c28 move door 3d models to "3d extras" mod by extension, require its presence to cause doors to be 3d 2019-05-28-3 Vanessa Dannenberg 2019-05-28 07:57:23 -0400
  • 6c6cb347fd move door 3d models to "3d extras" mod by extension, require its presence to cause doors to be 3d 2019-05-28-2 Vanessa Dannenberg 2019-05-28 07:57:23 -0400
  • bb1a2c9314 follow proper naming conventions (or at least, make it better than it was :P ) 2019-05-28 Vanessa Dannenberg 2019-05-28 06:38:18 -0400
  • 6181f9c400 3d-ify default doors and trapdoors Vanessa Dannenberg 2019-05-28 06:26:50 -0400
  • c13c3a1c8c make sure doors component works without mesecons :P 2019-05-27 Vanessa Dannenberg 2019-05-27 05:09:42 -0400
  • a129cf177f fix broken door recipes also got rid of some old dirt+coal+door recipes Vanessa Dannenberg 2019-05-27 03:09:48 -0400
  • 7be5e15263 use custom models for most doors all are derived from homedecor's pre-mtg-doors models, with minimal changes, so doors should look virtually identical to what they used to. Vanessa Dannenberg 2019-05-27 02:35:59 -0400
  • 0f2c4f94de fix missing rules for gates Vanessa Dannenberg 2019-05-26 22:13:15 -0400
  • c28df63aae add mesecons support to doors Vanessa Dannenberg 2019-05-26 21:49:19 -0400
  • e767b08011 add missing alias Vanessa Dannenberg 2019-05-26 20:11:50 -0400
  • c645964dd5 Refactor tables and seating Vanessa Dannenberg 2019-05-26 20:02:29 -0400
  • 603eeba810 make table- and standing lamps respond to diglines messages "off", "low", "med", "hi", "max". Any other message is ignored Vanessa Dannenberg 2019-05-26 18:59:45 -0400
  • 960f4c4200 fix bad player ref (sneder -> clicker) Vanessa Dannenberg 2019-05-26 17:13:32 -0400
  • 7cdfc3b49c move wall switch up a bit (almost centered now) Vanessa Dannenberg 2019-05-26 02:17:21 -0400
  • bf7e47342f remove "on" switch from creative inv add proper "receiver" group remove color from switch buttons Vanessa Dannenberg 2019-05-26 01:49:56 -0400
  • b85278fbaa make wall switch work (mesecons) Vanessa Dannenberg 2019-05-26 01:33:22 -0400
  • cacf04e2d1 Add mesecons support for the rest of the other relevant lights Vanessa Dannenberg 2019-05-25 23:52:42 -0400
  • 07141bff47 fill-out mesecons support for first few lights, also removed debug prints Vanessa Dannenberg 2019-05-25 22:50:59 -0400
  • 542f688c09 fix global warnings Vanessa Dannenberg 2019-05-25 21:43:13 -0400
  • fee09943e3 mesecons support, wip Vanessa Dannenberg 2019-05-25 21:35:38 -0400
  • bed4d1e6f8 make table- and standing-lamps return "hi" brightness version, instead of "off". do the same for their crafts. Vanessa Dannenberg 2019-05-25 20:59:19 -0400
  • 798ff29b0a add drops Vanessa Dannenberg 2019-05-25 20:50:30 -0400
  • 7491fd4aa8 Allow most light sources to be toggled on/off with right-click. Vanessa Dannenberg 2019-05-25 19:35:14 -0400
  • 7ab149275b Add "rope" lighting 2019-05-25 Vanessa Dannenberg 2019-05-25 02:34:50 -0400
  • c6ef999591 re-add fan blades (lost during The Big Split) Vanessa Dannenberg 2019-05-25 01:10:29 -0400
  • a9cfef8fba give bathtub some rough collision info allow showerhead to be turned on when placed 2m above the tub (must be on the same end as the taps) Vanessa Dannenberg 2019-05-25 00:59:51 -0400
  • 9d64af85ca convert doors over to use minetest_game doors API simplify gates code a bit Vanessa Dannenberg 2019-05-25 00:01:04 -0400
  • 712ca909ca Multiple related changes: Vanessa Dannenberg 2019-05-24 19:08:13 -0400
  • 32fc5dc49b bad modpath check (leftover from The Big Split); fixes #12 2019-05-04-1 Vanessa Dannenberg 2019-05-04 13:02:46 -0400
  • 854e96d4c0 add "light" to lava lamp desc. Vanessa Dannenberg 2019-05-03 12:06:43 -0400
  • 6e61cc4ad8 move sounds to their correct folders Vanessa Dannenberg 2019-05-02 18:40:25 -0400
  • 2ee1cd6887 Make sure all "lanterns" and "lamps" have "light" in their descriptions also (for easier searching in sfinv and unified inv) Vanessa Dannenberg 2019-05-02 18:36:36 -0400
  • 0cd8bd7780 remove homedecor_i18n and merged into homedecor_common, fixed meseon global error 20190430 TenPlus1 2019-04-21 16:25:21 +0100
  • 8b78caf7c6 wardrobe now uses homedecor api TenPlus1 2019-04-21 15:22:27 +0100
  • 18d74e2f09 fix a couple of wrong depends Vanessa Dannenberg 2019-04-21 07:47:09 -0400
  • b94139c9df lighter, softer building_blocks marble texture Vanessa Dannenberg 2019-04-20 15:59:23 -0400
  • bb808a944c fix wrong "kitchen" chair selection box Vanessa Dannenberg 2019-04-20 15:54:10 -0400
  • b08c0905c0 Split the big "homedecor" mod into multiple sub-mods Vanessa Dannenberg 2019-04-20 15:49:36 -0400
  • 95590f23c5 Separate-out the wardrobe into its own mod Standalone -- can be used without the rest of home decor TenPlus1 2019-04-20 10:01:42 -0400
  • 554ec8028d use basic_materials motor Vanessa Dannenberg 2018-11-26 14:34:16 -0500
  • 0ab1040760 Merge branch 'pg-fix-tap-particles' into 'master' Vanessa Dannenberg 2019-03-24 21:07:58 +0000
  • 52375443ed Fix the tap particles spilling out of the sink Pedro Gimeno 2019-03-24 18:38:27 +0100
  • ac71c0f189 Merge branch 'master' into 'master' Vanessa Dannenberg 2018-12-16 20:42:15 +0000
  • 400113b8e4 use basic_materials motor 2018-11-26 Vanessa Dannenberg 2018-11-26 14:34:16 -0500
  • 37c6b99ac1 make currency opt depend 2018-11-23 Vanessa Dannenberg 2018-11-12 08:23:19 -0500
  • bcf9238e47 use currency mod's 25-cent Minegeld coin for soda machine 2018-11-09-2 Vanessa Dannenberg 2018-11-09 20:23:42 -0500
  • e291a45d99 license fixups: use LGPL 3.0 for code, CC-by-SA 4.0 for media and everything else 2018-11-09 Vanessa Dannenberg 2018-11-08 18:58:34 -0500
  • 12bdbd6684 use basic_materials padlock instead of steel ingot for lockable items. Vanessa Dannenberg 2018-10-31 12:16:50 -0400
  • 13a35d12a0 use basic_materials mod where possible Vanessa Dannenberg 2018-10-30 20:46:10 -0400
  • c5393f1462 use empty bucket in shower tray recipe Vanessa Dannenberg 2018-10-25 13:15:24 -0400
  • 93351aecda use three marble + bucket to make bathroom sink Vanessa Dannenberg 2018-10-25 13:14:14 -0400
  • bf79c7d430 if both gloopblocks and moreblocks present, don't register "gravel spread" alias it to gloopblocks:slab_gravel_1 Vanessa Dannenberg 2018-10-25 13:03:25 -0400
  • f7ff5ae3f4 allow crafting coffee table from two endtables Vanessa Dannenberg 2018-10-25 12:43:14 -0400
  • c64dabfa28 use "default:wood" explicitly in homedecor:table recipe ("group:wood" conflicts with lrfurn coffee table, probably an issue with moreblocks) Vanessa Dannenberg 2018-10-25 12:40:13 -0400
  • d4e85cbab2 disable sleeping in beds Vanessa Dannenberg 2018-10-25 12:34:33 -0400
  • 3791311422 get rid of glass office doors alias them to default glass doors Vanessa Dannenberg 2018-10-25 12:30:21 -0400
  • ec0e332918 get rid of phone ringing sound effect Vanessa Dannenberg 2018-10-25 12:18:15 -0400
  • 6dec410d29 better recipes for the spools (now the end cost is 0.5 ingot and 2.333 plastic per spool of wire) Vanessa Dannenberg 2018-10-24 19:27:14 -0400
  • 0c58327df7 add empty spool (craft from 7 plastic sheet) make steel and copper wire use it. reworked existing spool images Vanessa Dannenberg 2018-10-24 19:03:29 -0400
  • fba875f474 allow turning 8 small lattice lamps into one large. Vanessa Dannenberg 2018-10-18 07:20:36 -0400
  • f983710899 reduce light output of small lattice cube lantern (especially if it comes from a darkage:lamp) Vanessa Dannenberg 2018-10-18 07:17:08 -0400
  • 6a3c009276 if darkage is also installed, Vanessa Dannenberg 2018-10-18 06:54:26 -0400
  • 69e87419ea add alternate recipe for green welcome mat (workaround for a moreblocks bug) Vanessa Dannenberg 2018-10-16 15:06:07 -0400
  • 25fef974e3 add palette to wood banister 2018-09-13-3 Vanessa Dannenberg 2018-09-13 22:32:46 -0400
  • 4980844320 use airbrush_replacement_node instead of ud_replacement_node in shutter 2018-09-13-2 Vanessa Dannenberg 2018-09-13 10:31:29 -0400
  • fc781daca0 get rid of old 89->256 color LBMs 2018-09-13-1 Vanessa Dannenberg 2018-09-12 23:03:41 -0400
  • 5b631142aa take colored banisted "pseudo nodes" out of creative inv Vanessa Dannenberg 2018-09-12 22:43:05 -0400
  • eb6089a03e make wooden banister colorable via Unified Dyes Vanessa Dannenberg 2018-09-12 18:49:51 -0400
  • 41455647a2 lrfurn i18n fix Vanessa Dannenberg 2018-09-11 06:19:31 -0400
  • 55fea4f6ca make doors and gates respond to vertical mesecon two nodes below using pressure plate rules Vanessa Dannenberg 2018-08-28 23:07:37 -0400
  • a8729575ab switch to colored itemstacks with full crafting recipes (requires Unified Dyes commit 2a816534 or later) 2018-08-22-1 Vanessa Dannenberg 2018-08-22 05:08:48 -0400
  • 04cb59401b bugfix wardrobe save/restore skins for skinsdb Alexander Weber 2018-06-25 16:12:09 +0200
  • 9e69a6db73 more set_int fixes Vanessa Dannenberg 2018-06-11 14:06:37 -0400
  • 54ce73b616 fix the fix ;) Vanessa Dannenberg 2018-06-07 10:57:19 -0400
  • 8a5bc0e038 fix #2 Vanessa Dannenberg 2018-06-07 10:22:52 -0400
  • d6ff137657 Add moreblocks:slab_wood for table_lamp (#418) Jat15 2018-05-20 06:49:02 +0200
  • a4ca53cc05 fix players in bed count for multiplayer (#404) bell07 2018-05-14 19:28:36 +0200
  • 017326dbed replace print with verbose logging (#409) Eugen Wesseloh 2018-05-14 06:00:29 +0200
  • 31bf6b8c40 add translation for log message codexp 2018-04-10 22:33:26 +0200
  • b526ec1714 add disabled coin crafting logging codexp 2018-04-09 21:32:03 +0200
  • 7e98534179 add prefix to settings key codexp 2018-04-09 21:06:16 +0200
  • 8132cfc6f8 add setting disable_coin_crafting to make coins not available for crafting codexp 2018-03-24 01:08:06 +0100
  • 39984c356b Resolve itemframe entity duplication Fixes #405. Foz 2018-03-12 03:50:14 -0400
  • eb2b3d7980 add optional support for skinsdb in wardrobe Alexander Weber 2018-05-12 21:35:34 +0200
  • 08bbd0f592 Computer Remove local Jat15 2018-03-28 03:45:11 +0200
  • 3597c2c1aa Proper handle stairs groups fix #410 Alexander Weber 2018-04-16 20:03:23 +0200
  • 5db791deb4 refactor code codexp 2018-04-28 03:40:02 +0200
  • 8ccbe6abc4 add skin_updates table (somehow got lost) codexp 2018-04-28 01:26:39 +0200
  • cafba3bc53 load skin when player has joined the game codexp 2018-04-28 01:04:12 +0200