2013-03-20 |
Santeri Piippo |
Finally got the renderer to actually draw something! Still needs a lot of work but at least it doesn't show garbage or blank anymore.
|
changeset |
files
|
2013-03-20 |
Santeri Piippo |
Disable the locale when parsing LDraw code or atof's behavior becomes locale-dependant. Who the hell thought that was a great idea?
|
changeset |
files
|
2013-03-20 |
Santeri Piippo |
With removal of vectors, I don't need to keep the bearing class around either
|
changeset |
files
|
2013-03-20 |
Santeri Piippo |
Removed vectors. I realized that subfiles can actually perform their job just as well and that keeping them around would just imply extra work - for nothing.
|
changeset |
files
|
2013-03-20 |
Santeri Piippo |
Added code for parsing vertices
|
changeset |
files
|
2013-03-20 |
Santeri Piippo |
Added insert vertex function and added vertex icons.
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
Added triangle, quad and condline to the add object dialog
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
Begin work on dialogs for adding objects. Comments functional!
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
Implemented insertion of triangles, quads, condlines and comments
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
er, I said don't limit the amount of decimals
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
ftoa: don't limit the amount of decimals
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
Temporarily set the locale to C when using ftoa, or the resulting string is subject to the locale and gets unexpected symbols (e.g. commas for the decimal dots while the function expects periods)
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
Added main color configuration option, not implemented yet
|
changeset |
files
|
2013-03-19 |
Santeri Piippo |
Added color selection icon
|
changeset |
files
|