Commit Graph

69 Commits

Author SHA1 Message Date
Laurens Valk c43ed06a12 parts: LDraw 2024-05 update.
This commit is checked against the official
complete.zip on 8 july 2024. No errors were found.
2024-07-08 10:36:00 +02:00
Laurens Valk 42940d6e06 parts: LDraw 2024-04 update. 2024-07-08 10:30:21 +02:00
Laurens Valk 6b282de60f parts: LDraw 2024-03 update. 2024-07-08 10:30:03 +02:00
Laurens Valk 38f6bf76ee parts: LDraw 2024-02 update. 2024-07-08 10:29:30 +02:00
Laurens Valk b9975459d3 parts: LDraw 2024-01 update. 2024-07-08 10:29:06 +02:00
Laurens Valk ed55d9ab1c parts: LDraw 2023-07 update. 2024-07-08 10:28:13 +02:00
Laurens Valk 872c95eb6a parts: LDraw 2023-06 update. 2024-07-08 10:27:49 +02:00
Laurens Valk 29f63348af parts: LDraw 2023-05 update. 2024-07-08 10:27:11 +02:00
Laurens Valk 93c35de670 parts: LDraw 2023-04 update. 2024-07-08 10:26:45 +02:00
Laurens Valk 6b39f4767b parts: LDraw 2023-03 update. 2024-07-08 10:26:12 +02:00
Laurens Valk 1a7cd3e2a3 parts: LDraw 2023-02 update. 2024-07-08 10:21:31 +02:00
Laurens Valk 2bd2c3f8be parts: LDraw 2023-01 update.
This synchronizes this repository with complete.zip to ensure
all prior updates are applied correctly.
2023-03-07 09:02:09 +01:00
Laurens Valk ddf755ce98 Update Creative Commons Attribution License.
This is part of the 2023-01 update.
2023-03-07 08:50:31 +01:00
Laurens Valk 4782f586f3 parts: LDraw 2022-06 update. 2023-03-07 08:44:42 +01:00
Laurens Valk 33f652bf5d parts: LDraw 2022-05 update. 2023-03-07 08:43:59 +01:00
Laurens Valk 43501d6caa parts: LDraw 2022-04 update. 2023-03-07 08:43:12 +01:00
Laurens Valk ef39efe71d
parts: LDraw 2022-03 update. 2022-07-04 08:25:40 +02:00
Laurens Valk 0bd4eb95ce
parts: LDraw 2022-02 update. 2022-04-11 12:43:09 +02:00
Laurens Valk ca943f7181
parts: LDraw 2022-01 update. 2022-04-11 12:42:32 +02:00
Laurens Valk 38ec131559
download_part: Add utility for getting unofficial parts. 2021-11-22 21:03:22 +01:00
Laurens Valk 34d3088760
parts: Sync with LDraw complete.zip.
These must have been missing from the incremental updates.
2021-11-22 15:37:36 +01:00
David Lechner aff075fc02 parts: LDraw 2020-03 update. 2021-07-08 14:30:16 -05:00
Laurens Valk b42c6fbbc7 lsynth: Add support for Powered Up cables. 2020-09-22 10:35:23 +02:00
Laurens Valk aedd8b53e5 config: Ignore LPub3D build files.
These are generated when previewing the lsynth examples with LPub3D.
2020-09-22 10:32:54 +02:00
Laurens Valk 988bc426ca
README: Add tips for Linux users. 2020-09-20 23:28:45 +02:00
Laurens Valk 8492225151
parts: Include unofficial lsynth parts.
This includes the required parts to view LDraw files
generated by lsynth.

Including it in the parts folder ensures that all LDraw tools
can find them without special configuration. Since this is Git,
there is no penalty in doing this, because this commit can
just be reverted if needed.

This is mainly for convenience, so that it is no longer required to
search the web for three different zip archives and unpack them in
specific locations just to make lsynth work.
2020-09-20 22:47:17 +02:00
Laurens Valk 53a7194524
mlcad: Document usage. 2020-09-20 22:36:43 +02:00
Laurens Valk d2ea55395a
lsynth: Document how to recreate examples. 2020-09-20 21:49:27 +02:00
Laurens Valk c170c0dcef
mklist: Document usage. 2020-09-20 21:23:33 +02:00
Laurens Valk 070073db9f
mklist: Move makefile one level up.
Seperate it from source.
2020-09-20 20:58:24 +02:00
Laurens Valk 65b659057a
lsynth: Document how to get binary. 2020-09-20 20:50:48 +02:00
Laurens Valk 8cc0979dc4
lsynth: Add lsynth.mpd dependency.
This is a hard requirement to run lsynth. It must be in the same folder as the binary.
2020-09-20 20:46:13 +02:00
Laurens Valk 2306a417c8
lsynth: Move makefile one level up.
Seperate it from source.
2020-09-20 20:44:53 +02:00
Laurens Valk 90e4c3cc00
lsynth: Ignore generated errors. 2020-09-20 20:39:29 +02:00
Laurens Valk 84fd42135b
lsynth: Ignore built binary. 2020-09-20 20:38:19 +02:00
Laurens Valk 8ff34a37dc
lsynth: Import examples.
Authors are tagged in each file.
2020-09-20 20:28:15 +02:00
Laurens Valk 0c7da3c165
lsynth: Extract description and usage from source. 2020-09-20 16:46:22 +02:00
Laurens Valk bb14499ee3
lsynth: Import 3.1 source. 2020-09-20 16:38:05 +02:00
Laurens Valk e51928603d
README: Initial introduction. 2020-09-20 16:30:03 +02:00
Laurens Valk 428db3f37a
mklist: Fix compile errors.
Make sure that it compiles with today's GCC.
2020-09-19 23:40:40 +02:00
Laurens Valk 6d266bb980
mklist: Unzip source. 2020-09-19 23:38:13 +02:00
Laurens Valk 1e7408e4b1
parts: LDraw 2020-02 update. 2020-09-19 23:27:41 +02:00
Laurens Valk 5e5d0de4d8
parts: LDraw 2020-01 update. 2020-09-19 23:27:41 +02:00
Laurens Valk 6b868018c4
parts: LDraw 2019-03 update. 2020-09-19 23:27:41 +02:00
Laurens Valk e4b56f2362
parts: LDraw 2019-02 update. 2020-09-19 23:27:41 +02:00
Laurens Valk 28691456cd
parts: LDraw 2019-01 update. 2020-09-19 23:27:41 +02:00
Laurens Valk 6421d27625
parts: LDraw 2018-02 update. 2020-09-19 23:27:41 +02:00
Laurens Valk 6607516647
parts: LDraw 2018-01 update. 2020-09-19 23:27:41 +02:00
Laurens Valk 51afdb43d0
parts: LDraw 2017-01 update. 2020-09-19 23:27:41 +02:00
Laurens Valk e7db0eef2c
parts: LDraw 2016-01 update. 2020-09-19 23:27:41 +02:00