Author |
Date |
Commit |
Message |
bram.lambrecht@gmail.com |
Aug 29, 2014 |
63 |
UI improvements - not done |
bram.lambrecht@gmail.com |
Jul 31, 2014 |
62 |
disable Show Preview on non-Windows |
bram.lambrecht@gmail.com |
Jul 31, 2014 |
61 |
Modify hide/show window to save size. Fix a couple things to make LDVLib work w |
bram.lambrecht@gmail.com |
Jul 31, 2014 |
60 |
Allow non-windows compile without LDVLib |
bram.lambrecht |
Sep 28, 2010 |
59 |
|
remigagne |
Sep 27, 2010 |
58 |
Add a (almost blank) About Dialog and menu option. Dialog shows up, with correc |
bram.lambrecht |
Sep 27, 2010 |
57 |
Modify default settings. Reword some warning messages. Change version number t |
remigagne |
Sep 27, 2010 |
56 |
Fixup .pro file - move all GUI app files to !console case. Add static_libgcc to |
remigagne |
Sep 17, 2010 |
55 |
Move COLOR_foo from a set of #defines to inside the ArgumentSet structure.
Load |
bram.lambrecht |
Sep 17, 2010 |
54 |
Edited readme.html |
remigagne |
Sep 17, 2010 |
53 |
Fix typo. |
remigagne |
Sep 17, 2010 |
52 |
Add missing screenshot, and update link in readme. |
bram.lambrecht |
Sep 16, 2010 |
51 |
Edited wiki page Model through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
50 |
Edited wiki page Model through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
49 |
Created wiki page through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
48 |
Created wiki page through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
47 |
Created wiki page through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
46 |
Created wiki page through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
45 |
Deleting wiki page Intro. |
bram.lambrecht |
Sep 16, 2010 |
44 |
Edited wiki page Intro through web user interface. |
bram.lambrecht |
Sep 16, 2010 |
43 |
Created wiki page through web user interface. |
bram.lambrecht |
Sep 15, 2010 |
42 |
If only grid or mesh is checked, skip voxelization steps to save time. |
remigagne |
Sep 1, 2010 |
41 |
Add a first cut at a simple readme.html. Add a Help menu that opens a new text |
remigagne |
Aug 31, 2010 |
40 |
Connect new OPTS_GRID, MESH & PLATES options to UI.
Also add a bit more error c |
bram.lambrecht |
Aug 24, 2010 |
39 |
Fixed bug which left holes in very thin sections of the mesh. Now, if two mesh |
bram.lambrecht |
Jun 18, 2010 |
38 |
Added options:
OPTS_MESH
OPTS_GRID
OPTS_PLATES
to turn on/off display of the inp |
bram.lambrecht |
Jun 18, 2010 |
37 |
Added mesh and grid output to LDraw saving function.
Added 3500 face Stanford Bu |
remigagne |
Jun 17, 2010 |
36 |
Add support for loading & saving window geometry to an .ini file, saved in the a |
remigagne |
Jun 17, 2010 |
35 |
- Don't abort the entire load process when hitting an out of bounds vertex.
- |
bram.lambrecht |
Jun 15, 2010 |
34 |
Added support for triangle strips in PLY file code.
Added error checking for ou |
remigagne |
Jun 13, 2010 |
33 |
Move empty.ldr into LDVLib. |
bram.lambrecht |
Jun 12, 2010 |
32 |
Updated icon. Includes 48,32,24,16 pixel sizes in 32bit and 8bit versions. |
bram.lambrecht |
Jun 8, 2010 |
31 |
First pass at a 16x16 icon |
remigagne |
May 29, 2010 |
30 |
- Fix invokeLSculpt() call; replace hardcoded path to empty.ldr with dynamic loo |
bram.lambrecht |
May 15, 2010 |
29 |
Added a couple LDVLib options to improve the appearance (and speed?) of the load |
bram.lambrecht |
May 15, 2010 |
28 |
Add stu2.dat (fast draw stud) to LDVLib primitives folder. |
bram.lambrecht |
May 15, 2010 |
27 |
Added copyright headers to libobj files |
remigagne |
May 13, 2010 |
26 |
Add general GPL comment header to each source file. |
bram.lambrecht |
May 11, 2010 |
25 |
Add miniature LDraw install of 1x1 plate, 1x1 tile in "LDVLib" directory. Modif |
remigagne |
May 10, 2010 |
24 |
Hook up UI's offerSave(), which checks if the open file has been modified before |
remigagne |
May 10, 2010 |
23 |
Add tooltips to each UI control. These are defined straight in Qt Designer - tu |
remigagne |
May 10, 2010 |
22 |
Add a progress bar to preview updates. |
bram.lambrecht |
May 10, 2010 |
21 |
Added support for coplanar convex non-triangles for the PLY loader:
rewrote mypl |
bram.lambrecht |
May 10, 2010 |
20 |
Added rotation arguments to vertex_cb in LSculpt_obj.h.
|
remigagne |
May 10, 2010 |
19 |
Change some default settings (units -> stud, max size checked, max size 32). Al |
remigagne |
May 9, 2010 |
18 |
Add 'Highest Detail' & 'Easiest to Build' radio buttons, connected to optimizati |
remigagne |
May 9, 2010 |
17 |
Add support for File->Save LDraw File. Also update LSculpt's save_ldraw to retu |
remigagne |
May 9, 2010 |
16 |
Connect 'Run LSculpt' to new LDView preview window. Nice & easy. |
remigagne |
May 9, 2010 |
15 |
Add early LDView support to LSculpt. For now, this just loads car.ldr, and does |
bram.lambrecht |
May 8, 2010 |
14 |
Added first pass at OBJ format loading, using libobj.
libobj files are:
obj.hpp
|
bram.lambrecht |
May 6, 2010 |
13 |
Replaced Microsoft (str...)_s functions with ANSI (str...) functions. |
remigagne |
May 3, 2010 |
12 |
Refactor mesh_bounds so it returns an error code instead of calling exit(), whic |
remigagne |
May 2, 2010 |
11 |
Fix Up direction control. Problem was one more global variable in LSculpt.cpp t |
remigagne |
May 2, 2010 |
10 |
Fix 'Empty Shell' & 'Min Studs Up' controls. |
remigagne |
May 2, 2010 |
9 |
Fix STL import. Silly pass-by-value bug. Also resize mainwin to accommodate mi |
remigagne |
May 2, 2010 |
8 |
- Fix crash on multiple 'Run LSculpt' button clicks: needed to correctly reset t |
remigagne |
Apr 28, 2010 |
7 |
Big refactor - hope I'm not overstepping here...:
Put all command line argument |
remigagne |
Apr 28, 2010 |
6 |
Minor tweaks to UI widget positions & window sizing. |
remigagne |
Apr 28, 2010 |
5 |
Refactor LSculpt header files somewhat, so that LSculpt_functions.h can be inclu |
remigagne |
Apr 27, 2010 |
4 |
Code up File->Open, to get a mesh file name from the user. Also, add ifndefs ar |
remigagne |
Apr 26, 2010 |
3 |
Add LSculpt.pro, the Qt Creator project file. This is human readable, trivial & |
remigagne |
Apr 25, 2010 |
2 |
Import original LSculpt source, including VSx '01 project file. |
|
Apr 25, 2010 |
1 |
Initial directory structure. |