leocad/common
2020-01-26 18:41:31 -08:00
..
camera.cpp Avoid rolling the camera when using Look At. Fixes #407. 2019-12-25 12:25:32 -08:00
camera.h Avoid rolling the camera when using Look At. Fixes #407. 2019-12-25 12:25:32 -08:00
group.cpp Array cleanup. 2019-03-28 17:59:58 -07:00
group.h
image.cpp Use anisotropic for the string cache texture. 2018-09-29 19:45:21 -07:00
image.h Use anisotropic for the string cache texture. 2018-09-29 19:45:21 -07:00
lc_application.cpp Replaced HTML parts list with BOM style image. 2020-01-14 12:48:18 -08:00
lc_application.h Added view sphere toggle. Fixes #284. 2020-01-05 11:38:24 -08:00
lc_array.h Faster parts list sorting. 2019-11-23 10:46:18 -08:00
lc_basewindow.h Array cleanup. 2020-01-10 17:40:14 -08:00
lc_category.cpp Array cleanup. 2020-01-10 17:40:14 -08:00
lc_category.h Array cleanup. 2020-01-10 17:40:14 -08:00
lc_colors.cpp Added array count macro. 2019-12-09 11:43:54 -08:00
lc_colors.h Fixed warnings. 2019-07-09 08:47:15 -07:00
lc_commands.cpp Added option to insert steps after the current step to avoid confusion. Fixes #373 and #408. 2020-01-26 18:41:31 -08:00
lc_commands.h Added option to insert steps after the current step to avoid confusion. Fixes #373 and #408. 2020-01-26 18:41:31 -08:00
lc_context.cpp Added wrapper for glDepthMask. 2019-11-09 18:11:25 -08:00
lc_context.h Added wrapper for glDepthMask. 2019-11-09 18:11:25 -08:00
lc_file.cpp Fixed /w4 warnings. 2019-05-18 11:33:27 -07:00
lc_file.h Fixed /w4 warnings. 2019-05-18 11:33:27 -07:00
lc_glext.h
lc_glextensions.cpp Fixed alpha value of translucent parts in PNG files. Fixes #241. 2018-07-04 11:19:15 -07:00
lc_glextensions.h Fixed alpha value of translucent parts in PNG files. Fixes #241. 2018-07-04 11:19:15 -07:00
lc_global.cpp
lc_global.h Added array count macro. 2019-12-09 11:43:54 -08:00
lc_glwidget.h
lc_http.cpp Fixed /w4 warnings. 2019-05-18 11:33:27 -07:00
lc_http.h Linux fixes. 2018-04-14 11:53:00 -07:00
lc_library.cpp Fixed possible buffer overflow. 2020-01-24 13:12:34 -08:00
lc_library.h Support multiple part sets. 2019-12-08 16:54:12 -08:00
lc_lxf.cpp Fixed LDD import not converting transforms correctly. Fixes #355. 2019-06-23 12:52:53 -07:00
lc_lxf.h
lc_mainwindow.cpp Added option to insert steps after the current step to avoid confusion. Fixes #373 and #408. 2020-01-26 18:41:31 -08:00
lc_mainwindow.h Added view sphere toggle. Fixes #284. 2020-01-05 11:38:24 -08:00
lc_math.h Avoid rolling the camera when using Look At. Fixes #407. 2019-12-25 12:25:32 -08:00
lc_mesh.cpp Added bounding boxes to mesh sections. 2019-11-22 12:48:40 -08:00
lc_mesh.h Sort translucent meshes per section. 2019-11-22 16:47:58 -08:00
lc_meshloader.cpp Faster parts list sorting. 2019-11-23 10:46:18 -08:00
lc_meshloader.h Change stud logo without application restart (#389) 2019-09-23 16:22:11 -07:00
lc_model.cpp Reorganized PLI function. 2020-01-20 15:39:20 -08:00
lc_model.h Reorganized PLI function. 2020-01-20 15:39:20 -08:00
lc_partpalettedialog.cpp Added button to import inventories to a palette. 2020-01-09 12:06:42 -08:00
lc_partpalettedialog.h Added button to import inventories to a palette. 2020-01-09 12:06:42 -08:00
lc_partpalettedialog.ui Added button to import inventories to a palette. 2020-01-09 12:06:42 -08:00
lc_partselectionwidget.cpp Fixed compiler warnings. 2020-01-18 16:53:33 -08:00
lc_partselectionwidget.h Fixed used parts list not being sorted. 2020-01-01 09:01:10 -08:00
lc_profile.cpp Replaced HTML parts list with BOM style image. 2020-01-14 12:48:18 -08:00
lc_profile.h Replaced HTML parts list with BOM style image. 2020-01-14 12:48:18 -08:00
lc_scene.cpp Fixed compiler warnings. 2020-01-18 16:53:33 -08:00
lc_scene.h Added option to fade previous steps. 2020-01-01 17:06:17 -08:00
lc_selectbycolordialog.cpp Removed horizontal lines from dialogs. 2019-07-14 18:17:58 -07:00
lc_selectbycolordialog.h
lc_shortcuts.cpp Fixed /w4 warnings. 2019-05-18 11:33:27 -07:00
lc_shortcuts.h
lc_stringcache.cpp Fixed /w4 warnings. 2019-05-18 11:33:27 -07:00
lc_stringcache.h Use anisotropic for the string cache texture. 2018-09-29 19:45:21 -07:00
lc_synth.cpp Added array count macro. 2019-12-09 11:43:54 -08:00
lc_synth.h Moved common includes to precompiled header. 2019-05-30 12:06:54 -07:00
lc_texture.cpp Fixed compiler warnings. 2019-02-05 16:35:15 -08:00
lc_texture.h Support loading textures from the unofficial folder. 2019-10-26 11:41:49 -07:00
lc_timelinewidget.cpp Added option to insert steps after the current step to avoid confusion. Fixes #373 and #408. 2020-01-26 18:41:31 -08:00
lc_timelinewidget.h Added option to insert steps after the current step to avoid confusion. Fixes #373 and #408. 2020-01-26 18:41:31 -08:00
lc_viewsphere.cpp Added view sphere toggle. Fixes #284. 2020-01-05 11:38:24 -08:00
lc_viewsphere.h Round viewsphere highlight. 2019-01-19 20:04:08 -08:00
lc_zipfile.cpp Fixed crash unzipping uncompressed files. 2020-01-25 12:44:50 -08:00
lc_zipfile.h
light.cpp Array cleanup. 2019-03-28 17:59:58 -07:00
light.h Fixed interface draw location in active submodels. 2018-04-07 17:17:32 -07:00
minifig.cpp Added option to fade previous steps. 2020-01-01 17:06:17 -08:00
minifig.h Added minifig template import/export. 2019-09-14 17:05:13 -07:00
object.cpp
object.h Fixed interface draw location in active submodels. 2018-04-07 17:17:32 -07:00
piece.cpp Added option to fade previous steps. 2020-01-01 17:06:17 -08:00
piece.h Added option to fade previous steps. 2020-01-01 17:06:17 -08:00
pieceinf.cpp Fixed HTML export not including submodels. Fixes #429. 2020-01-11 12:45:36 -08:00
pieceinf.h Fixed HTML export not including submodels. Fixes #429. 2020-01-11 12:45:36 -08:00
project.cpp Reorganized PLI function. 2020-01-20 15:39:20 -08:00
project.h Reorganized PLI function. 2020-01-20 15:39:20 -08:00
texfont.cpp Fixed view cube text alignment. 2018-09-15 17:19:09 -07:00
texfont.h First pass view cube. 2018-08-19 20:28:04 -07:00
view.cpp Added option to fade previous steps. 2020-01-01 17:06:17 -08:00
view.h Try to add lights and cameras near the center of the model. 2019-08-10 12:31:28 -07:00