Wed, 08 May 2013 03:53:45 +0300 |
Santeri Piippo |
Added a dialog for inquering the user's LDraw directory, not having it set leads to crashing...
|
file |
diff |
annotate
|
Tue, 07 May 2013 00:22:01 +0300 |
Santeri Piippo |
Added grouping basics - will be needed for ext programs (Intersector, Isecalc and a lot of others use 2 or more inputs, need to get all of those in somehow...) plus I think they can be useful for the actual authoring process
|
file |
diff |
annotate
|
Sun, 05 May 2013 00:53:13 +0300 |
Santeri Piippo |
matrix is now templated with N=int (usually 3)
|
file |
diff |
annotate
|
Sat, 04 May 2013 19:14:16 +0300 |
Santeri Piippo |
Further tweaking
|
file |
diff |
annotate
|
Sat, 04 May 2013 18:31:03 +0300 |
Santeri Piippo |
Mass renaming and cleanup. GLRenderer's and ForgeWindow's members made private. Names of common identifiers shortened, moved logVA to ForgeWindow since it's a GUI-related function (though logf remains under main.cpp for ubiquitous usage)
|
file |
diff |
annotate
|
Fri, 03 May 2013 03:55:21 +0300 |
Santeri Piippo |
Further work on constrained cameras
|
file |
diff |
annotate
|
Fri, 19 Apr 2013 15:21:46 +0300 |
Santeri Piippo |
Generalized SetContentsHistory to an EditHistory
|
file |
diff |
annotate
|
Mon, 15 Apr 2013 04:00:10 +0300 |
Santeri Piippo |
More selection work - selecting from GUI updates the GL renderer now
|
file |
diff |
annotate
|
Sun, 14 Apr 2013 03:54:40 +0300 |
Santeri Piippo |
GL picking stuff
|
file |
diff |
annotate
|
Sat, 13 Apr 2013 02:11:54 +0300 |
Santeri Piippo |
Added the ability to add vertices to object corners
|
file |
diff |
annotate
|
Fri, 12 Apr 2013 00:28:17 +0300 |
Santeri Piippo |
Added user-configurable quick-coloring toolbar for.. quick coloring.
|
file |
diff |
annotate
|
Tue, 09 Apr 2013 17:41:19 +0300 |
Santeri Piippo |
Extracted actions from ForgeWindow into their own files. The ACTION macro now manages meta, instances and callback definitions all in one. Too bad I still need to extern these actions in gui.cpp... maybe someday I'll find a way around it :)
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 21:41:24 +0200 |
Santeri Piippo |
Considerably improved sub-file inlining. Use a matrix class instead of double[9], educated myself on what matrix multiplication actually is and fixed the algorithm up. Aside from I/O problems, 32551.dat is correctly rendered now.
|
file |
diff |
annotate
|
Sun, 24 Mar 2013 01:05:59 +0200 |
Santeri Piippo |
Got inlining working. 3002.dat renders properly now! Now just to iron out the bugs and hone the behavior..
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 19:41:37 +0200 |
Santeri Piippo |
Color dialog almost up and running. Need to make it actually selectable now. TODO: make it read LDConfig.ldr
|
file |
diff |
annotate
|
Wed, 20 Mar 2013 02:44:21 +0200 |
Santeri Piippo |
Added code for parsing vertices
|
file |
diff |
annotate
|
Tue, 19 Mar 2013 15:29:42 +0200 |
Santeri Piippo |
Licensed LDForge GPL3, added some more icons
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 18:29:02 +0200 |
Santeri Piippo |
Added LDraw path setting dialog
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 12:20:48 +0200 |
Santeri Piippo |
Renamed io.cpp to file.cpp, draw.cpp to gldraw.cpp
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 12:15:23 +0200 |
Santeri Piippo |
Deleted scanner.cpp (don't need it), merged model.cpp into io.cpp. Renamed LDForgeWindow to just ForgeWindow since I want the LD* prefix only be given to LDObject derivatives.
|
file |
diff |
annotate
|
Mon, 18 Mar 2013 03:38:51 +0200 |
Santeri Piippo |
begin work on subfile caching
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 13:08:24 +0200 |
Santeri Piippo |
Convert the static getCoordinateRep to a common ftoa, use this function to get proper coordinate representation when converting objects to LDraw code
|
file |
diff |
annotate
|
Sat, 16 Mar 2013 01:32:47 +0200 |
Santeri Piippo |
Added logf function to write to message log. Write warnings of unparsable files into the message log.
|
file |
diff |
annotate
|
Fri, 15 Mar 2013 20:52:34 +0200 |
Santeri Piippo |
improve opening, don't auto-load 55966.dat (:P)
|
file |
diff |
annotate
|
Fri, 15 Mar 2013 20:39:29 +0200 |
Santeri Piippo |
don't crash if g_CurrentFile is null
|
file |
diff |
annotate
|
Fri, 15 Mar 2013 20:11:18 +0200 |
Santeri Piippo |
Initial commit
|
file |
diff |
annotate
|