Tue, 07 May 2013 01:15:31 +0300 Santeri Piippo Added visibility toggling 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
Mon, 06 May 2013 15:39:45 +0300 Santeri Piippo Further work on ext programs, LDObjectType_e integrated into LDObject file | diff | annotate
Mon, 06 May 2013 00:10:56 +0300 Santeri Piippo cleanup 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, 26 Apr 2013 18:11:34 +0300 Santeri Piippo Added insert from action to import file contents from another file file | diff | annotate
Fri, 26 Apr 2013 03:27:56 +0300 Santeri Piippo Added new subfile dialog file | diff | annotate
Wed, 24 Apr 2013 23:27:36 +0300 Santeri Piippo Cleanup and some restructuring file | diff | annotate
Wed, 24 Apr 2013 20:33:06 +0300 Santeri Piippo Save the configuration before exiting so that grid choice is preserved. file | diff | annotate
Mon, 22 Apr 2013 16:06:41 +0300 Santeri Piippo Keep track of when the file was last saved and warn if there are unsaved changes when the application is closing. file | diff | annotate
Fri, 19 Apr 2013 15:21:46 +0300 Santeri Piippo Generalized SetContentsHistory to an EditHistory file | diff | annotate
Wed, 17 Apr 2013 14:09:38 +0300 Santeri Piippo Some renaming file | diff | annotate
Tue, 16 Apr 2013 18:27:08 +0300 Santeri Piippo Added functionality for getting a primitive name from a radial. file | diff | annotate
Tue, 16 Apr 2013 14:36:56 +0300 Santeri Piippo Radial saving and reading from files file | diff | annotate
Tue, 16 Apr 2013 02:13:11 +0300 Santeri Piippo Added the radial type, this one sure has been on my wishlist for a while. :) 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 02:54:25 +0300 Santeri Piippo Added basic object moving with MLCAD-like controls. file | diff | annotate
Wed, 10 Apr 2013 19:26:14 +0300 Santeri Piippo Added history dialog, cannot display all types yet file | diff | annotate
Wed, 10 Apr 2013 03:47:17 +0300 Santeri Piippo History handling for list moving file | diff | annotate
Wed, 10 Apr 2013 03:30:58 +0300 Santeri Piippo Added history handling for set contents file | diff | annotate
Wed, 10 Apr 2013 02:22:35 +0300 Santeri Piippo Allow the user to alter the tool bar icon size file | diff | annotate
Tue, 09 Apr 2013 21:59:56 +0300 Santeri Piippo Added move up/down actions. file | diff | annotate
Mon, 08 Apr 2013 18:47:31 +0300 Santeri Piippo Added a New Part dialog file | diff | annotate
Mon, 08 Apr 2013 14:57:25 +0300 Santeri Piippo Don't include non-INVERTNEXT BFC statements in inlined objects. file | diff | annotate
Mon, 08 Apr 2013 14:53:58 +0300 Santeri Piippo LDObject::getIndex was bogus which would cause inlining to crash file | diff | annotate
Mon, 08 Apr 2013 14:45:28 +0300 Santeri Piippo Added support for BFC types file | diff | annotate
Mon, 25 Mar 2013 17:04:18 +0200 Santeri Piippo Phased out FOREACH macro in favor of C++11-style for iteration. file | diff | annotate
Mon, 25 Mar 2013 16:05:03 +0200 Santeri Piippo Simplified configuration code. Use a std::vector object to contain config pointers and have config objects register themselves upon creation instead of relying on a cfgdefs.h. Removed sections, all configurations are just simply written one after another now. file | diff | annotate
Mon, 25 Mar 2013 01:04:20 +0200 Santeri Piippo 57181.dat (Philo's model of the XL-motor) showcased a new problem.. there was no handling of unknown colors which led into crashes. Added stdout warnings, also added mid and dark stone colors file | diff | annotate
Mon, 25 Mar 2013 00:44:11 +0200 Santeri Piippo Restructured inlining to use a proper caching.. one cache per sub-file reference? What was I thinking? *whacks self with a 55295.dat* file | diff | annotate
Sun, 24 Mar 2013 21:45:19 +0200 Santeri Piippo Reverted changes on LDSubfile::getContents, I had a temporary, hackier solution there and forgot to change it back 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 18:03:33 +0200 Santeri Piippo Implemented the inline action to expose inlining to the user. Also added a `deep inline` action to inline subfile recursively down into polygons and lines only. 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
Thu, 21 Mar 2013 03:20:02 +0200 Santeri Piippo Added polygon bordering function file | diff | annotate
Wed, 20 Mar 2013 21:19:35 +0200 Santeri Piippo Turned the test palette action into a set color action for mass object coloring. file | diff | annotate
Wed, 20 Mar 2013 03:22:21 +0200 Santeri Piippo Removed vectors. I realized that subfiles can actually perform their job just as well and that keeping them around would just imply extra work - for nothing. file | diff | annotate
Wed, 20 Mar 2013 02:31:36 +0200 Santeri Piippo Added insert vertex function and added vertex icons. file | diff | annotate
Wed, 20 Mar 2013 01:58:05 +0200 Santeri Piippo Added triangle, quad and condline to the add object dialog file | diff | annotate
Tue, 19 Mar 2013 21:52:38 +0200 Santeri Piippo Begin work on dialogs for adding objects. Comments functional! file | diff | annotate
Tue, 19 Mar 2013 16:36:08 +0200 Santeri Piippo Made the GL renderer background color configurable 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 04:03:05 +0200 Santeri Piippo added dummy action for future inlining command. Also GCC says that deleting instances of classes with virtual members but no virtual destructors is bad. file | diff | annotate
Sat, 16 Mar 2013 17:50:13 +0200 Santeri Piippo So much for that pointer class, caused more problems than it solved. For instance splitting a second quad after a first one had been split would trigger a peculiar crash... file | diff | annotate
Sat, 16 Mar 2013 16:59:16 +0200 Santeri Piippo Added split-quads-to-triangles function file | diff | annotate
Sat, 16 Mar 2013 15:45:20 +0200 Santeri Piippo Yay! This thing can save now. 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 03:42:04 +0200 Santeri Piippo Allow addition of dummy lines.. file | diff | annotate
Sat, 16 Mar 2013 03:11:19 +0200 Santeri Piippo this thing got its own reinterpret_cast now. :P Added SetContents action for altering an object by contents and reinterpreting it. 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
Sat, 16 Mar 2013 00:05:39 +0200 Santeri Piippo Color gibberish red. Check for line code length for gibberish (must be 1 to be valid) file | diff | annotate
Fri, 15 Mar 2013 20:11:18 +0200 Santeri Piippo Initial commit file | diff | annotate
(0) tip

mercurial