changelog
- Thu, 09 May 2013 02:28:39 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Thu, 09 May 2013 02:28:39 +0300] rev 185
- Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason)
- Wed, 08 May 2013 15:30:19 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 08 May 2013 15:30:19 +0300] rev 184
- Move external prog actions into gui_actions.cpp because linking order changed
- Wed, 08 May 2013 15:19:06 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 08 May 2013 15:19:06 +0300] rev 183
- Moved source files to src/, removed zz_ prefix off dialog files.
- Wed, 08 May 2013 14:57:48 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 08 May 2013 14:57:48 +0300] rev 182
- Viewport no longer offsets stuff based on bbox size, that was stupid. Only use bbox size for initial zoom.
- Wed, 08 May 2013 13:19:07 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 08 May 2013 13:19:07 +0300] rev 181
- Object editing dialog now can alter the matrix of subfiles and radials
- Wed, 08 May 2013 04:10:31 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 08 May 2013 04:10:31 +0300] rev 180
- Moved LDraw path setting out of the configuration dialog to the LDraw path dialog, it does the job better.
- Wed, 08 May 2013 03:53:45 +0300
- by Santeri Piippo <crimsondusk64@gmail.com> [Wed, 08 May 2013 03:53:45 +0300] rev 179
- Added a dialog for inquering the user's LDraw directory, not having it set leads to crashing...