2014-09-10 Teemu Piippo - now remembers what toolbars are enabled and what are disabled in config changeset | files
2014-09-08 Teemu Piippo - merged with default experimental changeset | files
2014-09-08 Teemu Piippo - merged selection optimization from experimental into default changeset | files
2014-09-08 Teemu Piippo - removed the clock timer I forgot in the previous commit experimental changeset | files
2014-09-08 Teemu Piippo - rewritten updateSelection() core loop, a new algorithm there makes selection updating a ton lot faster than before experimental changeset | files
2014-09-08 Teemu Piippo - re-committed bfc work (this makes 903ec1e46298 a suitable common ancestor for experimental branch features) experimental changeset | files
2014-09-08 Teemu Piippo - backed out work done on bfc (re-committing later) experimental changeset | files
2014-09-08 Teemu Piippo - merged with default experimental changeset | files
2014-09-07 Teemu Piippo - improved part downloader: now asks for the path instead of just directing the user to settings. auto-fix download now configurable and opt-in changeset | files
2014-09-07 Teemu Piippo - interface fixes and changes: edit modes now use plain letter keybinds like gimp, fixed some edit modes missing from the menu, magic wand now follows the selection mode (in order to group selective/drawing modes together like that), etc changeset | files
2014-09-07 Teemu Piippo - fixed endless loop in prepareVBO due to badly incremented iterator changeset | files
2014-09-07 Teemu Piippo - commit work done on bfc support experimental changeset | files
2014-09-07 Teemu Piippo - fixed: missing WIN32 keyword in cmakelists caused the command prompt to show up when ldforge was executed changeset | files
2014-09-07 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. changeset | files
2014-09-06 Teemu Piippo - fixed compilation on windows changeset | files
2014-09-06 Teemu Piippo - a more elegant fix to the problem addressed in the previous commit changeset | files
2014-09-06 Teemu Piippo - fixed documentless objects being selected on document close changeset | files
2014-09-06 Teemu Piippo - if an external program fails to run properly, an stdout&stderr log is now printed changeset | files
2014-09-06 Teemu Piippo - changed the unorthodox color selection grid into a push button grid changeset | files
2014-09-04 Teemu Piippo - fixed infinite recursion when loading logoed studs changeset | files
2014-09-02 Teemu Piippo - renamed line loop to line path, updated changelog changeset | files
2014-09-02 Teemu Piippo - finished line loop mode changeset | files
2014-09-02 Teemu Piippo - added line loop mode (doesn't actually create anything yet) changeset | files
2014-09-01 Teemu Piippo - circle mode now locks the angle offset on final confirmation stage changeset | files
2014-09-01 Teemu Piippo - refactor changeset | files
2014-08-31 Teemu Piippo - display a label next to the spinbox showing the fraction changeset | files
2014-08-31 Teemu Piippo - axed an unused variable changeset | files
2014-08-31 Teemu Piippo - circle tool is now able to rotate the partial circular primitives spawned changeset | files
2014-08-31 Teemu Piippo - ring finder now also tries scaling by 10 (3.4, 6.4 -> 34, 64), fixed floating point math argghhhhhhhh changeset | files
2014-08-31 Teemu Piippo - now tries to download missing files off ldraw.org changeset | files
2014-08-30 Teemu Piippo - now able to spawn partial circular primitives changeset | files
2014-08-30 Teemu Piippo - circle mode can now do hi-res changeset | files
2014-08-30 Teemu Piippo - ldforge can now open files from command-line input changeset | files
2014-08-23 Teemu Piippo - got rid of an annoying debug message changeset | files
2014-08-06 Teemu Piippo - get rid of NUM_PRIMES changeset | files
2014-08-06 Teemu Piippo - major identifier renaming changeset | files
2014-08-04 Teemu Piippo - more refactor, updated .hgignore changeset | files
2014-08-04 Teemu Piippo - refactor changeset | files
2014-07-29 Teemu Piippo - use less verbose commit time/version string in the window title changeset | files
2014-07-29 Teemu Piippo - fixed crash-on-exit (simply by not running full destruction processing during program termination) changeset | files
2014-07-28 Teemu Piippo - and fixed compilation on linux systems too changeset | files
2014-07-28 Santeri Piippo - fixed compilation on windows systems changeset | files
2014-07-27 Teemu Piippo - fixed: changing the document of a subfile wasn't recorded into history properly changeset | files
2014-07-27 Teemu Piippo - whoah looks like I forgot to save in designer... changeset | files
2014-07-27 Teemu Piippo - down with all these unnecessary semicolons! changeset | files
2014-07-27 Teemu Piippo - refactored up the configuration dialog. Instead of setting all configuration values one-by-one, dynamically fill in the values and save them into config based on widget names and data changeset | files
2014-07-27 Teemu Piippo - changed configuration entry name from minuscule camelCase to majuscule CamelCase. reasoning for this being that these variables are globals. changeset | files
2014-07-26 Teemu Piippo - fixed: direct color support did not work properly with full-black #000000 changeset | files
2014-07-26 Teemu Piippo - refactoring changeset | files
2014-07-26 Teemu Piippo - refactor changeset | files
2014-07-20 Teemu Piippo - use the untransformed subfile when testing whether a subfile is flat, otherwise it won't be considered flat if the subfile is rotated. or worse... changeset | files
2014-07-16 Teemu Piippo - added a code generator to produce a configuration.inc which replaces the old, DIABOLIC configuration indexing mechanism changeset | files
2014-07-16 Teemu Piippo - changed copyright lines to use my legal name instead of my nickname changeset | files
2014-07-16 Teemu Piippo - moved LDMatrixObject to be an abstract class deriving from LDObject. LDSubfile only inherits from LDMatrixObject. changeset | files
2014-07-15 Teemu Piippo - moved ringFinder into root source directory, clearing the src/misc/ directory changeset | files
2014-07-14 Teemu Piippo - split the rectangle ability out of the draw mode into its own edit mode changeset | files
2014-07-13 Teemu Piippo - changed `&&` and `||` operators to their named variants `and` and `or` changeset | files
2014-07-13 Teemu Piippo - part downloader: update the input widget with the corrected part name when guesswork is done changeset | files
2014-07-13 Teemu Piippo - initialize History as not ignoring or history will not work at all with new files changeset | files
2014-07-13 Teemu Piippo - altered the non-release version string format changeset | files
2014-07-13 Teemu Piippo - fixed incorrect conversions of weak pointers to strong ones changeset | files
2014-07-13 Teemu Piippo - reimplemented vertex tracking using a method similar to what the GL compiler uses changeset | files
2014-07-07 Santeri Piippo - now prints the filesize upon successful save changeset | files
2014-07-07 Santeri Piippo - magic wand: when flood-selecting surfaces, also pick any matching conditional lines changeset | files
2014-07-06 Santeri Piippo - fixed: ring finder's solutions' scale values would drop to 0.0 if it would not choose to upscale radii changeset | files
2014-07-04 Santeri Piippo - okay that was dumb changeset | files
2014-07-04 Santeri Piippo - updated filenames changeset | files
2014-07-04 Santeri Piippo - now with license headers changeset | files
2014-07-04 Santeri Piippo - and now it works fine too changeset | files
2014-07-04 Santeri Piippo - now compiles changeset | files
2014-07-04 Santeri Piippo - merged with main changeset | files
2014-07-04 Santeri Piippo - more work on edit modes changeset | files
2014-07-04 Santeri Piippo - more work on edit modes changeset | files
2014-07-04 Santeri Piippo - saving work done on edit mode revamp changeset | files
2014-07-04 Santeri Piippo - updated qrc changeset | files
2014-07-03 Santeri Piippo - draw the free camera icon when in magic wand mode changeset | files
2014-07-03 Santeri Piippo - changelog entry for magic wand changeset | files
2014-07-03 Santeri Piippo - update the object list when the magic wand empties the selection when clicking on background changeset | files
2014-07-03 Santeri Piippo - added the magic wand tool changeset | files
2014-06-30 Santeri Piippo - optimized simplify() changeset | files
2014-06-30 Santeri Piippo - refactor changeset | files
2014-06-29 Santeri Piippo - added ability to filter out surfaces/edgelines/condlines from the viewport changeset | files
2014-06-29 Santeri Piippo - refactored stuff changeset | files
2014-06-22 Santeri Piippo - refactor changeset | files
2014-06-22 Santeri Piippo - ringfinder: attempt to upscale fractional radii to integral ones. this improves results changeset | files
2014-06-22 Santeri Piippo - refactored up the ringfinder, apply -DDEBUG with RelWithDebInfo changeset | files
2014-06-22 Santeri Piippo - imported the .gitignore from the old git repository as .hgignore and adapted it slightly changeset | files
2014-06-22 crimsondusk README.md edited online with Bitbucket changeset | files
2014-06-22 Santeri Piippo - adapted the code to use hg-based updaterevision changeset | files
2014-06-22 Santeri Piippo - transitioned from git to hg changeset | files
2014-06-22 Santeri Piippo - moved most of LDColorData API into LDColor changeset | files
2014-06-16 Santeri Piippo - refactor. got rid of the LDSharedVertex nonsense, fixed up split lines action changeset | files
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
(0) -300 -100 -96 +96 +100 +300 tip

mercurial