Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Wrote documentation to the Model class.
2017-02-04
, by Teemu Piippo
The current document pointer may no longer be null.
2017-02-04
, by Teemu Piippo
minor amendment
2017-02-03
, by Teemu Piippo
Reworked and cleaned up the circle mode
2017-02-03
, by Teemu Piippo
Some code cleanup in abstract editing modes.
2017-01-30
, by Teemu Piippo
Removed some unnecessary #include-directives.
2017-01-30
, by Teemu Piippo
Removed the status bar, since it's not used for anything
2017-01-30
, by Teemu Piippo
Split object list representation into virtual methods
2017-01-30
, by Teemu Piippo
Removed LDDocument::getObjectCount (superceded by Model::size)
2017-01-30
, by Teemu Piippo
The "all objects have valid models" invariant seems to be holding up now. At least basic drawing works again.
2017-01-29
, by Teemu Piippo
Made all LDObject constructors protected. Emplacement is now the only way to create objects.
2017-01-29
, by Teemu Piippo
Removed the LDSpawn function and replaced its last use cases.
2017-01-29
, by Teemu Piippo
More rework on model stuff, removals of LDSpawn calls. Most importantly, the LDraw code parsing function was moved to Model.
2017-01-29
, by Teemu Piippo
Removed uses of LDSpawn in the algorithm toolset
2017-01-29
, by Teemu Piippo
Replaced uses of LDSpawn with the Model class in edit modes
2017-01-29
, by Teemu Piippo
Removed dead code that's standing in the way of refactoring
2017-01-29
, by Teemu Piippo
Removed the AddObjectDialog. Garbage code that absolutely needs to be reimplemented.
2017-01-29
, 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!)
2017-01-29
, 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.
2017-01-29
, by Teemu Piippo
Happy new year 2017!
2017-01-28
, by Teemu Piippo
Matrices are now input with 9 spinboxes instead of a MLCad-style line edit
2017-01-28
, by Teemu Piippo
Moved the identity matrix constant into Matrix's namespace
2017-01-28
, 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.
2017-01-28
, by Teemu Piippo
Reworked the Matrix interface so that less index math is involved
2017-01-28
, by Teemu Piippo
Fixed formatFileSize
2017-01-28
, by Teemu Piippo
Refactor roundToDecimals and formatFileSize
2017-01-28
, by Teemu Piippo
Actually, let's call it countof(). Makes more sense.
2017-01-28
, by Teemu Piippo
Replaced '.length()' with 'length()' where appropriate
2017-01-28
, by Teemu Piippo
Replaced uses of 'x.size()' with 'length(x)'
2017-01-28
, by Teemu Piippo
refactor: added the length() function that's like Python's len()
2017-01-28
, by Teemu Piippo
refactor
2017-01-28
, by Teemu Piippo
Display error string if unable to write a crash log.
2016-11-19
, by Teemu Piippo
Made DEFINE_FLAG_ACCESS_METHODS a function macro
2016-11-18
, by Teemu Piippo
Cleaned up crash catcher, fixed missing <math.h> include
2016-11-18
, by Teemu Piippo
Fixed additive range selection not working properly.
2016-11-17
, by Teemu Piippo
Cleanup in GL renderer...
2016-11-17
, by Teemu Piippo
Cleaned up PrimitiveScanner
2016-11-17
, by Teemu Piippo
Further cleanup
2016-11-15
, by Teemu Piippo
Refactor primitives
2016-11-15
, by Teemu Piippo
Refactor FileToolset
2016-11-15
, by Teemu Piippo
Moved the about dialog into the file toolset and removed the mail button (the forums are better for this anyway)
2016-11-15
, by Teemu Piippo
Removed the 'once' macro since it's not used
2016-11-15
, by Teemu Piippo
Removed the USE_QT5 macro now that we're Qt5 only.
2016-11-15
, by Teemu Piippo
Change "m_" prefix to "_" in members of PartDownloader
2016-11-15
, by Teemu Piippo
Changed QList to QVector in PartDownloader
2016-11-15
, by Teemu Piippo
Cleanup PartDownloader
2016-11-15
, by Teemu Piippo
Unabbreviate "transform" to "transformationMatrix"
2016-11-15
, by Teemu Piippo
Cleanup colors.cpp/.h
2016-11-15
, by Teemu Piippo
Refactor GuiUtilities
2016-11-11
, by Teemu Piippo
Some cleanup
2016-11-11
, by Teemu Piippo
Draw line lengths to 2 decimal points only.
2016-10-16
, by Teemu Piippo
Dropped Qt 4 support. We're Qt 5 only now.
2016-10-16
, by Teemu Piippo
Fixed compilation.
2016-10-16
, by Teemu Piippo
Added doxygen.ini
2016-06-16
, by Teemu Piippo
Moved matrix into new source/header pair in types/
2016-05-08
, by Teemu Piippo
Replaced the ugly for_enum macro with a generator class
2016-05-08
, by Teemu Piippo
Further improved enum handling
2016-05-08
, by Teemu Piippo
Enum stuff
2016-05-08
, by Teemu Piippo
- Refactoring...
2016-05-08
, by Teemu Piippo
Unabbreviated overlay member names
2016-05-08
, by Teemu Piippo
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
tip