2014-06-16 |
Santeri Piippo |
- added split lines action, doesn't yet work very well
|
changeset |
files
|
2014-06-16 |
Santeri Piippo |
- allow 5 decimals for grid precision
|
changeset |
files
|
2014-06-15 |
Santeri Piippo |
- refactor glRenderer.h
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- made transparent direct colors a compile-time opt-in since it appears to be non-standard
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- got rid of the old numeric() function
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- minor edit
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- added close buttons to tabs
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- removed obsolete stuff from colors.cc header
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- disable the 'transparent' checkbox when there is no direct color selected
|
changeset |
files
|
2014-06-14 |
Santeri Piippo |
- changed all color usage to use LDColor classes instead of color indices. Added support for direct colors.
|
changeset |
files
|
2014-06-05 |
Santeri Piippo |
- source reformat
|
changeset |
files
|
2014-06-03 |
Santeri Piippo |
- added various hi-res counterpart primitive categories
|
changeset |
files
|
2014-06-03 |
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.
|
changeset |
files
|
2014-06-03 |
Santeri Piippo |
- sort primitive categories alphabetically
|
changeset |
files
|
2014-06-03 |
Santeri Piippo |
- added primitives toolbox
|
changeset |
files
|
2014-06-03 |
Santeri Piippo |
- String -> QString
|
changeset |
files
|
2014-06-02 |
Santeri Piippo |
- added an action for opening the subfiles pointed to by selected references as editable documents
|
changeset |
files
|
2014-06-02 |
Santeri Piippo |
- made select by color/type no longer require uniform selection
|
changeset |
files
|
2014-06-02 |
Santeri Piippo |
- LDObject::Type moved back to global namespace
|
changeset |
files
|
2014-06-02 |
Santeri Piippo |
- removed code rendered unnecessary
|
changeset |
files
|
2014-06-02 |
Santeri Piippo |
- made LDDocument use shared pointers, this eliminates a lot of document-related crashes
|
changeset |
files
|
2014-06-01 |
Santeri Piippo |
- subfile inverting now detects flatness and acts accordingly instead of naively applying invertnext to everything
|
changeset |
files
|
2014-05-31 |
Santeri Piippo |
- simplified parse error handling
|
changeset |
files
|
2014-05-29 |
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
|
2014-05-22 |
Santeri Piippo |
- made coordinate rounding precision configurable
|
changeset |
files
|
2014-05-21 |
Santeri Piippo |
- further edits to crashcatcher
|
changeset |
files
|
2014-05-21 |
Santeri Piippo |
- crashcatcher: don't use the bomb box at all, instead just write the crashlog and then abort for good
|
changeset |
files
|
2014-05-21 |
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
|
2014-05-21 |
Santeri Piippo |
- selecting an invertnext'd object now also selects the invertnext
|
changeset |
files
|
2014-05-17 |
Santeri Piippo |
- don't crash when inverting conditional lines
|
changeset |
files
|
2014-05-17 |
Santeri Piippo |
- removed the build time in favor of commit time which I think is much more important
|
changeset |
files
|
2014-05-17 |
Santeri Piippo |
- bfc red/green view and random colors are now mutually exclusive, enabling one disables the other.
|
changeset |
files
|
2014-05-16 |
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
|
2014-05-16 |
Santeri Piippo |
- use a faster ID choosing setup, this should work so long as nobody goes to create 17 million objects
|
changeset |
files
|
2014-05-16 |
Santeri Piippo |
- hopefully stabilized the entire shared pointers deal now
|
changeset |
files
|
2014-05-15 |
Santeri Piippo |
- improved shared pointer behavior, still not there yet
|
changeset |
files
|
2014-05-09 |
Santeri Piippo |
- initial overhaul with smart pointers
|
changeset |
files
|
2014-05-05 |
Santeri Piippo |
- slight refactor in ldobject methods
|
changeset |
files
|
2014-05-05 |
Santeri Piippo |
- renamed some renderer members
|
changeset |
files
|
2014-05-05 |
Santeri Piippo |
- crashcatcher: hide the main window before doing anything and also write the crashlog into a file
|
changeset |
files
|
2014-05-05 |
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
|
2014-05-04 |
Santeri Piippo |
- grid-snap the drawn circle radius, not the point used for the distance calculation
|
changeset |
files
|
2014-05-02 |
Santeri Piippo |
- added a macro for adding operator++ and operator-- to enums, less cast hell this way
|
changeset |
files
|
2014-05-01 |
Santeri Piippo |
- significantly sped up selecting all objects, it is now an actually fast operation
|
changeset |
files
|
2014-04-30 |
Santeri Piippo |
- made the mouse-hover object highlight togglable from configuration
|
changeset |
files
|
2014-04-30 |
Santeri Piippo |
- added a selection hover effect to the renderer. selecting objects just became a lot more convenient...
|
changeset |
files
|
2014-04-30 |
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
|
2014-04-28 |
Santeri Piippo |
- overhauled configuration setup a bit: configuration entries renamed and are now in a cfg:: namespace
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- changed the config dialog's grid ui from being dynamically generated into a static one in the designer interface
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- use a function for utf16 type conversion instead of a macro
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- grids now have a single coordinate snap value instead of individual X, Y and Z values
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- buh
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- optimized picking, black is background now in pick scenes
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- don't let random colors be too dark (or fully white either for dark backgrounds which use white lines)
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- more icons
|
changeset |
files
|
2014-04-28 |
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
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- some minor cleanup
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- simplified the code handling bfc statements a bit
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- don't simplify (aka remove extra whitespace from) comment texts
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- added build time to window title properly
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- removed rest of the uses of <anonymous>
|
changeset |
files
|
2014-04-28 |
Santeri Piippo |
- added changelog entries
|
changeset |
files
|
2014-04-28 |
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
|
changeset |
files
|
2014-04-27 |
Santeri Piippo |
- removed some relics from the old immediate mode renderer
|
changeset |
files
|
2014-04-27 |
Santeri Piippo |
- apply #pragma once to glShared.h
|
changeset |
files
|
2014-04-27 |
Santeri Piippo |
- type-aliased QString to String
|
changeset |
files
|
2014-04-27 |
Santeri Piippo |
- resetAngles still needs to request a zoom to fit or the ctrl-0 action doesn't zoom to fit
|
changeset |
files
|
2014-04-27 |
Santeri Piippo |
- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
|
changeset |
files
|
2014-04-27 |
Santeri Piippo |
- use #pragma once for the gl compiler header
|
changeset |
files
|
2014-04-27 |
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.
|
changeset |
files
|
2014-04-23 |
Santeri Piippo |
- <anonymous> -> untitled
|
changeset |
files
|
2014-04-23 |
Santeri Piippo |
- reimplemented the Vertex class as a derivative of QVector3D
|
changeset |
files
|
2014-04-23 |
Santeri Piippo |
- more icons
|
changeset |
files
|
2014-04-23 |
Santeri Piippo |
- more icons
|
changeset |
files
|
2014-04-23 |
Santeri Piippo |
- more icons
|
changeset |
files
|
2014-04-22 |
Santeri Piippo |
- started work on new icon set
|
changeset |
files
|
2014-04-22 |
Santeri Piippo |
Merge ../ldforge into gl
|
changeset |
files
|
2014-04-22 |
Santeri Piippo |
- added an icon for random colors
|
changeset |
files
|
2014-04-22 |
Santeri Piippo |
- refactored the gl compiler a tad, made selection blend work with BFC/random colors
|
changeset |
files
|
2014-04-22 |
Santeri Piippo |
- added ability to draw with random colors
|
changeset |
files
|
2014-04-19 |
Santeri Piippo |
- fixed: rotating a subfile would make known verts go out of sync
|
changeset |
files
|
2014-04-19 |
Santeri Piippo |
- use less saturated colors for the axes
|
changeset |
files
|
2014-04-19 |
Santeri Piippo |
- conditional lines are now rendered with stippled lines again
|
changeset |
files
|
2014-04-18 |
Santeri Piippo |
- now works with selection subfiling
|
changeset |
files
|
2014-04-18 |
Santeri Piippo |
- removed more debug stuff
|
changeset |
files
|
2014-04-18 |
Santeri Piippo |
- sped up known vertex information gathering by an order of magnitude
|
changeset |
files
|
2014-04-18 |
Santeri Piippo |
- cleanup
|
changeset |
files
|
2014-04-18 |
Santeri Piippo |
- reimplemented vertex snapping
|
changeset |
files
|
2014-04-17 |
Santeri Piippo |
- removed the debug code
|
changeset |
files
|
2014-04-17 |
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
|
changeset |
files
|
2014-04-17 |
Santeri Piippo |
Merge ../ldforge into gl
|
changeset |
files
|
2014-04-17 |
Santeri Piippo |
- more debug stuff....
|
changeset |
files
|
2014-04-08 |
Santeri Piippo |
Merge ../ldforge into gl
|
changeset |
files
|
2014-04-08 |
Santeri Piippo |
Merge ../ldforge into gl
|
changeset |
files
|
2014-04-08 |
Santeri Piippo |
Merge ../ldforge into gl
|
changeset |
files
|
2014-04-08 |
Santeri Piippo |
- added safety check to the countof macro
|
changeset |
files
|