leocad/common
2013-03-21 21:16:51 +00:00
..
array.cpp Integrated BOM code from branch. 2013-01-23 23:56:34 +00:00
array.h Integrated BOM code from branch. 2013-01-23 23:56:34 +00:00
basewnd.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
camera.cpp Fixed shadow declarations. 2013-02-12 23:36:30 +00:00
camera.h Camera cleanup. 2012-08-23 18:47:37 +00:00
console.cpp Added support for precompiled headers to common files. 2012-03-20 00:57:42 +00:00
console.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
curve.cpp Fixed compiler warnings. 2013-01-06 19:24:25 +00:00
curve.h Bounding box cleanup. 2012-08-16 23:50:40 +00:00
debug.cpp Removed immediate mode draw calls. 2013-01-11 21:02:55 +00:00
debug.h Misc cleanup. 2012-06-29 21:47:22 +00:00
defines.h Improved camera rotation. 2013-01-27 01:22:37 +00:00
globals.cpp Updated color picker for the new colors. 2012-06-15 04:12:14 +00:00
globals.h Updated color picker for the new colors. 2012-06-15 04:12:14 +00:00
glwindow.h Automatically swap buffers after drawing a GL window derived class. 2013-02-13 01:18:28 +00:00
group.cpp Fixed compiler warnings. 2013-01-06 19:24:25 +00:00
group.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
im_bmp.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
im_gif.cpp Fixed shadow declarations. 2013-02-12 23:36:30 +00:00
im_jpg.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
im_png.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
image.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
image.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
keyboard.cpp Added export to Brick Link. 2013-01-24 23:54:10 +00:00
keyboard.h Updated keyboard shortcuts. 2012-03-29 03:45:51 +00:00
lc_application.cpp Fixed duplicate colors when using the internal library. 2013-03-07 17:09:35 +00:00
lc_application.h Cache library contents between runs. 2012-10-05 23:09:38 +00:00
lc_colors.cpp Fixed duplicate colors when using the internal library. 2013-03-07 17:09:35 +00:00
lc_colors.h Added export to Brick Link. 2013-01-24 23:54:10 +00:00
lc_file.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
lc_file.h Fixed big endian errors. 2012-11-25 21:44:11 +00:00
lc_global.h Updated version number. 2013-03-06 22:16:26 +00:00
lc_library.cpp Fixed importing parts with bow tie quads. 2013-03-21 21:16:51 +00:00
lc_library.h Fixed importing parts with bow tie quads. 2013-03-21 21:16:51 +00:00
lc_math.h Removed old matrix class. 2012-10-18 18:57:21 +00:00
lc_mesh.cpp Fixed shadow declarations. 2013-02-12 23:36:30 +00:00
lc_mesh.h Cache piece data. 2012-11-08 04:05:52 +00:00
lc_texture.cpp Fixed crash unloading textures. 2013-01-06 15:36:15 +00:00
lc_texture.h Cache piece data. 2012-11-08 04:05:52 +00:00
lc_zipfile.cpp Fixed shadow declarations. 2013-02-12 23:36:30 +00:00
lc_zipfile.h Added support for deleting files inside zip files. 2012-11-03 01:32:38 +00:00
light.cpp Fixed shadow declarations. 2013-02-12 23:36:30 +00:00
light.h Removed some immediate mode rendering. 2012-09-09 23:42:57 +00:00
mainwnd.cpp Added support for precompiled headers to common files. 2012-03-20 00:57:42 +00:00
mainwnd.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
Makefile Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
message.cpp Added support for precompiled headers to common files. 2012-03-20 00:57:42 +00:00
message.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
minifig.cpp Automatically swap buffers after drawing a GL window derived class. 2013-02-13 01:18:28 +00:00
minifig.h Added camera rotate and zoom to the Minifig Wizard preview. 2013-01-29 00:43:34 +00:00
module.mk Link with libdl. 2013-01-25 06:14:33 +00:00
object.cpp Sort mesh sections. 2012-10-16 00:43:52 +00:00
object.h Fixed compiler warnings. 2013-01-06 19:24:25 +00:00
opengl.cpp Multisample support. 2012-07-11 01:52:42 +00:00
opengl.h Multisample support. 2012-07-11 01:52:42 +00:00
piece.cpp Fixed compiler warnings. 2013-01-06 19:24:25 +00:00
piece.h Fixed compiler warnings. 2013-01-06 19:24:25 +00:00
pieceinf.cpp Added a small built-in library in case a real one is not available. 2013-02-23 01:21:49 +00:00
pieceinf.h Added a small built-in library in case a real one is not available. 2013-02-23 01:21:49 +00:00
preview.cpp Automatically swap buffers after drawing a GL window derived class. 2013-02-13 01:18:28 +00:00
preview.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
project.cpp Fixed warnings. 2013-02-22 20:01:36 +00:00
project.h Support mouse wheel on Linux. 2013-01-28 19:57:33 +00:00
quant.cpp Code cleanup. 2012-06-21 00:41:53 +00:00
quant.h Code cleanup. 2012-06-21 00:41:53 +00:00
str.cpp Fixed shadow declarations. 2013-02-12 23:36:30 +00:00
str.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
system.h Camera cleanup. 2012-08-22 01:13:32 +00:00
terrain.cpp Texture cleanup. 2012-10-12 18:21:45 +00:00
terrain.h Sort mesh sections. 2012-10-16 00:43:52 +00:00
texfont.cpp Removed immediate mode draw calls. 2013-01-11 21:02:55 +00:00
texfont.h Removed immediate mode draw calls. 2013-01-11 21:02:55 +00:00
tr.cpp Fixed warnings. 2012-11-02 01:17:42 +00:00
tr.h Rewrote ZoomExtents. 2012-02-02 03:30:26 +00:00
typedefs.h Added option to display piece ID and select the piece color to the HTML exporter. 2013-01-26 02:23:49 +00:00
view.cpp Automatically swap buffers after drawing a GL window derived class. 2013-02-13 01:18:28 +00:00
view.h Support mouse wheel on Linux. 2013-01-28 19:57:33 +00:00