Tue, 30 Jul 2013 07:16:48 +0300 Santeri Piippo Use repaint() instead of update() when redrawing the scene after a pick so that the new scene is repainted immediately. file | diff | annotate
Tue, 16 Jul 2013 02:47:11 +0300 Santeri Piippo change camera to top if switching to draw mode in free camera file | diff | annotate
Mon, 15 Jul 2013 22:07:49 +0300 Santeri Piippo updates on file list file | diff | annotate
Mon, 15 Jul 2013 19:30:16 +0300 Santeri Piippo Converted ForgeWindow to Designer UI(!) file | diff | annotate
Mon, 15 Jul 2013 14:43:29 +0300 Santeri Piippo restructure; removed g_BBox file | diff | annotate
Sat, 13 Jul 2013 21:21:33 +0300 Santeri Piippo more formatting file | diff | annotate
Sat, 13 Jul 2013 19:02:48 +0300 Santeri Piippo Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct file | diff | annotate
Mon, 08 Jul 2013 01:36:12 +0300 Santeri Piippo Renamed the color class to LDColor for clarity file | diff | annotate
Mon, 08 Jul 2013 01:29:28 +0300 Santeri Piippo primitive generator: add conditional lines to cylinders; improved bad color handling file | diff | annotate
Sun, 07 Jul 2013 23:22:28 +0300 Santeri Piippo fixed: double-clicking an object and editing it that way would not register to history file | diff | annotate
Sun, 07 Jul 2013 03:03:39 +0300 Santeri Piippo uh, stuff file | diff | annotate
Thu, 04 Jul 2013 21:09:19 +0300 Santeri Piippo fixed: overlays coudln't be defined for other cameras than the one used currently file | diff | annotate
Thu, 04 Jul 2013 03:29:51 +0300 Santeri Piippo fixed: when a new message line was added, the viewport wasn't updated file | diff | annotate
Thu, 04 Jul 2013 03:08:34 +0300 Santeri Piippo remove old test messages file | diff | annotate
Thu, 04 Jul 2013 03:05:39 +0300 Santeri Piippo Re-added the message log, now draws into the viewport file | diff | annotate
Wed, 03 Jul 2013 00:43:27 +0300 Santeri Piippo Apply tr() for possible future translations file | diff | annotate
Tue, 02 Jul 2013 23:29:57 +0300 Santeri Piippo Show values in file opening prompt file | diff | annotate
Tue, 02 Jul 2013 23:02:53 +0300 Santeri Piippo simplify a bit file | diff | annotate
Tue, 02 Jul 2013 22:53:20 +0300 Santeri Piippo Added ability to load the overlay meta file | diff | annotate
Tue, 02 Jul 2013 21:39:47 +0300 Santeri Piippo Made overlay data be contained in the part files, still wip file | diff | annotate
Tue, 02 Jul 2013 00:15:52 +0300 Santeri Piippo Nuked the obsolete radial type now file | diff | annotate
Thu, 27 Jun 2013 14:55:32 +0300 Santeri Piippo Use unique IDs instead of file indices in picking lists, this is much less prone to error file | diff | annotate
Sun, 16 Jun 2013 01:39:19 +0300 Santeri Piippo Use a more greenish green rather than yellowish lime, added some constraints to when double-clicking in the viewport should edit the given object to prevent unwanted popups file | diff | annotate
Sat, 15 Jun 2013 04:36:52 +0300 Santeri Piippo Make camera icons a member of GLRenderer so multiple renderers won't conflict about them file | diff | annotate
Fri, 14 Jun 2013 16:00:54 +0300 Santeri Piippo Converted to 16-bit strings.. again file | diff | annotate
Thu, 13 Jun 2013 16:33:17 +0300 Santeri Piippo Also allow objects to be edited by double-click in the viewport file | diff | annotate
Thu, 13 Jun 2013 14:00:34 +0300 Santeri Piippo Minor tweak to drawing rectangle selection (don't draw it if it was to be an additive pick) file | diff | annotate
Thu, 13 Jun 2013 03:12:34 +0300 Santeri Piippo Update the rect vertices right after rect draw mode is entered so that the old values don't remain to spook around file | diff | annotate
Thu, 13 Jun 2013 02:55:47 +0300 Santeri Piippo Made history work with most things file | diff | annotate
Thu, 13 Jun 2013 00:48:53 +0300 Santeri Piippo Reworked properties a bit file | diff | annotate
Mon, 10 Jun 2013 15:15:23 +0300 Santeri Piippo Laid down the foundations of the new history system file | diff | annotate
Sat, 01 Jun 2013 22:42:52 +0300 Santeri Piippo fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit file | diff | annotate
Sat, 01 Jun 2013 21:36:03 +0300 Santeri Piippo Make LDMatrixObject's transform and pos members properties file | diff | annotate
Sat, 01 Jun 2013 20:09:31 +0300 Santeri Piippo Make LDObject's color and parent properties with accessors file | diff | annotate
Sat, 01 Jun 2013 03:17:52 +0300 Santeri Piippo Purged out the old history code file | diff | annotate
Tue, 28 May 2013 18:30:40 +0300 Santeri Piippo Made range selection be done with Ctrl+Left rather than Shift+Left, additive is Ctrl+Alt+Left. Shift+Left is now an aliasing for panning alongside Mid. file | diff | annotate
Tue, 28 May 2013 02:59:54 +0300 Santeri Piippo Make drawn vertices display a label containing coordinate informations, round down calculated coordinates file | diff | annotate
Mon, 27 May 2013 22:05:10 +0300 Santeri Piippo Fixed behavior of mid-button vertex selector, add ability to all-replace and relative moving to replace coords file | diff | annotate
Mon, 27 May 2013 18:17:21 +0300 Santeri Piippo Added ability to snap to pre-existing vertices while drawing, added changelog file | diff | annotate
Mon, 27 May 2013 13:49:07 +0300 Santeri Piippo Fixed: Coordinates weren't drawn properly on a bright background (was always drawn in bright colors..). Note that previous commits were left dangling in their own head, the string class changes broke too many things. file | diff | annotate
Fri, 24 May 2013 20:38:55 +0300 Santeri Piippo Added method for zooming to fit, fixed zoom being inappropriate when parts are first loaded file | diff | annotate
Fri, 24 May 2013 19:44:53 +0300 Santeri Piippo Further work on image generation experiment file | diff | annotate
Fri, 24 May 2013 16:43:56 +0300 Santeri Piippo Added ability to have multiple GLRenderers file | diff | annotate
Fri, 24 May 2013 15:38:23 +0300 Santeri Piippo Take the aforementioned operator<< into use file | diff | annotate
Fri, 24 May 2013 15:23:56 +0300 Santeri Piippo Made a vector class which wraps around std::vector... finally I have an operator<< for the thing. file | diff | annotate
Fri, 24 May 2013 04:34:20 +0300 Santeri Piippo Make LDOpenFile's members PROPERTIES file | diff | annotate
Wed, 22 May 2013 20:34:21 +0300 Santeri Piippo License graphical assets under CC BY-SA 3.0 Unported file | diff | annotate
Tue, 21 May 2013 14:02:18 +0300 Santeri Piippo Added support for overpaint-less mode since I'm having serious trouble with that file | diff | annotate
Sun, 19 May 2013 03:42:25 +0300 Santeri Piippo Added PROPERTY macro for easier exposed member variable management file | diff | annotate
Sun, 19 May 2013 02:55:29 +0300 Santeri Piippo Make zooming more intuitive - use incremental zooming after crossing the 15.0f mark file | diff | annotate
Sun, 19 May 2013 00:47:07 +0300 Santeri Piippo Added ability to set the depth value to something else than 0. file | diff | annotate
Sat, 18 May 2013 23:47:33 +0300 Santeri Piippo Hopefully fixed the problem regarding objects not getting drawn at first file | diff | annotate
Fri, 17 May 2013 03:11:47 +0300 Santeri Piippo Fixed: rotation point dialog didn't accept negative custom coords; objects were rotated by the grid angle's half file | diff | annotate
Thu, 16 May 2013 22:59:10 +0300 Santeri Piippo Added dialog for rotation points file | diff | annotate
Thu, 16 May 2013 02:26:50 +0300 Santeri Piippo Better support for dark backgrounds.. file | diff | annotate
Thu, 16 May 2013 00:43:43 +0300 Santeri Piippo Don't do any object offsetting, instead use origin as the rotation point for the free camera. file | diff | annotate
Wed, 15 May 2013 23:34:50 +0300 Santeri Piippo Allow rectangle drawing by pressing shift when inserting the first vertex. file | diff | annotate
Wed, 15 May 2013 01:25:04 +0300 Santeri Piippo Made drawing an edit mode, allowing me to add more modes in the future file | diff | annotate
Tue, 14 May 2013 04:03:52 +0300 Santeri Piippo Merged new part and LDraw path dialogs into dialogs.cpp file | diff | annotate
Tue, 14 May 2013 03:23:01 +0300 Santeri Piippo Split some stuff into separate files file | diff | annotate
(0) -60 tip

mercurial