Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Removed GLRenderer::refresh(), update() does the job just as fine.
Thu, 23 Feb 2017 22:55:09 +0200
, by Teemu Piippo
GLRenderer::drawVbos no longer needs to be told the GL type
Thu, 23 Feb 2017 22:52:45 +0200
, by Teemu Piippo
Cleanup AlgorithmToolset::subfileSelection.
Thu, 23 Feb 2017 22:51:55 +0200
, by Teemu Piippo
Fixed more dialog instances in AlgorithmToolset.
Thu, 23 Feb 2017 21:03:59 +0200
, by Teemu Piippo
Moved all UI files from ui/ into src/dialogs/.
Thu, 23 Feb 2017 21:02:14 +0200
, by Teemu Piippo
Removed unused class RadioGroup.
Thu, 23 Feb 2017 20:29:44 +0200
, by Teemu Piippo
Replaced LDObjectList with QVector<LDObject*>
Thu, 23 Feb 2017 20:28:17 +0200
, by Teemu Piippo
Removed the Origin and axes global constants.
Thu, 23 Feb 2017 20:25:47 +0200
, by Teemu Piippo
At long last, the g_win pointer has been removed. Down with global variables!
Thu, 23 Feb 2017 20:21:40 +0200
, by Teemu Piippo
print() is no longer a global function but is tied to HierarchyElement.
Thu, 23 Feb 2017 20:18:39 +0200
, by Teemu Piippo
Made the GL renderer recieve information of object deletion via signals.
Thu, 23 Feb 2017 20:06:22 +0200
, by Teemu Piippo
Moved GetIcon and makeSettings into the MainWindow namespace as static methods.
Thu, 23 Feb 2017 20:03:31 +0200
, by Teemu Piippo
Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h.
Thu, 23 Feb 2017 19:56:21 +0200
, by Teemu Piippo
Removed dead code
Thu, 23 Feb 2017 19:33:56 +0200
, by Teemu Piippo
Some cleanup in mainwindow.cpp, use QSet<QString> for the 'ignore' variable.
Thu, 23 Feb 2017 19:32:36 +0200
, by Teemu Piippo
Reformat colors.cpp.
Thu, 23 Feb 2017 18:47:15 +0200
, by Teemu Piippo
Removed unused code from macros.h.
Thu, 23 Feb 2017 18:38:30 +0200
, by Teemu Piippo
Made fixed cameras matrix-based. This simplifies some math.
Mon, 20 Feb 2017 07:56:21 +0200
, by Teemu Piippo
Added gnomon.dat to version control. It helps me sort out the cameras as I rework them.
Sat, 18 Feb 2017 02:02:29 +0200
, by Teemu Piippo
Moved LDQuadrilateral into its own source pair.
Tue, 14 Feb 2017 15:21:34 +0200
, by Teemu Piippo
Moved LDTriangle into its own source pair.
Tue, 14 Feb 2017 15:11:33 +0200
, by Teemu Piippo
Renamed ldObject.cpp → linetypes/modelobject.cpp
Tue, 14 Feb 2017 14:59:26 +0200
, by Teemu Piippo
Renamed glCompiler.cpp → glcompiler.cpp
Tue, 14 Feb 2017 14:53:06 +0200
, by Teemu Piippo
Renamed ldDocument.cpp → lddocument.cpp
Tue, 14 Feb 2017 14:52:01 +0200
, by Teemu Piippo
Renamed glRenderer.cpp → glrenderer.cpp
Tue, 14 Feb 2017 14:51:04 +0200
, by Teemu Piippo
Cleanup AlgorithmToolset::replaceCoordinates()
Tue, 14 Feb 2017 13:37:58 +0200
, by Teemu Piippo
Fixed possible memory leak in AlgorithmToolset::editRaw().
Tue, 14 Feb 2017 13:29:47 +0200
, by Teemu Piippo
Split LDConditionalEdge and LDEdgeLine into new source pairs
Tue, 14 Feb 2017 13:25:43 +0200
, by Teemu Piippo
Removed the GLCamera::FreeToken name
Tue, 14 Feb 2017 13:02:05 +0200
, by Teemu Piippo
LDObject subclass renaming:
Tue, 14 Feb 2017 12:58:53 +0200
, by Teemu Piippo
Updated comments
Tue, 14 Feb 2017 12:48:21 +0200
, by Teemu Piippo
Inlined away the LDOBJ macros in ldobject.h.
Tue, 14 Feb 2017 12:43:10 +0200
, by Teemu Piippo
Rearranged declarations in basics.h
Tue, 14 Feb 2017 09:53:13 +0200
, by Teemu Piippo
Removed the intXX type aliases and removed uses of intXX_t in favor of qintXX
Tue, 14 Feb 2017 09:48:51 +0200
, by Teemu Piippo
Moved more stuff to GLCamera
Tue, 14 Feb 2017 08:33:44 +0200
, by Teemu Piippo
Some documentation and cleanup in GLRenderer...
Tue, 14 Feb 2017 08:26:39 +0200
, by Teemu Piippo
Fixed the free camera icon not showing up anymore.
Tue, 14 Feb 2017 08:15:58 +0200
, by Teemu Piippo
Simplified camera tooltip code.
Tue, 14 Feb 2017 08:13:26 +0200
, by Teemu Piippo
Moved camera names to GLCamera, other adjustments
Tue, 14 Feb 2017 08:08:17 +0200
, by Teemu Piippo
Exported GLRenderer cameras into a new class, GLCamera.
Tue, 14 Feb 2017 07:57:27 +0200
, by Teemu Piippo
Fixed some compilation problems
Mon, 13 Feb 2017 20:59:16 +0200
, by Teemu Piippo
Commented GLCompiler::getColorForPolygon
Sun, 12 Feb 2017 17:28:22 +0200
, by Teemu Piippo
Refactored configcollector.py
Sun, 12 Feb 2017 17:18:14 +0200
, by Teemu Piippo
Moved the definitions of all configuration options into a new text file and made the configuration collector read that.
Sun, 12 Feb 2017 16:59:35 +0200
, by Teemu Piippo
Moved definition of MainWindow::ToolInfo into mainwindow.cpp
Sun, 12 Feb 2017 16:02:44 +0200
, by Teemu Piippo
Reworked iterable enums: they all are enum classes now and the end value is marked with "_End"
Sun, 12 Feb 2017 16:02:02 +0200
, by Teemu Piippo
Added the RingAdapter class and interfacing ring() function and simplified some math in GLCompiler with it
Fri, 10 Feb 2017 23:06:24 +0200
, by Teemu Piippo
Replaced uses of currentDocument() in GLRenderer with m_model
Thu, 09 Feb 2017 23:51:42 +0200
, by Teemu Piippo
Axes are not rendered with normals so the normals client state has to be disabled when drawing them.
Thu, 09 Feb 2017 23:50:11 +0200
, by Teemu Piippo
Implemented lighting. Yay! Unfortunately, faces that show up the wrong way around in BFC red/green mode also show up with inverted lighting here.
Thu, 09 Feb 2017 23:46:45 +0200
, by Teemu Piippo
Grah
Thu, 09 Feb 2017 23:45:53 +0200
, by Teemu Piippo
Moved LDComment and LDEmpty into their own source file pairs.
Thu, 09 Feb 2017 22:46:37 +0200
, by Teemu Piippo
Moved dialogs.cpp to dialogs/externalprogrampathdialog.cpp
Thu, 09 Feb 2017 21:04:33 +0200
, by Teemu Piippo
Cleaned up ExternalProgramPathDialog
Thu, 09 Feb 2017 21:01:12 +0200
, by Teemu Piippo
Moved some global constants into appropriate namespaces.
Thu, 09 Feb 2017 20:54:21 +0200
, by Teemu Piippo
Cleaned up GLCompiler. Among other changes, the compiler no longer has to be told what to compile.
Thu, 09 Feb 2017 20:44:36 +0200
, by Teemu Piippo
Fixed potential memory leak
Thu, 09 Feb 2017 20:07:45 +0200
, by Teemu Piippo
Replaced GLRenderer::m_width and GLRenderer::m_height with width() and height() calls.
Thu, 09 Feb 2017 19:59:27 +0200
, by Teemu Piippo
Moved more business logic out of GLRenderer into Canvas. GLRenderer::pick(const QRange&) now returns a set of LDObjects without modifying them. Replaced the GLRenderer::pick(int, int) overload with GLRenderer::pickOneObject.
Thu, 09 Feb 2017 19:57:43 +0200
, by Teemu Piippo
Made GLRenderer's Model pointer const
Thu, 09 Feb 2017 19:32:41 +0200
, by Teemu Piippo
Moved more editing-related methods to Canvas.
Thu, 09 Feb 2017 13:26:44 +0200
, by Teemu Piippo
Removed the unneeded makeCurrent overload
Thu, 09 Feb 2017 13:17:22 +0200
, by Teemu Piippo
Moved more methods only used by canvas code from GLRenderer to Canvas. Thin border pen is now a static constant.
Thu, 09 Feb 2017 13:13:46 +0200
, by Teemu Piippo
Moved triangle count rendering to Canvas
Thu, 09 Feb 2017 13:07:47 +0200
, by Teemu Piippo
Moved document editing methods from GLRenderer to Canvas
Thu, 09 Feb 2017 13:05:31 +0200
, by Teemu Piippo
Created a new GLRenderer derivative class "Canvas" and made MainWindow use it
Thu, 09 Feb 2017 11:53:55 +0200
, by Teemu Piippo
Cleaned up code in LDDocument and removed unnecessary flags and methods. Flags turned into bools.
Thu, 09 Feb 2017 01:08:57 +0200
, by Teemu Piippo
Removed some unused code
Thu, 09 Feb 2017 01:00:31 +0200
, by Teemu Piippo
Removed all overlay support. It's a messy pile of mess and I will reimplement it later as background images and it will be much better then.
Thu, 09 Feb 2017 00:52:23 +0200
, by Teemu Piippo
GLRenderer no longer exposes the model pointer.
Thu, 09 Feb 2017 00:45:44 +0200
, by Teemu Piippo
LDGLData merged into GLRenderer since it only deals with one document now. GLRenderer generalised from rendering documents to models.
Thu, 09 Feb 2017 00:43:30 +0200
, by Teemu Piippo
Made a new renderer be created for each document, instead of reusing the same renderer for all documents.
Thu, 09 Feb 2017 00:32:24 +0200
, by Teemu Piippo
Simplified GLRenderer::convert3dTo2d. The multiplication with the modelview matrix is not necessary, it's identity all the time... with that, I think the function makes much more sense now.
Wed, 08 Feb 2017 17:07:19 +0200
, by Teemu Piippo
- Use a QGenericMatrix to store the matrix, instead of a C array
Wed, 08 Feb 2017 16:51:55 +0200
, by Teemu Piippo
Changed from GLdouble to GLfloat. Apparently the performance difference is greater on the GPU..? It doesn't really matter but let's be consistent.
Wed, 08 Feb 2017 16:45:32 +0200
, by Teemu Piippo
GLRenderer::clampAngle is no longer used as of the previous commit so we can do away with it.
Wed, 08 Feb 2017 16:38:59 +0200
, by Teemu Piippo
Switched from euler angle rotation to matrix rotation. Gimbal lock is now broken.
Wed, 08 Feb 2017 16:25:06 +0200
, by Teemu Piippo
Wrote documentation to the Model class.
Sat, 04 Feb 2017 14:44:39 +0200
, by Teemu Piippo
The current document pointer may no longer be null.
Sat, 04 Feb 2017 14:24:16 +0200
, by Teemu Piippo
minor amendment
Fri, 03 Feb 2017 10:51:08 +0200
, by Teemu Piippo
Reworked and cleaned up the circle mode
Fri, 03 Feb 2017 10:44:23 +0200
, by Teemu Piippo
Some code cleanup in abstract editing modes.
Mon, 30 Jan 2017 14:30:55 +0200
, by Teemu Piippo
Removed some unnecessary #include-directives.
Mon, 30 Jan 2017 02:41:45 +0200
, by Teemu Piippo
Removed the status bar, since it's not used for anything
Mon, 30 Jan 2017 02:33:17 +0200
, by Teemu Piippo
Split object list representation into virtual methods
Mon, 30 Jan 2017 02:30:26 +0200
, by Teemu Piippo
Removed LDDocument::getObjectCount (superceded by Model::size)
Mon, 30 Jan 2017 02:18:42 +0200
, by Teemu Piippo
The "all objects have valid models" invariant seems to be holding up now. At least basic drawing works again.
Mon, 30 Jan 2017 00:59:06 +0200
, by Teemu Piippo
Made all LDObject constructors protected. Emplacement is now the only way to create objects.
Sun, 29 Jan 2017 21:17:43 +0200
, by Teemu Piippo
Removed the LDSpawn function and replaced its last use cases.
Sun, 29 Jan 2017 21:07:15 +0200
, by Teemu Piippo
More rework on model stuff, removals of LDSpawn calls. Most importantly, the LDraw code parsing function was moved to Model.
Sun, 29 Jan 2017 21:02:11 +0200
, by Teemu Piippo
Removed uses of LDSpawn in the algorithm toolset
Sun, 29 Jan 2017 15:49:36 +0200
, by Teemu Piippo
Replaced uses of LDSpawn with the Model class in edit modes
Sun, 29 Jan 2017 15:39:35 +0200
, by Teemu Piippo
Removed dead code that's standing in the way of refactoring
Sun, 29 Jan 2017 15:28:48 +0200
, by Teemu Piippo
Removed the AddObjectDialog. Garbage code that absolutely needs to be reimplemented.
Sun, 29 Jan 2017 15:25:26 +0200
, by Teemu Piippo
Made the quad→triangles use emplacement. However, now it crashes because of problems in the underlying system (the LDObject constructor shouldn't do anything in regard to the model!)
Sun, 29 Jan 2017 15:18:40 +0200
, by Teemu Piippo
Major overhaul of object→document relationship: added the Model class which models the object buffer. Each object is to be included in a model (an invariant that currently does not hold). A document is a subclass of a model. The LDObject is also now agnostic about selection, and the selection is now a set. A lot of things are probably broken now but it's a major step forward.
Sun, 29 Jan 2017 15:05:14 +0200
, by Teemu Piippo
Happy new year 2017!
Sat, 28 Jan 2017 17:47:06 +0200
, by Teemu Piippo
Matrices are now input with 9 spinboxes instead of a MLCad-style line edit
Sat, 28 Jan 2017 17:45:00 +0200
, by Teemu Piippo
Moved the identity matrix constant into Matrix's namespace
Sat, 28 Jan 2017 17:23:04 +0200
, by Teemu Piippo
Removed the dangerous C-array constructor from the matrix - no need for it anyway since the matrix already is an array of doubles.
Sat, 28 Jan 2017 17:20:16 +0200
, by Teemu Piippo
Reworked the Matrix interface so that less index math is involved
Sat, 28 Jan 2017 17:14:05 +0200
, by Teemu Piippo
Fixed formatFileSize
Sat, 28 Jan 2017 16:30:27 +0200
, by Teemu Piippo
Refactor roundToDecimals and formatFileSize
Sat, 28 Jan 2017 14:33:09 +0200
, by Teemu Piippo
Actually, let's call it countof(). Makes more sense.
Sat, 28 Jan 2017 14:14:28 +0200
, by Teemu Piippo
Replaced '.length()' with 'length()' where appropriate
Sat, 28 Jan 2017 14:13:01 +0200
, by Teemu Piippo
Replaced uses of 'x.size()' with 'length(x)'
Sat, 28 Jan 2017 14:01:19 +0200
, by Teemu Piippo
refactor: added the length() function that's like Python's len()
Sat, 28 Jan 2017 13:49:09 +0200
, by Teemu Piippo
refactor
Sat, 28 Jan 2017 13:32:55 +0200
, by Teemu Piippo
Display error string if unable to write a crash log.
Sat, 19 Nov 2016 22:57:18 +0200
, by Teemu Piippo
Made DEFINE_FLAG_ACCESS_METHODS a function macro
Fri, 18 Nov 2016 03:01:38 +0200
, by Teemu Piippo
Cleaned up crash catcher, fixed missing <math.h> include
Fri, 18 Nov 2016 02:56:53 +0200
, by Teemu Piippo
Fixed additive range selection not working properly.
Thu, 17 Nov 2016 14:12:59 +0200
, by Teemu Piippo
Cleanup in GL renderer...
Thu, 17 Nov 2016 13:56:13 +0200
, by Teemu Piippo
Cleaned up PrimitiveScanner
Thu, 17 Nov 2016 12:18:13 +0200
, by Teemu Piippo
Further cleanup
Wed, 16 Nov 2016 01:43:37 +0200
, by Teemu Piippo
Refactor primitives
Wed, 16 Nov 2016 01:28:42 +0200
, by Teemu Piippo
Refactor FileToolset
Wed, 16 Nov 2016 00:52:22 +0200
, by Teemu Piippo
Moved the about dialog into the file toolset and removed the mail button (the forums are better for this anyway)
Wed, 16 Nov 2016 00:44:35 +0200
, by Teemu Piippo
Removed the 'once' macro since it's not used
Tue, 15 Nov 2016 17:44:54 +0200
, by Teemu Piippo
Removed the USE_QT5 macro now that we're Qt5 only.
Tue, 15 Nov 2016 17:42:42 +0200
, by Teemu Piippo
Change "m_" prefix to "_" in members of PartDownloader
Tue, 15 Nov 2016 17:40:51 +0200
, by Teemu Piippo
Changed QList to QVector in PartDownloader
Tue, 15 Nov 2016 17:39:04 +0200
, by Teemu Piippo
Cleanup PartDownloader
Tue, 15 Nov 2016 17:37:31 +0200
, by Teemu Piippo
Unabbreviate "transform" to "transformationMatrix"
Tue, 15 Nov 2016 17:12:50 +0200
, by Teemu Piippo
Cleanup colors.cpp/.h
Tue, 15 Nov 2016 13:52:44 +0200
, by Teemu Piippo
Refactor GuiUtilities
Fri, 11 Nov 2016 13:59:27 +0200
, by Teemu Piippo
Some cleanup
Fri, 11 Nov 2016 13:34:51 +0200
, by Teemu Piippo
Draw line lengths to 2 decimal points only.
Sun, 16 Oct 2016 18:28:56 +0300
, by Teemu Piippo
Dropped Qt 4 support. We're Qt 5 only now.
Sun, 16 Oct 2016 17:54:42 +0300
, by Teemu Piippo
Fixed compilation.
Sun, 16 Oct 2016 17:54:22 +0300
, by Teemu Piippo
Added doxygen.ini
Thu, 16 Jun 2016 14:13:04 +0300
, by Teemu Piippo
Moved matrix into new source/header pair in types/
Sun, 08 May 2016 20:54:52 +0300
, by Teemu Piippo
Replaced the ugly for_enum macro with a generator class
Sun, 08 May 2016 20:12:54 +0300
, by Teemu Piippo
Further improved enum handling
Sun, 08 May 2016 16:26:16 +0300
, by Teemu Piippo
Enum stuff
Sun, 08 May 2016 16:11:40 +0300
, by Teemu Piippo
- Refactoring...
Sun, 08 May 2016 15:26:58 +0300
, by Teemu Piippo
Unabbreviated overlay member names
Sun, 08 May 2016 13:25:12 +0300
, by Teemu Piippo
removed removeDuplicates in favor of QSet, and the unused ObjectList class
Wed, 17 Feb 2016 19:54:21 +0200
, by Teemu Piippo
Fixed circle mode not building the circle anymore
Wed, 17 Feb 2016 03:24:07 +0200
, by Teemu Piippo
Removed unneeded includes from main.cpp
Wed, 17 Feb 2016 03:15:10 +0200
, by Teemu Piippo
Moved PreferredLicenseText into HierarchyElement and made the config pointer be passed to LDPaths. Now I can finally remove the Config global pointer.
Wed, 17 Feb 2016 03:10:12 +0200
, by Teemu Piippo
Moved LDObject::moveObjects into MoveToolset
Wed, 17 Feb 2016 02:56:59 +0200
, by Teemu Piippo
Rename Pi to lowercase pi
Wed, 17 Feb 2016 00:54:02 +0200
, by Teemu Piippo
Renamed ldObjectMath.cpp/.h to mathfunctions.cpp/.h
Wed, 17 Feb 2016 00:47:48 +0200
, by Teemu Piippo
Moved rotation point handling to ldObjectMath.cpp and encapsulated it into new class MathFunctions
Wed, 17 Feb 2016 00:43:17 +0200
, by Teemu Piippo
Split grid stuff into a new class Grid in grid.cpp/grid.h
Tue, 16 Feb 2016 19:59:43 +0200
, by Teemu Piippo
Use a better gcd algorithm, some style fixes
Tue, 16 Feb 2016 16:28:44 +0200
, by Teemu Piippo
Replaced GetRecursiveFilenames with QDirIterator
Tue, 16 Feb 2016 02:11:33 +0200
, by Teemu Piippo
Reformatted primitives.cpp
Tue, 16 Feb 2016 01:51:00 +0200
, by Teemu Piippo
Split PrimitivePrompt into its new source files, renamed it to GeneratePrimitivePrompt
Tue, 16 Feb 2016 01:39:06 +0200
, by Teemu Piippo
Transformed primitive management into a new class PrimitiveManager that is a member of MainWindow
Tue, 16 Feb 2016 00:59:50 +0200
, by Teemu Piippo
Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables.
Sun, 14 Feb 2016 03:19:28 +0200
, by Teemu Piippo
Fixed line length warnings
Sat, 13 Feb 2016 04:14:43 +0200
, by Teemu Piippo
Added triangle count to viewport, added compile-time line length check
Sat, 13 Feb 2016 04:06:49 +0200
, by Teemu Piippo
Happy new year 2016!
Fri, 01 Jan 2016 23:41:55 +0200
, by Teemu Piippo
Cleanup miscallenous.cpp/.h
Thu, 19 Nov 2015 00:43:18 +0200
, by Teemu Piippo
It worx again!
Wed, 18 Nov 2015 19:05:22 +0200
, by Teemu Piippo
Rename LDSubfile to LDSubfileReference
Sat, 24 Oct 2015 13:19:27 +0300
, by Teemu Piippo
A bit more cleanup. Finally removed the PROPERTY macro. (now let's see about making a new one sometime that isn't so terrible?)
Sun, 04 Oct 2015 22:54:17 +0300
, by Teemu Piippo
Fix rectangle mode for real
Sun, 04 Oct 2015 16:55:26 +0300
, by Teemu Piippo
Fixed circle, rectangle and line path modes not working anymore. Add blip coordinates to curve and line path modes. Circle mode for now only can show the coordinates of the initial blip
Sun, 04 Oct 2015 16:45:30 +0300
, by Teemu Piippo
Branch close
Sun, 04 Oct 2015 14:09:46 +0300
, by Teemu Piippo
Copyright header fix, some minor stuff
Sun, 04 Oct 2015 14:08:51 +0300
, by Teemu Piippo
Subject Bézier curve fineness to the grid. By default, the coarse grid uses 8 segments, medium 16 and fine 32. Moved rasterization from demoting to inlining, it feels more sensible for it to be there.
Sun, 04 Oct 2015 13:19:45 +0300
, by Teemu Piippo
Bézier curves now render in 3D
Sun, 04 Oct 2015 06:59:09 +0300
, by Teemu Piippo
Bézier curves are now parsed correctly
Sun, 04 Oct 2015 06:43:02 +0300
, by Teemu Piippo
Bézier curves may now be serialized down using the "Demote" function. I need to rename that now.
Sun, 04 Oct 2015 06:31:36 +0300
, by Teemu Piippo
Added some pretty pics that I left out of the previous commit.
Sun, 04 Oct 2015 04:27:38 +0300
, by Teemu Piippo
Begin work on Bézier curve support. They can be drawn but don't render in 3D and they load as comments.
Sun, 04 Oct 2015 04:26:11 +0300
, by Teemu Piippo
And now it should work again too
Sun, 04 Oct 2015 02:59:38 +0300
, by Teemu Piippo
Now compiles again
Sun, 04 Oct 2015 02:52:03 +0300
, by Teemu Piippo
Commit work done on document manager. Happy 3rd birthday LDForge!
Tue, 22 Sep 2015 23:38:19 +0300
, by Teemu Piippo
LDVertexObject stuff (ultimately not worth it)
Tue, 22 Sep 2015 00:59:21 +0300
, by Teemu Piippo
Removed some unused methods
Sun, 06 Sep 2015 20:45:51 +0300
, by Teemu Piippo
Split PartDownloadRequest into its own file
Sun, 06 Sep 2015 16:57:22 +0300
, by Teemu Piippo
Refactor PartDownloader
Sun, 06 Sep 2015 16:42:57 +0300
, by Teemu Piippo
Refactor PartDownloadRequest
Sun, 06 Sep 2015 16:08:22 +0300
, by Teemu Piippo
Use automoc so that it compiles again...
Sun, 06 Sep 2015 15:19:00 +0300
, by Teemu Piippo
Add ${LDFORGE_HEADERS} into the add_executable call so that header files without corresponding source files show up in Qt Creator's project listing
Sun, 06 Sep 2015 15:14:27 +0300
, by Teemu Piippo
Sort LDFORGE_HEADERS in CMakeLists.txt
Sun, 06 Sep 2015 15:13:33 +0300
, by Teemu Piippo
Refactor LDObject API
Sun, 06 Sep 2015 15:12:30 +0300
, by Teemu Piippo
Removed the exiting hacks
Sun, 06 Sep 2015 13:46:39 +0300
, by Teemu Piippo
Refactor GLRenderer and GLCompiler
Sun, 06 Sep 2015 04:48:58 +0300
, by Teemu Piippo
Remove "!= nullptr" expressions
Sun, 06 Sep 2015 03:17:29 +0300
, by Teemu Piippo
null -> nullptr
Sun, 06 Sep 2015 03:10:03 +0300
, by Teemu Piippo
Refactor edit history
Sun, 06 Sep 2015 03:00:28 +0300
, by Teemu Piippo
Optimize QVariant in ConfigurationValueBag
Sun, 06 Sep 2015 01:52:37 +0300
, by Teemu Piippo
Refactor MainWindow's API
Sun, 06 Sep 2015 01:52:23 +0300
, by Teemu Piippo
Split LDFileLoader (now LDDocumentLoader) into its own files
Sun, 06 Sep 2015 01:22:25 +0300
, by Teemu Piippo
Refactor LDDocument's API
Sat, 05 Sep 2015 23:55:06 +0300
, by Teemu Piippo
Make documents members of the main window
Sat, 05 Sep 2015 23:03:24 +0300
, by Teemu Piippo
More refactor and removal of g_win uses
Mon, 31 Aug 2015 23:36:08 +0300
, by Teemu Piippo
Make ui a reference pointer in ConfigDialog
Mon, 31 Aug 2015 23:25:56 +0300
, by Teemu Piippo
Move ConfigDialog into src/dialogs/ subfolder
Mon, 31 Aug 2015 23:23:45 +0300
, by Teemu Piippo
Added a GuiUtilities class to contain useful non-MainWindow-related GUI functions
Mon, 31 Aug 2015 23:18:17 +0300
, by Teemu Piippo
Change color config types into actual colors now that I can do that
Mon, 31 Aug 2015 22:40:49 +0300
, by Teemu Piippo
Now doesn't crash anymore
Mon, 31 Aug 2015 21:38:58 +0300
, by Teemu Piippo
Now compiles and links but crashes shortly after startup.
Mon, 31 Aug 2015 20:50:12 +0300
, by Teemu Piippo
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
Mon, 31 Aug 2015 04:57:16 +0300
, by Teemu Piippo
Split actions.cpp and actionsEdit.cpp into toolsets.
Sun, 30 Aug 2015 17:20:55 +0300
, by Teemu Piippo
Happy new year 2015
Sun, 30 Aug 2015 15:18:41 +0300
, by Teemu Piippo
elif -> else if
Sun, 30 Aug 2015 15:17:28 +0300
, by Teemu Piippo
Replaced Min/Max/Clamp/Abs with use of Qt versions of them.
Sun, 30 Aug 2015 15:01:10 +0300
, by Teemu Piippo
MainWindow: "ui->" -> "ui."
Sun, 30 Aug 2015 05:30:17 +0300
, by Teemu Piippo
More refactor
Sun, 30 Aug 2015 05:16:07 +0300
, by Teemu Piippo
More through removal of the vertex object
Sun, 30 Aug 2015 04:57:09 +0300
, by Teemu Piippo
Rename MainWindow files
Sun, 30 Aug 2015 04:53:37 +0300
, by Teemu Piippo
Fix result reporting in "add borders"
Sun, 30 Aug 2015 04:45:16 +0300
, by Teemu Piippo
Fix crash when using "add borders" with a triangle
Sun, 30 Aug 2015 04:43:14 +0300
, by Teemu Piippo
Remove the vertex object type
Sun, 30 Aug 2015 04:41:54 +0300
, by Teemu Piippo
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
Sun, 30 Aug 2015 04:21:44 +0300
, by Teemu Piippo
Refactor OpenProgressDialog out of dialogs.cpp
Sun, 30 Aug 2015 03:52:03 +0300
, by Teemu Piippo
Replace LDIterate function with LDObjectIterator class
Sun, 30 Aug 2015 03:04:39 +0300
, by Teemu Piippo
Remove g_win uses from actionsEdit.cpp
Sat, 29 Aug 2015 19:21:49 +0300
, by Teemu Piippo
Refactor the new part dialog into a new class
Sat, 29 Aug 2015 19:18:40 +0300
, by Teemu Piippo
Refactor LDrawPathDialog and LDPaths
Sat, 29 Aug 2015 18:45:48 +0300
, by Teemu Piippo
Rename all .cc files to .cpp files.
Sat, 29 Aug 2015 17:07:39 +0300
, by Teemu Piippo
Closed old branch
Sat, 29 Aug 2015 16:30:56 +0300
, by Teemu Piippo
Move colorSelector.cc to dialogs/colorselector.cpp
Sat, 29 Aug 2015 16:29:11 +0300
, by Teemu Piippo
actually added updaterevision.py, more fixing
Sun, 23 Aug 2015 00:25:21 +0300
, by Teemu Piippo
Replaced updaterevision with a python script, more renames, clang fixes
Sat, 22 Aug 2015 19:37:01 +0300
, by Teemu Piippo
ColorSelector: `ui->` -> `ui.`
Sat, 22 Aug 2015 18:14:53 +0300
, by Teemu Piippo
Cleanup progresses
Sat, 22 Aug 2015 18:10:28 +0300
, by Teemu Piippo
More sharedpointer removal
Sat, 22 Aug 2015 15:58:50 +0300
, by Teemu Piippo
Replace casts
Sat, 22 Aug 2015 15:37:02 +0300
, by Teemu Piippo
Commit work done on code cleanup
Sat, 22 Aug 2015 13:51:20 +0300
, by Teemu Piippo
Commit work on scripting
scripting
Sat, 22 Aug 2015 13:04:58 +0300
, by Teemu Piippo
Refactoring update.
Tue, 07 Jul 2015 21:35:20 +0300
, by Teemu Piippo
- fix spacing in cmakelists
Sun, 12 Apr 2015 23:02:26 +0300
, by Teemu Piippo
- commit ldproject stuff
projects
Thu, 02 Apr 2015 11:25:58 +0300
, by Teemu Piippo
- more work on project files
projects
Thu, 19 Mar 2015 15:24:02 +0200
, by Teemu Piippo
- commit more work done on projects
projects
Thu, 05 Mar 2015 02:24:15 +0200
, by Teemu Piippo
- commit work done on projects
projects
Wed, 04 Mar 2015 15:37:21 +0200
, by Teemu Piippo
- merged with default
projects
Tue, 03 Mar 2015 22:29:27 +0200
, by Teemu Piippo
- fixed: actions did not fire anymore
Tue, 03 Mar 2015 22:07:36 +0200
, by Teemu Piippo
- rewrote codegen in python and merged updaterevision into it
Tue, 03 Mar 2015 21:54:57 +0200
, by Teemu Piippo
- moved ui files to src/
Tue, 03 Mar 2015 17:42:21 +0200
, by Teemu Piippo
- renamed .cc files to .cpp
Tue, 03 Mar 2015 16:55:36 +0200
, by Teemu Piippo
- added dependency to libarchive
projects
Tue, 03 Mar 2015 16:50:39 +0200
, by Teemu Piippo
- refactor MainWindow a tad
Sat, 21 Feb 2015 20:23:34 +0200
, by Teemu Piippo
- removed the vertex object
Sat, 21 Feb 2015 19:35:43 +0200
, by Teemu Piippo
- bump copyright year
Sat, 21 Feb 2015 18:51:33 +0200
, by Teemu Piippo
- relaced updaterevision.c with a python script
Sat, 21 Feb 2015 18:50:11 +0200
, by Teemu Piippo
- added/corrected license headers
scripting
Tue, 03 Feb 2015 15:30:30 +0200
, by Teemu Piippo
- ast: added root and macro nodes and processing of them
scripting
Tue, 03 Feb 2015 15:26:07 +0200
, by Teemu Piippo
- now parses to tokens
scripting
Tue, 03 Feb 2015 04:03:19 +0200
, by Teemu Piippo
- more work on scripting
scripting
Mon, 26 Jan 2015 12:46:58 +0200
, by Teemu Piippo
- commit work done on scripting
scripting
Mon, 26 Jan 2015 01:16:56 +0200
, by Teemu Piippo
- fixed stability problems
Mon, 01 Dec 2014 05:10:22 +0200
, by Teemu Piippo
- closed old head
experimental
Thu, 06 Nov 2014 15:49:43 +0200
, by Teemu Piippo
- closed old head
Thu, 06 Nov 2014 15:49:09 +0200
, by Teemu Piippo
- closed old head
Thu, 06 Nov 2014 15:49:02 +0200
, by Teemu Piippo
- commit work done on header/body split
experimental
Wed, 22 Oct 2014 20:19:53 +0300
, by Teemu Piippo
- added integrity scan first steps
experimental
Wed, 22 Oct 2014 16:10:52 +0300
, by Teemu Piippo
- closed bad head
experimental
Thu, 06 Nov 2014 15:46:02 +0200
, by Teemu Piippo
- commit work done on inspector
experimental
Thu, 06 Nov 2014 15:42:38 +0200
, by Teemu Piippo
- merged experimental with default
experimental
Thu, 06 Nov 2014 15:44:11 +0200
, by Teemu Piippo
- merged with default
experimental
Thu, 23 Oct 2014 16:44:52 +0300
, by Teemu Piippo
- argh
experimental
Thu, 06 Nov 2014 13:51:09 +0200
, by Teemu Piippo
- merged two default heads
Wed, 05 Nov 2014 23:41:58 +0200
, by Teemu Piippo
- fixed a rendering issue..
experimental
Wed, 05 Nov 2014 17:48:11 +0200
, by Teemu Piippo
- bfc stuff (at least it works now...)
experimental
Wed, 05 Nov 2014 03:49:29 +0200
, by Teemu Piippo
- merged bfc with default
experimental
Wed, 05 Nov 2014 02:07:38 +0200
, by Teemu Piippo
- merged with default
experimental
Sat, 20 Sep 2014 14:47:45 +0300
, by Teemu Piippo
- added CMakeLists.txt.user to ignore list
Sat, 20 Sep 2014 14:47:13 +0300
, by Teemu Piippo
- removed old .gitignore
Tue, 16 Sep 2014 19:32:50 +0300
, by Teemu Piippo
- removed unneeded debug lines... whoops
Thu, 23 Oct 2014 03:16:50 +0300
, by Teemu Piippo
- zoom-to-fit now works.. better than before
Wed, 22 Oct 2014 20:53:15 +0300
, by Teemu Piippo
- commit work done on header/body split
Wed, 22 Oct 2014 20:19:53 +0300
, by Teemu Piippo
- added integrity scan first steps
Wed, 22 Oct 2014 16:10:52 +0300
, by Teemu Piippo
- bumped version to 0.4
Tue, 21 Oct 2014 20:36:03 +0300
, by Teemu Piippo
- pressing ctrl while drawing now locks the draw to cardinal directions
Tue, 21 Oct 2014 20:35:37 +0300
, by Teemu Piippo
- now remembers what toolbars are enabled and what are disabled in config
Wed, 10 Sep 2014 14:02:31 +0300
, by Teemu Piippo
- merged with default
experimental
Tue, 09 Sep 2014 02:44:02 +0300
, by Teemu Piippo
- merged selection optimization from experimental into default
Tue, 09 Sep 2014 02:42:21 +0300
, by Teemu Piippo
- removed the clock timer I forgot in the previous commit
experimental
Tue, 09 Sep 2014 02:39:04 +0300
, by Teemu Piippo
- rewritten updateSelection() core loop, a new algorithm there makes selection updating a ton lot faster than before
experimental
Tue, 09 Sep 2014 02:36:14 +0300
, by Teemu Piippo
- re-committed bfc work (this makes 903ec1e46298 a suitable common ancestor for experimental branch features)
experimental
Tue, 09 Sep 2014 01:17:36 +0300
, by Teemu Piippo
- backed out work done on bfc (re-committing later)
experimental
Tue, 09 Sep 2014 01:16:24 +0300
, by Teemu Piippo
- merged with default
experimental
Tue, 09 Sep 2014 01:15:24 +0300
, by Teemu Piippo
- improved part downloader: now asks for the path instead of just directing the user to settings. auto-fix download now configurable and opt-in
Sun, 07 Sep 2014 22:55:44 +0300
, by Teemu Piippo
- interface fixes and changes: edit modes now use plain letter keybinds like gimp, fixed some edit modes missing from the menu, magic wand now follows the selection mode (in order to group selective/drawing modes together like that), etc
Sun, 07 Sep 2014 21:08:53 +0300
, by Teemu Piippo
- fixed endless loop in prepareVBO due to badly incremented iterator
Sun, 07 Sep 2014 20:51:14 +0300
, by Teemu Piippo
- commit work done on bfc support
experimental
Sun, 07 Sep 2014 18:41:23 +0300
, by Teemu Piippo
- fixed: missing WIN32 keyword in cmakelists caused the command prompt to show up when ldforge was executed
Sun, 07 Sep 2014 04:15:54 +0300
, by Teemu Piippo
- fixed: due to a shared pointer called via reference called dismiss() in LDDocument::closeInitialFile, this could cause LDDocuments to delete themselves in setImplicit(true) as no shared pointers were left inside closeInitialFile to keep the refcount up.
Sun, 07 Sep 2014 04:11:55 +0300
, by Teemu Piippo
- fixed compilation on windows
Sun, 07 Sep 2014 01:13:20 +0300
, by Teemu Piippo
- a more elegant fix to the problem addressed in the previous commit
Sat, 06 Sep 2014 23:21:28 +0300
, by Teemu Piippo
- fixed documentless objects being selected on document close
Sat, 06 Sep 2014 23:18:26 +0300
, by Teemu Piippo
- if an external program fails to run properly, an stdout&stderr log is now printed
Sat, 06 Sep 2014 20:40:58 +0300
, by Teemu Piippo
- changed the unorthodox color selection grid into a push button grid
Sat, 06 Sep 2014 15:45:07 +0300
, by Teemu Piippo
- fixed infinite recursion when loading logoed studs
Thu, 04 Sep 2014 11:48:05 +0300
, by Teemu Piippo
- renamed line loop to line path, updated changelog
Wed, 03 Sep 2014 01:44:51 +0300
, by Teemu Piippo
- finished line loop mode
Wed, 03 Sep 2014 01:28:58 +0300
, by Teemu Piippo
- added line loop mode (doesn't actually create anything yet)
Tue, 02 Sep 2014 13:34:01 +0300
, by Teemu Piippo
- circle mode now locks the angle offset on final confirmation stage
Mon, 01 Sep 2014 10:37:42 +0300
, by Teemu Piippo
- refactor
Mon, 01 Sep 2014 10:00:29 +0300
, by Teemu Piippo
- display a label next to the spinbox showing the fraction
Sun, 31 Aug 2014 20:54:56 +0300
, by Teemu Piippo
- axed an unused variable
Sun, 31 Aug 2014 20:42:20 +0300
, by Teemu Piippo
- circle tool is now able to rotate the partial circular primitives spawned
Sun, 31 Aug 2014 20:39:30 +0300
, by Teemu Piippo
- ring finder now also tries scaling by 10 (3.4, 6.4 -> 34, 64), fixed floating point math argghhhhhhhh
Sun, 31 Aug 2014 14:38:53 +0300
, by Teemu Piippo
- now tries to download missing files off ldraw.org
Sun, 31 Aug 2014 03:10:51 +0300
, by Teemu Piippo
- now able to spawn partial circular primitives
Sat, 30 Aug 2014 20:09:30 +0300
, by Teemu Piippo
- circle mode can now do hi-res
Sat, 30 Aug 2014 16:08:05 +0300
, by Teemu Piippo
- ldforge can now open files from command-line input
Sat, 30 Aug 2014 14:54:10 +0300
, by Teemu Piippo
- got rid of an annoying debug message
Sun, 24 Aug 2014 01:42:46 +0300
, by Teemu Piippo
- get rid of NUM_PRIMES
Wed, 06 Aug 2014 17:09:13 +0300
, by Teemu Piippo
- major identifier renaming
Wed, 06 Aug 2014 16:18:24 +0300
, by Teemu Piippo
- more refactor, updated .hgignore
Mon, 04 Aug 2014 13:43:54 +0300
, by Teemu Piippo
- refactor
Mon, 04 Aug 2014 03:35:25 +0300
, by Teemu Piippo
- use less verbose commit time/version string in the window title
Tue, 29 Jul 2014 13:16:48 +0300
, by Teemu Piippo
- fixed crash-on-exit (simply by not running full destruction processing during program termination)
Tue, 29 Jul 2014 13:12:22 +0300
, by Teemu Piippo
- and fixed compilation on linux systems too
Mon, 28 Jul 2014 16:38:34 +0300
, by Teemu Piippo
- fixed compilation on windows systems
Mon, 28 Jul 2014 03:34:05 +0300
, by Santeri Piippo
- fixed: changing the document of a subfile wasn't recorded into history properly
Sun, 27 Jul 2014 15:13:42 +0300
, by Teemu Piippo
- whoah looks like I forgot to save in designer...
Sun, 27 Jul 2014 04:35:48 +0300
, by Teemu Piippo
- down with all these unnecessary semicolons!
Sun, 27 Jul 2014 04:35:00 +0300
, by Teemu Piippo
- refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data
Sun, 27 Jul 2014 04:25:50 +0300
, by Teemu Piippo
- changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals.
Sun, 27 Jul 2014 03:14:27 +0300
, by Teemu Piippo
- fixed: direct color support did not work properly with full-black #000000
Sun, 27 Jul 2014 02:55:27 +0300
, by Teemu Piippo
- refactoring
Sun, 27 Jul 2014 02:40:21 +0300
, by Teemu Piippo
- refactor
Sat, 26 Jul 2014 03:43:37 +0300
, by Teemu Piippo
- use the untransformed subfile when testing whether a subfile is flat, otherwise it won't be considered flat if the subfile is rotated. or worse...
Sun, 20 Jul 2014 05:01:51 +0300
, by Teemu Piippo
- added a code generator to produce a configuration.inc which replaces the old, DIABOLIC configuration indexing mechanism
Wed, 16 Jul 2014 18:57:48 +0300
, by Teemu Piippo
- changed copyright lines to use my legal name instead of my nickname
Wed, 16 Jul 2014 15:00:41 +0300
, by Teemu Piippo
- moved LDMatrixObject to be an abstract class deriving from LDObject. LDSubfile only inherits from LDMatrixObject.
Wed, 16 Jul 2014 14:59:39 +0300
, by Teemu Piippo
- moved ringFinder into root source directory, clearing the src/misc/ directory
Tue, 15 Jul 2014 03:02:22 +0300
, by Teemu Piippo
- split the rectangle ability out of the draw mode into its own edit mode
Tue, 15 Jul 2014 02:54:23 +0300
, by Teemu Piippo
- changed `&&` and `||` operators to their named variants `and` and `or`
Sun, 13 Jul 2014 20:40:24 +0300
, by Teemu Piippo
- part downloader: update the input widget with the corrected part name when guesswork is done
Sun, 13 Jul 2014 20:28:52 +0300
, by Teemu Piippo
- initialize History as not ignoring or history will not work at all with new files
Sun, 13 Jul 2014 17:18:44 +0300
, by Teemu Piippo
- altered the non-release version string format
Sun, 13 Jul 2014 17:05:28 +0300
, by Teemu Piippo
- fixed incorrect conversions of weak pointers to strong ones
Sun, 13 Jul 2014 17:02:43 +0300
, by Teemu Piippo
- reimplemented vertex tracking using a method similar to what the GL compiler uses
Sun, 13 Jul 2014 16:48:29 +0300
, by Teemu Piippo
- now prints the filesize upon successful save
Mon, 07 Jul 2014 18:52:10 +0300
, by Santeri Piippo
- magic wand: when flood-selecting surfaces, also pick any matching conditional lines
Mon, 07 Jul 2014 15:38:45 +0300
, by Santeri Piippo
- fixed: ring finder's solutions' scale values would drop to 0.0 if it would not choose to upscale radii
Mon, 07 Jul 2014 02:13:31 +0300
, by Santeri Piippo
- okay that was dumb
Sat, 05 Jul 2014 02:20:53 +0300
, by Santeri Piippo
- updated filenames
Sat, 05 Jul 2014 02:02:31 +0300
, by Santeri Piippo
- now with license headers
Sat, 05 Jul 2014 01:45:32 +0300
, by Santeri Piippo
- and now it works fine too
Sat, 05 Jul 2014 01:44:41 +0300
, by Santeri Piippo
- now compiles
Sat, 05 Jul 2014 01:17:48 +0300
, by Santeri Piippo
- merged with main
Fri, 04 Jul 2014 23:44:44 +0300
, by Santeri Piippo
- more work on edit modes
Fri, 04 Jul 2014 23:43:39 +0300
, by Santeri Piippo
- more work on edit modes
Fri, 04 Jul 2014 22:40:35 +0300
, by Santeri Piippo
- saving work done on edit mode revamp
Fri, 04 Jul 2014 22:19:01 +0300
, by Santeri Piippo
- updated qrc
Fri, 04 Jul 2014 23:43:57 +0300
, by Santeri Piippo
- draw the free camera icon when in magic wand mode
Fri, 04 Jul 2014 00:09:37 +0300
, by Santeri Piippo
- changelog entry for magic wand
Fri, 04 Jul 2014 00:05:23 +0300
, by Santeri Piippo
- update the object list when the magic wand empties the selection when clicking on background
Fri, 04 Jul 2014 00:04:51 +0300
, by Santeri Piippo
- added the magic wand tool
Thu, 03 Jul 2014 21:08:32 +0300
, by Santeri Piippo
- optimized simplify()
Mon, 30 Jun 2014 05:53:14 +0300
, by Santeri Piippo
- refactor
Mon, 30 Jun 2014 05:52:10 +0300
, by Santeri Piippo
- added ability to filter out surfaces/edgelines/condlines from the viewport
Sun, 29 Jun 2014 17:06:21 +0300
, by Santeri Piippo
- refactored stuff
Sun, 29 Jun 2014 15:22:43 +0300
, by Santeri Piippo
- refactor
Sun, 22 Jun 2014 21:13:50 +0300
, by Santeri Piippo
- ringfinder: attempt to upscale fractional radii to integral ones. this improves results
Sun, 22 Jun 2014 18:33:26 +0300
, by Santeri Piippo
- refactored up the ringfinder, apply -DDEBUG with RelWithDebInfo
Sun, 22 Jun 2014 17:55:27 +0300
, by Santeri Piippo
- imported the .gitignore from the old git repository as .hgignore and adapted it slightly
Sun, 22 Jun 2014 17:27:50 +0300
, by Santeri Piippo
README.md edited online with Bitbucket
Sun, 22 Jun 2014 14:23:35 +0000
, by crimsondusk
- adapted the code to use hg-based updaterevision
Sun, 22 Jun 2014 17:17:32 +0300
, by Santeri Piippo
- transitioned from git to hg
Sun, 22 Jun 2014 14:51:41 +0300
, by Santeri Piippo
- moved most of LDColorData API into LDColor
Sun, 22 Jun 2014 03:55:56 +0300
, by Santeri Piippo
- refactor. got rid of the LDSharedVertex nonsense, fixed up split lines action
Mon, 16 Jun 2014 18:31:13 +0300
, by Santeri Piippo
- added split lines action, doesn't yet work very well
Mon, 16 Jun 2014 17:55:10 +0300
, by Santeri Piippo
- allow 5 decimals for grid precision
Mon, 16 Jun 2014 15:32:33 +0300
, by Santeri Piippo
- refactor glRenderer.h
Sun, 15 Jun 2014 19:21:43 +0300
, by Santeri Piippo
- made transparent direct colors a compile-time opt-in since it appears to be non-standard
Sat, 14 Jun 2014 19:41:09 +0300
, by Santeri Piippo
- got rid of the old numeric() function
Sat, 14 Jun 2014 09:58:58 +0300
, by Santeri Piippo
- minor edit
Sat, 14 Jun 2014 09:56:07 +0300
, by Santeri Piippo
- added close buttons to tabs
Sat, 14 Jun 2014 09:48:55 +0300
, by Santeri Piippo
- removed obsolete stuff from colors.cc header
Sat, 14 Jun 2014 09:34:57 +0300
, by Santeri Piippo
- disable the 'transparent' checkbox when there is no direct color selected
Sat, 14 Jun 2014 09:11:25 +0300
, by Santeri Piippo
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
Sat, 14 Jun 2014 09:05:29 +0300
, by Santeri Piippo
- source reformat
Thu, 05 Jun 2014 23:18:13 +0300
, by Santeri Piippo
- added various hi-res counterpart primitive categories
Wed, 04 Jun 2014 02:08:18 +0300
, by Santeri Piippo
- updated the fast-draw studs category to use the 8\ subdirectory, all existing fast-draw primitives have been moved-to so those now go to Other.
Wed, 04 Jun 2014 01:56:10 +0300
, by Santeri Piippo
- sort primitive categories alphabetically
Wed, 04 Jun 2014 01:51:18 +0300
, by Santeri Piippo
- added primitives toolbox
Wed, 04 Jun 2014 01:43:21 +0300
, by Santeri Piippo
- String -> QString
Tue, 03 Jun 2014 20:28:10 +0300
, by Santeri Piippo
- added an action for opening the subfiles pointed to by selected references as editable documents
Mon, 02 Jun 2014 14:34:23 +0300
, by Santeri Piippo
- made select by color/type no longer require uniform selection
Mon, 02 Jun 2014 13:35:41 +0300
, by Santeri Piippo
- LDObject::Type moved back to global namespace
Mon, 02 Jun 2014 13:16:14 +0300
, by Santeri Piippo
- removed code rendered unnecessary
Mon, 02 Jun 2014 13:00:58 +0300
, by Santeri Piippo
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
Mon, 02 Jun 2014 12:50:40 +0300
, by Santeri Piippo
- subfile inverting now detects flatness and acts accordingly instead of naively applying invertnext to everything
Sun, 01 Jun 2014 03:15:36 +0300
, by Santeri Piippo
- simplified parse error handling
Sun, 01 Jun 2014 02:36:29 +0300
, by Santeri Piippo
- when saving, prepare the data first into a buffer and then write to disk, minimizing the time needed to perform the I/O operation.
Thu, 29 May 2014 17:54:43 +0300
, by Santeri Piippo
- made coordinate rounding precision configurable
Thu, 22 May 2014 18:01:19 +0300
, by Santeri Piippo
- further edits to crashcatcher
Wed, 21 May 2014 19:00:57 +0300
, by Santeri Piippo
- crashcatcher: don't use the bomb box at all, instead just write the crashlog and then abort for good
Wed, 21 May 2014 18:39:03 +0300
, by Santeri Piippo
- reformatted the changelog. 0.3-specific changes reformatted to use Zandronum-like version history, this is much easier to work with
Wed, 21 May 2014 18:15:09 +0300
, by Santeri Piippo
- selecting an invertnext'd object now also selects the invertnext
Wed, 21 May 2014 13:18:19 +0300
, by Santeri Piippo
- don't crash when inverting conditional lines
Sat, 17 May 2014 20:33:27 +0300
, by Santeri Piippo
- removed the build time in favor of commit time which I think is much more important
Sat, 17 May 2014 15:45:56 +0300
, by Santeri Piippo
- bfc red/green view and random colors are now mutually exclusive, enabling one disables the other.
Sat, 17 May 2014 15:38:20 +0300
, by Santeri Piippo
- make pick scenes always use particularly thick lines so that the line picking behavior is relayed to the mouse-over highlight
Sat, 17 May 2014 02:00:02 +0300
, by Santeri Piippo
- use a faster ID choosing setup, this should work so long as nobody goes to create 17 million objects
Fri, 16 May 2014 21:59:03 +0300
, by Santeri Piippo
- hopefully stabilized the entire shared pointers deal now
Fri, 16 May 2014 21:31:20 +0300
, by Santeri Piippo
- improved shared pointer behavior, still not there yet
Fri, 16 May 2014 01:22:24 +0300
, by Santeri Piippo
- initial overhaul with smart pointers
Fri, 09 May 2014 12:06:56 +0300
, by Santeri Piippo
- slight refactor in ldobject methods
Mon, 05 May 2014 17:18:01 +0300
, by Santeri Piippo
- renamed some renderer members
Mon, 05 May 2014 17:09:25 +0300
, by Santeri Piippo
- crashcatcher: hide the main window before doing anything and also write the crashlog into a file
Mon, 05 May 2014 17:04:30 +0300
, by Santeri Piippo
- when an object is deleted, if it's the renderer's object-under-cursor the field needs to be cleared or ldforge crashes
Mon, 05 May 2014 16:50:36 +0300
, by Santeri Piippo
- grid-snap the drawn circle radius, not the point used for the distance calculation
Mon, 05 May 2014 02:19:35 +0300
, by Santeri Piippo
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
Sat, 03 May 2014 00:36:50 +0300
, by Santeri Piippo
- significantly sped up selecting all objects, it is now an actually fast operation
Thu, 01 May 2014 14:26:10 +0300
, by Santeri Piippo
- made the mouse-hover object highlight togglable from configuration
Wed, 30 Apr 2014 23:44:50 +0300
, by Santeri Piippo
- added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
Wed, 30 Apr 2014 04:25:32 +0300
, by Santeri Piippo
- cut unnecessary code from MainWindow::updateSelection. speeds it up a bit, especially when unselecting but it's not fast enough to my tastes yet
Wed, 30 Apr 2014 03:41:23 +0300
, by Santeri Piippo
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
Tue, 29 Apr 2014 02:06:09 +0300
, by Santeri Piippo
- changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
Tue, 29 Apr 2014 00:15:56 +0300
, by Santeri Piippo
- use a function for utf16 type conversion instead of a macro
Tue, 29 Apr 2014 00:00:45 +0300
, by Santeri Piippo
- grids now have a single coordinate snap value instead of individual X, Y and Z values
Mon, 28 Apr 2014 21:31:24 +0300
, by Santeri Piippo
- buh
Mon, 28 Apr 2014 18:27:02 +0300
, by Santeri Piippo
- optimized picking, black is background now in pick scenes
Mon, 28 Apr 2014 18:25:15 +0300
, by Santeri Piippo
- don't let random colors be too dark (or fully white either for dark backgrounds which use white lines)
Mon, 28 Apr 2014 18:20:51 +0300
, by Santeri Piippo
- more icons
Mon, 28 Apr 2014 18:13:20 +0300
, by Santeri Piippo
- fixed: the random colors action wasn't being checked on startup if it was enabled in config, causing it to go out of sync
Mon, 28 Apr 2014 18:05:45 +0300
, by Santeri Piippo
- some minor cleanup
Mon, 28 Apr 2014 18:02:43 +0300
, by Santeri Piippo
- simplified the code handling bfc statements a bit
Mon, 28 Apr 2014 17:59:20 +0300
, by Santeri Piippo
- don't simplify (aka remove extra whitespace from) comment texts
Mon, 28 Apr 2014 17:56:51 +0300
, by Santeri Piippo
- added build time to window title properly
Mon, 28 Apr 2014 17:50:42 +0300
, by Santeri Piippo
- removed rest of the uses of <anonymous>
Mon, 28 Apr 2014 17:34:10 +0300
, by Santeri Piippo
- added changelog entries
Mon, 28 Apr 2014 17:30:20 +0300
, by Santeri Piippo
- vertex snapping is now smarter, does a depth compare to favor vertices closer to camera and does a short-range 2d check + out-of-range 2d check
Mon, 28 Apr 2014 17:00:53 +0300
, by Santeri Piippo
- removed some relics from the old immediate mode renderer
Sun, 27 Apr 2014 04:44:00 +0300
, by Santeri Piippo
- apply #pragma once to glShared.h
Sun, 27 Apr 2014 04:23:41 +0300
, by Santeri Piippo
- type-aliased QString to String
Sun, 27 Apr 2014 04:23:09 +0300
, by Santeri Piippo
- resetAngles still needs to request a zoom to fit or the ctrl-0 action doesn't zoom to fit
Sun, 27 Apr 2014 04:15:25 +0300
, by Santeri Piippo
- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
Sun, 27 Apr 2014 04:06:46 +0300
, by Santeri Piippo
- use #pragma once for the gl compiler header
Sun, 27 Apr 2014 03:53:57 +0300
, by Santeri Piippo
- when setting the current document, the GL compiler must be told that a merge is necessary *before* setting the renderer's document as setDocument will call zoomToFit which renders the scene. this rendering must trigger a merge or ldforge crashes if a new document is created when a document is already open.
Sun, 27 Apr 2014 03:51:10 +0300
, by Santeri Piippo
- <anonymous> -> untitled
Thu, 24 Apr 2014 02:08:53 +0300
, by Santeri Piippo
- reimplemented the Vertex class as a derivative of QVector3D
Wed, 23 Apr 2014 18:25:09 +0300
, by Santeri Piippo
- more icons
Wed, 23 Apr 2014 15:39:42 +0300
, by Santeri Piippo
- more icons
Wed, 23 Apr 2014 14:54:37 +0300
, by Santeri Piippo
- more icons
Wed, 23 Apr 2014 14:05:40 +0300
, by Santeri Piippo
- started work on new icon set
Wed, 23 Apr 2014 01:33:19 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 22 Apr 2014 22:52:02 +0300
, by Santeri Piippo
- added an icon for random colors
Tue, 22 Apr 2014 22:28:19 +0300
, by Santeri Piippo
- refactored the gl compiler a tad, made selection blend work with BFC/random colors
Tue, 22 Apr 2014 22:17:37 +0300
, by Santeri Piippo
- added ability to draw with random colors
Tue, 22 Apr 2014 20:40:19 +0300
, by Santeri Piippo
- fixed: rotating a subfile would make known verts go out of sync
Sat, 19 Apr 2014 14:12:30 +0300
, by Santeri Piippo
- use less saturated colors for the axes
Sat, 19 Apr 2014 14:09:51 +0300
, by Santeri Piippo
- conditional lines are now rendered with stippled lines again
Sat, 19 Apr 2014 14:00:40 +0300
, by Santeri Piippo
- now works with selection subfiling
Sat, 19 Apr 2014 02:31:24 +0300
, by Santeri Piippo
- removed more debug stuff
Fri, 18 Apr 2014 23:33:18 +0300
, by Santeri Piippo
- sped up known vertex information gathering by an order of magnitude
Fri, 18 Apr 2014 23:17:01 +0300
, by Santeri Piippo
- cleanup
Fri, 18 Apr 2014 18:58:13 +0300
, by Santeri Piippo
- reimplemented vertex snapping
Fri, 18 Apr 2014 18:46:25 +0300
, by Santeri Piippo
- removed the debug code
Thu, 17 Apr 2014 21:51:59 +0300
, by Santeri Piippo
- fixed: use @surfacenum instead of @surfacevbo to GLCompiler::vboSize... this was causing these damn artifacts whose root cause I've been hunting for MONTHS
Thu, 17 Apr 2014 21:49:53 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Thu, 17 Apr 2014 20:50:43 +0300
, by Santeri Piippo
- more debug stuff....
Thu, 17 Apr 2014 20:48:31 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 08 Apr 2014 11:12:08 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 08 Apr 2014 11:07:47 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 08 Apr 2014 11:04:35 +0300
, by Santeri Piippo
- added safety check to the countof macro
Tue, 08 Apr 2014 11:00:29 +0300
, by Santeri Piippo
- more debugging...
Tue, 08 Apr 2014 10:54:32 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 06 Apr 2014 01:40:04 +0300
, by Santeri Piippo
Merge ../ldforge into gl
Sat, 29 Mar 2014 05:38:03 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Wed, 12 Mar 2014 16:21:49 +0200
, by Santeri Piippo
- fixed: an overlay that failed to load no longer attempts to reload it over and over again
Tue, 11 Mar 2014 16:42:37 +0200
, by Santeri Piippo
- renamed some enumerators, added license header to glcompiler.cc
Tue, 11 Mar 2014 16:11:22 +0200
, by Santeri Piippo
- subfile coloring now works again
Tue, 11 Mar 2014 15:44:27 +0200
, by Santeri Piippo
- renamed several GLCompiler members and methods
Tue, 11 Mar 2014 14:35:21 +0200
, by Santeri Piippo
- only sort and strip duplicates from the objects-staged-to-compile list when actually compiling staged objects, this eliminates needless calls which slowed file loading down a ton.
Mon, 10 Mar 2014 14:30:37 +0200
, by Santeri Piippo
- fixed zoom value not being initialized properly + some other minor things
Mon, 10 Mar 2014 14:29:12 +0200
, by Santeri Piippo
- refactor
Mon, 10 Mar 2014 14:12:28 +0200
, by Santeri Piippo
- hooked object compilation to low-level functions so as to remove the compileObject() crap from edit actions
Mon, 10 Mar 2014 13:26:02 +0200
, by Santeri Piippo
- objects need to be compiled when added to the document
Mon, 10 Mar 2014 01:16:00 +0200
, by Santeri Piippo
- ported over the selected color blend from master
Mon, 10 Mar 2014 01:02:51 +0200
, by Santeri Piippo
- the GL compiler now supports multiple documents
Mon, 10 Mar 2014 00:53:39 +0200
, by Santeri Piippo
- LDDocument must be initialized with m_needsGLReInit as true or it will not be compiled properly...
Sun, 09 Mar 2014 21:14:07 +0200
, by Santeri Piippo
- fixed build errors
Sun, 09 Mar 2014 21:07:44 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 09 Mar 2014 15:00:05 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 09 Mar 2014 14:59:46 +0200
, by Santeri Piippo
- minor stuff
Sun, 09 Mar 2014 14:04:06 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Mon, 24 Feb 2014 00:59:57 +0200
, by Santeri Piippo
- axes are now drawn properly again
Sun, 23 Feb 2014 20:13:32 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 23 Feb 2014 20:03:33 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sun, 23 Feb 2014 20:02:36 +0200
, by Santeri Piippo
- greatly improved the GL compiler, now deals colors and object removal properly
Sun, 23 Feb 2014 18:49:24 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Sat, 22 Feb 2014 16:41:03 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Thu, 06 Feb 2014 22:11:45 +0200
, by Santeri Piippo
- work on improved rendering performance
Thu, 06 Feb 2014 22:11:28 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Wed, 05 Feb 2014 06:07:05 +0200
, by Santeri Piippo
- now actually renders stuff correctly
Fri, 24 Jan 2014 22:10:49 +0200
, by Santeri Piippo
- renamed some member variables for clarity
Fri, 24 Jan 2014 20:46:57 +0200
, by Santeri Piippo
- removed some unneeded code
Fri, 24 Jan 2014 18:31:25 +0200
, by Santeri Piippo
- converted to VBO
Fri, 24 Jan 2014 18:29:11 +0200
, by Santeri Piippo
Merge ../ldforge into gl
Tue, 21 Jan 2014 02:09:14 +0200
, by Santeri Piippo
- refactoring
Tue, 21 Jan 2014 01:29:12 +0200
, by Santeri Piippo
- rename GLCompiler::Vertex to GLCompiler::VAO to avoid name conflicts
Tue, 21 Jan 2014 01:09:22 +0200
, by Santeri Piippo
- renamed VertexCompiler to GLCompiler
Tue, 21 Jan 2014 01:05:03 +0200
, by Santeri Piippo
- reworked the vertex compiler, objects are now colorized properly
Tue, 21 Jan 2014 00:53:02 +0200
, by Santeri Piippo
- Merge ../ldforge into gl
Mon, 20 Jan 2014 23:44:32 +0200
, by Santeri Piippo
- Merge ../ldforge into gl
Mon, 20 Jan 2014 23:43:47 +0200
, by Santeri Piippo
- now compiles again
Mon, 20 Jan 2014 16:42:18 +0200
, by Santeri Piippo
- Merge commit '5c835eb' into HEAD
Mon, 20 Jan 2014 15:04:26 +0200
, by Santeri Piippo
now compiles again
Wed, 23 Oct 2013 13:14:17 +0300
, by Santeri Piippo
Merge branch 'master' into gl
Wed, 23 Oct 2013 12:46:10 +0300
, by Santeri Piippo
Merge branch 'master' into gl
Wed, 25 Sep 2013 11:02:44 +0300
, by Santeri Piippo
- moved the uncolorize action to the color toolbar, renamed to uncolor
Tue, 22 Apr 2014 22:40:34 +0300
, by Santeri Piippo
- use the keyword 'not' in place of the exclamation mark for operator!, this is clearer. also converted uses of '== false' to this.
Mon, 14 Apr 2014 16:00:36 +0300
, by Santeri Piippo
- renamed some cmake identifiers
Thu, 10 Apr 2014 13:58:06 +0300
, by Santeri Piippo
- now compiles with clang
Thu, 10 Apr 2014 13:56:41 +0300
, by Santeri Piippo
- doubled buffer sizes in updaterevision to prevent GIT_HASH from being truncated
Tue, 08 Apr 2014 11:11:32 +0300
, by Santeri Piippo
- some tweaks to version.cc
Tue, 08 Apr 2014 11:07:25 +0300
, by Santeri Piippo
- generate gitinfo.h in the build directory, not source directory. made ldforge depend on revision_check properly
Tue, 08 Apr 2014 11:03:44 +0300
, by Santeri Piippo
- use index-based iterating in LDDocument::closeUnused because deleting documents while iterating over g_loadedFiles causes the iterator to become invalidated
Sun, 06 Apr 2014 01:26:04 +0300
, by Santeri Piippo
- renamed files to camelCase
Sat, 29 Mar 2014 05:26:10 +0200
, by Santeri Piippo
- added a long int overload to StringFormatArg
Wed, 12 Mar 2014 16:20:40 +0200
, by Santeri Piippo
- fixed various compilation issues
Sun, 09 Mar 2014 14:58:46 +0200
, by Santeri Piippo
- doxygen'd DocumentPointer.h
Wed, 05 Mar 2014 20:49:28 +0200
, by Santeri Piippo
- doxygenified Version.h
Wed, 05 Mar 2014 18:42:26 +0200
, by Santeri Piippo
- changed doxygen entity style from @argh to \argh
Wed, 05 Mar 2014 18:31:22 +0200
, by Santeri Piippo
- whoah whoops
Wed, 05 Mar 2014 18:30:22 +0200
, by Santeri Piippo
- doxygenified Types.h
Wed, 05 Mar 2014 18:30:04 +0200
, by Santeri Piippo
- made MessageLog.h and RingFinder.h suitable for doxygen
Wed, 05 Mar 2014 17:29:27 +0200
, by Santeri Piippo
- added doxygen support for MainWindow.h
Wed, 05 Mar 2014 17:12:22 +0200
, by Santeri Piippo
- added license header to format.h
Wed, 05 Mar 2014 16:22:15 +0200
, by Santeri Piippo
- replaced the fmt/log/dlog/fprint macros in favor of template functions. renamed to format, print, dprint and fprint respectively.
Wed, 05 Mar 2014 12:47:00 +0200
, by Santeri Piippo
- forgot macros.h out of the previous commit
Wed, 05 Mar 2014 05:31:07 +0200
, by Santeri Piippo
- migrated the codebase to use a simpler PROPERTY macro, arrrrrrrrrrrrrrrrrrrrrgh
Wed, 05 Mar 2014 05:30:36 +0200
, by Santeri Piippo
- changed header guards into #pragma once
Wed, 05 Mar 2014 03:45:49 +0200
, by Santeri Piippo
- renamed LDObject::deleteSelf to LDObject::destroy
Wed, 05 Mar 2014 03:39:31 +0200
, by Santeri Piippo
- unified separator styles
Wed, 05 Mar 2014 02:33:58 +0200
, by Santeri Piippo
- renamed several LDObject methods
Wed, 05 Mar 2014 02:24:05 +0200
, by Santeri Piippo
- removed debug stuff
Mon, 24 Feb 2014 00:25:18 +0200
, by Santeri Piippo
- replaced the left-hand document list with a tab bar
Mon, 24 Feb 2014 00:23:54 +0200
, by Santeri Piippo
- derp
Sun, 23 Feb 2014 20:03:19 +0200
, by Santeri Piippo
- separated version stuff to new files to allow version changes be compiled near-instantly
Sun, 23 Feb 2014 19:54:30 +0200
, by Santeri Piippo
- fixed compilation
Sat, 22 Feb 2014 16:39:26 +0200
, by Santeri Piippo
- migrated to CMake again
Thu, 06 Feb 2014 20:43:22 +0200
, by Santeri Piippo
- reorganized the toolbar a little bit
Wed, 05 Feb 2014 06:06:23 +0200
, by Santeri Piippo
- updated the PROPERTY macro
Mon, 27 Jan 2014 02:34:44 +0200
, by Santeri Piippo
- refactored filenames
Tue, 21 Jan 2014 02:03:27 +0200
, by Santeri Piippo
- bleh, don't need IN_IDE_PARSER there..
Mon, 20 Jan 2014 23:44:22 +0200
, by Santeri Piippo
- added dvalof debug macro
Mon, 20 Jan 2014 23:43:14 +0200
, by Santeri Piippo
- some corrections to zoomtofit
Mon, 20 Jan 2014 14:39:49 +0200
, by Santeri Piippo
- removed some pointless typedefs
Fri, 17 Jan 2014 16:43:29 +0200
, by Santeri Piippo
- changed the default color toolbar
Mon, 13 Jan 2014 16:00:31 +0200
, by Santeri Piippo
- forgot the invokation deferer files
Mon, 13 Jan 2014 10:10:32 +0200
, by Santeri Piippo
- refactoring
Mon, 13 Jan 2014 10:07:39 +0200
, by Santeri Piippo
- added .cfg files to .gitignore
Mon, 13 Jan 2014 00:02:43 +0200
, by Santeri Piippo
- use the correct text color to draw coordinates on the viewport
Mon, 13 Jan 2014 00:01:23 +0200
, by Santeri Piippo
- GL-variables that should be document-specific are now properly document-specific (i.e. pan and zoom won't be shared across documents anymore)
Sun, 12 Jan 2014 23:38:40 +0200
, by Santeri Piippo
- make the remaining virtual methods of LDObject pure virtual
Sun, 12 Jan 2014 23:12:55 +0200
, by Santeri Piippo
- added a type alias LDObjectList
Fri, 10 Jan 2014 15:48:40 +0200
, by Santeri Piippo
- whoopsie, forgot to re-add the cache flag to that inline flagset there
Fri, 10 Jan 2014 15:41:57 +0200
, by Santeri Piippo
- make subfile references subject to position transformation again
Fri, 10 Jan 2014 15:31:05 +0200
, by Santeri Piippo
- improved rotation point finding behavior. not sure what did I even do to improve it...
Fri, 10 Jan 2014 15:28:29 +0200
, by Santeri Piippo
- use QCoreApplication::applicationDirPath instead of a custom hack to get the application path
Fri, 10 Jan 2014 11:09:38 +0200
, by Santeri Piippo
- changelog: the file loading fix was backported to 0.2.1
Fri, 10 Jan 2014 03:36:21 +0200
, by Santeri Piippo
- configuration is now always situated and read from the application working directory
Fri, 10 Jan 2014 03:35:50 +0200
, by Santeri Piippo
- did stuff to types, fixed primitive listing
Wed, 08 Jan 2014 23:52:25 +0200
, by Santeri Piippo
- removed the File class in favor of QFile
Wed, 08 Jan 2014 21:43:46 +0200
, by Santeri Piippo
- if loading another file to replace an explicitly loaded file, this file won't get closed automatically and thus needs to be manually closed. We also need to check that it's safe to close before doing this. Also fixed a rather argh problem with ::save not using the proper path...
Wed, 08 Jan 2014 13:57:10 +0200
, by Santeri Piippo
- corrected relationships between documents: opening a main file with the same name as another document is to overload it and editing the document is to invalidate its cache so that it gets rendered properly in other documents possibly referencing it.
Wed, 08 Jan 2014 13:43:39 +0200
, by Santeri Piippo
- removed the 'str' typedef, use QString directly
Tue, 07 Jan 2014 12:21:46 +0200
, by Santeri Piippo
- use --long in the git describe command for the GIT_DESCRIBE macro definition
Tue, 07 Jan 2014 12:06:12 +0200
, by Santeri Piippo
- some cleanup
Tue, 07 Jan 2014 11:56:26 +0200
, by Santeri Piippo
- reformatting
Tue, 07 Jan 2014 08:53:27 +0200
, by Santeri Piippo
- added Ball Joint-8 stuff to primitive categories
Tue, 07 Jan 2014 08:26:15 +0200
, by Santeri Piippo
- updated copyright year in the about prompt
Wed, 01 Jan 2014 00:26:47 +0200
, by Santeri Piippo
- updated copyright year. Best wishes for 2014!
Wed, 01 Jan 2014 00:25:01 +0200
, by Santeri Piippo
- when configuration options are default, they need to be removed from the settings
Sun, 29 Dec 2013 17:03:30 +0200
, by Santeri Piippo
- whoops, forgot an #include in gldraw.cc
Sun, 29 Dec 2013 17:02:40 +0200
, by Santeri Piippo
- minor edit
Sun, 29 Dec 2013 16:52:08 +0200
, by Santeri Piippo
- split the ring finder to separate files
Sun, 29 Dec 2013 16:40:45 +0200
, by Santeri Piippo
- fixed: subfile rotation had matrix multiplication done with operands the wrong way around, causing morphing
Sun, 29 Dec 2013 16:25:52 +0200
, by Santeri Piippo
- removed some unnecessary full refreshes
Sun, 29 Dec 2013 16:24:41 +0200
, by Santeri Piippo
- added a configurable select color
Mon, 23 Dec 2013 16:29:44 +0200
, by Santeri Piippo
- "black edges" now actually mean white edges when the background is dark
Mon, 23 Dec 2013 16:16:45 +0200
, by Santeri Piippo
- removed debug code from ldobject::select
Mon, 23 Dec 2013 16:13:09 +0200
, by Santeri Piippo
- refactored config code
Mon, 23 Dec 2013 16:10:36 +0200
, by Santeri Piippo
- use a local file with QSettings at all times. Registry is such a pain..
Mon, 23 Dec 2013 11:57:32 +0200
, by Santeri Piippo
- now recognizes the recently added 8\ subdirectory
Mon, 23 Dec 2013 11:48:55 +0200
, by Santeri Piippo
- removed the horrible actions.h hack in favor of usage of Qt's meta object system
Mon, 23 Dec 2013 10:57:54 +0200
, by Santeri Piippo
- updated .gitignore
Sun, 22 Dec 2013 20:46:46 +0200
, by Santeri Piippo
- forgot this too!
Sun, 22 Dec 2013 20:46:16 +0200
, by Santeri Piippo
- forgot these new files out...
Sun, 22 Dec 2013 20:45:56 +0200
, by Santeri Piippo
- documents are now refcounted. This should seriously stabilize (and speed up!) the pruning of unused files
Sun, 22 Dec 2013 20:44:46 +0200
, by Santeri Piippo
- OH MY FORKING GOD
Sat, 21 Dec 2013 02:21:07 +0200
, by Santeri Piippo
- fixed configuration dialog not accepting values past 99.99 for grid angles
Sat, 21 Dec 2013 02:19:32 +0200
, by Santeri Piippo
corrected angle display
Fri, 20 Dec 2013 18:22:24 +0200
, by Santeri Piippo
further improved file behavior
Fri, 20 Dec 2013 18:04:23 +0200
, by Santeri Piippo
- added visible line angles when drawing
Fri, 20 Dec 2013 17:06:06 +0200
, by Santeri Piippo
removed some debug code
Fri, 20 Dec 2013 13:35:08 +0200
, by Santeri Piippo
- bumped max amount of recent files from 5 to 10
Fri, 20 Dec 2013 04:05:36 +0200
, by Santeri Piippo
- added selection auto-subfiling(!)
Fri, 20 Dec 2013 04:03:48 +0200
, by Santeri Piippo
- line lengths are now displayed when drawing
Fri, 20 Dec 2013 02:05:19 +0200
, by Santeri Piippo
- non-release builds now display git revision info if available. This turned out to be much simpler to implement than I expected..
Thu, 19 Dec 2013 16:08:05 +0200
, by Santeri Piippo
- code parser no longer complains about scientific notation
Thu, 19 Dec 2013 16:01:29 +0200
, by Santeri Piippo
- cleanup closing of unused files is now defered to the event loop using a new InvokationDeferer class. This prevents ldforge from closing unused files when it *really* shouldn't be doing that, instead waiting until everything is done before it begins the cleanup process.
Thu, 19 Dec 2013 13:36:48 +0200
, by Santeri Piippo
- fixed minor goofup with for_axis
Thu, 19 Dec 2013 02:37:12 +0200
, by Santeri Piippo
- ext programs requiring wine now properly display an error prompt if wine is missing
Thu, 19 Dec 2013 02:30:36 +0200
, by Santeri Piippo
- convert overlay images explicitly to ARGB32 format, otherwise they might not be able to be made translucent properly
Thu, 19 Dec 2013 01:25:50 +0200
, by Santeri Piippo
- added file headers to crashcatcher.cc and .h
Thu, 19 Dec 2013 01:19:42 +0200
, by Santeri Piippo
- removed the version monikers, new version is now just 0.3 instead of 0.3-alpha. BUILD_ID can now only be INTERNAL and RELEASE. It was way too complicated to my tastes.
Thu, 19 Dec 2013 01:18:34 +0200
, by Santeri Piippo
- history now works on object list moving as well
Thu, 19 Dec 2013 01:06:34 +0200
, by Santeri Piippo
- implicit documents are now auto-closed when rendered unused, in general, a LOT better document closing behavior
Thu, 19 Dec 2013 00:59:49 +0200
, by Santeri Piippo
- made history ignore file loading and undo/redo calls instead of having hard-coded ignore on the actions, this will probably save a lot of hair
Wed, 18 Dec 2013 23:38:45 +0200
, by Santeri Piippo
- fixed: LDObject methods still used operator delete directly, causing *a very frustrating* crash to debug
Wed, 18 Dec 2013 20:43:50 +0200
, by Santeri Piippo
History should now behave properly..
Wed, 18 Dec 2013 19:39:55 +0200
, by Santeri Piippo
- corrected history behavior. LDObject::clone() is now off-limits, createCopy() must be used instead. LDObject::deleteSelf() must be used to delete LDObjects (destructor is protected now)
Wed, 18 Dec 2013 17:44:31 +0200
, by Santeri Piippo
- fixed: cones with 3 digit numbers wouldn't go to the "Cones (48)" category properly
Wed, 18 Dec 2013 17:03:35 +0200
, by Santeri Piippo
- LDEmpty now overrides getTypeName properly
Wed, 18 Dec 2013 14:32:17 +0200
, by Santeri Piippo
- changed source file extension from .cpp to .cc
Fri, 13 Dec 2013 20:01:49 +0200
, by Santeri Piippo
- LDObject::move is no longer virtual
Fri, 13 Dec 2013 00:39:49 +0200
, by Santeri Piippo
- fixed: LDMatrixObject's position would be an invalid pointer if it was created with the default constructor, causing a crash
Fri, 13 Dec 2013 00:31:16 +0200
, by Santeri Piippo
- Reworked primitive listing. No longer uses multi-threading.
Fri, 13 Dec 2013 00:28:24 +0200
, by Santeri Piippo
- LDFile renamed to LDDocument, file.h -> document.h
Thu, 12 Dec 2013 19:44:09 +0200
, by Santeri Piippo
net_autoclose is now true by default
Sat, 07 Dec 2013 01:18:21 +0200
, by Santeri Piippo
renamed LDCndLine to LDCondLine
Sat, 07 Dec 2013 01:08:52 +0200
, by Santeri Piippo
more stuff
Sat, 07 Dec 2013 01:03:17 +0200
, by Santeri Piippo
Cleaned up download.cpp/.h, used PROPERTY. Added LIST_OPS to PROPERTY
Sat, 07 Dec 2013 00:01:20 +0200
, by Santeri Piippo
minor cleanup
Fri, 06 Dec 2013 21:30:58 +0200
, by Santeri Piippo
Renamed "quick colors" in the configuration to "color toolbar"
Fri, 06 Dec 2013 21:25:49 +0200
, by Santeri Piippo
- re-added the external programs to the toolbar
Fri, 06 Dec 2013 21:13:01 +0200
, by Santeri Piippo
updated README.md with a mention of the ring drawing
Fri, 06 Dec 2013 21:09:23 +0200
, by Santeri Piippo
minor cleanup
Fri, 06 Dec 2013 21:06:48 +0200
, by Santeri Piippo
- added build_shared to .gitignore
Fri, 06 Dec 2013 20:54:34 +0200
, by Santeri Piippo
- Improved coordinate rounding, replaced the hack with a proper implementation, now rounds properly and works on subfiles as well
Fri, 06 Dec 2013 20:53:36 +0200
, by Santeri Piippo
- Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h
Fri, 06 Dec 2013 00:29:44 +0200
, by Santeri Piippo
- Changed the callback parm of PROPERTY to a stock/custom write method argument.
Thu, 05 Dec 2013 23:42:39 +0200
, by Santeri Piippo
- upgraded the PROPERTY macro, resulting in a major code refactor
Thu, 05 Dec 2013 23:20:50 +0200
, by Santeri Piippo
- ensured header files' guards start with LDFORGE_
Thu, 05 Dec 2013 13:51:52 +0200
, by Santeri Piippo
removed old and unused src.pro file
Tue, 22 Oct 2013 22:14:32 +0300
, by Santeri Piippo
renamed the version to 0.3-alpha in the changelog
Tue, 22 Oct 2013 22:11:57 +0300
, by Santeri Piippo
changelog entry
Tue, 22 Oct 2013 22:11:32 +0300
, by Santeri Piippo
Made rotation/pan/zoom values camera-dependant (so now there's 7 sets of them instead of 1)
Tue, 22 Oct 2013 22:09:53 +0300
, by Santeri Piippo
updated .gitignore
Tue, 22 Oct 2013 21:42:20 +0300
, by Santeri Piippo
removed the legacy dir
Tue, 22 Oct 2013 21:41:05 +0300
, by Santeri Piippo
forgot the new icons
Tue, 22 Oct 2013 21:40:01 +0300
, by Santeri Piippo
- Added new actions "Hide" and "Reveal" which allow direct setting of objects' visibility setting instead of toggling it.
Tue, 22 Oct 2013 21:39:20 +0300
, by Santeri Piippo
added a configuration option for line anti-aliasing
Tue, 22 Oct 2013 21:03:57 +0300
, by Santeri Piippo
fixed: deleting objects would trigger a crash
Tue, 22 Oct 2013 19:33:41 +0300
, by Santeri Piippo
more minor changes
Tue, 22 Oct 2013 19:28:45 +0300
, by Santeri Piippo
style corrections
Tue, 22 Oct 2013 19:22:15 +0300
, by Santeri Piippo
i'm dumb
Tue, 22 Oct 2013 13:53:24 +0300
, by Santeri Piippo
also removed the if() case mentioned in the prior commit from addObjectDialog.cpp. :P
Tue, 22 Oct 2013 13:49:55 +0300
, by Santeri Piippo
enclosed the assert replacement in braces. In release mode, the assert is replaced with nothing and there's a little bit of code in addObjectDialog which uses it as a statement in an one-line if(). With the assert disappearing in release builds this triggered a GCC warning, as the if would be left without a body.
Tue, 22 Oct 2013 13:47:41 +0300
, by Santeri Piippo
- migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago.
Tue, 22 Oct 2013 13:40:16 +0300
, by Santeri Piippo
changeProperty(): don't change the property if the value would not change, this should save some procecssing..
Sat, 19 Oct 2013 02:33:08 +0300
, by Santeri Piippo
initialize GLRenderer::m_hoverpos to (0, 0, 0)
Sat, 19 Oct 2013 01:22:11 +0300
, by Santeri Piippo
cosmetic fixes
Sat, 19 Oct 2013 01:15:57 +0300
, by Santeri Piippo
fixed: the file loader would skip every 300th line. And I thought I was going nuts when my quads kept disappearing...
Sat, 19 Oct 2013 01:11:26 +0300
, by Santeri Piippo
Made the config dialog use a list widget for navigation over a tab widget.
Sat, 19 Oct 2013 00:39:09 +0300
, by Santeri Piippo
- added LDSharedVertex class for holding copy-on-write vertices. Will need this for future features..
Fri, 18 Oct 2013 23:49:55 +0300
, by Santeri Piippo
now displays build type in the window title (unless a release build of a release), fixed some macro shenanigans
Fri, 18 Oct 2013 22:30:08 +0300
, by Santeri Piippo
made messagelog handle messages with newlines
Fri, 18 Oct 2013 22:07:26 +0300
, by Santeri Piippo
Added a crash catcher which trigger under Linux. It calls GDB and tries to get a backtrace. Also integrated assertion failure handling to this new system. Removed the print() function in the process (because the new bomb box uses a text edit and QTextDocuments's print method clashes with the macro and I figured it was a good idea to rid it anyway) and replaced all calls with log().
Fri, 18 Oct 2013 21:52:09 +0300
, by Santeri Piippo
fixed: LDForge would crash if message log got full - the older lines would be removed with ::erase, which now expects an iterator because of the recent transition to QList. Why does QList::iterator allow 0 to be passed?
Fri, 18 Oct 2013 18:16:54 +0300
, by Santeri Piippo
fixed a small memory leak
Fri, 18 Oct 2013 18:12:23 +0300
, by Santeri Piippo
Fixed: LDForge would sometimes crash over unitialized data in the GL renderer. This crash sure eluded me for a while. Turned out zoomToFit(), which uses m_width and m_height is called before resizeGL() which initializes these variables. This data is used in an operator new[] call.
Fri, 18 Oct 2013 17:57:42 +0300
, by Santeri Piippo
- added debug/release build configuration. Debug builds are really useful things!
Fri, 18 Oct 2013 17:47:05 +0300
, by Santeri Piippo
removed some custom functions in favor of Qt implementations
Wed, 16 Oct 2013 23:20:35 +0300
, by Santeri Piippo
reworked the ring finder algorithm greatly, tries harder to find the optimal solution
Wed, 16 Oct 2013 23:07:59 +0300
, by Santeri Piippo
Added last-resort ring draw with quads
Wed, 16 Oct 2013 19:34:12 +0300
, by Santeri Piippo
Ring draw: maintain separate polygons for the ring circles and draw them separately of the ring fill to prevent artifact lines from being drawn
Wed, 16 Oct 2013 17:11:16 +0300
, by Santeri Piippo
Removed the List -> QList alias, use QList directly
Wed, 16 Oct 2013 16:47:40 +0300
, by Santeri Piippo
removed the List class in favor of QList
Wed, 16 Oct 2013 16:40:42 +0300
, by Santeri Piippo
removed debug prints from the ring finder
Wed, 16 Oct 2013 16:05:51 +0300
, by Santeri Piippo
ring finder integrated! it lives!
Wed, 16 Oct 2013 16:04:56 +0300
, by Santeri Piippo
Finally got the ringfinder working! Working on integrating it to ring drawing...
Wed, 16 Oct 2013 15:32:38 +0300
, by Santeri Piippo
Ring drawing: previewing complete
Sun, 06 Oct 2013 21:37:05 +0300
, by Santeri Piippo
further cleansing - removed most uses of unsigned ints, removed list reversers
Sat, 05 Oct 2013 15:18:47 +0300
, by Santeri Piippo
a bit more cleanup
Sat, 05 Oct 2013 12:51:13 +0300
, by Santeri Piippo
nuked "container_cast"
Thu, 03 Oct 2013 21:48:11 +0300
, by Santeri Piippo
When drawing circles, draw the radius in the middle
Thu, 03 Oct 2013 21:42:48 +0300
, by Santeri Piippo
further cleanup
Thu, 03 Oct 2013 21:08:34 +0300
, by Santeri Piippo
last code reformatting i swear
Thu, 03 Oct 2013 20:56:20 +0300
, by Santeri Piippo
Added a new editing mode for drawing circles.
Thu, 03 Oct 2013 18:07:06 +0300
, by Santeri Piippo
it's LDForge's 1st birthday!
Sun, 22 Sep 2013 23:27:07 +0300
, by Santeri Piippo
Stuff
Mon, 09 Sep 2013 23:35:32 +0300
, by Santeri Piippo
Further work on VAO rendering
Sat, 07 Sep 2013 16:40:05 +0300
, by Santeri Piippo
VAO rendering works now! woo!
Sat, 07 Sep 2013 14:21:33 +0300
, by Santeri Piippo
Merge branch 'master' into gl, reworked stuff
Sat, 07 Sep 2013 13:23:09 +0300
, by Santeri Piippo
For some reason, of all changesets, 4fb5763 made compiling subfiles extremely slow. WTF? Reverted the change to restore compilation speed.
Wed, 04 Sep 2013 11:54:17 +0300
, by Santeri Piippo
down with cmake!
Wed, 04 Sep 2013 11:34:19 +0300
, by Santeri Piippo
made LDFile interfacing a bit clearer
Sat, 24 Aug 2013 16:52:45 +0300
, by Santeri Piippo
removed unused LabeledWidget
Sat, 24 Aug 2013 16:30:30 +0300
, by Santeri Piippo
redirect the user to configuration if the download path is not given
Sat, 24 Aug 2013 16:17:48 +0300
, by Santeri Piippo
err
Sat, 24 Aug 2013 15:01:31 +0300
, by Santeri Piippo
rework quick color code a tad
Sat, 24 Aug 2013 15:00:46 +0300
, by Santeri Piippo
rename RadioBox to RadioGroup
Fri, 23 Aug 2013 13:01:36 +0300
, by Santeri Piippo
bit of a clarification
Fri, 23 Aug 2013 01:20:09 +0300
, by Santeri Piippo
fixed: couldn't open larger files because of a type mismatch in moc method calling, leading into runtime problems
Fri, 23 Aug 2013 01:04:13 +0300
, by Santeri Piippo
fixed: front and back camera wouldn't render anything
Fri, 23 Aug 2013 00:54:31 +0300
, by Santeri Piippo
Apparently CMake requires the moc files to be compiled separately.. qt4_wrap_cpp does nothing if I don't include the results in the executable... why?
Thu, 22 Aug 2013 20:39:26 +0300
, by Santeri Piippo
add .kdev_include_paths to gitignore
Thu, 22 Aug 2013 20:28:57 +0300
, by Santeri Piippo
Changed build system from qmake to CMake.
Thu, 22 Aug 2013 20:24:16 +0300
, by Santeri Piippo
merged aboutDialog.cpp to dialogs.cpp
Thu, 22 Aug 2013 18:13:20 +0300
, by Santeri Piippo
stuff
Wed, 21 Aug 2013 14:07:02 +0300
, by Santeri Piippo
Fixed crash with closing: since logoed studs are now loaded, the first file in g_loadedFiles is not explicit anymore. the closing code assumed this
Wed, 21 Aug 2013 11:09:39 +0300
, by Santeri Piippo
more changes. Spawn the config prompt on first start, on the profile tab. gl_colorbfc and gl_blackedges now default to false.
Wed, 21 Aug 2013 10:54:33 +0300
, by Santeri Piippo
woo smallification!
Wed, 21 Aug 2013 01:30:38 +0300
, by Santeri Piippo
Added ListConfig type, using it in recent files now
Wed, 21 Aug 2013 01:13:52 +0300
, by Santeri Piippo
minor cleanup
Tue, 20 Aug 2013 21:23:56 +0300
, by Santeri Piippo
removed broken config type check
Tue, 20 Aug 2013 21:15:12 +0300
, by Santeri Piippo
added profile data auto-filling
Tue, 20 Aug 2013 21:13:59 +0300
, by Santeri Piippo
ensure that all Configs are polymorphic
Tue, 20 Aug 2013 15:01:16 +0300
, by Santeri Piippo
bit more cleanup
Tue, 20 Aug 2013 14:56:26 +0300
, by Santeri Piippo
- added "Go to line" action, renamed the config classes to proper camelcase
Tue, 20 Aug 2013 14:47:21 +0300
, by Santeri Piippo
Cut the Object-suffix from LDObject types, it doesn't help things at all
Sun, 18 Aug 2013 17:53:23 +0300
, by Santeri Piippo
Use QFlags for the inlining flags, type-safety++
Sun, 18 Aug 2013 17:38:33 +0300
, by Santeri Piippo
Rewrote stud logo support, restructuring inlining stuff in the process. Logoed studs must only be used for rendering scenes, otherwise they will for instance get inlined in and that's not desired, or the vertex snapper will catch onto the logo's coordinates.
Sun, 18 Aug 2013 17:30:58 +0300
, by Santeri Piippo
added support for logoed studs
Sun, 18 Aug 2013 16:33:38 +0300
, by Santeri Piippo
more cleanup
Sun, 18 Aug 2013 16:04:36 +0300
, by Santeri Piippo
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
Sun, 18 Aug 2013 15:33:00 +0300
, by Santeri Piippo
ask the user for isecalc's path if adding edges to intersector output and no path is defined
Sat, 17 Aug 2013 11:48:27 +0300
, by Santeri Piippo
added missing UI file
Sat, 17 Aug 2013 11:37:51 +0300
, by Santeri Piippo
ask the user for ext prog paths instead of telling to go to configuration if no path is defined
Sat, 17 Aug 2013 11:35:51 +0300
, by Santeri Piippo
minor change
Sat, 17 Aug 2013 02:24:08 +0300
, by Santeri Piippo
made config dialog default to the correct tab again
Sat, 17 Aug 2013 02:07:49 +0300
, by Santeri Piippo
made downloaded files be stored into recent files
Sat, 17 Aug 2013 02:06:55 +0300
, by Santeri Piippo
Use a busy cursor while compiling all
Sat, 17 Aug 2013 01:17:20 +0300
, by Santeri Piippo
Use brighter text color with dark backgrounds for the message manager
Sat, 17 Aug 2013 00:47:24 +0300
, by Santeri Piippo
::getIndex() should never return -1 if ::file() is not null so no check needed there..
Sat, 17 Aug 2013 00:02:17 +0300
, by Santeri Piippo
fixed: LDObject's various methods still assumed that the current file wouldn't change
Fri, 16 Aug 2013 23:59:09 +0300
, by Santeri Piippo
Added action "add history line" for adding new history entries
Fri, 16 Aug 2013 23:24:57 +0300
, by Santeri Piippo
rework
Fri, 16 Aug 2013 11:05:21 +0300
, by Santeri Piippo
Picking now works with the VAO setup
Fri, 09 Aug 2013 04:29:37 +0300
, by Santeri Piippo
BIG COMMIT -- Moving from display lists to VAOs.
Fri, 09 Aug 2013 03:09:08 +0300
, by Santeri Piippo
camera icons now draw real tooltips instead of faking them
Wed, 07 Aug 2013 20:50:53 +0300
, by Santeri Piippo
fixed crashing with inlining
Tue, 06 Aug 2013 18:50:32 +0300
, by Santeri Piippo
updates to recent files menu
Tue, 06 Aug 2013 16:23:16 +0300
, by Santeri Piippo
corrected problems with the version string
Tue, 06 Aug 2013 13:52:32 +0300
, by Santeri Piippo
Converted configuration code to use QSettings.
Tue, 06 Aug 2013 13:32:07 +0300
, by Santeri Piippo
Merged PartDownloader into the prompt and renamed the prompt to PartDownloader
Sat, 03 Aug 2013 12:31:36 +0300
, by Santeri Piippo
now with changelog entry
Sat, 03 Aug 2013 04:44:30 +0300
, by Santeri Piippo
Moved the alias macro to common.h
Sat, 03 Aug 2013 04:39:39 +0300
, by Santeri Piippo
finalized downloading
Sat, 03 Aug 2013 04:32:13 +0300
, by Santeri Piippo
stability to downloading
Sat, 03 Aug 2013 02:18:41 +0300
, by Santeri Piippo
added config option, refined logic and regexps. This behaves coherently now. :)
Sat, 03 Aug 2013 00:56:02 +0300
, by Santeri Piippo
More work on downloading
Fri, 02 Aug 2013 23:24:49 +0300
, by Santeri Piippo
handle errors
Fri, 02 Aug 2013 22:36:51 +0300
, by Santeri Piippo
now actually downloads parts
Fri, 02 Aug 2013 22:02:40 +0300
, by Santeri Piippo
added missing files
Fri, 02 Aug 2013 18:42:06 +0300
, by Santeri Piippo
Begin groundwork on downloading from ldraw.org
Fri, 02 Aug 2013 18:39:41 +0300
, by Santeri Piippo
Create README.md
Fri, 02 Aug 2013 16:46:50 +0300
, by Santeri Piippo
Angles need to be reset when changing the current file too
Fri, 02 Aug 2013 16:39:46 +0300
, by Santeri Piippo
Fixed crash on opening a file
Fri, 02 Aug 2013 16:36:38 +0300
, by Santeri Piippo
style cleanup - it should be all unified now
Fri, 02 Aug 2013 16:33:30 +0300
, by Santeri Piippo
chglog
Fri, 02 Aug 2013 15:57:03 +0300
, by Santeri Piippo
If the vertex snapper finds a vertex closer than 4 pixels, it likely is the vertex being looked for and the algorithm can terminate early, hopefully this will save a few cycles on large parts.
Fri, 02 Aug 2013 15:55:20 +0300
, by Santeri Piippo
added support for BFC CLIP/NOCLIP
Fri, 02 Aug 2013 13:58:14 +0300
, by Santeri Piippo
Added an option for listing implicit files
Thu, 01 Aug 2013 17:00:14 +0300
, by Santeri Piippo
Added an action for creating a new, blank file, improved multi-file stability
Thu, 01 Aug 2013 16:05:31 +0300
, by Santeri Piippo
No need to test whether it's safe to close all when creating a new part anymore, since it no longer closes anything.
Thu, 01 Aug 2013 15:35:11 +0300
, by Santeri Piippo
some further little optimization
Thu, 01 Aug 2013 03:50:13 +0300
, by Santeri Piippo
Don't recompile everything when using quick colors, this speeds things up a little
Thu, 01 Aug 2013 03:44:38 +0300
, by Santeri Piippo
more cleanup
Thu, 01 Aug 2013 03:32:57 +0300
, by Santeri Piippo
cleanup
Thu, 01 Aug 2013 03:26:47 +0300
, by Santeri Piippo
Include the moc files in the source cpp files to reduce compile time
Thu, 01 Aug 2013 02:49:42 +0300
, by Santeri Piippo
Renamed LDOpenFile to LDFile
Thu, 01 Aug 2013 02:33:07 +0300
, by Santeri Piippo
- fixed: checking the hi-res option would not allow segment values over 16.
Tue, 30 Jul 2013 21:31:36 +0300
, by Santeri Piippo
primitive generator: added support for multiple spaces before primitive numbers, add "Hi-Res" to the names of 48/ primitives
Tue, 30 Jul 2013 21:22:47 +0300
, by Santeri Piippo
Separated LDConfig.ldr-specific stuff to ldconfig.cpp/h
Tue, 30 Jul 2013 18:01:53 +0300
, by Santeri Piippo
commentary++
Tue, 30 Jul 2013 17:38:29 +0300
, by Santeri Piippo
cosmetics
Tue, 30 Jul 2013 17:27:04 +0300
, by Santeri Piippo
Made File::iterator private - it's used only for range-for loops so it should not be used by anything else than File itself.
Tue, 30 Jul 2013 16:17:16 +0300
, by Santeri Piippo
Renamed vector to List, changed it to wrap around std::deque.
Tue, 30 Jul 2013 07:38:08 +0300
, by Santeri Piippo
Use repaint() instead of update() when redrawing the scene after a pick so that the new scene is repainted immediately.
Tue, 30 Jul 2013 07:16:48 +0300
, by Santeri Piippo
Fixed crashing when closing all
Tue, 30 Jul 2013 02:27:12 +0300
, by Santeri Piippo
stuff
Thu, 18 Jul 2013 13:13:26 +0300
, by Santeri Piippo
restyle
Tue, 16 Jul 2013 21:02:12 +0300
, by Santeri Piippo
Apply the proper edge color in the color sector too
Tue, 16 Jul 2013 20:01:36 +0300
, by Santeri Piippo
restyle colorselectdialog.cpp
Tue, 16 Jul 2013 19:38:47 +0300
, by Santeri Piippo
Further restructure, removed GUI toolbar icon size slider (always 22x22 now)
Tue, 16 Jul 2013 19:35:41 +0300
, by Santeri Piippo
fixed: the list view couldn't select multiple items anymore
Tue, 16 Jul 2013 13:57:42 +0300
, by Santeri Piippo
some rework with closing files, not right there, seems
Tue, 16 Jul 2013 03:12:03 +0300
, by Santeri Piippo
change camera to top if switching to draw mode in free camera
Tue, 16 Jul 2013 02:47:11 +0300
, by Santeri Piippo
Finalized multi-file behavior. The future is here! :P
Tue, 16 Jul 2013 02:45:13 +0300
, by Santeri Piippo
behavior update
Tue, 16 Jul 2013 02:09:22 +0300
, by Santeri Piippo
Added actions for saving all files, closing and closing all files
Tue, 16 Jul 2013 02:06:30 +0300
, by Santeri Piippo
Multiple file support works now! woo!
Tue, 16 Jul 2013 01:33:11 +0300
, by Santeri Piippo
moved ext program action definitions to extprogs.cpp rather than proxying it through gui_editactions.cpp
Mon, 15 Jul 2013 22:32:23 +0300
, by Santeri Piippo
fixed config dialog crashing
Mon, 15 Jul 2013 22:27:16 +0300
, by Santeri Piippo
Shortcuts are now properly loaded again
Mon, 15 Jul 2013 22:25:00 +0300
, by Santeri Piippo
updates on file list
Mon, 15 Jul 2013 22:07:49 +0300
, by Santeri Piippo
File list is populated now..
Mon, 15 Jul 2013 20:45:26 +0300
, by Santeri Piippo
Converted ForgeWindow to Designer UI(!)
Mon, 15 Jul 2013 19:30:16 +0300
, by Santeri Piippo
restructure; removed g_BBox
Mon, 15 Jul 2013 14:43:29 +0300
, by Santeri Piippo
Moved the bbox class to types
Mon, 15 Jul 2013 13:52:46 +0300
, by Santeri Piippo
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
Mon, 15 Jul 2013 13:50:12 +0300
, by Santeri Piippo
more formatting
Sat, 13 Jul 2013 21:21:33 +0300
, by 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
Sat, 13 Jul 2013 19:02:48 +0300
, by Santeri Piippo
Reformatting..
Sat, 13 Jul 2013 17:35:38 +0300
, by Santeri Piippo
Bump version to 0.2.999-intern now that 0.2-alpha is out.
Wed, 10 Jul 2013 02:58:59 +0300
, by Santeri Piippo
Tag 0.2 alpha
Wed, 10 Jul 2013 02:18:54 +0300
, by Santeri Piippo
Fixed compilation under windows/qt5
Wed, 10 Jul 2013 02:17:23 +0300
, by Santeri Piippo
added missing openprogress.ui
Wed, 10 Jul 2013 01:53:33 +0300
, by Santeri Piippo
make aborting work in the new setup
Wed, 10 Jul 2013 01:50:24 +0300
, by Santeri Piippo
make file loading be done properly as just a QObject rather than multi-threaded..
Wed, 10 Jul 2013 01:40:59 +0300
, by Santeri Piippo
handle empty lines better
Tue, 09 Jul 2013 03:07:39 +0300
, by Santeri Piippo
Use system clipboard rather than an internal one
Tue, 09 Jul 2013 03:04:31 +0300
, by Santeri Piippo
apply the c++11 'override' keyword to overriding virtual functions
Tue, 09 Jul 2013 02:57:11 +0300
, by Santeri Piippo
fixed: history is supposed to be closed by default
Mon, 08 Jul 2013 02:46:55 +0300
, by Santeri Piippo
further work on primitive cond-lines. I think I got it now.
Mon, 08 Jul 2013 02:43:43 +0300
, by Santeri Piippo
Renamed the color class to LDColor for clarity
Mon, 08 Jul 2013 01:36:12 +0300
, by Santeri Piippo
primitive generator: add conditional lines to cylinders; improved bad color handling
Mon, 08 Jul 2013 01:29:28 +0300
, by Santeri Piippo
Added history functionality for swapping
Sun, 07 Jul 2013 23:43:43 +0300
, by Santeri Piippo
fixed: double-clicking an object and editing it that way would not register to history
Sun, 07 Jul 2013 23:22:28 +0300
, by Santeri Piippo
when inlining (as an action), reinterpret the inlinees so that there's not any pointer mess-ups
Sun, 07 Jul 2013 23:17:17 +0300
, by Santeri Piippo
more restyle/refactor
Sun, 07 Jul 2013 17:45:48 +0300
, by Santeri Piippo
restyle..
Sun, 07 Jul 2013 16:46:30 +0300
, by Santeri Piippo
Removed the two string arrays containing object types and icon names, moved these as LDObjects' virtual functions
Sun, 07 Jul 2013 15:08:38 +0300
, by Santeri Piippo
Cleaned up the toolbars, removed clutter by removing most of the not-so-often-used items
Sun, 07 Jul 2013 03:36:30 +0300
, by Santeri Piippo
removed the history dialog, it doesn't fit in with the new history system
Sun, 07 Jul 2013 03:25:28 +0300
, by Santeri Piippo
Fixed: color selector prompt would crash if no default was given
Sun, 07 Jul 2013 03:19:09 +0300
, by Santeri Piippo
dded an action to quickly toggle BFC red/green view.
Sun, 07 Jul 2013 03:14:20 +0300
, by Santeri Piippo
pngout'd
Sun, 07 Jul 2013 03:04:40 +0300
, by Santeri Piippo
uh, stuff
Sun, 07 Jul 2013 03:03:39 +0300
, by Santeri Piippo
BFC icon stuff - old icon is now used for bfc red/green view-to-be
Sun, 07 Jul 2013 03:03:15 +0300
, by Santeri Piippo
rename: msglog.cpp/h -> messagelog.cpp/h
Sat, 06 Jul 2013 04:08:57 +0300
, by Santeri Piippo
fixed: stuff that was changed during file open was written to history
Sat, 06 Jul 2013 04:00:50 +0300
, by Santeri Piippo
astyle history.cpp
Sat, 06 Jul 2013 03:54:59 +0300
, by Santeri Piippo
Converted flip prompt to Designer UI
Sat, 06 Jul 2013 03:44:04 +0300
, by Santeri Piippo
Converted Ytruder interface to Designer UI
Sat, 06 Jul 2013 03:24:39 +0300
, by Santeri Piippo
Further verbosity, #ifdef the test axle pic out of release builds
Sat, 06 Jul 2013 03:06:00 +0300
, by Santeri Piippo
Completed Edger 2 interface
Sat, 06 Jul 2013 02:52:54 +0300
, by Santeri Piippo
gitignore *.dat files so I won't commit in my test files accidentally
Sat, 06 Jul 2013 02:30:48 +0300
, by Santeri Piippo
Update gitignore
Sat, 06 Jul 2013 02:02:41 +0300
, by Santeri Piippo
Added missing src/src.pro file
Sat, 06 Jul 2013 01:59:58 +0300
, by Santeri Piippo
Also put all generated UI headers on ignore
Sat, 06 Jul 2013 01:41:31 +0300
, by Santeri Piippo
remove ldforge.kdev4 and put it on ignore
Sat, 06 Jul 2013 01:40:06 +0300
, by Santeri Piippo
Converted ldraw path prompt
Thu, 04 Jul 2013 22:40:11 +0300
, by Santeri Piippo
fixed: overlays coudln't be defined for other cameras than the one used currently
Thu, 04 Jul 2013 21:09:19 +0300
, by Santeri Piippo
Converted overlay prompt
Thu, 04 Jul 2013 21:01:52 +0300
, by Santeri Piippo
Added missing what's this in edit raw prompt
Thu, 04 Jul 2013 20:12:03 +0300
, by Santeri Piippo
Removed more obsolete code
Thu, 04 Jul 2013 20:09:25 +0300
, by Santeri Piippo
Converted rotation point prompt
Thu, 04 Jul 2013 20:08:14 +0300
, by Santeri Piippo
Converted about dialog
Thu, 04 Jul 2013 19:18:42 +0300
, by Santeri Piippo
converted the raw edit prompt
Thu, 04 Jul 2013 18:56:34 +0300
, by Santeri Piippo
Designerified the replace coordinates action
Thu, 04 Jul 2013 18:41:24 +0300
, by Santeri Piippo
Converted the config dialog to a designer UI file
Thu, 04 Jul 2013 18:03:22 +0300
, by Santeri Piippo
Largely reworked the color selector. Still not perfect but is better
Thu, 04 Jul 2013 16:19:50 +0300
, by Santeri Piippo
applied message log to some actions
Thu, 04 Jul 2013 03:42:55 +0300
, by Santeri Piippo
optimize the common case
Thu, 04 Jul 2013 03:30:39 +0300
, by Santeri Piippo
fixed: when a new message line was added, the viewport wasn't updated
Thu, 04 Jul 2013 03:29:51 +0300
, by Santeri Piippo
remove old test messages
Thu, 04 Jul 2013 03:08:34 +0300
, by Santeri Piippo
Re-added the message log, now draws into the viewport
Thu, 04 Jul 2013 03:05:39 +0300
, by Santeri Piippo
Apply tr() for possible future translations
Wed, 03 Jul 2013 00:43:27 +0300
, by Santeri Piippo
rework aborting.. I'm still not sure I'm doing it right, though.
Tue, 02 Jul 2013 23:40:27 +0300
, by Santeri Piippo
Show values in file opening prompt
Tue, 02 Jul 2013 23:29:57 +0300
, by Santeri Piippo
simplify a bit
Tue, 02 Jul 2013 23:02:53 +0300
, by Santeri Piippo
Added ability to load the overlay meta
Tue, 02 Jul 2013 22:53:20 +0300
, by Santeri Piippo
Made overlay data be contained in the part files, still wip
Tue, 02 Jul 2013 21:39:47 +0300
, by Santeri Piippo
UI-ified the new part prompt
Tue, 02 Jul 2013 01:42:43 +0300
, by Santeri Piippo
changelog entry
Tue, 02 Jul 2013 00:31:40 +0300
, by Santeri Piippo
Turns out I overlooked a slot and didn't need to derive from QSpinBox after all
Tue, 02 Jul 2013 00:27:45 +0300
, by Santeri Piippo
Nuked the obsolete radial type now
Tue, 02 Jul 2013 00:15:52 +0300
, by Santeri Piippo
Further work on the primitive generator
Tue, 02 Jul 2013 00:06:06 +0300
, by Santeri Piippo
Begin converting the radial type into a primitive generator
Mon, 01 Jul 2013 23:07:35 +0300
, by Santeri Piippo
restyled file.cpp
Mon, 01 Jul 2013 19:48:29 +0300
, by Santeri Piippo
Added an atof overload to convert from string to float, hopefully without any precision error
Mon, 01 Jul 2013 17:27:37 +0300
, by Santeri Piippo
Use unique IDs instead of file indices in picking lists, this is much less prone to error
Thu, 27 Jun 2013 14:55:32 +0300
, by Santeri Piippo
minor improvements to primitive handling
Thu, 27 Jun 2013 14:12:12 +0300
, by Santeri Piippo
Exported Rectifier interface to .ui file
Thu, 27 Jun 2013 12:29:54 +0300
, by Santeri Piippo
..
Thu, 27 Jun 2013 12:13:15 +0300
, by Santeri Piippo
Converted Intersector UI, improved handling of failed ext program launches, fixed launch of non-wine programs
Thu, 27 Jun 2013 12:12:53 +0300
, by Santeri Piippo
Converted Isecalc front-end dialog to Designer UI
Thu, 27 Jun 2013 03:00:00 +0300
, by Santeri Piippo
Added an ui file for a to-be edger2 launcher
Thu, 27 Jun 2013 02:46:12 +0300
, by Santeri Piippo
Added support for launching external programs with Wine
Fri, 21 Jun 2013 18:41:44 +0300
, by Santeri Piippo
Only write config options to file that actually deviate from the default. Should've done this earlier on... before 0.1 alpha was tagged
Fri, 21 Jun 2013 17:52:44 +0300
, by Santeri Piippo
Nuked the now-empty string.cpp/.h
Fri, 21 Jun 2013 17:36:50 +0300
, by Santeri Piippo
Added license header to primitives.cpp
Fri, 21 Jun 2013 17:29:29 +0300
, by 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
Sun, 16 Jun 2013 01:39:19 +0300
, by Santeri Piippo
When editing an existing subfile, select the primitive from the list automatically if found
Sun, 16 Jun 2013 00:58:20 +0300
, by Santeri Piippo
Better categorized Technic primitives
Sun, 16 Jun 2013 00:48:09 +0300
, by Santeri Piippo
Added support for regex-based primitive categorization
Sun, 16 Jun 2013 00:10:11 +0300
, by Santeri Piippo
Moved primitive handling to new code files
Sat, 15 Jun 2013 19:14:42 +0300
, by Santeri Piippo
Make camera icons a member of GLRenderer so multiple renderers won't conflict about them
Sat, 15 Jun 2013 04:36:52 +0300
, by Santeri Piippo
Added primitive scanning, replaced parts list in subfile add dialog with it
Sat, 15 Jun 2013 04:20:44 +0300
, by Santeri Piippo
Nuked parts.lst parsing, that was stupid
Sat, 15 Jun 2013 01:29:46 +0300
, by Santeri Piippo
Converted from C-style fopen to the new File class
Sat, 15 Jun 2013 01:20:07 +0300
, by Santeri Piippo
Added a File type that wraps around QFile and provides stuff like a null file and range-for-iterating
Fri, 14 Jun 2013 19:34:30 +0300
, by Santeri Piippo
Converted to 16-bit strings.. again
Fri, 14 Jun 2013 16:00:54 +0300
, by Santeri Piippo
Also allow objects to be edited by double-click in the viewport
Thu, 13 Jun 2013 16:33:17 +0300
, by Santeri Piippo
forgot changelog entry about some key defaults changes
Thu, 13 Jun 2013 16:17:58 +0300
, by Santeri Piippo
Objects can now be edited by double-clicking on them in the object list view
Thu, 13 Jun 2013 16:16:55 +0300
, by Santeri Piippo
Minor tweak to drawing rectangle selection (don't draw it if it was to be an additive pick)
Thu, 13 Jun 2013 14:00:34 +0300
, by Santeri Piippo
Update the rect vertices right after rect draw mode is entered so that the old values don't remain to spook around
Thu, 13 Jun 2013 03:12:34 +0300
, by Santeri Piippo
And I forgot to rebrand the actual dialog box...
Thu, 13 Jun 2013 03:08:17 +0300
, by Santeri Piippo
Renamed Set Contents into Edit LDraw Code; made the add object dialog's comment line box wider
Thu, 13 Jun 2013 03:05:54 +0300
, by Santeri Piippo
changelog update
Thu, 13 Jun 2013 03:01:09 +0300
, by Santeri Piippo
Clipboard now stores LDraw code rather than object clones, this seems much less prone to problems
Thu, 13 Jun 2013 02:58:17 +0300
, by Santeri Piippo
Made history work with most things
Thu, 13 Jun 2013 02:55:47 +0300
, by Santeri Piippo
Color changing is now logged into history
Thu, 13 Jun 2013 01:13:06 +0300
, by Santeri Piippo
Reworked properties a bit
Thu, 13 Jun 2013 00:48:53 +0300
, by Santeri Piippo
Restructed recent files handling, the list shouldn't screw the hell up anymore.
Mon, 10 Jun 2013 16:17:24 +0300
, by Santeri Piippo
less
more
|
(0)
-1000
-896
tip