Mon, 02 Jun 2014 12:50:40 +0300 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
changeset |
files
|
Sun, 01 Jun 2014 03:15:36 +0300 |
Santeri Piippo |
- subfile inverting now detects flatness and acts accordingly instead of naively applying invertnext to everything
|
changeset |
files
|
Sun, 01 Jun 2014 02:36:29 +0300 |
Santeri Piippo |
- simplified parse error handling
|
changeset |
files
|
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.
|
changeset |
files
|
Thu, 22 May 2014 18:01:19 +0300 |
Santeri Piippo |
- made coordinate rounding precision configurable
|
changeset |
files
|
Wed, 21 May 2014 19:00:57 +0300 |
Santeri Piippo |
- further edits to crashcatcher
|
changeset |
files
|
Wed, 21 May 2014 18:39:03 +0300 |
Santeri Piippo |
- crashcatcher: don't use the bomb box at all, instead just write the crashlog and then abort for good
|
changeset |
files
|
Wed, 21 May 2014 18:15:09 +0300 |
Santeri Piippo |
- reformatted the changelog. 0.3-specific changes reformatted to use Zandronum-like version history, this is much easier to work with
|
changeset |
files
|
Wed, 21 May 2014 13:18:19 +0300 |
Santeri Piippo |
- selecting an invertnext'd object now also selects the invertnext
|
changeset |
files
|
Sat, 17 May 2014 20:33:27 +0300 |
Santeri Piippo |
- don't crash when inverting conditional lines
|
changeset |
files
|
Sat, 17 May 2014 15:45:56 +0300 |
Santeri Piippo |
- removed the build time in favor of commit time which I think is much more important
|
changeset |
files
|
Sat, 17 May 2014 15:38:20 +0300 |
Santeri Piippo |
- bfc red/green view and random colors are now mutually exclusive, enabling one disables the other.
|
changeset |
files
|
Sat, 17 May 2014 02:00:02 +0300 |
Santeri Piippo |
- make pick scenes always use particularly thick lines so that the line picking behavior is relayed to the mouse-over highlight
|
changeset |
files
|
Fri, 16 May 2014 21:59:03 +0300 |
Santeri Piippo |
- use a faster ID choosing setup, this should work so long as nobody goes to create 17 million objects
|
changeset |
files
|
Fri, 16 May 2014 21:31:20 +0300 |
Santeri Piippo |
- hopefully stabilized the entire shared pointers deal now
|
changeset |
files
|
Fri, 16 May 2014 01:22:24 +0300 |
Santeri Piippo |
- improved shared pointer behavior, still not there yet
|
changeset |
files
|
Fri, 09 May 2014 12:06:56 +0300 |
Santeri Piippo |
- initial overhaul with smart pointers
|
changeset |
files
|
Mon, 05 May 2014 17:18:01 +0300 |
Santeri Piippo |
- slight refactor in ldobject methods
|
changeset |
files
|
Mon, 05 May 2014 17:09:25 +0300 |
Santeri Piippo |
- renamed some renderer members
|
changeset |
files
|
Mon, 05 May 2014 17:04:30 +0300 |
Santeri Piippo |
- crashcatcher: hide the main window before doing anything and also write the crashlog into a file
|
changeset |
files
|
Mon, 05 May 2014 16:50:36 +0300 |
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
|
changeset |
files
|
Mon, 05 May 2014 02:19:35 +0300 |
Santeri Piippo |
- grid-snap the drawn circle radius, not the point used for the distance calculation
|
changeset |
files
|
Sat, 03 May 2014 00:36:50 +0300 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
changeset |
files
|
Thu, 01 May 2014 14:26:10 +0300 |
Santeri Piippo |
- significantly sped up selecting all objects, it is now an actually fast operation
|
changeset |
files
|
Wed, 30 Apr 2014 23:44:50 +0300 |
Santeri Piippo |
- made the mouse-hover object highlight togglable from configuration
|
changeset |
files
|
Wed, 30 Apr 2014 04:25:32 +0300 |
Santeri Piippo |
- added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
|
changeset |
files
|
Wed, 30 Apr 2014 03:41:23 +0300 |
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
|
changeset |
files
|
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
|
changeset |
files
|