changelog
- Wed, 20 Mar 2013 13:27:43 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 13:27:43 +0200] rev 46
- 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.
- Wed, 20 Mar 2013 03:28:49 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 03:28:49 +0200] rev 45
- Disable the locale when parsing LDraw code or atof's behavior becomes locale-dependant. Who the hell thought that was a great idea?
- Wed, 20 Mar 2013 03:25:49 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 03:25:49 +0200] rev 44
- With removal of vectors, I don't need to keep the bearing class around either
- Wed, 20 Mar 2013 03:22:21 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 03:22:21 +0200] rev 43
- 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.
- Wed, 20 Mar 2013 02:44:21 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 02:44:21 +0200] rev 42
- Added code for parsing vertices
- Wed, 20 Mar 2013 02:31:36 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 02:31:36 +0200] rev 41
- Added insert vertex function and added vertex icons.
- Wed, 20 Mar 2013 01:58:05 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 20 Mar 2013 01:58:05 +0200] rev 40
- Added triangle, quad and condline to the add object dialog