Commit graph

1999 commits

Author SHA1 Message Date
Leonardo Zide
b10d89539b
Merge pull request #661 from hfiguiere/appdata
Update appdata for the latest releases
2021-03-14 18:03:32 -07:00
Hubert Figuière
5bb127588e Update appdata for the latest releases 2021-03-14 19:55:56 -04:00
Leonardo Zide
61cf1dcd20 Keep shader compatible with GLSL 110. 2021-03-14 11:41:53 -07:00
Leonardo Zide
9db8a0112a Better conditional line math. 2021-03-14 11:31:50 -07:00
Leonardo Zide
a2aa03c4fa Update .gitignore 2021-03-14 11:10:27 -07:00
Leonardo Zide
6ef3fe5500 Updated version. 2021-03-14 11:33:15 -07:00
Leonardo Zide
671f9c4966 Updated minifig.ini 2020-03. 2021-03-14 11:27:50 -07:00
Leonardo Zide
32c7964503 Load official parts before unofficial. 2021-03-13 20:01:25 -08:00
Leonardo Zide
b0f689df83 Crash fix. 2021-03-13 14:53:50 -08:00
Leonardo Zide
c8bd036236 Fixed texture upload from worker threads. 2021-03-13 14:09:08 -08:00
Leonardo Zide
a5a794d3fc Set texture unit 0 for all textures. 2021-03-13 11:40:33 -08:00
Leonardo Zide
f789dd21df Read official files before unofficial files.
This is for consistency with other tools #652.
2021-03-13 10:51:35 -08:00
Leonardo Zide
649ecf5c1e Fixed Preferences Dialog Qt assert. 2021-03-13 09:24:32 -08:00
Leonardo Zide
2f664f5a1c
Merge pull request #657 from j6t/fix-indextype-in-meshloader
Fix check for type of mesh index.
2021-03-13 09:20:30 -08:00
Johannes Sixt
19bc2f4f90 Fix check for type of mesh index.
The index type does not only depend on the number of geometry vertices,
but also on the number of conditional line vertices. Check the stored
type, not the number of vertices.
2021-03-13 11:59:57 +01:00
Leonardo Zide
57c4f2912d Merge branch 'master' of https://github.com/leozide/leocad 2021-03-10 21:24:04 -08:00
Leonardo Zide
233affe3fc Moved global resource creation to startup instead of context creation. Fixes #645. 2021-03-10 21:22:41 -08:00
Leonardo Zide
36023ee2e4 Moved global resource creation to startup instead of context creation. 2021-03-10 21:21:47 -08:00
Leonardo Zide
44d0e92b50 Crash fix. Fixes #648. 2021-03-10 16:10:24 -08:00
Leonardo Zide
5065dcac74 Fixed vertex attribute bindings for the conditional shader. 2021-03-10 13:30:41 -08:00
Leonardo Zide
03425aa06c
Merge pull request #650 from hfiguiere/issue-649
Fixed PLI image width.
2021-03-09 21:12:26 -08:00
Hubert Figuière
064c815360 CurrentWidth can be MaxWidth.
Fix instructions hanging when there is a 16 x 16 plate
Closes #649
2021-03-10 00:00:01 -05:00
Leonardo Zide
de3a3adf34 Fixed wrong function call. 2021-03-07 16:07:43 -08:00
Leonardo Zide
4a50ac69a9 Fixed conditional line color. 2021-03-07 11:05:44 -08:00
Leonardo Zide
4f53004aae Disable conditional lines when shaders are not available. 2021-03-07 11:04:53 -08:00
Leonardo Zide
3e84285f40 Refactored bounding box calculation. 2021-03-07 10:14:48 -08:00
Leonardo Zide
b7740d9db1 Don't look for duplicate conditional verts. 2021-03-07 09:57:17 -08:00
Leonardo Zide
b2880731db Added conditional lines option. 2021-03-07 09:53:35 -08:00
Leonardo Zide
c3ad14ac04 Conditional line shader. 2021-03-06 18:54:24 -08:00
Leonardo Zide
cf664584c6 Fixed conditional lines math. 2021-03-06 10:08:36 -08:00
Leonardo Zide
6117c7de88 Crash fix. 2021-03-01 17:21:13 -08:00
Leonardo Zide
140daced93 Added model measurements. Fixes #631. 2021-02-28 15:57:02 -08:00
Leonardo Zide
d0404d9fbb gcc fix. 2021-02-28 13:11:54 -08:00
Leonardo Zide
27734f2469 Moved bricklink color table to the mapping file. 2021-02-28 13:02:58 -08:00
Leonardo Zide
310504775e
Merge pull request #632 from hfiguiere/bl-export
Issue #630 - Remap element for BrickLink export
2021-02-28 11:36:13 -08:00
Leonardo Zide
7a9e193d41 View cleanup. 2021-02-28 11:32:12 -08:00
Leonardo Zide
40983db71c View cleanup. 2021-02-28 10:57:14 -08:00
Leonardo Zide
a873792865 Update .travis.yml 2021-02-28 10:50:15 -08:00
Leonardo Zide
1a8e8a3abe Crash fix. 2021-02-28 10:30:26 -08:00
Hubert Figuière
83c211a687 Issue #630 - Added more mapping 2021-02-27 19:05:08 -05:00
Hubert Figuière
f26581c75e Issue #630 - More parts (from lpub3d) 2021-02-27 19:05:08 -05:00
Hubert Figuière
6a89cdb68a Issue #630 - Detect duplicates in the list 2021-02-27 19:05:08 -05:00
Hubert Figuière
e7f5e8de6c Issue #630 - Added more parts 2021-02-27 19:05:08 -05:00
Hubert Figuière
9f28e09e3a Issue #630 - Added parts from issue #441 2021-02-27 19:05:08 -05:00
Hubert Figuière
16027a98ec Issue #630 - Added a few more items (PF) 2021-02-27 19:05:08 -05:00
Hubert Figuière
67d657e71e Issue #630 - Move the BrickLink colour table to the BrickLink export 2021-02-27 19:05:08 -05:00
Hubert Figuière
b13caa1a61 Issue #630 - Put the mapping table into a resource
- can also load from a file
2021-02-27 19:05:08 -05:00
Hubert Figuière
a344b0af6f Issue #630 - Avoid duplicate parts on output 2021-02-27 19:05:08 -05:00
Hubert Figuière
06e1552153 Issue #630 - More mappings 2021-02-27 19:05:08 -05:00
Hubert Figuière
370791e622 Issue #630 - Move the BrickLink export out 2021-02-27 19:05:08 -05:00