changelog
- Mon, 18 Mar 2013 12:20:48 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 18 Mar 2013 12:20:48 +0200] rev 26
- Renamed io.cpp to file.cpp, draw.cpp to gldraw.cpp
- Mon, 18 Mar 2013 12:15:23 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 18 Mar 2013 12:15:23 +0200] rev 25
- Deleted scanner.cpp (don't need it), merged model.cpp into io.cpp. Renamed LDForgeWindow to just ForgeWindow since I want the LD* prefix only be given to LDObject derivatives.
- Mon, 18 Mar 2013 04:03:05 +0200
- by Santeri Piippo <crimsondusk64@gmail.com> [Mon, 18 Mar 2013 04:03:05 +0200] rev 24
- added dummy action for future inlining command. Also GCC says that deleting instances of classes with virtual members but no virtual destructors is bad.