leocad/common
2012-06-26 00:20:05 +00:00
..
algebra.cpp Removed duplicate includes and renamed File class. 2012-03-21 01:54:03 +00:00
algebra.h Store the view matrix for each camera. 2012-05-28 23:33:22 +00:00
array.cpp Switched rendering to new color format. 2012-04-18 00:03:28 +00:00
array.h Switched rendering to new color format. 2012-04-18 00:03:28 +00:00
basewnd.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
camera.cpp Code cleanup. 2012-06-21 00:41:53 +00:00
camera.h Store the view matrix for each camera. 2012-05-28 23:33:22 +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 Removed old matrix class functions. 2012-06-07 00:08:59 +00:00
curve.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
debug.cpp Added support for precompiled headers to common files. 2012-03-20 00:57:42 +00:00
debug.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
defines.h Code cleanup. 2012-06-21 00:41:53 +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 Cross platform terrain window. 2012-06-23 00:14:09 +00:00
group.cpp Rewrote file classes. 2012-03-22 23:44:56 +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 Rewrote file classes. 2012-03-22 23:44:56 +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 Updated keyboard shortcuts. 2012-03-29 03:45:51 +00:00
keyboard.h Updated keyboard shortcuts. 2012-03-29 03:45:51 +00:00
lc_application.cpp Switched rendering to new color format. 2012-04-18 00:03:28 +00:00
lc_application.h Merged changes from 0.76.2 tag. 2012-04-11 04:58:40 +00:00
lc_colors.cpp Added new color list control. 2012-04-29 20:00:16 +00:00
lc_colors.h Added new color list control. 2012-04-29 20:00:16 +00:00
lc_file.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
lc_file.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
lc_global.h Store the current transformation matrix for each piece. 2012-05-17 21:52:20 +00:00
lc_math.h Removed some old vector code. 2012-06-16 00:17:52 +00:00
lc_mesh.cpp Removed some old vector code. 2012-06-16 00:17:52 +00:00
lc_mesh.h Removed some old vector code. 2012-06-16 00:17:52 +00:00
library.cpp Fixed bug where some colors would be wrong when importing pieces. 2012-04-21 17:02:40 +00:00
library.h Updated pieces library format to always store the correct color codes. 2012-04-16 04:41:40 +00:00
light.cpp Removed old matrix class functions. 2012-06-07 00:08:59 +00:00
light.h Removed old matrix class functions. 2012-06-07 00:08:59 +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
matrix.cpp Store the current transformation matrix for each piece. 2012-05-17 21:52:20 +00:00
matrix.h Store the current transformation matrix for each piece. 2012-05-17 21:52:20 +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 Linux fixes. 2012-06-21 22:03:30 +00:00
minifig.h Minifig Wizard math cleanup. 2012-05-19 01:13:05 +00:00
module.mk Linux fixes. 2012-04-17 01:30:24 +00:00
object.cpp Replaced old Vector class. 2012-03-29 01:10:55 +00:00
object.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
opengl.cpp Disabled GL extensions when rendering to offscreen contexts. 2012-06-26 00:20:05 +00:00
opengl.h Disabled GL extensions when rendering to offscreen contexts. 2012-06-26 00:20:05 +00:00
piece.cpp Removed some old vector code. 2012-06-16 00:17:52 +00:00
piece.h Removed some old vector code. 2012-06-16 00:17:52 +00:00
pieceinf.cpp Code cleanup. 2012-06-21 00:41:53 +00:00
pieceinf.h Code cleanup. 2012-06-21 00:41:53 +00:00
preview.cpp Code cleanup. 2012-06-21 00:41:53 +00:00
preview.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
project.cpp Linux fixes. 2012-06-21 22:03:30 +00:00
project.h Removed some old vector code. 2012-06-16 00:17:52 +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 Added support for precompiled headers to common files. 2012-03-20 00:57:42 +00:00
str.h Copied 0.75 branch as the new trunk. 2011-09-07 21:06:51 +00:00
system.h Merged changes from 0.76.2 tag. 2012-04-11 04:58:40 +00:00
terrain.cpp Removed old matrix class functions. 2012-06-07 00:08:59 +00:00
terrain.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
texfont.cpp Linux fixes. 2012-04-11 23:32:38 +00:00
texfont.h Linux fixes. 2012-04-11 23:32:38 +00:00
texture.cpp Rewrote file classes. 2012-03-22 23:44:56 +00:00
texture.h Rewrote file classes. 2012-03-22 23:44:56 +00:00
tr.cpp Added support for precompiled headers to common files. 2012-03-20 00:57:42 +00:00
tr.h Rewrote ZoomExtents. 2012-02-02 03:30:26 +00:00
typedefs.h Cross platform terrain window. 2012-06-23 00:14:09 +00:00
view.cpp Cross platform terrain window. 2012-06-23 00:14:09 +00:00
view.h Allow different cameras for each view. 2012-02-05 02:50:57 +00:00