i'm testing/updating things now for the new release, the first problem i encountered is a crash on quit:
#0 0x0010b014 in std::_List_base<OBJCOLNODE*, std::allocator<OBJCOLNODE*> >::_M_clear (this=0x1c82a700) at /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/list.tcc:76
#1 0x0010b0e1 in std::list<OBJCOLNODE*, std::allocator<OBJCOLNODE*> >::clear (this=0x1c82a700) at /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/stl_list.h:912
#2 0x00036190 in OBJCOLBRANCH:
eleteChildren (this=0x1c82a6b0) at vdrift/tools/osx/../../src/objects.cpp:861
#3 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c82a5f0) at vdrift/tools/osx/../../src/objects.cpp:865
#4 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c82a530) at vdrift/tools/osx/../../src/objects.cpp:865
#5 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c82a470) at vdrift/tools/osx/../../src/objects.cpp:865
#6 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c834aa0) at vdrift/tools/osx/../../src/objects.cpp:865
#7 0x000361ef in OBJCOLBRANCH:
eleteChildren (this=0x1c836490) at vdrift/tools/osx/../../src/objects.cpp:872
#8 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c834c50) at vdrift/tools/osx/../../src/objects.cpp:865
#9 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c829e60) at vdrift/tools/osx/../../src/objects.cpp:865
#10 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c836d60) at vdrift/tools/osx/../../src/objects.cpp:865
#11 0x000361ef in OBJCOLBRANCH:
eleteChildren (this=0x1c84ebb0) at vdrift/tools/osx/../../src/objects.cpp:872
#12 0x000361ef in OBJCOLBRANCH:
eleteChildren (this=0x1c864250) at vdrift/tools/osx/../../src/objects.cpp:872
#13 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c84f6b0) at vdrift/tools/osx/../../src/objects.cpp:865
#14 0x000361ef in OBJCOLBRANCH:
eleteChildren (this=0x1c5b3aa0) at vdrift/tools/osx/../../src/objects.cpp:872
#15 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c87fcf0) at vdrift/tools/osx/../../src/objects.cpp:865
#16 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c574240) at vdrift/tools/osx/../../src/objects.cpp:865
#17 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x1c574090) at vdrift/tools/osx/../../src/objects.cpp:865
#18 0x000361a8 in OBJCOLBRANCH:
eleteChildren (this=0x4436ec) at vdrift/tools/osx/../../src/objects.cpp:865
#19 0x0003623a in OBJECTCOLLISION::Clear (this=0x4436dc) at vdrift/tools/osx/../../src/objects.cpp:1125
#20 0x0003626e in OBJECTCOLLISION::~OBJECTCOLLISION (this=0x4436dc) at vdrift/tools/osx/../../src/objects.cpp:1132
#21 0x0003658e in OBJECTS::~OBJECTS (this=0x443400) at vdrift/tools/osx/../../src/objects.cpp:23
#22 0x000207f8 in __tcf_16 () at vdrift/tools/osx/../../src/main.cpp:129
#23 0x00002841 in cxa_atexit_wrapper ()
#24 0x9000ff51 in __cxa_finalize ()
#25 0x9000fe58 in exit ()
#26 0x000154d1 in Quit (returnCode=0) at vdrift/tools/osx/../../src/main.cpp:265
#27 0x000cbf06 in VGUI::Gui:
rocessAction (this=0x21186d0, action=@0xbfffe804) at vdrift/tools/osx/../../src/gui/gui.cpp:835
#28 0x000d0360 in VGUI::Gui::MouseRelease (this=0x21186d0) at vdrift/tools/osx/../../src/gui/gui.cpp:339
#29 0x0001f305 in SDL_main (argc=1, argv=0x211f450) at vdrift/tools/osx/../../src/main.cpp:1963
any ideas?