Mercurial
>
ldforge2
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Cleanup polygonize a bit
2022-07-03
, by Teemu Piippo
Extract the triangulation and triangle merging code into a new source file and clean it up somewhat
2022-07-03
, by Teemu Piippo
Reduce indent level
2022-07-03
, by Teemu Piippo
Let's try to keep the amount of indents in check...
2022-07-03
, by Teemu Piippo
Allow make a cylinder even if the world position is not on grid
2022-07-02
, by Teemu Piippo
Improve preview of cylinder extrusion
2022-07-02
, by Teemu Piippo
Added rudimentary cylinder extrusion into circle tool.
2022-07-01
, by Teemu Piippo
Improve click handling
2022-07-01
, by Teemu Piippo
Fix right click to delete not really working properly
2022-07-01
, by Teemu Piippo
Use different cursors depending on edit mode
2022-07-01
, by Teemu Piippo
Simplify some code
2022-07-01
, by Teemu Piippo
Fixed ModelId being used to identify both models and elements, added ElementId to identify elements
2022-06-29
, by Teemu Piippo
add comments in colors.h
2022-06-29
, by Teemu Piippo
simplify a bit
2022-06-29
, by Teemu Piippo
Enable drawing clockwise shapes despite mapbox::earcut rewinding them
2022-06-29
, by Teemu Piippo
Add support for BFC CERTIFY statements
2022-06-29
, by Teemu Piippo
minor updates to main window ui
2022-06-28
, by Teemu Piippo
Add select all
2022-06-28
, by Teemu Piippo
Enable cotire again
2022-06-28
, by Teemu Piippo
Move earcut.h outside src/ directory
2022-06-28
, by Teemu Piippo
Fix build warnings, size_type of QVector changes from Qt5 to Qt6 so we need an alias for it
2022-06-28
, by Teemu Piippo
Remove functional.h
2022-06-28
, by Teemu Piippo
oops, that stuff isn't meant to be there yet
2022-06-28
, by Teemu Piippo
Remove ring.h
2022-06-28
, by Teemu Piippo
Remove dead code
2022-06-28
, by Teemu Piippo
cleanup version.h
2022-06-28
, by Teemu Piippo
Reformat about.ui a bit
2022-06-28
, by Teemu Piippo
Add OpenGL information to about page
2022-06-28
, by Teemu Piippo
Add GLM version string to about page
2022-06-28
, by Teemu Piippo
Let's bring GLEW back after all
2022-06-28
, by Teemu Piippo
Fix picking and rendering of selected colors
2022-06-28
, by Teemu Piippo
Work around a Qt bug involving the rendering behavior of the first created sub window
2022-06-28
, by Teemu Piippo
Add tile and cascade subwindows actions
2022-06-28
, by Teemu Piippo
Add scroll bars to the mdi area
2022-06-28
, by Teemu Piippo
Disable language changing for now (translations won't go into 1.0)
2022-06-28
, by Teemu Piippo
Don't create more than one settings editor
2022-06-28
, by Teemu Piippo
Move app icon definition to main.cpp
2022-06-28
, by Teemu Piippo
Make settings editor scrollable
2022-06-28
, by Teemu Piippo
Make settings editor a sub window instead of a dialog
2022-06-28
, by Teemu Piippo
- Add CMake build type to about page and window title
2022-06-28
, by Teemu Piippo
Fix build
2022-06-28
, by Teemu Piippo
Add build system information to the about dialog
2022-06-27
, by Teemu Piippo
Make editing tools disabled until a document is selected
2022-06-27
, by Teemu Piippo
Add missing third party acknowledgements
2022-06-27
, by Teemu Piippo
Add some sort of basic application icon
2022-06-27
, by Teemu Piippo
Add missing file
2022-06-27
, by Teemu Piippo
Show current subwindow title in main window title
2022-06-27
, by Teemu Piippo
Adjust date string
2022-06-27
, by Teemu Piippo
Sort out versions more, add about page
2022-06-27
, by Teemu Piippo
One more hardcoded name
2022-06-26
, by Teemu Piippo
Fix qrc path in mainwindow.ui
2022-06-26
, by Teemu Piippo
Further use APPNAME macro
2022-06-26
, by Teemu Piippo
Define application name and version in CMakeLists
2022-06-26
, by Teemu Piippo
rename ldforge.qrc -> resources.qrc
2022-06-26
, by Teemu Piippo
use project name more in cmakelists
2022-06-26
, by Teemu Piippo
Fix build warnings
2022-06-26
, by Teemu Piippo
Convert all includes to be relative to project root directory. Files that cannot be found in this manner use angle brackets.
2022-06-26
, by Teemu Piippo
Move render layer files to new src/layers/ directory
2022-06-26
, by Teemu Piippo
Add action to make a model unofficial (modifies the !LDRAW_ORG line)
2022-06-26
, by Teemu Piippo
pi is no longer a template
2022-06-26
, by Teemu Piippo
Fix bad use of QOpenGLFunctions
2022-06-26
, by Teemu Piippo
- Made it build under Qt6
2022-06-26
, by Teemu Piippo
Add widgets to object editor
2022-06-22
, by Teemu Piippo
Fix appearance of ColorButton
2022-06-22
, by Teemu Piippo
Move color button into widgets lib
2022-06-22
, by Teemu Piippo
Add x, y, z properties to VectorInput
2022-06-22
, by Teemu Piippo
Rename Vec3Editor to VectorInput
2022-06-22
, by Teemu Piippo
Make LDForge widgets visible in Qt Designer
2022-06-22
, by Teemu Piippo
Move some widgets into a static library
2022-06-22
, by Teemu Piippo
Add object editor into main
2022-06-22
, by Teemu Piippo
I felt that the compiler was too kind to me, so I enabled a big pile of warnings
2022-06-22
, by Teemu Piippo
Done some work on object editor
2022-06-22
, by Teemu Piippo
Fix invertnext not working with circular primitives
2022-06-22
, by Teemu Piippo
fix cylinders being possibly rendered inside out
2022-06-22
, by Teemu Piippo
Use crosshair cursor inside the renderer
2022-06-20
, by Teemu Piippo
improve text rendering
2022-06-20
, by Teemu Piippo
a bit of refactor in mapbox::util::nth
2022-06-20
, by Teemu Piippo
Make the grid black on bright backgrounds
2022-06-20
, by Teemu Piippo
Substitute circular primitives in during file parsing
2022-06-20
, by Teemu Piippo
fix typo
2022-06-20
, by Teemu Piippo
some improvements to dock widget handling
2022-06-20
, by Teemu Piippo
removed some newlines
2022-06-20
, by Teemu Piippo
Fix pick scene rendering: we cannot use glReadPixels when using multisampling, so we need to render the pick scene to a separate frame buffer
2022-06-20
, by Teemu Piippo
Add an option to log opengl messages
2022-06-20
, by Teemu Piippo
Made message log a model
2022-06-20
, by Teemu Piippo
Add a basic message log
2022-06-20
, by Teemu Piippo
Readd axis labels, fix antialiasing
2022-06-20
, by Teemu Piippo
fix various things
2022-06-20
, by Teemu Piippo
Add base code for circular primitives
2022-06-19
, by Teemu Piippo
Add wireframe button
2022-06-15
, by Teemu Piippo
rename LibraryManager -> LibrariesModel
2022-06-15
, by Teemu Piippo
Add About Qt menu entry
2022-06-15
, by Teemu Piippo
refactor
2022-06-15
, by Teemu Piippo
Render line segments during draw mode nicer
2022-06-15
, by Teemu Piippo
remove old todo
2022-06-15
, by Teemu Piippo
Fix crash involving polygon being too empty
2022-06-15
, by Teemu Piippo
GCC doesn't like me using QStringLiteral here
2022-06-15
, by Teemu Piippo
Use Mapbox's ear clipping algorithm to handle drawing any simple polygon
2022-06-15
, by Teemu Piippo
Edit tools: get rid of the preview polygon and render the result-to-be
2022-06-14
, by Teemu Piippo
simplify settings further
2022-06-14
, by Teemu Piippo
Further reduce settings.h
2022-06-14
, by Teemu Piippo
fix comment
2022-06-14
, by Teemu Piippo
Replace config collector with a simpler system
2022-06-14
, by Teemu Piippo
reimplement EditTools as a render layer
2022-06-14
, by Teemu Piippo
Reworked grid program into a render layer
2022-06-12
, by Teemu Piippo
Reimplement the axes program as a layer that can be added to PartRenderer
2022-06-12
, by Teemu Piippo
begin refactor of gl side
2022-06-12
, by Teemu Piippo
Rewrite prune to use graphs rather than O(n²) searches
2022-06-11
, by Teemu Piippo
Rewrite dependency loading
2022-06-11
, by Teemu Piippo
Now builds again
2022-06-09
, by Teemu Piippo
more refactoring, dosn't build yet
2022-06-09
, by Teemu Piippo
remove more dead code
2022-06-09
, by Teemu Piippo
Add model icons back into the list view
2022-06-08
, by Teemu Piippo
well that's embarrassing
2022-06-08
, by Teemu Piippo
More refactor, merged main.h, basics.h and utility.h into one header file basics.h and removed plenty of unused code
2022-06-08
, by Teemu Piippo
Refactor colors.cpp/.h
2022-06-08
, by Teemu Piippo
Concentrate model editing into one coroutine inside main()
2022-06-08
, by Teemu Piippo
Move editing modes tool bar, tool options widget stack and model list view into the main window
2022-06-07
, by Teemu Piippo
Replaced the tab widget with an MDI area
2022-06-07
, by Teemu Piippo
Continue giant refactor
2022-06-06
, by Teemu Piippo
Giant refactor
2022-06-06
, by Teemu Piippo
Fix pick() picking from weird places on the screen with high DPI scaling
2022-05-25
, by Teemu Piippo
fix up things and remove unnecessary code
2022-05-25
, by Teemu Piippo
move drawState to Document
2022-05-25
, by Teemu Piippo
delete unneeded things
2022-05-25
, by Teemu Piippo
added a missing const
2022-05-25
, by Teemu Piippo
simplify further
2022-05-25
, by Teemu Piippo
Simplify PolygonCache
2022-05-25
, by Teemu Piippo
remove dead code
2022-05-25
, by Teemu Piippo
made editing tools not a polymorphic class tree
2022-05-25
, by Teemu Piippo
add missing file
2022-05-25
, by Teemu Piippo
cleanup, gl::Compiler changed to gl::ModelShaders
2022-05-25
, by Teemu Piippo
more work on circle tool + cleanup
2022-05-24
, by Teemu Piippo
work on circle tool
2022-05-15
, by Teemu Piippo
work on circle tool
2022-04-14
, by Teemu Piippo
Added line path tool
2022-03-15
, by Teemu Piippo
Add missing svg icon
2022-03-15
, by Teemu Piippo
- Add editors for string and bool properties
2022-03-15
, by Teemu Piippo
add ui file to object editor
2022-03-13
, by Teemu Piippo
fix build
2022-03-13
, by Teemu Piippo
Handle properties in a generic manner in the object editor
2022-03-13
, by Teemu Piippo
merge
2022-03-13
, by Teemu Piippo
fix saving
2022-03-13
, by Teemu Piippo
Show type of object in the object editor
2022-03-09
, by Teemu Piippo
Simplify parsing (removed header parsing)
2022-03-09
, by Teemu Piippo
add grid actions
2022-03-11
, by Teemu Piippo
show unnamed tabs as "<unnamed>" in the tab list
2022-03-09
, by Teemu Piippo
Fix performance issues in Model::find
2022-03-09
, by Teemu Piippo
Render vertices as spheres
2022-03-09
, by Teemu Piippo
add missing file
2022-03-06
, by Teemu Piippo
Added a toggle for setting whether axes are drawn
2022-03-05
, by Teemu Piippo
Added the delete action
2022-03-05
, by Teemu Piippo
Draw tool now renders the winding of the new polygon
2022-03-05
, by Teemu Piippo
the grid now has less lines
2022-03-05
, by Teemu Piippo
Fix rendering of cursor coordinates on bright background
2022-03-05
, by Teemu Piippo
fixed the grid not being black on startup if settings has bright background color
2022-03-05
, by Teemu Piippo
Render draw tool preview as a line when we only have 2 points
2022-03-05
, by Teemu Piippo
Add icons for tools
2022-03-05
, by Teemu Piippo
only render svg to png if the png does not exist
2022-03-05
, by Teemu Piippo
Icons update
2022-03-05
, by Teemu Piippo
Add document closing
2022-03-05
, by Teemu Piippo
fix crash when loading a file
2022-03-05
, by Teemu Piippo
Add icons from ionicons
2022-03-05
, by Teemu Piippo
improve grid rendering
2022-03-04
, by Teemu Piippo
render the grid with lines
2022-03-04
, by Teemu Piippo
improve rendering of the grid
2022-03-04
, by Teemu Piippo
add missing files
2022-03-04
, by Teemu Piippo
Renamed modeleditcontext.cpp -> modeleditor.cpp
2022-03-04
, by Teemu Piippo
Major refactoring
2022-03-04
, by Teemu Piippo
Clean up Model
2022-03-03
, by Teemu Piippo
extract polygon cache out of Model
2022-03-03
, by Teemu Piippo
work on edit history
2022-03-01
, by Teemu Piippo
reworking
2021-11-02
, by Teemu Piippo
update
2021-10-24
, by Teemu Piippo
remove outdated comment
2021-09-28
, by Teemu Piippo
Use QSaveFile to save the file more safely
2021-09-28
, by Teemu Piippo
Fix handling of "BFC INVERTNEXT" with multiple inner whitespaces
2021-09-28
, by Teemu Piippo
Fix memory corruption involving document tools.
2021-09-28
, by Teemu Piippo
Update document tab label after saving
2021-09-27
, by Teemu Piippo
Saving works now
2021-09-27
, by Teemu Piippo
work on saving
2021-09-27
, by Teemu Piippo
Document and refactor colors.cpp and colors.h
2021-09-22
, by Teemu Piippo
Document model.h
2021-09-22
, by Teemu Piippo
Add documentation to model.cpp
2021-09-22
, by Teemu Piippo
Work on edit history
2021-09-22
, by Teemu Piippo
Merge commit
2021-09-21
, by Teemu Piippo
Add remaining serialize methods
2021-09-21
, by Teemu Piippo
Begin work on edit history
2021-09-21
, by Teemu Piippo
Begin work with serialization
2021-09-21
, by Teemu Piippo
add missing change to document.cpp
2021-09-17
, by Teemu Piippo
Add missing changes to canvas.h
2021-09-17
, by Teemu Piippo
Add documentation
2021-09-12
, by Teemu Piippo
Moved automatic grid adjusting into a new action
2021-09-12
, by Teemu Piippo
added a simple matrix transformation tool
2021-08-29
, by Teemu Piippo
moved ObjectEditor under SelectTool
2021-08-29
, by Teemu Piippo
Move tools under Document instead of MainWindow
2021-08-29
, by Teemu Piippo
esc with draw mode now clears the polygon
2021-08-29
, by Teemu Piippo
refactor
2021-08-27
, by Teemu Piippo
Show concave polygons as red while drawing
2021-08-26
, by Teemu Piippo
added right click support for draw tool
2021-07-29
, by Teemu Piippo
rework rendering of vertices
2021-07-28
, by Teemu Piippo
update
2021-07-28
, by Teemu Piippo
Add vertex rendering
2021-07-27
, by Teemu Piippo
Add vertex map
2021-07-27
, by Teemu Piippo
refactor
2021-07-27
, by Teemu Piippo
fix too long lines
2021-07-27
, by Teemu Piippo
added build-time test for line length
2021-07-27
, by Teemu Piippo
refactor
2021-07-26
, by Teemu Piippo
use QT_NO_KEYWORDS
2021-07-25
, by Teemu Piippo
Draw tool actually adds objects now
2021-07-25
, by Teemu Piippo
stuff
2021-07-25
, by Teemu Piippo
replaced preview layers in favor of overpainting callback
2021-07-25
, by Teemu Piippo
work on editing tools
2021-07-25
, by Teemu Piippo
Move selection logic into select tool
2021-07-23
, by Teemu Piippo
work on draw preview
2021-07-19
, by Teemu Piippo
added preview layer code and fixed build warnings
2021-07-19
, by Teemu Piippo
Add connections
2021-07-19
, by Teemu Piippo
update
2021-05-16
, by Teemu Piippo
stuff
2021-02-17
, by Teemu Piippo
added references to items()
2021-02-05
, by Teemu Piippo
fix build
2021-01-26
, by Teemu Piippo
disable cotire because it's messing up Qt Creator's Clang code model for me
2021-01-26
, by Teemu Piippo
added translations to dependencies in CMakeLists... maybe that's the source of the trouble with translations getting emptied
2021-01-10
, by Teemu Piippo
work on tools
2021-01-10
, by Teemu Piippo
added tool base code
2021-01-10
, by Teemu Piippo
asioita
2020-11-05
, by Teemu Piippo
added a color select dialog
2020-09-21
, by Teemu Piippo
fix warnings
2020-08-24
, by Teemu Piippo
merge commit
2020-08-24
, by Teemu Piippo
add comments
2020-08-24
, by Teemu Piippo
remove dependency on glut, fixes
2020-08-24
, by Teemu Piippo
object editing
2020-05-11
, by Teemu Piippo
finetuning in multiplyfactordialog
2020-05-11
, by Teemu Piippo
added PolygonObject and refactored away a lot of boilerplate
2020-03-25
, by Teemu Piippo
PolygonObjectEditor can now modify the object properly
2020-03-19
, by Teemu Piippo
added a matrix editing widget
2020-03-18
, by Teemu Piippo
fix
2020-03-18
, by Teemu Piippo
refactor, added splitter
2020-03-18
, by Teemu Piippo
added doublespinbox
2020-03-17
, by Teemu Piippo
object editor widgets start to form up
2020-03-17
, by Teemu Piippo
simplification
2020-03-11
, by Teemu Piippo
added a render style for pick scene
2020-03-11
, by Teemu Piippo
fixed signed vs unsigned nonsense in gl::Compiler::idFromColor
2020-03-11
, by Teemu Piippo
added some meta stuff, simplified quadrilateral splitting and tested it
2020-03-09
, by Teemu Piippo
finished splitQuadrilateral theoretically (untested)
2020-03-09
, by Teemu Piippo
document AbstractBasicShaderProgram
2020-03-06
, by Teemu Piippo
negative axes are now drawn in darker color
2020-03-06
, by Teemu Piippo
ldraw::Id is now templated for extra type safety
2020-03-09
, by Teemu Piippo
stretch the grid quadrilateral less, hopefully this makes fragments small enough even on integrated
2020-03-06
, by Teemu Piippo
show axis directions on the screen
2020-03-06
, by Teemu Piippo
Added axes rendering
2020-03-06
, by Teemu Piippo
begin work on axes program
2020-03-06
, by Teemu Piippo
default to XZ
2020-03-06
, by Teemu Piippo
grid autorotation
2020-03-05
, by Teemu Piippo
added a method to find out if the view is perpendicular to grid
2020-03-02
, by Teemu Piippo
document the grid snapping transformations
2020-02-29
, by Teemu Piippo
grid snapping now also works with transformed grids
2020-02-29
, by Teemu Piippo
omg functional programming
2020-02-28
, by Teemu Piippo
update locales
2020-02-27
, by Teemu Piippo
moved GridProgram to Canvas
2020-02-27
, by Teemu Piippo
fixed warning
2020-02-27
, by Teemu Piippo
fixed testing of whether screenToModelCoordinates's result value is behind the camera
2020-02-27
, by Teemu Piippo
use glm::project instead of figuring out the conversion manually...
2020-02-27
, by Teemu Piippo
use glm::unProject to implement screenToModelCoordinates
2020-02-27
, by Teemu Piippo
PartRenderer::modelToScreenCoordinates FINALLY WORKS
2020-02-26
, by Teemu Piippo
grid stuff
2020-02-26
, by Teemu Piippo
made the grid look nicer
2020-02-13
, by Teemu Piippo
added grid program
2020-02-13
, by Teemu Piippo
avoid having the null id in the selection
2020-02-07
, by Teemu Piippo
selection works now
2020-02-07
, by Teemu Piippo
fix some warnings
2020-02-07
, by Teemu Piippo
wrote the id color in terms of the id value in the shader now that I can get the id to the shader properly
2020-02-07
, by Teemu Piippo
added selection highlighting
2020-02-06
, by Teemu Piippo
picking works now
2020-02-06
, by Teemu Piippo
added the pick scene
2020-02-06
, by Teemu Piippo
added configurable line anti-aliasing
2020-02-01
, by Teemu Piippo
added configurable line thickness
2020-02-01
, by Teemu Piippo
made edges white in dark backgrounds
2020-02-01
, by Teemu Piippo
made configurationoptions.txt visible in Qt Creator
2020-02-01
, by Teemu Piippo
added automated configuration collection
2020-02-01
, by Teemu Piippo
added configurable background color
2020-02-01
, by Teemu Piippo
Main color is now configurable
2020-02-01
, by Teemu Piippo
translations
2020-02-01
, by Teemu Piippo
wired renderstyle up
2020-02-01
, by Teemu Piippo
added render style storage
2020-01-30
, by Teemu Piippo
renamed the linetypes namespace to ldraw namespace and added more structures to it
2020-01-30
, by Teemu Piippo
added some sort of lighting
2020-01-28
, by Teemu Piippo
replaced matrix and vertex classes with glm
2020-01-26
, by Teemu Piippo
fix default angle
2020-01-25
, by Teemu Piippo
fix remaining rendering control issues
2020-01-25
, by Teemu Piippo
it works!
2020-01-22
, by Teemu Piippo
added FindGLM.cmake
2020-01-22
, by Teemu Piippo
modelview matrix set up
2020-01-22
, by Teemu Piippo
commit work done on plugging vao to the gl renderer, renders nonsense for now
2020-01-21
, by Teemu Piippo
at least VAOs work now
2020-01-21
, by Teemu Piippo
added debug and release to hgignore
2020-01-19
, by Teemu Piippo
added license
2020-01-19
, by Teemu Piippo
fixed a pile of nonsense that caused subfiles to go haywire
2020-01-19
, by Teemu Piippo
commit work on GL rendering
2020-01-19
, by Teemu Piippo
things
2020-01-01
, by Teemu Piippo
fixed build
2019-12-14
, by Teemu Piippo
added missing files
2019-12-14
, by Teemu Piippo
things
2019-12-13
, by Teemu Piippo
added teapot rendering
2019-12-13
, by Teemu Piippo
things
2019-11-08
, by Teemu Piippo
split quadrilateral and triangle into their own source files
2019-11-03
, by Teemu Piippo
renamings
2019-11-03
, by Teemu Piippo
renamings
2019-11-03
, by Teemu Piippo
added dependency loading
2019-11-03
, by Teemu Piippo
added matrix conversions and datastream operators
2019-11-03
, by Teemu Piippo
fixed translations being updated twice at the same time, that's bad
2019-11-03
, by Teemu Piippo
added saving of splitter state and recent files
2019-11-03
, by Teemu Piippo
major update with many things
2019-11-03
, by Teemu Piippo
added the settings editor
2019-10-05
, by Teemu Piippo
language support
2019-10-03
, by Teemu Piippo
stuff
2019-10-03
, by Teemu Piippo
added regular expressions for the parser
2019-09-23
, by Teemu Piippo
Added lots of code
2019-09-22
, by Teemu Piippo
things
2019-08-24
, by Teemu Piippo
add version
2019-08-02
, by Teemu Piippo
initial commit
2019-08-02
, by Teemu Piippo
less
more
|
(0)
tip