Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
- use a function for utf16 type conversion instead of a macro
2014-04-28
, by Santeri Piippo
- grids now have a single coordinate snap value instead of individual X, Y and Z values
2014-04-28
, by Santeri Piippo
- buh
2014-04-28
, by Santeri Piippo
- optimized picking, black is background now in pick scenes
2014-04-28
, by Santeri Piippo
- don't let random colors be too dark (or fully white either for dark backgrounds which use white lines)
2014-04-28
, by Santeri Piippo
- more icons
2014-04-28
, 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
2014-04-28
, by Santeri Piippo
- some minor cleanup
2014-04-28
, by Santeri Piippo
- simplified the code handling bfc statements a bit
2014-04-28
, by Santeri Piippo
- don't simplify (aka remove extra whitespace from) comment texts
2014-04-28
, by Santeri Piippo
- added build time to window title properly
2014-04-28
, by Santeri Piippo
- removed rest of the uses of <anonymous>
2014-04-28
, by Santeri Piippo
- added changelog entries
2014-04-28
, 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
2014-04-28
, by Santeri Piippo
- removed some relics from the old immediate mode renderer
2014-04-27
, by Santeri Piippo
- apply #pragma once to glShared.h
2014-04-27
, by Santeri Piippo
- type-aliased QString to String
2014-04-27
, by Santeri Piippo
- resetAngles still needs to request a zoom to fit or the ctrl-0 action doesn't zoom to fit
2014-04-27
, by Santeri Piippo
- more elegant version of ded0a9b, do not zoom to fit in setDocument, instead zoom to fit before rendering
2014-04-27
, by Santeri Piippo
- use #pragma once for the gl compiler header
2014-04-27
, 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.
2014-04-27
, by Santeri Piippo
- <anonymous> -> untitled
2014-04-23
, by Santeri Piippo
- reimplemented the Vertex class as a derivative of QVector3D
2014-04-23
, by Santeri Piippo
- more icons
2014-04-23
, by Santeri Piippo
- more icons
2014-04-23
, by Santeri Piippo
- more icons
2014-04-23
, by Santeri Piippo
- started work on new icon set
2014-04-22
, by Santeri Piippo
Merge ../ldforge into gl
2014-04-22
, by Santeri Piippo
- added an icon for random colors
2014-04-22
, by Santeri Piippo
- refactored the gl compiler a tad, made selection blend work with BFC/random colors
2014-04-22
, by Santeri Piippo
- added ability to draw with random colors
2014-04-22
, by Santeri Piippo
- fixed: rotating a subfile would make known verts go out of sync
2014-04-19
, by Santeri Piippo
- use less saturated colors for the axes
2014-04-19
, by Santeri Piippo
- conditional lines are now rendered with stippled lines again
2014-04-19
, by Santeri Piippo
- now works with selection subfiling
2014-04-18
, by Santeri Piippo
- removed more debug stuff
2014-04-18
, by Santeri Piippo
- sped up known vertex information gathering by an order of magnitude
2014-04-18
, by Santeri Piippo
- cleanup
2014-04-18
, by Santeri Piippo
- reimplemented vertex snapping
2014-04-18
, by Santeri Piippo
- removed the debug code
2014-04-17
, 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
2014-04-17
, by Santeri Piippo
Merge ../ldforge into gl
2014-04-17
, by Santeri Piippo
- more debug stuff....
2014-04-17
, by Santeri Piippo
Merge ../ldforge into gl
2014-04-08
, by Santeri Piippo
Merge ../ldforge into gl
2014-04-08
, by Santeri Piippo
Merge ../ldforge into gl
2014-04-08
, by Santeri Piippo
- added safety check to the countof macro
2014-04-08
, by Santeri Piippo
- more debugging...
2014-04-08
, by Santeri Piippo
Merge ../ldforge into gl
2014-04-05
, by Santeri Piippo
Merge ../ldforge into gl
2014-03-29
, by Santeri Piippo
Merge ../ldforge into gl
2014-03-12
, by Santeri Piippo
- fixed: an overlay that failed to load no longer attempts to reload it over and over again
2014-03-11
, by Santeri Piippo
- renamed some enumerators, added license header to glcompiler.cc
2014-03-11
, by Santeri Piippo
- subfile coloring now works again
2014-03-11
, by Santeri Piippo
- renamed several GLCompiler members and methods
2014-03-11
, 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.
2014-03-10
, by Santeri Piippo
- fixed zoom value not being initialized properly + some other minor things
2014-03-10
, by Santeri Piippo
- refactor
2014-03-10
, by Santeri Piippo
- hooked object compilation to low-level functions so as to remove the compileObject() crap from edit actions
2014-03-10
, by Santeri Piippo
- objects need to be compiled when added to the document
2014-03-09
, by Santeri Piippo
- ported over the selected color blend from master
2014-03-09
, by Santeri Piippo
- the GL compiler now supports multiple documents
2014-03-09
, by Santeri Piippo
- LDDocument must be initialized with m_needsGLReInit as true or it will not be compiled properly...
2014-03-09
, by Santeri Piippo
- fixed build errors
2014-03-09
, by Santeri Piippo
Merge ../ldforge into gl
2014-03-09
, by Santeri Piippo
Merge ../ldforge into gl
2014-03-09
, by Santeri Piippo
- minor stuff
2014-03-09
, by Santeri Piippo
Merge ../ldforge into gl
2014-02-23
, by Santeri Piippo
- axes are now drawn properly again
2014-02-23
, by Santeri Piippo
Merge ../ldforge into gl
2014-02-23
, by Santeri Piippo
Merge ../ldforge into gl
2014-02-23
, by Santeri Piippo
- greatly improved the GL compiler, now deals colors and object removal properly
2014-02-23
, by Santeri Piippo
Merge ../ldforge into gl
2014-02-22
, by Santeri Piippo
Merge ../ldforge into gl
2014-02-06
, by Santeri Piippo
- work on improved rendering performance
2014-02-06
, by Santeri Piippo
Merge ../ldforge into gl
2014-02-05
, by Santeri Piippo
- now actually renders stuff correctly
2014-01-24
, by Santeri Piippo
- renamed some member variables for clarity
2014-01-24
, by Santeri Piippo
- removed some unneeded code
2014-01-24
, by Santeri Piippo
- converted to VBO
2014-01-24
, by Santeri Piippo
Merge ../ldforge into gl
2014-01-21
, by Santeri Piippo
- refactoring
2014-01-20
, by Santeri Piippo
- rename GLCompiler::Vertex to GLCompiler::VAO to avoid name conflicts
2014-01-20
, by Santeri Piippo
- renamed VertexCompiler to GLCompiler
2014-01-20
, by Santeri Piippo
- reworked the vertex compiler, objects are now colorized properly
2014-01-20
, by Santeri Piippo
- Merge ../ldforge into gl
2014-01-20
, by Santeri Piippo
- Merge ../ldforge into gl
2014-01-20
, by Santeri Piippo
- now compiles again
2014-01-20
, by Santeri Piippo
- Merge commit '5c835eb' into HEAD
2014-01-20
, by Santeri Piippo
now compiles again
2013-10-23
, by Santeri Piippo
Merge branch 'master' into gl
2013-10-23
, by Santeri Piippo
Merge branch 'master' into gl
2013-09-25
, by Santeri Piippo
- moved the uncolorize action to the color toolbar, renamed to uncolor
2014-04-22
, 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.
2014-04-14
, by Santeri Piippo
- renamed some cmake identifiers
2014-04-10
, by Santeri Piippo
- now compiles with clang
2014-04-10
, by Santeri Piippo
- doubled buffer sizes in updaterevision to prevent GIT_HASH from being truncated
2014-04-08
, by Santeri Piippo
- some tweaks to version.cc
2014-04-08
, by Santeri Piippo
- generate gitinfo.h in the build directory, not source directory. made ldforge depend on revision_check properly
2014-04-08
, by Santeri Piippo
- use index-based iterating in LDDocument::closeUnused because deleting documents while iterating over g_loadedFiles causes the iterator to become invalidated
2014-04-05
, by Santeri Piippo
- renamed files to camelCase
2014-03-29
, by Santeri Piippo
- added a long int overload to StringFormatArg
2014-03-12
, by Santeri Piippo
- fixed various compilation issues
2014-03-09
, by Santeri Piippo
- doxygen'd DocumentPointer.h
2014-03-05
, by Santeri Piippo
- doxygenified Version.h
2014-03-05
, by Santeri Piippo
- changed doxygen entity style from @argh to \argh
2014-03-05
, by Santeri Piippo
- whoah whoops
2014-03-05
, by Santeri Piippo
- doxygenified Types.h
2014-03-05
, by Santeri Piippo
- made MessageLog.h and RingFinder.h suitable for doxygen
2014-03-05
, by Santeri Piippo
- added doxygen support for MainWindow.h
2014-03-05
, by Santeri Piippo
- added license header to format.h
2014-03-05
, by Santeri Piippo
- replaced the fmt/log/dlog/fprint macros in favor of template functions. renamed to format, print, dprint and fprint respectively.
2014-03-05
, by Santeri Piippo
- forgot macros.h out of the previous commit
2014-03-05
, by Santeri Piippo
- migrated the codebase to use a simpler PROPERTY macro, arrrrrrrrrrrrrrrrrrrrrgh
2014-03-05
, by Santeri Piippo
- changed header guards into #pragma once
2014-03-05
, by Santeri Piippo
- renamed LDObject::deleteSelf to LDObject::destroy
2014-03-05
, by Santeri Piippo
- unified separator styles
2014-03-05
, by Santeri Piippo
- renamed several LDObject methods
2014-03-05
, by Santeri Piippo
- removed debug stuff
2014-02-23
, by Santeri Piippo
- replaced the left-hand document list with a tab bar
2014-02-23
, by Santeri Piippo
less
more
|
(0)
-120
+120
tip