Sun, 07 Sep 2014 04:11:55 +0300 |
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.
|
file |
diff |
annotate
|
Sun, 07 Sep 2014 01:13:20 +0300 |
Teemu Piippo |
- fixed compilation on windows
|
file |
diff |
annotate
|
Sat, 06 Sep 2014 23:21:28 +0300 |
Teemu Piippo |
- a more elegant fix to the problem addressed in the previous commit
|
file |
diff |
annotate
|
Sat, 06 Sep 2014 23:18:26 +0300 |
Teemu Piippo |
- fixed documentless objects being selected on document close
|
file |
diff |
annotate
|
Thu, 04 Sep 2014 11:48:05 +0300 |
Teemu Piippo |
- fixed infinite recursion when loading logoed studs
|
file |
diff |
annotate
|
Mon, 01 Sep 2014 10:00:29 +0300 |
Teemu Piippo |
- refactor
|
file |
diff |
annotate
|
Sun, 31 Aug 2014 03:10:51 +0300 |
Teemu Piippo |
- now tries to download missing files off ldraw.org
|
file |
diff |
annotate
|
Sat, 30 Aug 2014 20:09:30 +0300 |
Teemu Piippo |
- now able to spawn partial circular primitives
|
file |
diff |
annotate
|
Sun, 24 Aug 2014 01:42:46 +0300 |
Teemu Piippo |
- got rid of an annoying debug message
|
file |
diff |
annotate
|
Wed, 06 Aug 2014 16:18:24 +0300 |
Teemu Piippo |
- major identifier renaming
|
file |
diff |
annotate
|
Tue, 29 Jul 2014 13:12:22 +0300 |
Teemu Piippo |
- fixed crash-on-exit (simply by not running full destruction processing during program termination)
|
file |
diff |
annotate
|
Mon, 28 Jul 2014 03:34:05 +0300 |
Santeri Piippo |
- fixed compilation on windows systems
|
file |
diff |
annotate
|
Sun, 27 Jul 2014 03:14:27 +0300 |
Teemu Piippo |
- changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals.
|
file |
diff |
annotate
|
Sun, 27 Jul 2014 02:40:21 +0300 |
Teemu Piippo |
- refactoring
|
file |
diff |
annotate
|
Sat, 26 Jul 2014 03:43:37 +0300 |
Teemu Piippo |
- refactor
|
file |
diff |
annotate
|
Wed, 16 Jul 2014 15:00:41 +0300 |
Teemu Piippo |
- changed copyright lines to use my legal name instead of my nickname
|
file |
diff |
annotate
|
Sun, 13 Jul 2014 20:40:24 +0300 |
Teemu Piippo |
- changed `&&` and `||` operators to their named variants `and` and `or`
|
file |
diff |
annotate
|
Sun, 13 Jul 2014 17:02:43 +0300 |
Teemu Piippo |
- fixed incorrect conversions of weak pointers to strong ones
|
file |
diff |
annotate
|
Sun, 13 Jul 2014 16:48:29 +0300 |
Teemu Piippo |
- reimplemented vertex tracking using a method similar to what the GL compiler uses
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 18:52:10 +0300 |
Santeri Piippo |
- now prints the filesize upon successful save
|
file |
diff |
annotate
|
Sat, 05 Jul 2014 02:20:53 +0300 |
Santeri Piippo |
- okay that was dumb
|
file |
diff |
annotate
|
Fri, 04 Jul 2014 22:19:01 +0300 |
Santeri Piippo |
- saving work done on edit mode revamp
|
file |
diff |
annotate
|
Sat, 14 Jun 2014 09:05:29 +0300 |
Santeri Piippo |
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
|
file |
diff |
annotate
|
Tue, 03 Jun 2014 20:28:10 +0300 |
Santeri Piippo |
- String -> QString
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 14:34:23 +0300 |
Santeri Piippo |
- added an action for opening the subfiles pointed to by selected references as editable documents
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 13:16:14 +0300 |
Santeri Piippo |
- LDObject::Type moved back to global namespace
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 13:00:58 +0300 |
Santeri Piippo |
- removed code rendered unnecessary
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 12:50:40 +0300 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
file |
diff |
annotate
|
Sun, 01 Jun 2014 02:36:29 +0300 |
Santeri Piippo |
- simplified parse error handling
|
file |
diff |
annotate
|
Thu, 29 May 2014 17:54:43 +0300 |
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.
|
file |
diff |
annotate
|
Fri, 16 May 2014 21:31:20 +0300 |
Santeri Piippo |
- hopefully stabilized the entire shared pointers deal now
|
file |
diff |
annotate
|
Fri, 16 May 2014 01:22:24 +0300 |
Santeri Piippo |
- improved shared pointer behavior, still not there yet
|
file |
diff |
annotate
|
Fri, 09 May 2014 12:06:56 +0300 |
Santeri Piippo |
- initial overhaul with smart pointers
|
file |
diff |
annotate
|
Mon, 05 May 2014 17:18:01 +0300 |
Santeri Piippo |
- slight refactor in ldobject methods
|
file |
diff |
annotate
|
Thu, 01 May 2014 14:26:10 +0300 |
Santeri Piippo |
- significantly sped up selecting all objects, it is now an actually fast operation
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 02:06:09 +0300 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 18:02:43 +0300 |
Santeri Piippo |
- some minor cleanup
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 17:59:20 +0300 |
Santeri Piippo |
- simplified the code handling bfc statements a bit
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 17:56:51 +0300 |
Santeri Piippo |
- don't simplify (aka remove extra whitespace from) comment texts
|
file |
diff |
annotate
|
Mon, 28 Apr 2014 17:34:10 +0300 |
Santeri Piippo |
- removed rest of the uses of <anonymous>
|
file |
diff |
annotate
|
Sun, 27 Apr 2014 04:23:09 +0300 |
Santeri Piippo |
- type-aliased QString to String
|
file |
diff |
annotate
|
Sun, 27 Apr 2014 04:06:46 +0300 |
Santeri Piippo |
- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
|
file |
diff |
annotate
|
Sun, 27 Apr 2014 03:51:10 +0300 |
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.
|
file |
diff |
annotate
|
Thu, 24 Apr 2014 02:08:53 +0300 |
Santeri Piippo |
- <anonymous> -> untitled
|
file |
diff |
annotate
|
Wed, 23 Apr 2014 18:25:09 +0300 |
Santeri Piippo |
- reimplemented the Vertex class as a derivative of QVector3D
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 23:17:01 +0300 |
Santeri Piippo |
- sped up known vertex information gathering by an order of magnitude
|
file |
diff |
annotate
|
Fri, 18 Apr 2014 18:46:25 +0300 |
Santeri Piippo |
- reimplemented vertex snapping
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 20:50:43 +0300 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 20:48:31 +0300 |
Santeri Piippo |
- more debug stuff....
|
file |
diff |
annotate
|
Sun, 06 Apr 2014 01:40:04 +0300 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:38:03 +0200 |
Santeri Piippo |
Merge ../ldforge into gl
|
file |
diff |
annotate
|
Mon, 14 Apr 2014 16:00:36 +0300 |
Santeri Piippo |
- use the keyword 'not' in place of the exclamation mark for operator!, this is clearer. also converted uses of '== false' to this.
|
file |
diff |
annotate
|
Sun, 06 Apr 2014 01:26:04 +0300 |
Santeri Piippo |
- use index-based iterating in LDDocument::closeUnused because deleting documents while iterating over g_loadedFiles causes the iterator to become invalidated
|
file |
diff |
annotate
|
Sat, 29 Mar 2014 05:26:10 +0200 |
Santeri Piippo |
- renamed files to camelCase
|
file |
diff |
annotate
|