- Brushplugin Version 2.0, supports multiple collapse modes and a materialignore list (namespace)

- Camera movement speed changes. Increase speed = SHIFT+KP_PLUS, decrease speed = SHIFT+KP_MINUS.
   New option to link the strafe speed to camera movement speed (default: linked). (Shaderman)
 - Fixed bug in sample plugin (Shaderman)
 - Merry Christmas

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@128 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
namespace
2006-12-25 22:22:04 +00:00
parent 3ff5a419f9
commit 995104ef44
13 changed files with 767 additions and 130 deletions

View File

@@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "string/string.h"
#include "modulesystem/singletonmodule.h"
#include "typesystem.h"
namespace Sample
{
@@ -61,7 +61,7 @@ namespace Sample
} // namespace
class SamplePluginModule
class SamplePluginModule : public TypeSystemRef
{
_QERPluginTable m_plugin;
public: