[Gtkradiant] [SVN] rev 4210 - in GtkRadiant/trunk: . contrib/bobtoolz contrib/bobtoolz/bitmaps contrib/bobtoolz/dialogs contrib/bobtoolz/interfaces contrib/camera contrib/gtkgensurf contrib/hydratoolz contrib/patches/Gtk contrib/prtview docs/developer include libs libs/cmdlib libs/ddslib libs/jpeg6 libs/l_net libs/mathlib libs/md5lib libs/picomodel libs/splines libs/synapse plugins/archivepak plugins/archivewad plugins/archivezip plugins/eclassfgd plugins/entity plugins/image plugins/imagehl plugins/imagepng plugins/mapq3 plugins/mapxml plugins/md3model plugins/md3model/doc plugins/model plugins/sample plugins/shaders plugins/spritemodel plugins/surface_heretic2 plugins/vfspak plugins/vfspk3 plugins/vfswad radiant radiant/bitmaps setup setup/data/tools setup/deb setup/win32 setup/win32/template/Component Definitions setup/win32/template/File Groups setup/win32/template/Script Files setup/win32/template/Text Substitutions

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sat, 13 Dec 2003 14:34:53 -0600


This is a mixed plain/HTML MIME encoded message.

--===============0074731774==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

Author       : spog
New Revision : 4210
Date         : Sat Dec 13 14:34:43 2003

Log:
merged spog_branch into trunk
--

  GtkRadiant/trunk/docs/developer/CHANGES
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4210&root=radiant.svn&view=auto
    diff:
       This is the changelog for developers, != changelog for the end user 
       that we distribute with the binaries. (see changelog)
       
      +10/12/2003
      +SPoG
      +- Ported imagehl module.
      +- Ported imagepng module.
      +
      +03/12/2003
      +SPoG
      +- Changed brush winding generation to use use double precision planes.
      +- Fixed tracking of modifier key state.
      +
      +29/11/2003
      +SPoG
      +- Replaced mathlib with c++ vector/matrix library.
      +- Added expression-templates for common vector/matrix operations.
      +
      +21/11/2003
      +SPoG
      +- Refactored component-selection stuff.
      +- Ported m4x4_t library to c++ Matrix4.
      +
      +16/11/2003
      +SPoG
      +- Changed shortcuts.ini to be written automatically.
      +- Moved more prefs into specific modules.
      +- Changed c++ NULL usage to 0 for maximum portability.
      +
      +11/11/2003
      +SPoG
      +- #include cleanup.
      +- Added debug output/assert for module initialisation.
      +
      +09/11/2003
      +SPoG
      +- Refactored status bar stuff.
      +- Refactored window updates to use closures.
      +- General cleanup and refactoring.
      +
      +08/11/2003
      +SPoG
      +- Increased priority of window redraw events.
      +- Ported model module to new module system.
      +
      +07/11/2003
      +SPoG
      +- Refactored window updates.
      +
      +05/11/2003
      +SPoG
      +- Changed menubar/toolbars to be non-detachable.
      +- Fixed empty-undos created when left-clicking in XY window.
      +- Refactored camera modelview/projection matrix updates. 
      +- Moved application-specific code out of mainframe.cpp.
      +- Reinstated brush/entity count in statusbar.
      +
      +04/11/2003
      +SPoG
      +- Reinstated instant status-bar updates.
      +
      +30/10/2003
      +SPoG
      +- Fixed crosshair cursor in clipper mode.
      +
      +29/10/2003
      +SPoG
      +- Changed camera to maintain valid projection/modelview matrices.
      +- Moved manipulator-transform update from frustum class to selection system.
      +- Removed frame-rate dependency in 3d-window freelook.
      +
      +27/10/2003
      +SPoG
      +- Smoothed out xy-window mouse-chasing.
      +- Changed mouse-chasing to occur 16 pixels inside the window edges.
      +- Changed xy-window to maintain valid projection/modelview matrices.
      +- Fixed invalid workzone generated when deselecting with no selection.
      +
      +26/10/2003
      +SPoG
      +- Ported changes from trunk between rev 3818 and rev 4036.
      +
      +25/10/2003
      +SPoG
      +- Refactored xy-window mouse event handling.
      +
      +22/10/2003
      +SPoG
      +- Fixed freelook focus-out event.
      +- Changed selection mouse event handling to use modifiers on button-release.
      +
      +21/10/2003
      +SPoG
      +- Refactored all mouse event handling for camera window.
      +- Changed menus/toolbars/accelerators to use anonymous closures.
      +
      +20/10/2003
      +SPoG
      +- Fixed get-pointer-in-screen-coordinates on win32.
      +- Changed patch prefs to use preference-system module.
      +- Fixed selection of side-on faces.
      +- Changed brush rendering to avoid glPushClientAttrib - workaround for ATI driver issue.
      +
      +19/10/2003
      +SPoG
      +- Changed VFS directory initialisation to occur after module initialisation.
      +- Changed load-preferences to occur after module initialisation.
      +- Added preference-system module.
      +- Changed undo prefs to use preference-system module.
      +- Restored splash screen with non-intrusive behaviour.
      +- Cleaned up main-toolbar creation.
      +- Fixed floating windows behaviour when main window is minimised.
      +- Changed shader-list parsing to use new script tokeniser.
      +- Changed deprecated code using GtkPixmap to use GtkImage.
      +- Removed bitmap-loading from core.
      +- Removed pc-speaker beep on map-save.
      +
      +17/10/2003
      +SPoG
      +- Fixed crash when trying to undo on an empty undo queue.
      +- Refactored gtkdlgs, using helper functions to create common widgets.
      +- Changed Dialog class to use std::list for data.
      +
      +13/10/2003
      +SPoG
      +- Refactored entity inspector.
      +- Removed miscellaneous unused functions.
      +- Refactored qe3 header.
      +- Moved texture-window preferences into texwindow.cpp.
      +
      +12/10/2003
      +SPoG
      +- Moved layout-mode dependant code into main-frame creation.
      +- Replaced prefs system with new import/export system.
      +- Fixed gcc3.3 build errors.
      +
      +11/10/2003
      +SPoG
      +- Moved unnecessary methods from MainFrame into free functions.
      +- Removed unsupported toolbar buttons and menu items.
      +- Changed misc->gamma to not require restart.
      +- Fixed unmaximised window-size when loading main window maximised.
      +- Fixed saving of rotate increment preference.
      +
      +10/10/2003
      +SPoG
      +- Fixed keyboard shortcuts intercepting input to texture-subsets text-entry.
      +
      +09/10/2003
      +SPoG
      +- Fixed gcc3 build errors, compiled and tested on linux.
      +
      +08/10/2003
      +SPoG
      +- Fixed brush snap-to-grid creating huge coordinate values.
      +- Fixed minor bug in selection menu.
      +
      +07/10/2003
      +SPoG
      +- Cleaned up MainFrame.
      +- Added quantisation of plane pts when dragging.
      +- Fixed create-empty-brush bug.
      +
      +06/10/2003
      +SPoG
      +- Moved control of camera keyboard-accelerators into camera window module.
      +
      +05/10/2003
      +SPoG
      +- Separated keyboard-accelerators from menu items, using functors.
      +- Completed factoring out HandleCommand.
      +
      +04/10/2003
      +SPoG
      +- Changed 4-way-split mode to automatically reposition separators when window size changes.
      +- Fixed gtk error in floating-entity/textures/console window.
      +- Fixed position of console horizontal pane separator.
      +
      +03/10/2003
      +SPoG
      +- Work-in-progress factoring out HandleCommand.
      +
      +02/10/2003
      +SPoG
      +- Fixed pink icons on main window on win32.
      +- Replaced g_bIgnoreCommands with signal block/unblock.
      +- Refactored MainFrame startup.
      +
      +01/10/2003
      +SPoG
      +- Fixed entity-window redraw on selection change.
      +- Moved control over VFS init/shutdown to module system.
      +- Fixed failure to release translucency render-states.
      +- Added support for realise/unrealise of all opengl texture objects.
      +- Refactored startup/shutdown logic.
      +  Changed quit commands to do nothing but call gtk_main_quit().
      +  Added code after gtk_main() to destroy stuff.
      +- Changed 25ms timeout-handler to an idle-handler for window updates.
      +  (reduces redraw-request response time on fast machines)
      +- Moved gl-shutdown control to glwidget.
      +  Textures are realised/unrealised when the shared context is created/destroyed.
      +- Fixed lack of a valid gl context when unrealising gl textures.
      +
      +30/09/2003
      +SPoG
      +- Added support for translucent entity rendering.
      +
      +29/09/2003
      +SPoG
      +- Changed all global modules to use GlobalModule helper templates.
      +- Ported qgl.c to c++.
      +- Changed win32 project to dynamic-link with opengl32.lib.
      +
      +28/09/2003
      +SPoG
      +- Added new experimental xml preference import/export system.
      +- Refactored dialog base class:
      +  Moved common dialog-element-creation code into helper functions.
      +  Changed UpdateData to use per-element callback functions.
      +- Refactored preferences dialog.
      +
      +26/09/2003
      +SPoG
      +- Reversed winding order for circle primitives.
      +
      +25/09/2003
      +SPoG
      +- Fixed slow selection response in large maps.
      +
      +21/09/2003
      +SPoG
      +- Added sharing of global modules within a client.
      +- Added quake map module and wal image module.
      +- Ported mip image module and hlw image module.
      +- Cleaned up imagehl module.
      +- Fixed crash in pcx image module.
      +- Rewrote md3 model module.
      +- Ported mdl, md2 and mdc model modules.
      +- Added filtering of q1/q2 clip brushes.
      +- Added ati-crash-workaround rendering path.
      +- Upgraded to gtk+-2.2.4 on win32:
      +  Fixed capslock affecting shortcut-keys.
      +- Upgraded to gtkglext-1.0.4 on win32.
      +- Fixed copy/paste.
      +- Added shortcut-key support to entity treeview.
      +
      +17/09/2003
      +SPoG
      +- Fixed failure to call vfsFreeFile on an empty buffer.
      +- Fixed calling convention for dlls in new module system.
      +- Changed map.cpp to support maps without a worldspawn entity.
      +- Fixed crash on attempting to clone a map root.
      +- Added filter-update calls after loading or cloning stuff.
      +- Fixed reference cache failing to save a file.
      +
      +16/09/2003
      +SPoG
      +- Refactored client-side module system code for direct module access.
      +- Changed shaders, vfs, model, brush, patch and entity module interfaces
      +  to use abstract base class.
      +- Removed unused functions from shaders and vfs interfaces.
      +
      +15/09/2003
      +SPoG
      +- Removed synapse dependencies for win32 makefiles.
      +- Added find-first-module-of-type helper function.
      +
      +14/09/2003
      +SPoG
      +- Added new lightweight module system:
      +  Initialises each module the first time it is requested.
      +  Does not allow configurations with cyclic runtime dependencies.
      +  Provides templates for simple type-safe client-side implementation.
      +  Requires no client-side linkage.
      +- Split radiant API into multiple APIs:
      +  core, textures, scenegraph, selection, renderstate, filters, filetypes.
      +- Ported radiant, core, mapq3, mapxml, md3model, entity, shaders, image,
      +  vfspk3, archivewad, archivepak, archivezip to new module system.
      +
      +11/09/2003
      +SPoG
      +- Removed edge and vertex integer-snapping during selection.
      +
      +10/09/2003
      +SPoG
      +- Replaced map in referencecache.cpp with a hashtable.
      +- Changed ReferenceCache interface to take a path string,
      +  which can be either absolute or relative.
      +
      +08/09/2003
      +SPoG
      +- Cleaned up qertypes.h - split into multiple files.
      +- Moved texdef stuff into itexdef.h.
      +- Fixed shutdown destruction order bug. 
      +
      +07/09/2003
      +SPoG
      +- Refactored texwindow.cpp.
      +  Moved texture management code into textures.cpp.
      +  Added textures api.
      +  Replaced globals from texwindow.h with accessor functions.
      +- Cleaned up shaders module.
      +  Removed color-shader stuff.
      +  Rewrote shader-activation logic to use textures API.
      +  Removed appshaders API.
      +- Refactored shutdown logic.
      +  Moved non-mainframe shutdown stuff into Radiant_Shutdown().
      +  Added deferred render-state realisation.
      +- Fixed failure to create gl contexts in 16-bit mode for latest nvidia drivers.
      +- Changed hashtable template to use traits parameter
      +  for case-insensitive hasher and keyequal functions.
      +- Removed unused functions from qerplugin API.
      +
      +02/09/2003
      +SPoG
      +- Refactored code to remove global-object accesses:
      +  Passing global objects as parameters to functions.
      +- Refactored texwindow.
      +- Moved synapse server out of pluginmanager.
      +  Changed pluginmanager to handle nothing but IPlugin stuff.
      +
      +01/09/2003
      +SPoG
      +- Refactored scenelib.h, split into multiple files.
      +- Refactored #includes related to scenelib.h.
      +- Refactored preferences for xywindow and camwindow.
      +- Refactored references to g_pParentWnd in xywindow and camwindow.
      +
      +30/08/2003
      +SPoG
      +- Ported changes from trunk since 17/08/2003.
      +- Ported all changes from bug800-spog_branch (vfs rewrite and q1 support).
      +
      +29/08/2003
      +SPoG
      +- Refactored component-selection stuff.
      +- Fixed selection-tracking bug in patches.
      +
      +28/08/2003
      +SPoG
      +- Added support for line-strips to Selectors.
      +- Fixed selection for entity treeview.
      +- Refactored external-resource loading.
      +
      +20/08/2003
      +SPoG
      +- Fixed snap-to-grid in edge and vertex modes.
      +- Added a default model to use when a model load fails.
      +
      +19/08/2003
      +SPoG
      +- Changed snap-to-grid to vastly reduce the possibility of creating an invalid plane.
      +
      +17/08/2003
      +SPoG
      +- Ported changes from trunk since 01/08/2003.
      +
      +12/08/2003
      +SPoG
      +- Changed entity key/value tracking to only track keys already added to the entity.
      +- Fixed bug causing undo system to track scene changes during a queue-flush operation.
      +
      +12/08/2003
      +SPoG
      +- Fixed bug in project settings bsp-commands display.
      +- Fixed empty undos being created by rotation buttons.
      +- Fixed rotation pivot for rotation buttons.
      +
      +09/08/2003
      +SPoG
      +- Added property svn:eol-style=native to all text files.
      +- Added property evn:eol-style=CRLF to all dsp and dsw files.
      +- Partially ported bobtoolz to use new spog_branch module APIs.
      +- Removed Sys_UpdateScene.
      +- Added Map_Name() for access to currentmap variable.
      +- Added initial drag-n-drop support for graph tree-model.
      +
      +01/08/2003
      +SPoG
      +- Fixed uninitialised refcount in entity key class.
      +- Fixed memory leak in shader parsing.
      +- Added reference-counting holder for worldspawn node.
      +- Moved string class and utilities into a new header in libs dir.
      +- Fixed external-file-resource cache to use case-insensitive name compare on win32.
      +- Fixed shaders to use case-insensitive name compare.
      +- Fixed shader module to display SHADER_NOT_FOUND when appropriate.
      +- Changed the default texture name to "NULL" instead of SHADER_NOT_FOUND.
      +- Changed move-into-entity to perform parent-selection-to-last-selected-node.
      +- Added a new implementation of GtkTreeModel operating directly on the scenegraph.
      +- Fixed disable-screen-updates to queue update requests instead of ignoring them.
      +- Merged from trunk (tag head-cvs2svn-2).
      +
      +22/07/2003
      +SPoG
      +- Changed scale/flip-selection to use the manipulator as a pivot point.
      +- Added OnShutdown callback for CSynapseClient, used in entity module.
      +- Fixed console updates when loading maps/models.
      +
      +20/07/2003
      +SPoG
      +- Added renderer support for qer_alphatest and qer_cull.
      +- Merged 'picomodule' module into 'model' module.
      +- Added rendering of area-selection rectangle.
      +
      +19/07/2003
      +SPoG
      +- Merged from trunk.
      +
      +18/07/2003
      +SPoG
      +- Disabled deleting classname key in entity inspector window.
      +- Cleaned up some stuff in selection system.
      +- Added basic versions of std::mem_fun and std::bind1st to function-object library.
      +
      +10/07/2003
      +SPoG
      +- Implemented connect-entities.
      +
      +09/07/2003
      +SPoG
      +- Completed local-space rotation manipulator.
      +- Fixed cloning objects within a misc_model subgraph.
      +- Fixed crash bug in loading certain models.
      +
      +06/07/2003
      +SPoG
      +- Added function-object library header, similar to boost::function.
      +- Changed undo system to improve performance.
      +- Refactored entity inspector implementation.
      +
      +22/06/2003
      +SPoG
      +- Refactored selection observing stuff.
      +- Changed shader parsing to use new tokeniser.
      +- Changed implementation of entities to use generic container.
      +- Refactored entity wrapper system.
      +- Fixed undo on delete/reset entity keys.
      +
      +21/06/2003
      +SPoG
      +- Added rendering of target/targetname connection lines.
      +- Moved entity and eclass stuff out of qertypes.h into ientity and ieclass.
      +- Refactored entity_t to hide it behind Entity interface.
      +- Removed global project settings entity.
      +- Cleaned up bsp-command editing in project settings dialog.
      +
      +17/06/2003
      +SPoG
      +- Fixed back-face-culling for selections by working in screen-space.
      +
      +16/06/2003
      +SPoG
      +- Added workaround for nvidia driver opengl vertex arrays bug.
      +
      +15/06/2003
      +SPoG
      +- Refactored Patch implementation.
      +- Refactored scene graph system to allow multiple graph instances.
      +
      +13/06/2003
      +SPoG
      +- Added snap-selected-components-to-grid for faces edges and vertices.
      +
      +11/06/2003
      +SPoG
      +- Improved normal-quantisation code.
      +
      +10/06/2003
      +SPoG
      +- Changed renderer vertex types to be struct instead of typedef'd array.
      +- Added experimental quantisation of normals.
      +
      +05/06/2003
      +SPoG
      +- Fixed intermittent crash in face-fit-texture.
      +- Changed patch rendering to display components only in vertex mode.
      +
      +02/06/2003
      +SPoG
      +- Added nameable interface for scene graph nodes.
      +- Fixed undo for set-detail and set-structural.
      +- Added rendering of arrow for angled entities.
      +
      +01/06/2003
      +SPoG
      +- Fixed handling of invalid planes during brush b-rep build.
      +- Refactored brush copy-construction/assignment.
      +- Fixed lack of rebuild after removing empty faces.
      +- Added lightjunior entity display.
      +- Fixed display of spawnflags/info for selected entity.
      +- Fixed update of entity window on setting spawnflags.
      +- Fixed botclip filtering.
      +- Fixed uninitialised alpha channel on jpg images by ignoring alpha.
      +
      +31/05/2003
      +SPoG
      +- Cleaned up undo calls in brush and patch implementation.
      +- Changed brush implementation to defer rebuilds until needed.
      +- Fixed undo for find/replace shader.
      +- Refactored brush implementation, removed empty-face list.
      +- Fixed crash on loading unrecognised entities containing brushes.
      +- Fixed crashes in renderer caused by state-stack underflow.
      +- Fixed handling of invalid and duplicate planes during brush editing.
      +- Fixed failure to save brush faces during save-as.
      +- Refactored brush data members.
      +
      +28/05/2003
      +SPoG
      +- Fixed crash on selecting stuff from entity list window.
      +
      +27/05/2003
      +SPoG
      +- Fixed window title after save-as.
      +
      +22/05/2003
      +SPoG
      +- Refactored selection system interface slightly.
      +- Removed old brushwrapper stuff.
      +- Fixed clipper-split-selection to keep both parts selected.
      +
      +21/05/2003
      +SPoG
      +- Added select-faces-by-shader.
      +- Fixed find/replace-shader.
      +
      +19/05/2003
      +SPoG
      +- Fixed rotation on misc_model.
      +
      +13/05/2003
      +SPoG
      +- Fixed lack of undo on create-n-sided-brush.
      +
      +29/04/2003
      +SPoG
      +- Fixed per-face find/replace and per-face nudge rotation.
      +
      +25/04/2003
      +SPoG
      +- Fixed find-brush.
      +- Changed rotation buttons to use perfect precision for 90-degree rotations.
      +
      +24/04/2003
      +SPoG
      +- Added find-dir-for-relative-filename and find-dir-for-absolute-filename to vfs.
      +- Changed resource manager to handle per-mod resources using vfs.
      +- Changed resource manager to allow resources with absolute paths.
      +- Fixed selection-test behaving like an ellipse instead of a rectangle.
      +
      +23/04/2003
      +SPoG
      +- Changed selection test to choose closest-to-cursor over closest-to-camera.
      +
      +22/04/2003
      +SPoG
      +- Fixed reference counting on shaders loaded from a texture directory.
      +- Fixed show-in-use and show-all shaders.
      +- Fixed undo for patch-set-shader.
      +- Changed shaders module to use STL map container instead of CShaderArray.
      +- Fixed SelectAllOfType for entities and patches.
      +- Cleaned up unused functions in shaders API.
      +- Decoupled selecting a texture in texture window from applying a texture to selection.
      +
      +21/04/2003
      +SPoG
      +- Fixed memory leaks in image loaders, texdef_t, csg subtract, picomodel module.
      +- Fixed uninitialised memory references in renderer, texdef_t, eclass loader, undo system.
      +- Refactored tga loader.
      +- Cleaned up image module, enabled pcx and bmp loaders.
      +
      +17/04/2003
      +SPoG
      +- Fixed shift-texture on selected brush faces.
      +- Changed brush b-rep algorithm to have higher tolerance for similar planes.
      +- Changed brush b-rep algorithm to always produce a valid connectivity graph.
      +- Added setting/getting shader for patches.
      +
      +16/04/2003
      +SPoG
      +- Fixed tracking of in-use shaders (though undo queue still keeps shader references).
      +- Changed brush faces to store state in undo-system cleanly.
      +- Fixed flush & reload shaders and sleep/wake.
      +- Ensured that shaders are never leaked.
      +- Fixed bool conversion warnings.
      +
      +15/04/2003
      +SPoG
      +- Added clamping of planepts on export to nearest 65536th of 1 unit.
      +- Changed m4x4 rotation functions to use double-precision for angles in radians.
      +- Changed m4x4 quaternion rotation to use double-precision internally.
      +- Changed float printing to use %g instead of %f (strips trailing zeros).
      +
      +13/04/2003
      +SPoG
      +- Fixed brush import failing to update bounding boxes.
      +
      +11/04/2003
      +SPoG
      +- Refactored Brush class into Brush, BrushInstance and BrushNode.
      +- Fixed various flaws stopping brush b-rep algorithm from being 100% reliable.
      +
      +02/04/2003
      +SPoG
      +- Changed manipulator to move to position of selected brush components.
      +
      +01/04/2003
      +SPoG
      +- Fixed xml parser failing to resolve predefined entities.
      +
      +31/03/2003
      +SPoG
      +- Fixed asserts in brush manipulation when creating invalid brushes.
      +- Removed automatic update of current texdef.
      +- Added Get Texture and Set Texture to textures menu.
      +
      +29/03/2003
      +SPoG
      +- Fixed array template failing to free zero-sized allocations.
      +- Changed clipper mode to behave as a component-editing-mode.
      +- Removed right-click-to-drop-clip-point - use X and leftclick instead.
      +
      +28/03/2003
      +SPoG
      +- Changed scene graph to sort objects in ascending order of creation time.
      +
      +27/03/2003
      +SPoG
      +- Fixed bug in clone-selection causing only first selected brush to be cloned.
      +- Optimised select-all for brush/patch components.
      +- Changed edge/face/vertex toggles to toggle correctly.
      +
      +26/03/2003
      +SPoG
      +- Removed win32/x dependencies from gl interface.
      +- Removed win32/glib dependencies from core interface.
      +- Replaced void* in gtk helper functions with forward-declared GtkWidget.
      +- Changed gtk helper functions to return enumerated values instead of win32 IDOK.
      +- Removed WINAPI macro for __stdcall from all interfaces.
      +- Removed unnecessary dependencies from core stdafx/qe3 header.
      +
      +25/03/2003
      +SPoG
      +- Changed class-level render states to be static for Brush and Patch.
      +- Refactored brush implementation - breaking it up into smaller parts.
      +- Added refcounted ptr template to track refcounts.
      +- Fixed refcount bug introduced by new clone-selection.
      +- Fixed warnings in brush implementation.
      +- Cleaned up plugin interface header inclusion.
      +
      +24/03/2003
      +SPoG
      +- Fixed crash on building unbounded brushes in release build.
      +- Changed assertion failures to be non-fatal in release build.
      +- Moved OS-specific gl headers into separate files.
      +- Moved app-shaders interface into a separate file.
      +- Cleaned up dependencies for brush implementation.
      +
      +23/03/2003
      +SPoG
      +- Added per-instance selection of patch vertices.
      +- Fixed per-instance vertex selection rendering on multiple instances.
      +- Refactored patch/brush render code.
      +- Changed manipulator transforms to convert to local space before applying.
      +- Fixed selection test for picomodule meshes.
      +- Fixed selection test winding order for triangles.
      +- Fixed update of window title on new-map and load-map.
      +- Changed selection to work with exactly side-on faces.
      +- Refactored instance implementation to reduce code bloat.
      +- Fixed map export always exporting root.
      +
      +21/03/2003
      +SPoG
      +- Fixed external resource tracking to preserve uppercase characters in names.
      +- Changed clone-selection to not use global copy/paste.
      +
      +20/03/2003
      +SPoG
      +- Changed map-save to save all saveable files that the map references.
      +
      +16/03/2003
      +SPoG
      +- Moved hashtable and hashfunc into libs.
      +- Cleaned up renderer interface and selection interface.
      +- Refactored frustum testing class.
      +
      +12/03/2003
      +SPoG
      +- Moved winding-specific stuff from brush obj to winding obj.
      +- Refactored filter subsystem to remove dependency on entity/brush/patch.
      +
      +07/03/2003
      +SPoG
      +- Fixed crash when clicking cancel from patch cap-dialog.
      +- Changed selection tests to ignore back-facing faces.
      +
      +05/03/2003
      +SPoG
      +- Fixed failure to release cloned scene graph nodes.
      +- Fixed selection manager failing to release render states.
      +- Fixed eclass system failing to release render states.
      +
      +04/03/2003
      +SPoG
      +- Fixed writing-past-end of vertex arrays in brush rendering.
      +- Fixed releasing data stored in undo system when deleting undoables.
      +- Fixed crash in misc_model when model fails to load.
      +- Fixed undo for clone/rotate/flip/nudge/set-texture operations.
      +- Cleaned up surface dialog.
      +
      +01/03/2003
      +SPoG
      +- Changed clipper split-selection to keep result selected.
      +- Cleaned up and finalised picomodule, adding to cvs.
      +
      +28/02/2003
      +SPoG
      +- Cleaned up entity list window.
      +- Fixed crash on freeing a map while entity list node is selected.
      +- Fixed crash on clone/copy of externally referenced brushes.
      +- Added multiple-selection support to entity list.
      +- Added updating entity list selection display on selection changes.
      +
      +26/02/2003
      +SPoG
      +- Added stl_warnings include.
      +- Fixed tracking of map-modified-since-last-saved.
      +
      +24/02/2003
      +SPoG
      +- Fixed missing map-release when map-load fails.
      +- Changed map-rename (save-as) to flush undo queue.
      +- Fixed bug in exporting selections.
      +
      +23/02/2003
      +SPoG
      +- Fixed redo on changing misc_model "model" key.
      +
      +22/02/2003
      +SPoG
      +- Changed undo interface to factor out global undo system.
      +
      +21/02/2003
      +SPoG
      +- Started cleaning up Map subsystem.
      +
      +20/02/2003
      +SPoG
      +- Added 'clone subgraph' feature to core, using direct xml import/export.
      +- Added 'save' feature to reference cache.
      +- Added scope timer object.
      +- Changed scene graph interface to allow setting scene root.
      +- Changed core to use reference cache to track current map.
      +- Removed mapmodel module.
      +- Fixed relative paths for loading maps as misc_model.
      +
      +19/02/2003
      +SPoG
      +- Changed model/map modules to register their file types on load.
      +- Added map module manager to support unlimited map loader modules.
      +
      +18/02/2003
      +SPoG
      +- Changed vertex buffer template to support resizing.
      +- Changed vertex buffer search algorithm to iterate instead of recurse.
      +
      +17/02/2003
      +SPoG
      +- Fixed sorting bug with render-states.
      +- Fixed colour state when disabling gl_color_array.
      +- Fixed unterminated loop in scenegraph traversal.
      +- Fixed freeing project entity twice on shutdown (infinite loop).
      +- Fixed failing to destroy the scene graph on exit (oops).
      +
      +07/02/2003
      +SPoG
      +- Added updating current texdef when a face is selected.
      +- Fixed crash when creating a brush with duplicate planes.
      +
      +06/02/2003
      +SPoG
      +- Fixed various issues with 'save region'.
      +- Changed default current texdef to use game-specific scale.
      +- Changed brush creation to use current texdef.
      +- Changed clipper to use current texdef.
      +- Fixed bug in selection counting for patch control points.
      +
      +05/02/2003
      +SPoG
      +- Fixed reversed solid-selection-outline preference.
      +- Finished factoring out face_t.
      +- Added script token writer interface for map export.
      +- Changed map export interface to use script token writer.
      +
      +04/02/2003
      +SPoG
      +- Added depth-buffer-write enable/disable feature to renderer.
      +- Changed Pointfile class to use renderer.
      +- Continued factoring out face_t.
      +
      +03/02/2003
      +SPoG
      +- Fixed temporary objects leaving dangling references in the undo system.
      +- Changed import-map to not modify existing selection.
      +
      +02/02/2003
      +SPoG
      +- Fixed frustum culling for transformed nodes.
      +- Fixed hide/filter/region to work independently.
      +- Added highlighting of selected brush faces in component mode.
      +- Fixed bug detecting thin area-selection if dragged down or left.
      +- Renamed brush_type to Brush.
      +- Renamed face_type to Face.
      +- Started factoring out face_t.
      +
      +01/02/2003
      +SPoG
      +- Improved edge and vertex manipulation.
      +- Removed unnecessary graph traversals for rendering/selection.
      +
      +31/01/2003
      +SPoG
      +- Merged changes since last merge from merge-1_2_10-post to spog_branch.
      +- Merged changes since last merge from HEAD to spog_branch.
      +- Tagged HEAD after merging as 'merge-spog_branch-post'.
      +- Added walker to merge sibling worldspawns.
      +- Merged changes to Construct for PPC from trunk.
      +- Fixed over-enthusiastic worldspawn merging.
      +- Fixed misc_model "angle" key setting pitch instead of yaw.
      +- Fixed entity set-key-value changing scene-graph topology.
      +
      +30/01/2003
      +SPoG
      +- Added subgraph traversal feature to scenegraph traversal.
      +
      +29/01/2003
      +SPoG
      +- Changed scene graph implementation to allow nested traversals.
      +
      +28/01/2003
      +SPoG
      +- Fixed angles key order for misc_model.
      +
      +27/01/2003
      +SPoG
      +- Fixed typo causing set-texture-of-selection to behave incorrectly.
      +
      +26/01/2003
      +SPoG
      +- Replaced all tabs with spaces in CHANGES.
      +- Fixed entity bounds updates for 'light'.
      +- Fixed code that doesn't conform to c++ standard as enforced by gcc.
      +
      +24/01/2003
      +SPoG
      +- Added missing file: icharstream.h.
      +- Fixed bug with synchronisation of brush-face instance data.
      +- Added .map format import/export interfaces.
      +- Removed last remnants of IBrush.
      +- Removed IPatch.
      +- Moved walkers defined in in mainframe.cpp to appropriate places.
      +
      +23/01/2003
      +SPoG
      +- Changed scenegraph traversals to use a compiled graph.
      +
      +20/01/2003
      +SPoG
      +- Changed selection interface to hide per-instance data.
      +- Added streaming tokeniser for .map format.
      +- Changed mapq3 module to use streaming tokeniser.
      +- Added xml stream interface for input and output.
      +- Added xml stream parser based on libxml2 SAX.
      +- Changed mapxml module to use xml stream input.
      +- Changed brush and patch to use xml stream input.
      +- Added xml stream writer.
      +- Changed mapxml module to use stream output.
      +- Changed brush and patch to use xml stream output.
      +
      +
      +16/01/2003
      +SPoG
      +- Disabled pivot updates while selection is being manipulated.
      +- Changed pivot calculation to use instanced world-bounding-box.
      +- Fixed crash bug in PositionView.
      +
      +14/01/2003
      +SPoG
      +- Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
      +- Removed 10k+ lines of unused #if 0 code.
      +- Removed unused declarations in qe3.h.
      +- Removed brush and face types from qertypes.h.
      +- Removed plugin API stuff dependant on brush type.
      +- Added per-instance selection for brush faces.
      +
      +08/01/2003
      +SPoG
      +- Added selection counters for primitive/component modes.
      +- Added face-drag mode (default shortcut key = F).
      +- Added face-centre-point rendering/selection/editing.
      +
      +07/01/2003
      +SPoG
      +- Changed selection to work per-instance.
      +
      +06/01/2003
      +SPoG
      +- Changed selector interface to allow per-entity selection tests.
      +
      +06/12/2002
      +SPoG
      +- Added selection-test and selector objects to clean up selection system.
      +- Unified key modifiers for selection in both primitive and component modes.
      +- Added mapmodel module to load .map and .xmap as misc_model.
      +
      +02/12/2002
      +SPoG
      +- Added debug rendering of a selection test.
      +- Fixed bugs in triangle/line clipper, making selection work properly.
      +- Refactored selection system interface.
      +- Added undo for texture nudge.
      +- Fixed minor render-state bug.
      +
      +29/11/2002
      +SPoG
      +- Optimised wireframe drawing of brushes with back-face culling.
      +- Optimised brush-winding generation.
      +- Changed winding generation to be more robust with large world extents.
      +- Fixed crashes with unbounded-face and degenerate-edge cases.
      +
      +20/11/2002
      +SPoG
      +- Completed rotation manipulator.
      +- Added translation manipulator for the default editing mode.
      +- Changed XY mouse-chaser speed to depend on distance mouse moved outside window.
      +
      +15/11/2002
      +SPoG
      +- Added initial version of maya-style manipulators - rotation manipulator.
      +
      +07/11/2002
      +SPoG
      +- Fixed false asserts in Brush ConstructPrefab.
      +- Undo system optimisation - uses binary-sorted container to speed up finding already-added objects.
      +- Fixed crash when transforming objects which don't support edit_interface.
      +- Fixed clone command to nudge the selection after cloning.
      +- Fixed clipper to remove brushes that are completely behind the clip plane.
      +
      +06/11/2002
      +SPoG
      +- Brushes: cleaned up per-face operations to use face visitor pattern.
      +- Fixed setting brush face texdef, with fully functioning undo on individual brush faces.
      +
      +04/11/2002
      +SPoG
      +- Refactored renderer to two objects, camera and XY renderer - XY uses entity shaders.
      +- Experimental pivot object.. work-in-progress.
      +- Modified scene-graph instance-caching to maintain multiple instances within nodes.
      +- Fixed undo bug, deleting a void* doesn't call the destructor.
      +- Rewrote filters system to work with scene graph system.
      +- Cleaned up quake entity module to provide same functionality as before.
      +- Refactored render-state cache to use generic hashtable and reference-cache templates.
      +
      +19/10/2002
      +SPoG - spog_branch - experimental - work-in-progress
      +- added scene graph library: defines interfaces, generic graph node types,
      +  re-usable systems for traversals, traversal paths, node containers,
      +  multiple-instance caching of world-space-transforms/bounding-volumes/visibility.
      +- added scene graph traversals to replace all traversals of 'active_brushes',
      +  'selected_brushes', 'filtered_brushes' and 'entities' linked-lists.
      +- added view module: view-volume-culling system acting on the scene graph,
      +  uses scene heirarchy to minimise culling tests per frame.
      +- added opengl-state module: sorts opengl-state objects (shaders) to minimise
      +  opengl state changes during rendering.
      +- added renderer module: culls objects outside the view volume,
      +  gathers non-culled renderable objects from the scene graph,
      +  keeps track of state during traversal, adds renderable objects to correct opengl-state.
      +- added selection module: sets view volume to the selection box/ray, culls
      +  objects outside the view volume, gathers non-culled selectable objects
      +  from the scene graph (entity/primitive/component),
      +  selects gathered objects (select/toggle/cycle) or moves things if already-selected.
      +- added patch module: encapsulates a patch as a scene graph node,
      +  optimised patch tesselation.
      +- added brush module: encapsulates a brush as a scene graph node,
      +  adapts multiple-brush operations to use the scene graph.
      +- adapted entity module: encapsulates an entity as a scene graph node/subtree,
      +  shares common code between different visualised entity types.
      +- adapted model module: encapsulates a model as a scene graph node/subtree.
      +- added undo module: completely new compact infinite-undo-system,
      +  operates on undoable objects, uses minimal-state data to store objects,
      +  uses refcounting to undo "deleted" objects.
      +
      +TODO: cleanup: many simple things are still broken or not functioning in the right way..
      +see !\todo items in the code (not all are documented yet though).
      +Selection module probably needs refactoring some more - perhaps split off the move-already-selected stuff.
      +The dependencies are still pretty bad.. need to refactor stdafx.h/qertypes.h.
      +Some of the above modules are not really modules, they're static-linked to the core, but could easily be dynamic-linked.
      +The interfaces to brushes and entities still expose brush_t and entity_t for backwards-compatibility.
      +NOTE: some todos are #if 0 because their functionality is (or will be) replaced by the new systems.
      +
      +------ branch point - spog_branch
      +
      +30/08/2003
      +SPoG
      +- Ported changes from trunk.
      +
      +17/08/2003
      +SPoG
      +- Ported changes from trunk.
      +- Added quake pack to win32 setup scripts.
      +- Fixed crash in RunBsp.
      +
      +17/05/2003
      +SPoG
      +- Renamed stream interfaces with C and I prefix.
      +- Shoehorned bytestream into idatastream.
      +- Moved member classes out of IArchive, replaced with member typedefs.
      +- Renamed filesystem, path, dynamic string, file input stream with C and I prefix.
      +- Documented filesystem, path, dynamic string, file input stream.
      +- Cleaned up game-specific encapsulation classes a little.
      +
      +16/05/2003
      +TTimo
      +- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=815
      +  found out about string_t that slept through my reviews
      +
      +Updated list of broken stuff on this branch:
      +
      +- include/bytestream.h: remove this file, extend idatastream.h header
      +from the code conventions:
      +  include/ directory:
      +  This directory is holding the API header files for the synapse modules (plus a few build control and version related headers)
      +  All headers that describe synapse APIs should start with an i: ishader.h igl.h 
      +
      +  The few files in include/ that don't start with a lowercase i are specific files for build control and configuration.
      +  Regular developement never creates non i-prefixed files in include/
      +  
      +the merge with IDataStream goes like this (note the corrected class names):
      +class IInputStream
      +class IOutputStream
      +
      +class IDataStream : public IInputStream, IOutputStream
      +
      +class ISeekableStream
      +class ISeekableInputStream : public IInputStream, public ISeekableStream
      +class ISeekableOutputStream : public IOutputStream, public ISeekableStream
      +
      +typedef unsigned int size_type; goes away, use size_t
      +
      +- include/iarchive.h
      +
      +renamed VisitorFunc to IArchiveVisitor
      +move it out of IArchive class (keep it in iarchive.h though)
      +from code conventions:
      +  Don't declare classes inside classes. Makes the code harder to read and isn't useful to anything.
      +
      +- remove libs/bytestreamutils.h
      +put that functionality into the IStream stuff / idatastream.h stuff
      +anything you retrieve from an IStream should be endian-correct
      +
      +- libs/filestream.h
      +I'd rather see a header without embedded code, and a .cpp file for it
      +
      +- libs/fs_filesystem.h libs/fs_path.h
      +those totally lack documentation about what they are doing
      +same as above. way too much embedded code. makes things harder to maintain. implement in a .cpp
      +and as usual, name the classes correctly, C and I prefixes
      +
      +- gamespecific_t: rename correctly to CGameSpecific
      +I like the idea of gathering all hardocded game-specific behaviours inside one same class.
      +But is it really the topic of bug800?
      +
      +- gamespecific_executable_t: rename correctly to CGameSpecificExecutable
      +shouldn't this be merged with CGameSpecific?
      +
      +12/05/2003
      +SPoG
      +- Fixed win32 build error (win32 has no <dirent.h>).
      +- Added dir_good() check to handle failure of dir_open() in posix DIR wrapper.
      +- Renamed dynamic_string_t and path_t to DynamicString and UnixPath respectively.
      +- Removed unnecessary use of 'inline' and 'virtual' keywords in class definitions (bad habit).
      +- Documented archive interface.
      +
      +09/05/2003
      +TTimo
      +- some easy fixes to get it to startup on Linux
      +- tagging the current source as bug800-spog, preparing rollback
      +
      +
      +SPoG
      +- Added an implementation of IArchive to do OS filesystem access.
      +- Changed vfspk3 to use above implementation for OS filesystem access.
      +- Added const qualifiers to vfsGetFullPath and everything dependant on it.
      +- Changed vfsGetFileList to use "*" to indicate all-files instead of a NULL pointer.
      +- Extended IArchive interface to allow for extra filesystem functionality.
      +  Added method to check if a file exists quickly.
      +  Added method to traverse the filesystem with control on start-dir and depth of recursion.
      +- Defined implementation requirements for IArchive.
      +  An archive contains a heirarchy of directories and files, and may contain empty directories.
      +  An archive can be traversed in directory order.
      +  Directories can be distinguished from files during a traversal.
      +  Directory paths will always end with a separator.
      +  File entries can be opened as an IArchiveFile.
      +  IArchiveFile provides a simple non-seekable input stream which can only be read forwards.
      +  Any number of files may be opened and read from an archive simultaneously.
      +  An archive may be released while one or more files are still open, the files will remain valid until released.
      +- Changed archivepak, archivezip and archivewad to implement all IArchive requirements.
      +- Factored common code from archive implementations out into new lib/headers:
      +  fs_filesystem.h: a templated filesystem container, with iterators and efficient traversal.
      +  fs_path.h: a dynamic filesystem path object, with separator checking and efficient memory management.
      +  ibytestream.h: abstract interfaces for input byte streams.
      +  bytestream.h: utilities operating on abstract input byte streams.
      +  filestream.h: a c++ wrapper for stdc FILE object, implementing a seekable input stream.
      +- Added a new pkzip-reader implementation, designed to be orthogonal to the compression library used.
      +- Added a zlib input stream object, which decompresses data from an abstract byte stream on the fly.
      +- Removed archivezip code copy/pasted/hacked from zlib and unzip.c, replaced by pkzip-reader and zlib input stream.
      +- Changed vfsLoadFile to return 0 for a zero-sized file, only returning -1 if it failed to load the file.
      +- Removed halflife-specific disabling of shader-loading, thereby allowing common-hydra.shader to work.
      +- Added archivezip, archivewad and archivepak to win32 setup scripts.
      +- Updated win32 setup scripts for halflife media.
      +- Updated cons scripts for archivezip, archivewad and archivepak.
      +- Added printing of warnings when vfs functions are given invalid input paths.
      +
      +
      +-------- branchpoint: "bug800-spog_branch"
      +
      +
      +30/08/2003
      +SPoG
      +- Ported changes from trunk since branch point.
      +
      +11/08/2003
      +SPoG
      +- Split qe3.h up into multiple headers.
      +- Cleaned up use of win32 symbols:
      +  WINAPI macro for module functions removed.
      +  GUID for module interfaces replaced by string.
      +  boolean replaced by bool.
      +  MB_OK etc gui defines replaced by enumerations.
      +- Removed plugin stuff deprecated by synapse from qerplugin.h.
      +- Cleaned up use of glib symbols:
      +  guint32, gdouble, gboolean typedefs removed from non-glib-dependent code.
      +  TRUE/FALSE replaced by c++ bool true/false.
      +- Removed all "extern" function declarations.
      +- Removed dependency on MainFrame from preferences.h.
      +- Moved synapse server and pluginmanager instances to pluginmanager.cpp.
      +- Split pluginmanager.cpp into three parts:
      +  Radiant's synapse client stuff in plugin.cpp.
      +  Implementation of brush/entity/patch-handles stuff in pluginapi.cpp.
      +  Synapse server init/shutdown in pluginmanager.cpp.
      +- Added forward-declarations to avoid including other headers.
      +- Replaced CString usage with Str;
      +- Removed unused brush-scripts stuff.
      +- Cleaned up patch-vertex-area-selection logic.
      +- Removed very old code chunks that were commented or #if 0.
      +- Replaced project-entity with a dedicated key/value string map.
      +
      +---- branch point - spog-cleanup
      +
       06/12/2003
       SCDS_ReyalP
       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=930
      @@ -331,6 +1486,11 @@
       - OSX setup, new patch to make scons SETUP=1 produce a .run
       - don't put bspc Linux binary in the setup
       
      +30/08/2003
      +Anders & TTimo
      +- OSX setup, new patch to make scons SETUP=1 produce a .run
      +- don't put bspc Linux binary in the setup
      +
       26/08/2003
       Anders
       - more scons OSX, start on setup stuff
      @@ -378,8 +1538,6 @@
       hooking email commit scripts and backup scripts
       - Python >= 2.1 required instead of 2.2
       
      --- tagged as head-cvs2svn
      -
       01/08/2003
       SPoG
       - Changed gl widget to request maximum available depth buffer precision.
      @@ -775,162 +1933,7 @@
       - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797
         broken texture compression support
       
      -12/04/2003
      -TTimo
      -- push version to 1.3.7-dev
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=794
      -  add a synapse.config chunk for image module
      -  also added check for correct dynamic APIs initializations (bug 796)
      -  misc stability fixes to synapse
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=796
      -  "map" "maphl" not checking for "VFS" "wad" presence
      -  added a safe check. don't have an HL setup to test on though
      -LordHavoc
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=790
      -  misc crash fixes related to vfsLoadFullPathFile returning -1 on not found
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=89
      -  work on Q1 support
      -  added a new module 'Q1Pack' wit the synapse.config for Q1
      -  applied the patch (#415) - with some modifications. Removed unused TGA stuff from imagehl.
      -Riant
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=781
      -  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=795
      -  1.3 SoF2/JK2 setup missing synapse.config
      -  several fixes to the SoF2/JK2 support
      -  BSP menu, q3map2 + monitored compiling
      -  fixed TEMPLATEapppath expansion
      -  Q3 default_project.proj
      -
      -10/04/2003
      -** who ? ** (ETG?)
      -- Compilation warning fixes including:
      -    lack of newline at end of files
      -    non-virtual destructor for virtual function class
      -    addition of header #includes to solve "implicit declaration" cases
      -    corrected bogus #endif declarations
      -    added declaration of WinPrint for l_net_berkley.c
      -- Added _GNU_SOURCE define for q3map2 threads.c for non-WIN32 platforms
      -    (usage of mutex_setattr_settype is a posix *extension*)
      -
      -29/03/2003
      -TTimo
      -- merging bug750 branch back into trunk. Have Linux and OSX setup live together
      -- added setup.sh.in config.sh.in / stuff flagged as OSX-only - setup.sh only tries to run setup.gtk
      -- the .deb building on Linux was experimental, we don't plan to use it. took it out (.deb is for OSX/fink setup build)
      -- setup.xml.in with a bunch of OSX updates
      -- propagated back the GtkR setup patch to lokisetup ML
      --- bug750 branch -------------------------------
      -	18/03/2003
      -	X-Man & TTimo
      -	- corrected setup.gtk bugs (don't strip, detect arch correctly)
      -	- fixed arch detection in postinstall.sh
      -	- updated setup.sh to do the right thing and point to help
      -	- rebuilding a rev 3
      -
      -	17/03/2003
      -	TTimo
      -	- setup.sh sources fink's init.sh stuff
      -	- abort if not root
      -	- fake xsu to have correct abort (run it as root directly)
      -	- rebuilt .deb
      -
      -	10/03/2003
      -	TTimo
      -	- building a fink .deb to wrap the setup: when run as root, ./cons -- setup
      -	  now produces a .deb which wraps the graphical installer
      -	- updated setup.gtk and related source patch to new loki_setup source
      -	- handy script to use when putting together a list of dependencies:
      -	  otool -L radiant.ppc > otool.txt
      -	  cat otool.txt | sed -e 's/^\([^ ]*\) .*/\1/' | while read i ; do dpkg -S $i ; done 2>/dev/null
      -
      -	05/03/2003
      -	TTimo
      -	- making ./cons -- setup builds a .deb
      -	  the idea is to use a .deb for dependencies against fink, and trigger our custom setup once the .deb is installed
      -	  no dependencies atm, need to rebuild on OSX and write in the whole set of deps
      -	- happy place, happy place .. the code to build a .deb for debian and a .deb
      -	  for fink won't be compatible. fink lacks -fakeroot support, some stuff needs
      -	  to run as root. Disabled for now
      -	- hacked to fix libjpeg build, need to -Ilibs/jpeg6 before system paths
      -	  (would need a CPP_BASEPATH in the build system)
      --- end bug750 branch -----------------------------
      -
      -13/03/2003
      -Hydra
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
      -  cleanup in hydratoolz plugin
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776
      -  more post build step cleanup
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=648
      -  enginepath in setup
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574
      -  sprites loader verbosity
      -
      -TTimo
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=775
      -  - updating 1.3 setup against 1.2 tree
      -  - zlib and libpng12 in Program DLL Files
      -  - changelog.q3map2.txt to Program Misc Files
      -  - merged RTCW GOTY edition prompt from 1.2 setup
      -  - merge SoF2 setup prompt code from 1.2 setup
      -  - made sure merged SoF2 .game has enginepath
      -  - remove the media update items (we start from scratch on 1.3)
      -  - bitmaps in Program Executable Files
      -    file0=<<GTKRAD_DIR>>\GtkRadiant\plugins\model\bitmaps\picomodel.bmp
      -    file1=<<GTKRAD_DIR>>\GtkRadiant\plugins\model\bitmaps\model_reload_entity.bmp
      -  - added dependencies of q3data.exe installed in STVEF Executable Files (libxml2 etc.)
      -  - removed libxml2 / iconv / glib where not needed
       
      -11/03/2003
      -Hydra TTimo
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776
      -  sanitize post build step
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574
      -  updates for spritemodel stuff. cleaned up the patch a bit
      -
      -Hydra
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=777
      -  improve visibility of selected models
      -- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
      -  hydratoolz update
      -
      -28/02/2003
      -TTimo
      -- building an experimental 1.3 full setup on win32
      -	includes all games (Q3 RTCW JKII EF SOF2 HL)
      -	several updates to .dsp's to get everything building in release
      -	setup updates:
      -		took out all plugins (they have not been ported)
      -		took out q3map references (we only distribute q3map2 in 1.3)
      -		add q3map2 to Program Executable Files
      -		using GtkRadiant-1.<<RADIANT_MAJOR>> for core path
      -		usign Radiant-1.<<RADIANT_MAJOR>> for game packs
      -		adding synapse.config: HL / Q3 / RTCW (HL untested) - others don't have one yet
      -
      -17/02/2003
      -TTimo
      -- tweaking ./cons -- setup on OSX, look for gcc 3.x by default
      -  -- creating branch bug750 for OSX setup work
      -  - long term, we want a single setup file working for both Linux and OSX
      -    but initial OSX setup work is easier if we just do a standalone OSX setup
      -    though since it breaks Linux setup for a bit, putting this on a branch
      -  - compiled a ppc setup.gtk from loki_setup
      -  - updated Conscript-setup and related stuff to be OSX / ppc compliant
      -
      -16/02/2003
      -TTimo
      -- fixed symlink bug in Linux setup stuff
      -
      -15/02/2003
      -TTimo
      -- added CreateDirectoryPath to cmdlib, shuffled some utility code around.
      -  QE_SaveProject correctly creates the paths
      -
      -10/02/2003
      -TTimo
      -- Finalize Linux x86 setup.
      -  Updated loki_setup patch with SETUP_COMPONENT_PATH env var for postinstall.sh, rebuilt a glibc 2.1 x86 image for setup.gtk
      -  Finished ./cons -- setup code up to final setup generation
       
       31/01/2003
       SPoG
      @@ -946,6 +1949,7 @@
       22/01/2003
       TTimo
       - merged merge-1_2_10-post back to trunk
      +
       
       ===============================================================
       -- merging release-1_2_9 -> merge-post-1_2_10 into trunk
      

62 items removed:

  GtkRadiant/trunk/INSTALL.txt
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/INSTALL.txt?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/contrib/bobtoolz/bitmaps/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bitmaps/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/contrib/bobtoolz/interfaces/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/interfaces/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/contrib/patches/Gtk/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/patches/Gtk/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/include/idata.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idata.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/iselectedface.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iselectedface.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/ishadersmanager.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishadersmanager.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/isurfaceplugin.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/isurfaceplugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/misc_def.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/misc_def.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/ddslib/ddslib.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/igl_to_qgl.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/igl_to_qgl.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/mathlib/mathlib.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/md5lib/Conscript
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib/Conscript?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/multimon.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/multimon.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/synapse/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/synapse/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/libs/synapse.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/synapse.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/entity.def
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/entity.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/entity_entitymodel.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity_entitymodel.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/entity_entitymodel.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity_entitymodel.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/light.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/image.def
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/image.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/lbmlib.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/lbmlib.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/lbmlib.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/lbmlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/lbmlib.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/lbmlib.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/lbmlib.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/lbmlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagepng/imagepng.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/model/model.def
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/model/model.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/sample/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/sample/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/shaders/shaders.def
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/shaders/shaders.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspak/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspak/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/vfspk3/unzip-vfspk3.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/unzip-vfspk3.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspk3/unzip.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/unzip.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspk3/vfspk3.def
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspk3/vfspk3.vcproj
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfswad/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfswad/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/radiant.sln
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.sln?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/brushscript.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brushscript.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/camera.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camera.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/dialoginfo.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialoginfo.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/drag.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/drag.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/gtkfilesel-darwin.c
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-darwin.c?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/gtkfilesel-darwin.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-darwin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/gtkfilesel-linux.c
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-linux.c?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/gtkfilesel-linux.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-linux.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/gtkfilesel.c
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel.c?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/missing.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/missing.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/pmesh.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pmesh.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/qedefs.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qedefs.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/qgl-mac.c
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl-mac.c?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/qgl.c
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.c?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/queuedraw.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/queuedraw.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/selectedface.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/selectedface.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/stdafx.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/stdafx.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/stdafx.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/stdafx.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/surfaceplugin.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfaceplugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/surfaceplugin.h
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfaceplugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/vertsel.cpp
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/vertsel.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/setup/deb/
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/deb/?rev=4209&root=radiant.svn


212 items copied:

  GtkRadiant/trunk/GtkRadiant.sln
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/GtkRadiant.sln
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.sln?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/GtkRadiant.sln?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/cullable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/cullable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/cullable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/cullable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/editable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/editable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/editable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/editable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/iarchive.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/iarchive.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iarchive.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iarchive.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/icharstream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/icharstream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icharstream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/icharstream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/ifiletypes.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/ifiletypes.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifiletypes.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/ifiletypes.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/ifilter.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/ifilter.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilter.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/ifilter.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/ireference.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/ireference.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ireference.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/ireference.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/irender.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/irender.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/irender.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/irender.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/iscenegraph.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/iscenegraph.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscenegraph.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iscenegraph.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/iselection.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/iselection.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iselection.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iselection.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/itexdef.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/itexdef.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itexdef.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/itexdef.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/itextures.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/itextures.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itextures.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/itextures.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/modules.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/modules.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/modules.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/modules.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/nameable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/nameable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/nameable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/nameable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/renderable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/renderable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/renderable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/renderable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/selectable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/selectable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/selectable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/selectable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/stl_warnings.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/stl_warnings.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_warnings.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/stl_warnings.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/include/window.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/include/window.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/window.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/window.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/aabblib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/aabblib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/aabblib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/aabblib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/archivelib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/archivelib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/archivelib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/archivelib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/auto_array.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/auto_array.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/auto_array.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/auto_array.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/bytestreamutils.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/bytestreamutils.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytestreamutils.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/bytestreamutils.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/cache.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/cache.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cache.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/cache.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/chardatastream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/chardatastream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/chardatastream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/chardatastream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/charstream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/charstream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/charstream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/charstream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/const_reference.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/const_reference.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/const_reference.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/const_reference.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/eclasslib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/eclasslib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/eclasslib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/eclasslib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/entitylib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/entitylib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/entitylib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/entitylib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/entityxml.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/entityxml.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/entityxml.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/entityxml.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/expression.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/expression.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/expression.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/expression.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/filestream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/filestream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/filestream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/filestream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/fs_filesystem.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/fs_filesystem.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/fs_filesystem.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/fs_filesystem.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/fs_path.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/fs_path.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/fs_path.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/fs_path.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/function.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/function.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/function.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/function.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/functional.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/functional.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/functional.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/functional.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/hashfunc.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/hashfunc.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/hashfunc.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/hashfunc.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/hashtable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/hashtable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/hashtable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/hashtable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/instancelib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/instancelib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/instancelib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/instancelib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/maplib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/maplib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/maplib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/maplib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/mathlib/line.c
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/mathlib/line.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/line.c?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/mathlib/line.c?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/matrixlib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/matrixlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/matrixlib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/matrixlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/memstream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/memstream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/memstream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/memstream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/modulesmap.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/modulesmap.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/modulesmap.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/modulesmap.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/radiant_assert.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/radiant_assert.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/radiant_assert.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/radiant_assert.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/refcounted_ptr.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/refcounted_ptr.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/refcounted_ptr.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/refcounted_ptr.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/render.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/render.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/render.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/render.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/scenelib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/scenelib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/scenelib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/scenelib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/selectionlib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/selectionlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/selectionlib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/selectionlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/shaderlib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/shaderlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/shaderlib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/shaderlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/singletonmodule.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/singletonmodule.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/singletonmodule.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/singletonmodule.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/stringio.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/stringio.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/stringio.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/stringio.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/stringlib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/stringlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/stringlib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/stringlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/stringstream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/stringstream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/stringstream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/stringstream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/textfilestream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/textfilestream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/textfilestream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/textfilestream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/texturelib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/texturelib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/texturelib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/texturelib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/transformlib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/transformlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/transformlib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/transformlib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/traverselib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/traverselib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/traverselib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/traverselib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/undolib.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/undolib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/undolib.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/undolib.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/xmlelement.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/xmlelement.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlelement.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlelement.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/xmlio.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/xmlio.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlio.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlio.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/xmlparser.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/xmlparser.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlparser.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlparser.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/libs/xmlwriter.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/libs/xmlwriter.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlwriter.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlwriter.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/
    copied from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/?rev=4210&root=radiant.svn
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/archivepak/archive.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/archive.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archive.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archive.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/archive.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/archive.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archive.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archive.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/archivepak.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archivepak.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/archivepak.dsp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archivepak.dsp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.dsp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/archivepak.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archivepak.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/pak.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/pak.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/pak.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/pak.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/plugin.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/plugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivepak/plugin.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivepak/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/plugin.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/plugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/archive.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/archive.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archive.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archive.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/archive.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/archive.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archive.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archive.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/archivewad.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archivewad.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/archivewad.dsp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archivewad.dsp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.dsp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/archivewad.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archivewad.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/plugin.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/plugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/plugin.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/plugin.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/plugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivewad/wad.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivewad/wad.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/wad.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/wad.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/
    copied from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/?rev=4210&root=radiant.svn
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/archivezip/archive.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/archive.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archive.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archive.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/archive.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/archive.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archive.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archive.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/archivezip.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archivezip.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/archivezip.dsp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archivezip.dsp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.dsp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/archivezip.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archivezip.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/pkzip.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/pkzip.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/pkzip.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/pkzip.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/plugin.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/plugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/plugin.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/plugin.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/plugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/archivezip/zlibstream.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/archivezip/zlibstream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/zlibstream.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/zlibstream.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/angle.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/angle.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/angle.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/angle.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/angles.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/angles.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/angles.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/angles.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/colour.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/colour.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/colour.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/colour.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/entityq3.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/entityq3.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entityq3.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/entityq3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/entityq3.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/entityq3.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entityq3.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/entityq3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/generic.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/generic.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/generic.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/generic.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/group.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/group.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/group.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/group.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/model.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/model.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/model.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/model.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/origin.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/origin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/origin.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/origin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/registry.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/registry.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/registry.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/registry.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/scale.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/scale.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/scale.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/scale.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/targetable.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/targetable.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/targetable.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/targetable.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/entity/targetable.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/entity/targetable.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/targetable.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/targetable.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/imageq3.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/imageq3.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/imageq3.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/imageq3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/imageq3.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/imageq3.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/imageq3.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/imageq3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/jpeg.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/jpeg.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/jpeg.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/pcx.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/pcx.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/pcx.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/pcx.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/pcx.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/pcx.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/pcx.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/pcx.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/tga.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/tga.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/tga.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/tga.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/image/tga.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/image/tga.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/tga.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/tga.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/hlw.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/hlw.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/hlw.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/hlw.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/hlw.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/hlw.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/hlw.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/hlw.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/mip.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/mip.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/mip.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/mip.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/mip.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/mip.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/mip.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/mip.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/sprite.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/sprite.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/sprite.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/sprite.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/sprite.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/sprite.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/sprite.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/sprite.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/wal.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/wal.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/wal.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/wal.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/imagehl/wal.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/imagehl/wal.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/wal.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/wal.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/
    copied from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/?rev=4210&root=radiant.svn
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/mapq3/mapq3.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/mapq3.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/mapq3.dsp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/mapq3.dsp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.dsp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/mapq3.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/mapq3.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/parse.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/parse.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/parse.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/parse.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/plugin.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/plugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/plugin.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/plugin.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/plugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/mapq3/write.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/mapq3/write.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/write.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/write.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/
    copied from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/?rev=4210&root=radiant.svn
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/md3model/doc/
    copied from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/doc/
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/doc/?rev=4210&root=radiant.svn
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/doc/?rev=4209&root=radiant.svn

  GtkRadiant/trunk/plugins/md3model/doc/md3-design.txt
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/doc/md3-design.txt
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/doc/md3-design.txt?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/doc/md3-design.txt?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/ident.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/ident.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/ident.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/ident.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/md2.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/md2.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md2.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md2.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/md2.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/md2.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md2.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md2.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/md3.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/md3.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/md3.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/md3.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/md3model.dsp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/md3model.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3model.dsp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3model.dsp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/md3normals.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/md3normals.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3normals.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3normals.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/mdc.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/mdc.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdc.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdc.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/mdc.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/mdc.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdc.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdc.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/mdl.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/mdl.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdl.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdl.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/mdl.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/mdl.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdl.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdl.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/mdlimage.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/mdlimage.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdlimage.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdlimage.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/mdlnormals.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/mdlnormals.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdlnormals.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdlnormals.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/model.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/model.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/model.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/model.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/modelmd3.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/modelmd3.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/modelmd3.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/modelmd3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/modelmd3.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/modelmd3.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/modelmd3.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/modelmd3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/plugin.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/plugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/md3model/plugin.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/md3model/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/plugin.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/plugin.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/model/modelpico.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/model/modelpico.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/modelpico.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/model/modelpico.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/model/modelpico.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/model/modelpico.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/modelpico.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/model/modelpico.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/shaders/shadersq3.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/shaders/shadersq3.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shadersq3.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/shaders/shadersq3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/shaders/shadersq3.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/shaders/shadersq3.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shadersq3.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/shaders/shadersq3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspk3/archive.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/vfspk3/archive.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/archive.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/vfspk3/archive.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspk3/vfsq3.def
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/vfspk3/vfsq3.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfsq3.def?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/vfspk3/vfsq3.def?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/plugins/vfspk3/vfsq3.vcproj
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/plugins/vfspk3/vfsq3.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfsq3.vcproj?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/vfspk3/vfsq3.vcproj?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/bitmaps/select_mousetranslate.bmp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/bitmaps/select_mousetranslate.bmp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bitmaps/select_mousetranslate.bmp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/bitmaps/select_mousetranslate.bmp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/bp_dlg.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/bp_dlg.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/bp_dlg.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/brush_primit.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/brush_primit.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush_primit.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/brushwrapper.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brushwrapper.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/brushwrapper.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/brushwrapper.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brushwrapper.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/csg.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/csg.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/csg.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/eclass.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/eclass.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/eclass.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/entityinspector.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/entityinspector.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/entityinspector.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/entityinspector.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/entityinspector.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/entityinspector.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/entityinspector.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/entityinspector.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/error.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/error.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/error.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/expression.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/expression.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/expression.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/expression.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/filetypes.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/filetypes.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filetypes.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/filetypes.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/filetypes.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/filetypes.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filetypes.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/filetypes.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/function.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/function.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/function.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/function.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/glinterface.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/glinterface.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/glinterface.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/gtkdlgs.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/image.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/image.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/image.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/image.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/image.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/image.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/image.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/image.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/main.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/main.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/main.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/multimon.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/multimon.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/multimon.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/multimon.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/multimon.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/multimon.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/multimon.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/multimon.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/nullmodel.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/nullmodel.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/nullmodel.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/nullmodel.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/nullmodel.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/nullmodel.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/nullmodel.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/nullmodel.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/patch.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/patch.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patch.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patch.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/patch.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/patch.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patch.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patch.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/patchmanip.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchmanip.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/patchmanip.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/patchmanip.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchmanip.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/plugin.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/plugin.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/pluginapi.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginapi.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/pluginapi.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/pluginapi.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginapi.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/preferencedictionary.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/preferencedictionary.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferencedictionary.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/preferencedictionary.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/preferencesystem.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/preferencesystem.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferencesystem.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/preferencesystem.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/preferencesystem.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/preferencesystem.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferencesystem.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/preferencesystem.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/profile.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/profile.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/profile.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/qgl.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/qgl.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qgl.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/referencecache.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/referencecache.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/referencecache.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/referencecache.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/referencecache.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/referencecache.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/referencecache.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/referencecache.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/renderer.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/renderer.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/renderer.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/renderer.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/renderstate.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/renderstate.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/renderstate.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/renderstate.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/renderstate.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/renderstate.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/renderstate.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/renderstate.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/scenegraph.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/scenegraph.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/scenegraph.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/scenegraph.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/scenegraph.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/scenegraph.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/scenegraph.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/scenegraph.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/selection.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/selection.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/selection.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/selection.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/selection.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/selection.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/server.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/server.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/server.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/server.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/server.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/server.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/server.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/server.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/targetname.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/targetname.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/targetname.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/textures.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/textures.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/textures.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/timer.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/timer.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/timer.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/timer.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/timer.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/timer.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/timer.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/timer.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/treemodel.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/treemodel.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/treemodel.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/treemodel.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/treemodel.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/treemodel.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/treemodel.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/treemodel.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/view.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/view.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/view.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/view.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/view.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/view.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/view.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/view.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/write.cpp
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/write.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/write.cpp?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/write.cpp?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/radiant/xorrectangle.h
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/radiant/xorrectangle.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xorrectangle.h?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xorrectangle.h?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/setup/win32/q1.cf
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/setup/win32/q1.cf
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/q1.cf?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/setup/win32/q1.cf?rev=4209&root=radiant.svn&view=auto

  GtkRadiant/trunk/setup/win32/template/File Groups/1_2_1 Wolf Media Upgrade.fgl
    copied unchanged from rev 4209, GtkRadiant/branches/spog_branch/setup/win32/template/File Groups/1_2_1 Wolf Media Upgrade.fgl
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/1_2_1 Wolf Media Upgrade.fgl?rev=4210&root=radiant.svn&view=auto
    was 4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/setup/win32/template/File Groups/1_2_1 Wolf Media Upgrade.fgl?rev=4209&root=radiant.svn&view=auto


272 items modified:

  GtkRadiant/trunk/GtkRadiant.prj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.prj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.prj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.prj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/SConscript
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConscript?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConscript?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConscript?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/SConstruct
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConstruct?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConstruct?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConstruct?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/CPortals.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/CPortals.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/CPortals.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/CPortals.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DBrush.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DEPair.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DEntity.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DMap.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DPatch.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DPlane.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw
    Props changed
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/bsploader.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/lists.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/lists.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/lists.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/lists.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/misc.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/misc.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/shapes.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/camera.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/camera.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/camera.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/camera.vcproj
    Props changed
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/dialogs.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/dialogs.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/dialogs.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/dialogs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/funchandlers.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/funchandlers.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/funchandlers.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/funchandlers.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/listener.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/listener.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/listener.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/listener.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/misc.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/camera/misc.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/face.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/face.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/face.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/face.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/font.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/font.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/font.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/font.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/gtkgensurf/view.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/view.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/view.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/view.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/hydratoolz/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/PrtView.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/PrtView.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/PrtView.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/PrtView.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/portals.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/portals.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/prtview.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/prtview.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/prtview.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/prtview.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/contrib/prtview/stdafx.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/stdafx.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/stdafx.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/stdafx.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/docs/developer/CHANGES
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/docs/developer/WIN32BETA
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/WIN32BETA?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/WIN32BETA?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/WIN32BETA?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/gen.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/gen.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/gen.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/gen.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/aboutmsg.default
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/aboutmsg.default?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/aboutmsg.default?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/aboutmsg.default?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ibrush.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibrush.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibrush.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibrush.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ibspfrontend.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibspfrontend.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibspfrontend.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibspfrontend.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/icamera.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icamera.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icamera.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icamera.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/idatastream.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idatastream.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idatastream.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idatastream.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ieclass.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ieclass.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ieclass.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ieclass.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ientity.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ientity.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ientity.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ientity.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ifilesystem.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilesystem.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilesystem.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilesystem.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/igl.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/igl.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/igl.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/igl.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/iimage.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iimage.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iimage.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iimage.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/imap.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imap.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imap.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imap.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/imodel.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imodel.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imodel.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imodel.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ipatch.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ipatch.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ipatch.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ipatch.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/iplugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iplugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iplugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iplugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/iscriplib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscriplib.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscriplib.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscriplib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/ishaders.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishaders.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishaders.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishaders.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/itoolbar.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itoolbar.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itoolbar.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itoolbar.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/iui.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/iui_gtk.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui_gtk.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui_gtk.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui_gtk.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/iundo.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iundo.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iundo.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iundo.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/qerplugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qerplugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qerplugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qerplugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/qertypes.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qertypes.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qertypes.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qertypes.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/qsysprintf.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qsysprintf.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qsysprintf.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qsysprintf.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/stl_check.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_check.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_check.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_check.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/include/version.default
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/version.default?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/version.default?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/version.default?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/bytebool.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytebool.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytebool.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytebool.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/cmdlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/ddslib/ddslib.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/l_net/l_net.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/l_net/l_net_berkley.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net_berkley.c?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net_berkley.c?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net_berkley.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib/bbox.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/bbox.c?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/bbox.c?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/bbox.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib/linear.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/linear.c?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/linear.c?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/linear.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib/m4x4.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/m4x4.c?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/m4x4.c?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/m4x4.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib/mathlib.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.c?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.c?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib/mathlib.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/mathlib/ray.c
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/ray.c?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/ray.c?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/ray.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/md5lib.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/missing.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/missing.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/missing.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/missing.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/picomodel/picomodel.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/picomodel/picomodel.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/picomodel/picomodel.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/picomodel/picomodel.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/splines/Splines.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/splines/Splines.vcproj
    Props changed
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/splines/splines.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/splines.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/splines.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/splines.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/libs/str.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/str.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/str.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/str.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/eclassfgd/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/eclassmodel.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/eclassmodel.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/eclassmodel.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/eclassmodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/entity.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/entity.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/entity.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/light.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/miscmodel.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/miscmodel.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/miscmodel.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/miscmodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/entity/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/image/bmp.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/image/bmp.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/image/image.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/image/image.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/image/image.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/image/jpeg.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagehl/imagehl.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagehl/imagehl.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.def?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.def?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.def?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagehl/imagehl.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagehl/imagehl.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagepng/imagepng.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.def?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.def?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.def?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagepng/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/imagepng/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/mapxml.def
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.def?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.def?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.def?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/mapxml.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/cpicomodel.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/cpicomodel.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/cpicosurface.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/cpicosurface.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/model.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/model.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/model/remap.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/remap.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/remap.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/remap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/shaders/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/shaders/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/shaders/shaders.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/shaders/shaders.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/shaders/shaders.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/spritemodel/plugin.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/spritemodel/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/spritemodel/spritemodel.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/vfspk3/vfs.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/vfspk3/vfs.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/plugins/vfspk3/vfspk3.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant.dsw
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.dsw?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.dsw?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.dsw?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/GtkRadiant.dsp
    Contents, props changed
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.dsp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.dsp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/GtkRadiant.vcproj
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.vcproj?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.vcproj?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/bp_dlg.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/brush.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/brush.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/brush_primit.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/camwindow.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/camwindow.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/csg.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/dialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/dialog.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/eclass.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/eclass_def.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/eclass_def.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/error.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/feedback.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/feedback.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/file.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/file.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/filters.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/filters.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/findtexturedialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/findtexturedialog.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/glinterface.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/glwidget.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/glwidget.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/glwindow.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/glwindow.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/groupdialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/groupdialog.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/gtkdlgs.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/gtkmisc.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/gtkmisc.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/main.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/mainframe.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/mainframe.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/map.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/map.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/parse.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/parse.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/patchdialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/patchdialog.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/plugin.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/pluginentities.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginentities.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginentities.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginentities.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/pluginmanager.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/pluginmanager.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/points.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/points.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/preferences.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/preferences.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/profile.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/qe3.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/qe3.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/qfiles.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qfiles.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qfiles.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qfiles.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/qgl.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/qgl_ext.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl_ext.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl_ext.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl_ext.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/radiant.ico
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.ico?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.ico?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.ico?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/radiant.rc
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.rc?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.rc?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.rc?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/resource.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/resource.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/resource.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/resource.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/select.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/select.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/surfacedialog.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/surfacedialog.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/targetname.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/texmanip.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/texmanip.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/textures.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/texwindow.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/texwindow.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/ui.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/ui.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/undo.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/undo.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/watchbsp.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/watchbsp.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/winding.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/winding.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/xywindow.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/xywindow.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/z.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/z.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/zwindow.cpp
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.cpp?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.cpp?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/radiant/zwindow.h
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.h?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.h?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/changelog.txt
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/changelog.txt?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/changelog.txt?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/changelog.txt?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/data/tools/synapse.config
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/data/tools/synapse.config?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/data/tools/synapse.config?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/data/tools/synapse.config?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/setup.pl
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/setup.pl?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/setup.pl?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/setup.pl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.cdf
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.cdf?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.cdf?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.cdf?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.fgl
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.fgl?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.fgl?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.fgl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/File Groups/Default.fdf
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/Default.fdf?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/Default.fdf?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/Default.fdf?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/File Groups/Program Executable Files.fgl
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/Program Executable Files.fgl?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/Program Executable Files.fgl?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/Program Executable Files.fgl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/File Groups/STVEF Executable Files.fgl
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/STVEF Executable Files.fgl?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/STVEF Executable Files.fgl?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File Groups/STVEF Executable Files.fgl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/Script Files/Setup.rul
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Script Files/Setup.rul?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Script Files/Setup.rul?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Script Files/Setup.rul?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/setup/win32/template/Text Substitutions/Setup.tsb
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Text Substitutions/Setup.tsb?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Text Substitutions/Setup.tsb?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Text Substitutions/Setup.tsb?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h

  GtkRadiant/trunk/win32_install.py
    4210 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/win32_install.py?rev=4210&root=radiant.svn&view=auto
    4209 : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/win32_install.py?rev=4209&root=radiant.svn&view=auto
    diff : https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/win32_install.py?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h



--===============0074731774==
Content-Type: text/html; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

<html>
<head><title>SVN report</title></head>
<body bgcolor="#ffffff" text="#000000">
<table border=0 width="100%" cellspacing=0 cellpadding=0>
  <tr>
    <td align=left><b>Commit from <i>spog</i></b>, New Revision : 4210</td>
    <td align=right valign=bottom>Sat Dec 13 14:34:43 2003</td>
  </tr>
</table>
<hr width="100%" size=2 noshade><br>
<code>
merged spog_branch into trunk
</code>
<hr width="100%" size=2 noshade><br>
<code>
<b>GtkRadiant/trunk/docs/developer/CHANGES</b>
<pre>
 This is the changelog for developers, != changelog for the end user 
 that we distribute with the binaries. (see changelog)
 
+10/12/2003
+SPoG
+- Ported imagehl module.
+- Ported imagepng module.
+
+03/12/2003
+SPoG
+- Changed brush winding generation to use use double precision planes.
+- Fixed tracking of modifier key state.
+
+29/11/2003
+SPoG
+- Replaced mathlib with c++ vector/matrix library.
+- Added expression-templates for common vector/matrix operations.
+
+21/11/2003
+SPoG
+- Refactored component-selection stuff.
+- Ported m4x4_t library to c++ Matrix4.
+
+16/11/2003
+SPoG
+- Changed shortcuts.ini to be written automatically.
+- Moved more prefs into specific modules.
+- Changed c++ NULL usage to 0 for maximum portability.
+
+11/11/2003
+SPoG
+- #include cleanup.
+- Added debug output/assert for module initialisation.
+
+09/11/2003
+SPoG
+- Refactored status bar stuff.
+- Refactored window updates to use closures.
+- General cleanup and refactoring.
+
+08/11/2003
+SPoG
+- Increased priority of window redraw events.
+- Ported model module to new module system.
+
+07/11/2003
+SPoG
+- Refactored window updates.
+
+05/11/2003
+SPoG
+- Changed menubar/toolbars to be non-detachable.
+- Fixed empty-undos created when left-clicking in XY window.
+- Refactored camera modelview/projection matrix updates. 
+- Moved application-specific code out of mainframe.cpp.
+- Reinstated brush/entity count in statusbar.
+
+04/11/2003
+SPoG
+- Reinstated instant status-bar updates.
+
+30/10/2003
+SPoG
+- Fixed crosshair cursor in clipper mode.
+
+29/10/2003
+SPoG
+- Changed camera to maintain valid projection/modelview matrices.
+- Moved manipulator-transform update from frustum class to selection system.
+- Removed frame-rate dependency in 3d-window freelook.
+
+27/10/2003
+SPoG
+- Smoothed out xy-window mouse-chasing.
+- Changed mouse-chasing to occur 16 pixels inside the window edges.
+- Changed xy-window to maintain valid projection/modelview matrices.
+- Fixed invalid workzone generated when deselecting with no selection.
+
+26/10/2003
+SPoG
+- Ported changes from trunk between rev 3818 and rev 4036.
+
+25/10/2003
+SPoG
+- Refactored xy-window mouse event handling.
+
+22/10/2003
+SPoG
+- Fixed freelook focus-out event.
+- Changed selection mouse event handling to use modifiers on button-release.
+
+21/10/2003
+SPoG
+- Refactored all mouse event handling for camera window.
+- Changed menus/toolbars/accelerators to use anonymous closures.
+
+20/10/2003
+SPoG
+- Fixed get-pointer-in-screen-coordinates on win32.
+- Changed patch prefs to use preference-system module.
+- Fixed selection of side-on faces.
+- Changed brush rendering to avoid glPushClientAttrib - workaround for ATI driver issue.
+
+19/10/2003
+SPoG
+- Changed VFS directory initialisation to occur after module initialisation.
+- Changed load-preferences to occur after module initialisation.
+- Added preference-system module.
+- Changed undo prefs to use preference-system module.
+- Restored splash screen with non-intrusive behaviour.
+- Cleaned up main-toolbar creation.
+- Fixed floating windows behaviour when main window is minimised.
+- Changed shader-list parsing to use new script tokeniser.
+- Changed deprecated code using GtkPixmap to use GtkImage.
+- Removed bitmap-loading from core.
+- Removed pc-speaker beep on map-save.
+
+17/10/2003
+SPoG
+- Fixed crash when trying to undo on an empty undo queue.
+- Refactored gtkdlgs, using helper functions to create common widgets.
+- Changed Dialog class to use std::list for data.
+
+13/10/2003
+SPoG
+- Refactored entity inspector.
+- Removed miscellaneous unused functions.
+- Refactored qe3 header.
+- Moved texture-window preferences into texwindow.cpp.
+
+12/10/2003
+SPoG
+- Moved layout-mode dependant code into main-frame creation.
+- Replaced prefs system with new import/export system.
+- Fixed gcc3.3 build errors.
+
+11/10/2003
+SPoG
+- Moved unnecessary methods from MainFrame into free functions.
+- Removed unsupported toolbar buttons and menu items.
+- Changed misc-&gt;gamma to not require restart.
+- Fixed unmaximised window-size when loading main window maximised.
+- Fixed saving of rotate increment preference.
+
+10/10/2003
+SPoG
+- Fixed keyboard shortcuts intercepting input to texture-subsets text-entry.
+
+09/10/2003
+SPoG
+- Fixed gcc3 build errors, compiled and tested on linux.
+
+08/10/2003
+SPoG
+- Fixed brush snap-to-grid creating huge coordinate values.
+- Fixed minor bug in selection menu.
+
+07/10/2003
+SPoG
+- Cleaned up MainFrame.
+- Added quantisation of plane pts when dragging.
+- Fixed create-empty-brush bug.
+
+06/10/2003
+SPoG
+- Moved control of camera keyboard-accelerators into camera window module.
+
+05/10/2003
+SPoG
+- Separated keyboard-accelerators from menu items, using functors.
+- Completed factoring out HandleCommand.
+
+04/10/2003
+SPoG
+- Changed 4-way-split mode to automatically reposition separators when window size changes.
+- Fixed gtk error in floating-entity/textures/console window.
+- Fixed position of console horizontal pane separator.
+
+03/10/2003
+SPoG
+- Work-in-progress factoring out HandleCommand.
+
+02/10/2003
+SPoG
+- Fixed pink icons on main window on win32.
+- Replaced g_bIgnoreCommands with signal block/unblock.
+- Refactored MainFrame startup.
+
+01/10/2003
+SPoG
+- Fixed entity-window redraw on selection change.
+- Moved control over VFS init/shutdown to module system.
+- Fixed failure to release translucency render-states.
+- Added support for realise/unrealise of all opengl texture objects.
+- Refactored startup/shutdown logic.
+  Changed quit commands to do nothing but call gtk_main_quit().
+  Added code after gtk_main() to destroy stuff.
+- Changed 25ms timeout-handler to an idle-handler for window updates.
+  (reduces redraw-request response time on fast machines)
+- Moved gl-shutdown control to glwidget.
+  Textures are realised/unrealised when the shared context is created/destroyed.
+- Fixed lack of a valid gl context when unrealising gl textures.
+
+30/09/2003
+SPoG
+- Added support for translucent entity rendering.
+
+29/09/2003
+SPoG
+- Changed all global modules to use GlobalModule helper templates.
+- Ported qgl.c to c++.
+- Changed win32 project to dynamic-link with opengl32.lib.
+
+28/09/2003
+SPoG
+- Added new experimental xml preference import/export system.
+- Refactored dialog base class:
+  Moved common dialog-element-creation code into helper functions.
+  Changed UpdateData to use per-element callback functions.
+- Refactored preferences dialog.
+
+26/09/2003
+SPoG
+- Reversed winding order for circle primitives.
+
+25/09/2003
+SPoG
+- Fixed slow selection response in large maps.
+
+21/09/2003
+SPoG
+- Added sharing of global modules within a client.
+- Added quake map module and wal image module.
+- Ported mip image module and hlw image module.
+- Cleaned up imagehl module.
+- Fixed crash in pcx image module.
+- Rewrote md3 model module.
+- Ported mdl, md2 and mdc model modules.
+- Added filtering of q1/q2 clip brushes.
+- Added ati-crash-workaround rendering path.
+- Upgraded to gtk+-2.2.4 on win32:
+  Fixed capslock affecting shortcut-keys.
+- Upgraded to gtkglext-1.0.4 on win32.
+- Fixed copy/paste.
+- Added shortcut-key support to entity treeview.
+
+17/09/2003
+SPoG
+- Fixed failure to call vfsFreeFile on an empty buffer.
+- Fixed calling convention for dlls in new module system.
+- Changed map.cpp to support maps without a worldspawn entity.
+- Fixed crash on attempting to clone a map root.
+- Added filter-update calls after loading or cloning stuff.
+- Fixed reference cache failing to save a file.
+
+16/09/2003
+SPoG
+- Refactored client-side module system code for direct module access.
+- Changed shaders, vfs, model, brush, patch and entity module interfaces
+  to use abstract base class.
+- Removed unused functions from shaders and vfs interfaces.
+
+15/09/2003
+SPoG
+- Removed synapse dependencies for win32 makefiles.
+- Added find-first-module-of-type helper function.
+
+14/09/2003
+SPoG
+- Added new lightweight module system:
+  Initialises each module the first time it is requested.
+  Does not allow configurations with cyclic runtime dependencies.
+  Provides templates for simple type-safe client-side implementation.
+  Requires no client-side linkage.
+- Split radiant API into multiple APIs:
+  core, textures, scenegraph, selection, renderstate, filters, filetypes.
+- Ported radiant, core, mapq3, mapxml, md3model, entity, shaders, image,
+  vfspk3, archivewad, archivepak, archivezip to new module system.
+
+11/09/2003
+SPoG
+- Removed edge and vertex integer-snapping during selection.
+
+10/09/2003
+SPoG
+- Replaced map in referencecache.cpp with a hashtable.
+- Changed ReferenceCache interface to take a path string,
+  which can be either absolute or relative.
+
+08/09/2003
+SPoG
+- Cleaned up qertypes.h - split into multiple files.
+- Moved texdef stuff into itexdef.h.
+- Fixed shutdown destruction order bug. 
+
+07/09/2003
+SPoG
+- Refactored texwindow.cpp.
+  Moved texture management code into textures.cpp.
+  Added textures api.
+  Replaced globals from texwindow.h with accessor functions.
+- Cleaned up shaders module.
+  Removed color-shader stuff.
+  Rewrote shader-activation logic to use textures API.
+  Removed appshaders API.
+- Refactored shutdown logic.
+  Moved non-mainframe shutdown stuff into Radiant_Shutdown().
+  Added deferred render-state realisation.
+- Fixed failure to create gl contexts in 16-bit mode for latest nvidia drivers.
+- Changed hashtable template to use traits parameter
+  for case-insensitive hasher and keyequal functions.
+- Removed unused functions from qerplugin API.
+
+02/09/2003
+SPoG
+- Refactored code to remove global-object accesses:
+  Passing global objects as parameters to functions.
+- Refactored texwindow.
+- Moved synapse server out of pluginmanager.
+  Changed pluginmanager to handle nothing but IPlugin stuff.
+
+01/09/2003
+SPoG
+- Refactored scenelib.h, split into multiple files.
+- Refactored #includes related to scenelib.h.
+- Refactored preferences for xywindow and camwindow.
+- Refactored references to g_pParentWnd in xywindow and camwindow.
+
+30/08/2003
+SPoG
+- Ported changes from trunk since 17/08/2003.
+- Ported all changes from bug800-spog_branch (vfs rewrite and q1 support).
+
+29/08/2003
+SPoG
+- Refactored component-selection stuff.
+- Fixed selection-tracking bug in patches.
+
+28/08/2003
+SPoG
+- Added support for line-strips to Selectors.
+- Fixed selection for entity treeview.
+- Refactored external-resource loading.
+
+20/08/2003
+SPoG
+- Fixed snap-to-grid in edge and vertex modes.
+- Added a default model to use when a model load fails.
+
+19/08/2003
+SPoG
+- Changed snap-to-grid to vastly reduce the possibility of creating an invalid plane.
+
+17/08/2003
+SPoG
+- Ported changes from trunk since 01/08/2003.
+
+12/08/2003
+SPoG
+- Changed entity key/value tracking to only track keys already added to the entity.
+- Fixed bug causing undo system to track scene changes during a queue-flush operation.
+
+12/08/2003
+SPoG
+- Fixed bug in project settings bsp-commands display.
+- Fixed empty undos being created by rotation buttons.
+- Fixed rotation pivot for rotation buttons.
+
+09/08/2003
+SPoG
+- Added property svn:eol-style=native to all text files.
+- Added property evn:eol-style=CRLF to all dsp and dsw files.
+- Partially ported bobtoolz to use new spog_branch module APIs.
+- Removed Sys_UpdateScene.
+- Added Map_Name() for access to currentmap variable.
+- Added initial drag-n-drop support for graph tree-model.
+
+01/08/2003
+SPoG
+- Fixed uninitialised refcount in entity key class.
+- Fixed memory leak in shader parsing.
+- Added reference-counting holder for worldspawn node.
+- Moved string class and utilities into a new header in libs dir.
+- Fixed external-file-resource cache to use case-insensitive name compare on win32.
+- Fixed shaders to use case-insensitive name compare.
+- Fixed shader module to display SHADER_NOT_FOUND when appropriate.
+- Changed the default texture name to "NULL" instead of SHADER_NOT_FOUND.
+- Changed move-into-entity to perform parent-selection-to-last-selected-node.
+- Added a new implementation of GtkTreeModel operating directly on the scenegraph.
+- Fixed disable-screen-updates to queue update requests instead of ignoring them.
+- Merged from trunk (tag head-cvs2svn-2).
+
+22/07/2003
+SPoG
+- Changed scale/flip-selection to use the manipulator as a pivot point.
+- Added OnShutdown callback for CSynapseClient, used in entity module.
+- Fixed console updates when loading maps/models.
+
+20/07/2003
+SPoG
+- Added renderer support for qer_alphatest and qer_cull.
+- Merged 'picomodule' module into 'model' module.
+- Added rendering of area-selection rectangle.
+
+19/07/2003
+SPoG
+- Merged from trunk.
+
+18/07/2003
+SPoG
+- Disabled deleting classname key in entity inspector window.
+- Cleaned up some stuff in selection system.
+- Added basic versions of std::mem_fun and std::bind1st to function-object library.
+
+10/07/2003
+SPoG
+- Implemented connect-entities.
+
+09/07/2003
+SPoG
+- Completed local-space rotation manipulator.
+- Fixed cloning objects within a misc_model subgraph.
+- Fixed crash bug in loading certain models.
+
+06/07/2003
+SPoG
+- Added function-object library header, similar to boost::function.
+- Changed undo system to improve performance.
+- Refactored entity inspector implementation.
+
+22/06/2003
+SPoG
+- Refactored selection observing stuff.
+- Changed shader parsing to use new tokeniser.
+- Changed implementation of entities to use generic container.
+- Refactored entity wrapper system.
+- Fixed undo on delete/reset entity keys.
+
+21/06/2003
+SPoG
+- Added rendering of target/targetname connection lines.
+- Moved entity and eclass stuff out of qertypes.h into ientity and ieclass.
+- Refactored entity_t to hide it behind Entity interface.
+- Removed global project settings entity.
+- Cleaned up bsp-command editing in project settings dialog.
+
+17/06/2003
+SPoG
+- Fixed back-face-culling for selections by working in screen-space.
+
+16/06/2003
+SPoG
+- Added workaround for nvidia driver opengl vertex arrays bug.
+
+15/06/2003
+SPoG
+- Refactored Patch implementation.
+- Refactored scene graph system to allow multiple graph instances.
+
+13/06/2003
+SPoG
+- Added snap-selected-components-to-grid for faces edges and vertices.
+
+11/06/2003
+SPoG
+- Improved normal-quantisation code.
+
+10/06/2003
+SPoG
+- Changed renderer vertex types to be struct instead of typedef'd array.
+- Added experimental quantisation of normals.
+
+05/06/2003
+SPoG
+- Fixed intermittent crash in face-fit-texture.
+- Changed patch rendering to display components only in vertex mode.
+
+02/06/2003
+SPoG
+- Added nameable interface for scene graph nodes.
+- Fixed undo for set-detail and set-structural.
+- Added rendering of arrow for angled entities.
+
+01/06/2003
+SPoG
+- Fixed handling of invalid planes during brush b-rep build.
+- Refactored brush copy-construction/assignment.
+- Fixed lack of rebuild after removing empty faces.
+- Added lightjunior entity display.
+- Fixed display of spawnflags/info for selected entity.
+- Fixed update of entity window on setting spawnflags.
+- Fixed botclip filtering.
+- Fixed uninitialised alpha channel on jpg images by ignoring alpha.
+
+31/05/2003
+SPoG
+- Cleaned up undo calls in brush and patch implementation.
+- Changed brush implementation to defer rebuilds until needed.
+- Fixed undo for find/replace shader.
+- Refactored brush implementation, removed empty-face list.
+- Fixed crash on loading unrecognised entities containing brushes.
+- Fixed crashes in renderer caused by state-stack underflow.
+- Fixed handling of invalid and duplicate planes during brush editing.
+- Fixed failure to save brush faces during save-as.
+- Refactored brush data members.
+
+28/05/2003
+SPoG
+- Fixed crash on selecting stuff from entity list window.
+
+27/05/2003
+SPoG
+- Fixed window title after save-as.
+
+22/05/2003
+SPoG
+- Refactored selection system interface slightly.
+- Removed old brushwrapper stuff.
+- Fixed clipper-split-selection to keep both parts selected.
+
+21/05/2003
+SPoG
+- Added select-faces-by-shader.
+- Fixed find/replace-shader.
+
+19/05/2003
+SPoG
+- Fixed rotation on misc_model.
+
+13/05/2003
+SPoG
+- Fixed lack of undo on create-n-sided-brush.
+
+29/04/2003
+SPoG
+- Fixed per-face find/replace and per-face nudge rotation.
+
+25/04/2003
+SPoG
+- Fixed find-brush.
+- Changed rotation buttons to use perfect precision for 90-degree rotations.
+
+24/04/2003
+SPoG
+- Added find-dir-for-relative-filename and find-dir-for-absolute-filename to vfs.
+- Changed resource manager to handle per-mod resources using vfs.
+- Changed resource manager to allow resources with absolute paths.
+- Fixed selection-test behaving like an ellipse instead of a rectangle.
+
+23/04/2003
+SPoG
+- Changed selection test to choose closest-to-cursor over closest-to-camera.
+
+22/04/2003
+SPoG
+- Fixed reference counting on shaders loaded from a texture directory.
+- Fixed show-in-use and show-all shaders.
+- Fixed undo for patch-set-shader.
+- Changed shaders module to use STL map container instead of CShaderArray.
+- Fixed SelectAllOfType for entities and patches.
+- Cleaned up unused functions in shaders API.
+- Decoupled selecting a texture in texture window from applying a texture to selection.
+
+21/04/2003
+SPoG
+- Fixed memory leaks in image loaders, texdef_t, csg subtract, picomodel module.
+- Fixed uninitialised memory references in renderer, texdef_t, eclass loader, undo system.
+- Refactored tga loader.
+- Cleaned up image module, enabled pcx and bmp loaders.
+
+17/04/2003
+SPoG
+- Fixed shift-texture on selected brush faces.
+- Changed brush b-rep algorithm to have higher tolerance for similar planes.
+- Changed brush b-rep algorithm to always produce a valid connectivity graph.
+- Added setting/getting shader for patches.
+
+16/04/2003
+SPoG
+- Fixed tracking of in-use shaders (though undo queue still keeps shader references).
+- Changed brush faces to store state in undo-system cleanly.
+- Fixed flush & reload shaders and sleep/wake.
+- Ensured that shaders are never leaked.
+- Fixed bool conversion warnings.
+
+15/04/2003
+SPoG
+- Added clamping of planepts on export to nearest 65536th of 1 unit.
+- Changed m4x4 rotation functions to use double-precision for angles in radians.
+- Changed m4x4 quaternion rotation to use double-precision internally.
+- Changed float printing to use %g instead of %f (strips trailing zeros).
+
+13/04/2003
+SPoG
+- Fixed brush import failing to update bounding boxes.
+
+11/04/2003
+SPoG
+- Refactored Brush class into Brush, BrushInstance and BrushNode.
+- Fixed various flaws stopping brush b-rep algorithm from being 100% reliable.
+
+02/04/2003
+SPoG
+- Changed manipulator to move to position of selected brush components.
+
+01/04/2003
+SPoG
+- Fixed xml parser failing to resolve predefined entities.
+
+31/03/2003
+SPoG
+- Fixed asserts in brush manipulation when creating invalid brushes.
+- Removed automatic update of current texdef.
+- Added Get Texture and Set Texture to textures menu.
+
+29/03/2003
+SPoG
+- Fixed array template failing to free zero-sized allocations.
+- Changed clipper mode to behave as a component-editing-mode.
+- Removed right-click-to-drop-clip-point - use X and leftclick instead.
+
+28/03/2003
+SPoG
+- Changed scene graph to sort objects in ascending order of creation time.
+
+27/03/2003
+SPoG
+- Fixed bug in clone-selection causing only first selected brush to be cloned.
+- Optimised select-all for brush/patch components.
+- Changed edge/face/vertex toggles to toggle correctly.
+
+26/03/2003
+SPoG
+- Removed win32/x dependencies from gl interface.
+- Removed win32/glib dependencies from core interface.
+- Replaced void* in gtk helper functions with forward-declared GtkWidget.
+- Changed gtk helper functions to return enumerated values instead of win32 IDOK.
+- Removed WINAPI macro for __stdcall from all interfaces.
+- Removed unnecessary dependencies from core stdafx/qe3 header.
+
+25/03/2003
+SPoG
+- Changed class-level render states to be static for Brush and Patch.
+- Refactored brush implementation - breaking it up into smaller parts.
+- Added refcounted ptr template to track refcounts.
+- Fixed refcount bug introduced by new clone-selection.
+- Fixed warnings in brush implementation.
+- Cleaned up plugin interface header inclusion.
+
+24/03/2003
+SPoG
+- Fixed crash on building unbounded brushes in release build.
+- Changed assertion failures to be non-fatal in release build.
+- Moved OS-specific gl headers into separate files.
+- Moved app-shaders interface into a separate file.
+- Cleaned up dependencies for brush implementation.
+
+23/03/2003
+SPoG
+- Added per-instance selection of patch vertices.
+- Fixed per-instance vertex selection rendering on multiple instances.
+- Refactored patch/brush render code.
+- Changed manipulator transforms to convert to local space before applying.
+- Fixed selection test for picomodule meshes.
+- Fixed selection test winding order for triangles.
+- Fixed update of window title on new-map and load-map.
+- Changed selection to work with exactly side-on faces.
+- Refactored instance implementation to reduce code bloat.
+- Fixed map export always exporting root.
+
+21/03/2003
+SPoG
+- Fixed external resource tracking to preserve uppercase characters in names.
+- Changed clone-selection to not use global copy/paste.
+
+20/03/2003
+SPoG
+- Changed map-save to save all saveable files that the map references.
+
+16/03/2003
+SPoG
+- Moved hashtable and hashfunc into libs.
+- Cleaned up renderer interface and selection interface.
+- Refactored frustum testing class.
+
+12/03/2003
+SPoG
+- Moved winding-specific stuff from brush obj to winding obj.
+- Refactored filter subsystem to remove dependency on entity/brush/patch.
+
+07/03/2003
+SPoG
+- Fixed crash when clicking cancel from patch cap-dialog.
+- Changed selection tests to ignore back-facing faces.
+
+05/03/2003
+SPoG
+- Fixed failure to release cloned scene graph nodes.
+- Fixed selection manager failing to release render states.
+- Fixed eclass system failing to release render states.
+
+04/03/2003
+SPoG
+- Fixed writing-past-end of vertex arrays in brush rendering.
+- Fixed releasing data stored in undo system when deleting undoables.
+- Fixed crash in misc_model when model fails to load.
+- Fixed undo for clone/rotate/flip/nudge/set-texture operations.
+- Cleaned up surface dialog.
+
+01/03/2003
+SPoG
+- Changed clipper split-selection to keep result selected.
+- Cleaned up and finalised picomodule, adding to cvs.
+
+28/02/2003
+SPoG
+- Cleaned up entity list window.
+- Fixed crash on freeing a map while entity list node is selected.
+- Fixed crash on clone/copy of externally referenced brushes.
+- Added multiple-selection support to entity list.
+- Added updating entity list selection display on selection changes.
+
+26/02/2003
+SPoG
+- Added stl_warnings include.
+- Fixed tracking of map-modified-since-last-saved.
+
+24/02/2003
+SPoG
+- Fixed missing map-release when map-load fails.
+- Changed map-rename (save-as) to flush undo queue.
+- Fixed bug in exporting selections.
+
+23/02/2003
+SPoG
+- Fixed redo on changing misc_model "model" key.
+
+22/02/2003
+SPoG
+- Changed undo interface to factor out global undo system.
+
+21/02/2003
+SPoG
+- Started cleaning up Map subsystem.
+
+20/02/2003
+SPoG
+- Added 'clone subgraph' feature to core, using direct xml import/export.
+- Added 'save' feature to reference cache.
+- Added scope timer object.
+- Changed scene graph interface to allow setting scene root.
+- Changed core to use reference cache to track current map.
+- Removed mapmodel module.
+- Fixed relative paths for loading maps as misc_model.
+
+19/02/2003
+SPoG
+- Changed model/map modules to register their file types on load.
+- Added map module manager to support unlimited map loader modules.
+
+18/02/2003
+SPoG
+- Changed vertex buffer template to support resizing.
+- Changed vertex buffer search algorithm to iterate instead of recurse.
+
+17/02/2003
+SPoG
+- Fixed sorting bug with render-states.
+- Fixed colour state when disabling gl_color_array.
+- Fixed unterminated loop in scenegraph traversal.
+- Fixed freeing project entity twice on shutdown (infinite loop).
+- Fixed failing to destroy the scene graph on exit (oops).
+
+07/02/2003
+SPoG
+- Added updating current texdef when a face is selected.
+- Fixed crash when creating a brush with duplicate planes.
+
+06/02/2003
+SPoG
+- Fixed various issues with 'save region'.
+- Changed default current texdef to use game-specific scale.
+- Changed brush creation to use current texdef.
+- Changed clipper to use current texdef.
+- Fixed bug in selection counting for patch control points.
+
+05/02/2003
+SPoG
+- Fixed reversed solid-selection-outline preference.
+- Finished factoring out face_t.
+- Added script token writer interface for map export.
+- Changed map export interface to use script token writer.
+
+04/02/2003
+SPoG
+- Added depth-buffer-write enable/disable feature to renderer.
+- Changed Pointfile class to use renderer.
+- Continued factoring out face_t.
+
+03/02/2003
+SPoG
+- Fixed temporary objects leaving dangling references in the undo system.
+- Changed import-map to not modify existing selection.
+
+02/02/2003
+SPoG
+- Fixed frustum culling for transformed nodes.
+- Fixed hide/filter/region to work independently.
+- Added highlighting of selected brush faces in component mode.
+- Fixed bug detecting thin area-selection if dragged down or left.
+- Renamed brush_type to Brush.
+- Renamed face_type to Face.
+- Started factoring out face_t.
+
+01/02/2003
+SPoG
+- Improved edge and vertex manipulation.
+- Removed unnecessary graph traversals for rendering/selection.
+
+31/01/2003
+SPoG
+- Merged changes since last merge from merge-1_2_10-post to spog_branch.
+- Merged changes since last merge from HEAD to spog_branch.
+- Tagged HEAD after merging as 'merge-spog_branch-post'.
+- Added walker to merge sibling worldspawns.
+- Merged changes to Construct for PPC from trunk.
+- Fixed over-enthusiastic worldspawn merging.
+- Fixed misc_model "angle" key setting pitch instead of yaw.
+- Fixed entity set-key-value changing scene-graph topology.
+
+30/01/2003
+SPoG
+- Added subgraph traversal feature to scenegraph traversal.
+
+29/01/2003
+SPoG
+- Changed scene graph implementation to allow nested traversals.
+
+28/01/2003
+SPoG
+- Fixed angles key order for misc_model.
+
+27/01/2003
+SPoG
+- Fixed typo causing set-texture-of-selection to behave incorrectly.
+
+26/01/2003
+SPoG
+- Replaced all tabs with spaces in CHANGES.
+- Fixed entity bounds updates for 'light'.
+- Fixed code that doesn't conform to c++ standard as enforced by gcc.
+
+24/01/2003
+SPoG
+- Added missing file: icharstream.h.
+- Fixed bug with synchronisation of brush-face instance data.
+- Added .map format import/export interfaces.
+- Removed last remnants of IBrush.
+- Removed IPatch.
+- Moved walkers defined in in mainframe.cpp to appropriate places.
+
+23/01/2003
+SPoG
+- Changed scenegraph traversals to use a compiled graph.
+
+20/01/2003
+SPoG
+- Changed selection interface to hide per-instance data.
+- Added streaming tokeniser for .map format.
+- Changed mapq3 module to use streaming tokeniser.
+- Added xml stream interface for input and output.
+- Added xml stream parser based on libxml2 SAX.
+- Changed mapxml module to use xml stream input.
+- Changed brush and patch to use xml stream input.
+- Added xml stream writer.
+- Changed mapxml module to use stream output.
+- Changed brush and patch to use xml stream output.
+
+
+16/01/2003
+SPoG
+- Disabled pivot updates while selection is being manipulated.
+- Changed pivot calculation to use instanced world-bounding-box.
+- Fixed crash bug in PositionView.
+
+14/01/2003
+SPoG
+- Merged with branch merge-1_2_10-post at tag spog_merge_merge-1_2_10-post
+- Removed 10k+ lines of unused #if 0 code.
+- Removed unused declarations in qe3.h.
+- Removed brush and face types from qertypes.h.
+- Removed plugin API stuff dependant on brush type.
+- Added per-instance selection for brush faces.
+
+08/01/2003
+SPoG
+- Added selection counters for primitive/component modes.
+- Added face-drag mode (default shortcut key = F).
+- Added face-centre-point rendering/selection/editing.
+
+07/01/2003
+SPoG
+- Changed selection to work per-instance.
+
+06/01/2003
+SPoG
+- Changed selector interface to allow per-entity selection tests.
+
+06/12/2002
+SPoG
+- Added selection-test and selector objects to clean up selection system.
+- Unified key modifiers for selection in both primitive and component modes.
+- Added mapmodel module to load .map and .xmap as misc_model.
+
+02/12/2002
+SPoG
+- Added debug rendering of a selection test.
+- Fixed bugs in triangle/line clipper, making selection work properly.
+- Refactored selection system interface.
+- Added undo for texture nudge.
+- Fixed minor render-state bug.
+
+29/11/2002
+SPoG
+- Optimised wireframe drawing of brushes with back-face culling.
+- Optimised brush-winding generation.
+- Changed winding generation to be more robust with large world extents.
+- Fixed crashes with unbounded-face and degenerate-edge cases.
+
+20/11/2002
+SPoG
+- Completed rotation manipulator.
+- Added translation manipulator for the default editing mode.
+- Changed XY mouse-chaser speed to depend on distance mouse moved outside window.
+
+15/11/2002
+SPoG
+- Added initial version of maya-style manipulators - rotation manipulator.
+
+07/11/2002
+SPoG
+- Fixed false asserts in Brush ConstructPrefab.
+- Undo system optimisation - uses binary-sorted container to speed up finding already-added objects.
+- Fixed crash when transforming objects which don't support edit_interface.
+- Fixed clone command to nudge the selection after cloning.
+- Fixed clipper to remove brushes that are completely behind the clip plane.
+
+06/11/2002
+SPoG
+- Brushes: cleaned up per-face operations to use face visitor pattern.
+- Fixed setting brush face texdef, with fully functioning undo on individual brush faces.
+
+04/11/2002
+SPoG
+- Refactored renderer to two objects, camera and XY renderer - XY uses entity shaders.
+- Experimental pivot object.. work-in-progress.
+- Modified scene-graph instance-caching to maintain multiple instances within nodes.
+- Fixed undo bug, deleting a void* doesn't call the destructor.
+- Rewrote filters system to work with scene graph system.
+- Cleaned up quake entity module to provide same functionality as before.
+- Refactored render-state cache to use generic hashtable and reference-cache templates.
+
+19/10/2002
+SPoG - spog_branch - experimental - work-in-progress
+- added scene graph library: defines interfaces, generic graph node types,
+  re-usable systems for traversals, traversal paths, node containers,
+  multiple-instance caching of world-space-transforms/bounding-volumes/visibility.
+- added scene graph traversals to replace all traversals of 'active_brushes',
+  'selected_brushes', 'filtered_brushes' and 'entities' linked-lists.
+- added view module: view-volume-culling system acting on the scene graph,
+  uses scene heirarchy to minimise culling tests per frame.
+- added opengl-state module: sorts opengl-state objects (shaders) to minimise
+  opengl state changes during rendering.
+- added renderer module: culls objects outside the view volume,
+  gathers non-culled renderable objects from the scene graph,
+  keeps track of state during traversal, adds renderable objects to correct opengl-state.
+- added selection module: sets view volume to the selection box/ray, culls
+  objects outside the view volume, gathers non-culled selectable objects
+  from the scene graph (entity/primitive/component),
+  selects gathered objects (select/toggle/cycle) or moves things if already-selected.
+- added patch module: encapsulates a patch as a scene graph node,
+  optimised patch tesselation.
+- added brush module: encapsulates a brush as a scene graph node,
+  adapts multiple-brush operations to use the scene graph.
+- adapted entity module: encapsulates an entity as a scene graph node/subtree,
+  shares common code between different visualised entity types.
+- adapted model module: encapsulates a model as a scene graph node/subtree.
+- added undo module: completely new compact infinite-undo-system,
+  operates on undoable objects, uses minimal-state data to store objects,
+  uses refcounting to undo "deleted" objects.
+
+TODO: cleanup: many simple things are still broken or not functioning in the right way..
+see !\todo items in the code (not all are documented yet though).
+Selection module probably needs refactoring some more - perhaps split off the move-already-selected stuff.
+The dependencies are still pretty bad.. need to refactor stdafx.h/qertypes.h.
+Some of the above modules are not really modules, they're static-linked to the core, but could easily be dynamic-linked.
+The interfaces to brushes and entities still expose brush_t and entity_t for backwards-compatibility.
+NOTE: some todos are #if 0 because their functionality is (or will be) replaced by the new systems.
+
+------ branch point - spog_branch
+
+30/08/2003
+SPoG
+- Ported changes from trunk.
+
+17/08/2003
+SPoG
+- Ported changes from trunk.
+- Added quake pack to win32 setup scripts.
+- Fixed crash in RunBsp.
+
+17/05/2003
+SPoG
+- Renamed stream interfaces with C and I prefix.
+- Shoehorned bytestream into idatastream.
+- Moved member classes out of IArchive, replaced with member typedefs.
+- Renamed filesystem, path, dynamic string, file input stream with C and I prefix.
+- Documented filesystem, path, dynamic string, file input stream.
+- Cleaned up game-specific encapsulation classes a little.
+
+16/05/2003
+TTimo
+- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=815
+  found out about string_t that slept through my reviews
+
+Updated list of broken stuff on this branch:
+
+- include/bytestream.h: remove this file, extend idatastream.h header
+from the code conventions:
+  include/ directory:
+  This directory is holding the API header files for the synapse modules (plus a few build control and version related headers)
+  All headers that describe synapse APIs should start with an i: ishader.h igl.h 
+
+  The few files in include/ that don't start with a lowercase i are specific files for build control and configuration.
+  Regular developement never creates non i-prefixed files in include/
+  
+the merge with IDataStream goes like this (note the corrected class names):
+class IInputStream
+class IOutputStream
+
+class IDataStream : public IInputStream, IOutputStream
+
+class ISeekableStream
+class ISeekableInputStream : public IInputStream, public ISeekableStream
+class ISeekableOutputStream : public IOutputStream, public ISeekableStream
+
+typedef unsigned int size_type; goes away, use size_t
+
+- include/iarchive.h
+
+renamed VisitorFunc to IArchiveVisitor
+move it out of IArchive class (keep it in iarchive.h though)
+from code conventions:
+  Don't declare classes inside classes. Makes the code harder to read and isn't useful to anything.
+
+- remove libs/bytestreamutils.h
+put that functionality into the IStream stuff / idatastream.h stuff
+anything you retrieve from an IStream should be endian-correct
+
+- libs/filestream.h
+I'd rather see a header without embedded code, and a .cpp file for it
+
+- libs/fs_filesystem.h libs/fs_path.h
+those totally lack documentation about what they are doing
+same as above. way too much embedded code. makes things harder to maintain. implement in a .cpp
+and as usual, name the classes correctly, C and I prefixes
+
+- gamespecific_t: rename correctly to CGameSpecific
+I like the idea of gathering all hardocded game-specific behaviours inside one same class.
+But is it really the topic of bug800?
+
+- gamespecific_executable_t: rename correctly to CGameSpecificExecutable
+shouldn't this be merged with CGameSpecific?
+
+12/05/2003
+SPoG
+- Fixed win32 build error (win32 has no &lt;dirent.h&gt;).
+- Added dir_good() check to handle failure of dir_open() in posix DIR wrapper.
+- Renamed dynamic_string_t and path_t to DynamicString and UnixPath respectively.
+- Removed unnecessary use of 'inline' and 'virtual' keywords in class definitions (bad habit).
+- Documented archive interface.
+
+09/05/2003
+TTimo
+- some easy fixes to get it to startup on Linux
+- tagging the current source as bug800-spog, preparing rollback
+
+
+SPoG
+- Added an implementation of IArchive to do OS filesystem access.
+- Changed vfspk3 to use above implementation for OS filesystem access.
+- Added const qualifiers to vfsGetFullPath and everything dependant on it.
+- Changed vfsGetFileList to use "*" to indicate all-files instead of a NULL pointer.
+- Extended IArchive interface to allow for extra filesystem functionality.
+  Added method to check if a file exists quickly.
+  Added method to traverse the filesystem with control on start-dir and depth of recursion.
+- Defined implementation requirements for IArchive.
+  An archive contains a heirarchy of directories and files, and may contain empty directories.
+  An archive can be traversed in directory order.
+  Directories can be distinguished from files during a traversal.
+  Directory paths will always end with a separator.
+  File entries can be opened as an IArchiveFile.
+  IArchiveFile provides a simple non-seekable input stream which can only be read forwards.
+  Any number of files may be opened and read from an archive simultaneously.
+  An archive may be released while one or more files are still open, the files will remain valid until released.
+- Changed archivepak, archivezip and archivewad to implement all IArchive requirements.
+- Factored common code from archive implementations out into new lib/headers:
+  fs_filesystem.h: a templated filesystem container, with iterators and efficient traversal.
+  fs_path.h: a dynamic filesystem path object, with separator checking and efficient memory management.
+  ibytestream.h: abstract interfaces for input byte streams.
+  bytestream.h: utilities operating on abstract input byte streams.
+  filestream.h: a c++ wrapper for stdc FILE object, implementing a seekable input stream.
+- Added a new pkzip-reader implementation, designed to be orthogonal to the compression library used.
+- Added a zlib input stream object, which decompresses data from an abstract byte stream on the fly.
+- Removed archivezip code copy/pasted/hacked from zlib and unzip.c, replaced by pkzip-reader and zlib input stream.
+- Changed vfsLoadFile to return 0 for a zero-sized file, only returning -1 if it failed to load the file.
+- Removed halflife-specific disabling of shader-loading, thereby allowing common-hydra.shader to work.
+- Added archivezip, archivewad and archivepak to win32 setup scripts.
+- Updated win32 setup scripts for halflife media.
+- Updated cons scripts for archivezip, archivewad and archivepak.
+- Added printing of warnings when vfs functions are given invalid input paths.
+
+
+-------- branchpoint: "bug800-spog_branch"
+
+
+30/08/2003
+SPoG
+- Ported changes from trunk since branch point.
+
+11/08/2003
+SPoG
+- Split qe3.h up into multiple headers.
+- Cleaned up use of win32 symbols:
+  WINAPI macro for module functions removed.
+  GUID for module interfaces replaced by string.
+  boolean replaced by bool.
+  MB_OK etc gui defines replaced by enumerations.
+- Removed plugin stuff deprecated by synapse from qerplugin.h.
+- Cleaned up use of glib symbols:
+  guint32, gdouble, gboolean typedefs removed from non-glib-dependent code.
+  TRUE/FALSE replaced by c++ bool true/false.
+- Removed all "extern" function declarations.
+- Removed dependency on MainFrame from preferences.h.
+- Moved synapse server and pluginmanager instances to pluginmanager.cpp.
+- Split pluginmanager.cpp into three parts:
+  Radiant's synapse client stuff in plugin.cpp.
+  Implementation of brush/entity/patch-handles stuff in pluginapi.cpp.
+  Synapse server init/shutdown in pluginmanager.cpp.
+- Added forward-declarations to avoid including other headers.
+- Replaced CString usage with Str;
+- Removed unused brush-scripts stuff.
+- Cleaned up patch-vertex-area-selection logic.
+- Removed very old code chunks that were commented or #if 0.
+- Replaced project-entity with a dedicated key/value string map.
+
+---- branch point - spog-cleanup
+
 06/12/2003
 SCDS_ReyalP
 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=930
@@ -331,6 +1486,11 @@
 - OSX setup, new patch to make scons SETUP=1 produce a .run
 - don't put bspc Linux binary in the setup
 
+30/08/2003
+Anders & TTimo
+- OSX setup, new patch to make scons SETUP=1 produce a .run
+- don't put bspc Linux binary in the setup
+
 26/08/2003
 Anders
 - more scons OSX, start on setup stuff
@@ -378,8 +1538,6 @@
 hooking email commit scripts and backup scripts
 - Python &gt;= 2.1 required instead of 2.2
 
--- tagged as head-cvs2svn
-
 01/08/2003
 SPoG
 - Changed gl widget to request maximum available depth buffer precision.
@@ -775,162 +1933,7 @@
 - http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797
   broken texture compression support
 
-12/04/2003
-TTimo
-- push version to 1.3.7-dev
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=794
-  add a synapse.config chunk for image module
-  also added check for correct dynamic APIs initializations (bug 796)
-  misc stability fixes to synapse
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=796
-  "map" "maphl" not checking for "VFS" "wad" presence
-  added a safe check. don't have an HL setup to test on though
-LordHavoc
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=790
-  misc crash fixes related to vfsLoadFullPathFile returning -1 on not found
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=89
-  work on Q1 support
-  added a new module 'Q1Pack' wit the synapse.config for Q1
-  applied the patch (#415) - with some modifications. Removed unused TGA stuff from imagehl.
-Riant
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=781
-  http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=795
-  1.3 SoF2/JK2 setup missing synapse.config
-  several fixes to the SoF2/JK2 support
-  BSP menu, q3map2 + monitored compiling
-  fixed TEMPLATEapppath expansion
-  Q3 default_project.proj
-
-10/04/2003
-** who ? ** (ETG?)
-- Compilation warning fixes including:
-    lack of newline at end of files
-    non-virtual destructor for virtual function class
-    addition of header #includes to solve "implicit declaration" cases
-    corrected bogus #endif declarations
-    added declaration of WinPrint for l_net_berkley.c
-- Added _GNU_SOURCE define for q3map2 threads.c for non-WIN32 platforms
-    (usage of mutex_setattr_settype is a posix *extension*)
-
-29/03/2003
-TTimo
-- merging bug750 branch back into trunk. Have Linux and OSX setup live together
-- added setup.sh.in config.sh.in / stuff flagged as OSX-only - setup.sh only tries to run setup.gtk
-- the .deb building on Linux was experimental, we don't plan to use it. took it out (.deb is for OSX/fink setup build)
-- setup.xml.in with a bunch of OSX updates
-- propagated back the GtkR setup patch to lokisetup ML
--- bug750 branch -------------------------------
-	18/03/2003
-	X-Man & TTimo
-	- corrected setup.gtk bugs (don't strip, detect arch correctly)
-	- fixed arch detection in postinstall.sh
-	- updated setup.sh to do the right thing and point to help
-	- rebuilding a rev 3
-
-	17/03/2003
-	TTimo
-	- setup.sh sources fink's init.sh stuff
-	- abort if not root
-	- fake xsu to have correct abort (run it as root directly)
-	- rebuilt .deb
-
-	10/03/2003
-	TTimo
-	- building a fink .deb to wrap the setup: when run as root, ./cons -- setup
-	  now produces a .deb which wraps the graphical installer
-	- updated setup.gtk and related source patch to new loki_setup source
-	- handy script to use when putting together a list of dependencies:
-	  otool -L radiant.ppc &gt; otool.txt
-	  cat otool.txt | sed -e 's/^\([^ ]*\) .*/\1/' | while read i ; do dpkg -S $i ; done 2&gt;/dev/null
-
-	05/03/2003
-	TTimo
-	- making ./cons -- setup builds a .deb
-	  the idea is to use a .deb for dependencies against fink, and trigger our custom setup once the .deb is installed
-	  no dependencies atm, need to rebuild on OSX and write in the whole set of deps
-	- happy place, happy place .. the code to build a .deb for debian and a .deb
-	  for fink won't be compatible. fink lacks -fakeroot support, some stuff needs
-	  to run as root. Disabled for now
-	- hacked to fix libjpeg build, need to -Ilibs/jpeg6 before system paths
-	  (would need a CPP_BASEPATH in the build system)
--- end bug750 branch -----------------------------
-
-13/03/2003
-Hydra
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
-  cleanup in hydratoolz plugin
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776
-  more post build step cleanup
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=648
-  enginepath in setup
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574
-  sprites loader verbosity
-
-TTimo
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=775
-  - updating 1.3 setup against 1.2 tree
-  - zlib and libpng12 in Program DLL Files
-  - changelog.q3map2.txt to Program Misc Files
-  - merged RTCW GOTY edition prompt from 1.2 setup
-  - merge SoF2 setup prompt code from 1.2 setup
-  - made sure merged SoF2 .game has enginepath
-  - remove the media update items (we start from scratch on 1.3)
-  - bitmaps in Program Executable Files
-    file0=&lt;&lt;GTKRAD_DIR&gt;&gt;\GtkRadiant\plugins\model\bitmaps\picomodel.bmp
-    file1=&lt;&lt;GTKRAD_DIR&gt;&gt;\GtkRadiant\plugins\model\bitmaps\model_reload_entity.bmp
-  - added dependencies of q3data.exe installed in STVEF Executable Files (libxml2 etc.)
-  - removed libxml2 / iconv / glib where not needed
 
-11/03/2003
-Hydra TTimo
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=776
-  sanitize post build step
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=574
-  updates for spritemodel stuff. cleaned up the patch a bit
-
-Hydra
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=777
-  improve visibility of selected models
-- http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=197
-  hydratoolz update
-
-28/02/2003
-TTimo
-- building an experimental 1.3 full setup on win32
-	includes all games (Q3 RTCW JKII EF SOF2 HL)
-	several updates to .dsp's to get everything building in release
-	setup updates:
-		took out all plugins (they have not been ported)
-		took out q3map references (we only distribute q3map2 in 1.3)
-		add q3map2 to Program Executable Files
-		using GtkRadiant-1.&lt;&lt;RADIANT_MAJOR&gt;&gt; for core path
-		usign Radiant-1.&lt;&lt;RADIANT_MAJOR&gt;&gt; for game packs
-		adding synapse.config: HL / Q3 / RTCW (HL untested) - others don't have one yet
-
-17/02/2003
-TTimo
-- tweaking ./cons -- setup on OSX, look for gcc 3.x by default
-  -- creating branch bug750 for OSX setup work
-  - long term, we want a single setup file working for both Linux and OSX
-    but initial OSX setup work is easier if we just do a standalone OSX setup
-    though since it breaks Linux setup for a bit, putting this on a branch
-  - compiled a ppc setup.gtk from loki_setup
-  - updated Conscript-setup and related stuff to be OSX / ppc compliant
-
-16/02/2003
-TTimo
-- fixed symlink bug in Linux setup stuff
-
-15/02/2003
-TTimo
-- added CreateDirectoryPath to cmdlib, shuffled some utility code around.
-  QE_SaveProject correctly creates the paths
-
-10/02/2003
-TTimo
-- Finalize Linux x86 setup.
-  Updated loki_setup patch with SETUP_COMPONENT_PATH env var for postinstall.sh, rebuilt a glibc 2.1 x86 image for setup.gtk
-  Finished ./cons -- setup code up to final setup generation
 
 31/01/2003
 SPoG
@@ -946,6 +1949,7 @@
 22/01/2003
 TTimo
 - merged merge-1_2_10-post back to trunk
+
 
 ===============================================================
 -- merging release-1_2_9 -&gt; merge-post-1_2_10 into trunk
</pre>
</code>
<table border=0 width="100%">
  <tr>
    <td colspan=5>&nbsp;</td>
  </tr>
  <tr bgcolor="#e0e0e0">
    <td colspan=5 align=center><b>62 items removed</b></td>
  </tr>
  <tr>
    <td><b>Module</b></td>
    <td><b>File name</b></td>
    <td colspan=3><b>Last revision</b></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/INSTALL.txt</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/INSTALL.txt?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/bitmaps/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bitmaps/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/interfaces/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/interfaces/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/patches/Gtk/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/patches/Gtk/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/idata.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idata.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iselectedface.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iselectedface.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ishadersmanager.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishadersmanager.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/isurfaceplugin.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/isurfaceplugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/misc_def.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/misc_def.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/ddslib/ddslib.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/igl_to_qgl.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/igl_to_qgl.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/mathlib.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/md5lib/Conscript</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib/Conscript?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/multimon.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/multimon.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/synapse/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/synapse/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/synapse.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/synapse.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity.def</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity_entitymodel.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity_entitymodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity_entitymodel.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity_entitymodel.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/light.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/image.def</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/image.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/lbmlib.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/lbmlib.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/lbmlib.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/lbmlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/lbmlib.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/lbmlib.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/lbmlib.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/lbmlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagepng/imagepng.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/model.def</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/model.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/sample/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/sample/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shaders.def</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shaders.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspak/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspak/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/unzip-vfspk3.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/unzip-vfspk3.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/unzip.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/unzip.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfspk3.def</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfspk3.vcproj</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfswad/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfswad/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant.sln</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.sln?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brushscript.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brushscript.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/camera.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camera.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/dialoginfo.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialoginfo.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/drag.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/drag.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkfilesel-darwin.c</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-darwin.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkfilesel-darwin.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-darwin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkfilesel-linux.c</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-linux.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkfilesel-linux.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel-linux.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkfilesel.c</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkfilesel.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/missing.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/missing.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/pmesh.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pmesh.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qedefs.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qedefs.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qgl-mac.c</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl-mac.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qgl.c</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/queuedraw.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/queuedraw.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/selectedface.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/selectedface.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/stdafx.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/stdafx.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/stdafx.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/stdafx.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/surfaceplugin.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfaceplugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/surfaceplugin.h</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfaceplugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/vertsel.cpp</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/vertsel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/deb/</code></td>
    <td colspan=3><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/deb/?rev=4209&root=radiant.svn">4209</a></td>
  </tr>
  <tr>
    <td colspan=5>&nbsp;</td>
  </tr>
  <tr bgcolor="#e0e0e0">
    <td colspan=5 align=center><b>212 items copied</b></td>
  </tr>
  <tr>
    <td><b>Module</b></td>
    <td><b>File name</b></td>
    <td colspan=3><b>Revision</b></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/GtkRadiant.sln</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/GtkRadiant.sln?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.sln?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/cullable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/cullable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/cullable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/editable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/editable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/editable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iarchive.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iarchive.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iarchive.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/icharstream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/icharstream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icharstream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ifiletypes.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/ifiletypes.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifiletypes.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ifilter.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/ifilter.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilter.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ireference.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/ireference.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ireference.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/irender.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/irender.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/irender.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iscenegraph.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iscenegraph.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscenegraph.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iselection.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/iselection.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iselection.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/itexdef.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/itexdef.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itexdef.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/itextures.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/itextures.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itextures.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/modules.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/modules.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/modules.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/nameable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/nameable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/nameable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/renderable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/renderable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/renderable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/selectable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/selectable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/selectable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/stl_warnings.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/stl_warnings.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_warnings.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/window.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/include/window.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/window.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/aabblib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/aabblib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/aabblib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/archivelib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/archivelib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/archivelib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/auto_array.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/auto_array.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/auto_array.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/bytestreamutils.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/bytestreamutils.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytestreamutils.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/cache.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/cache.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cache.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/chardatastream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/chardatastream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/chardatastream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/charstream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/charstream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/charstream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/const_reference.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/const_reference.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/const_reference.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/eclasslib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/eclasslib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/eclasslib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/entitylib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/entitylib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/entitylib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/entityxml.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/entityxml.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/entityxml.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/expression.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/expression.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/expression.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/filestream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/filestream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/filestream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/fs_filesystem.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/fs_filesystem.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/fs_filesystem.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/fs_path.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/fs_path.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/fs_path.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/function.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/function.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/function.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/functional.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/functional.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/functional.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/hashfunc.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/hashfunc.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/hashfunc.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/hashtable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/hashtable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/hashtable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/instancelib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/instancelib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/instancelib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/maplib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/maplib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/maplib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/line.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/mathlib/line.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/line.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/matrixlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/matrixlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/matrixlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/memstream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/memstream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/memstream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/modulesmap.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/modulesmap.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/modulesmap.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/radiant_assert.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/radiant_assert.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/radiant_assert.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/refcounted_ptr.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/refcounted_ptr.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/refcounted_ptr.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/render.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/render.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/render.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/scenelib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/scenelib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/scenelib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/selectionlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/selectionlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/selectionlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/shaderlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/shaderlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/shaderlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/singletonmodule.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/singletonmodule.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/singletonmodule.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/stringio.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/stringio.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/stringio.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/stringlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/stringlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/stringlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/stringstream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/stringstream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/stringstream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/textfilestream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/textfilestream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/textfilestream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/texturelib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/texturelib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/texturelib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/transformlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/transformlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/transformlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/traverselib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/traverselib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/traverselib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/undolib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/undolib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/undolib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/xmlelement.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlelement.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlelement.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/xmlio.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlio.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlio.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/xmlparser.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlparser.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlparser.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/xmlwriter.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/libs/xmlwriter.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/xmlwriter.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/?rev=4209&root=radiant.svn">4209</a></td>
    <td>&gt;&gt;&gt;</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/?rev=4210&root=radiant.svn">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/archive.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archive.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archive.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/archive.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archive.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archive.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/archivepak.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archivepak.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/archivepak.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archivepak.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/archivepak.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/archivepak.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/archivepak.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/pak.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/pak.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/pak.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivepak/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivepak/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivepak/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/archive.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archive.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archive.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/archive.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archive.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archive.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/archivewad.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archivewad.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/archivewad.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archivewad.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/archivewad.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/archivewad.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/archivewad.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivewad/wad.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivewad/wad.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivewad/wad.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/?rev=4209&root=radiant.svn">4209</a></td>
    <td>&gt;&gt;&gt;</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/?rev=4210&root=radiant.svn">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/archive.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archive.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archive.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/archive.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archive.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archive.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/archivezip.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archivezip.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/archivezip.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archivezip.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/archivezip.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/archivezip.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/archivezip.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/pkzip.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/pkzip.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/pkzip.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/archivezip/zlibstream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/archivezip/zlibstream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/archivezip/zlibstream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/angle.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/angle.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/angle.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/angles.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/angles.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/angles.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/colour.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/colour.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/colour.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entityq3.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/entityq3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entityq3.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entityq3.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/entityq3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entityq3.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/generic.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/generic.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/generic.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/group.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/group.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/group.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/model.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/model.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/model.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/origin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/origin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/origin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/registry.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/registry.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/registry.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/scale.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/scale.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/scale.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/targetable.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/targetable.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/targetable.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/targetable.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/entity/targetable.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/targetable.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/imageq3.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/imageq3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/imageq3.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/imageq3.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/imageq3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/imageq3.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/jpeg.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/jpeg.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/pcx.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/pcx.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/pcx.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/pcx.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/pcx.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/pcx.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/tga.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/tga.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/tga.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/tga.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/image/tga.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/tga.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/hlw.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/hlw.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/hlw.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/hlw.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/hlw.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/hlw.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/mip.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/mip.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/mip.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/mip.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/mip.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/mip.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/sprite.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/sprite.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/sprite.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/sprite.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/sprite.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/sprite.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/wal.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/wal.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/wal.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/wal.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/imagehl/wal.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/wal.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/?rev=4209&root=radiant.svn">4209</a></td>
    <td>&gt;&gt;&gt;</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/?rev=4210&root=radiant.svn">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/mapq3.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/mapq3.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/mapq3.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/mapq3.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/mapq3.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/mapq3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/mapq3.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/parse.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/parse.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/parse.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapq3/write.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/mapq3/write.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapq3/write.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/?rev=4209&root=radiant.svn">4209</a></td>
    <td>&gt;&gt;&gt;</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/?rev=4210&root=radiant.svn">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/doc/</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/doc/?rev=4209&root=radiant.svn">4209</a></td>
    <td>&gt;&gt;&gt;</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/doc/?rev=4210&root=radiant.svn">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/doc/md3-design.txt</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/doc/md3-design.txt?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/doc/md3-design.txt?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/ident.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/ident.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/ident.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/md2.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md2.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md2.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/md2.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md2.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md2.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/md3.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/md3.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/md3model.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3model.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3model.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/md3normals.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/md3normals.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/md3normals.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/mdc.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdc.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdc.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/mdc.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdc.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdc.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/mdl.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdl.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdl.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/mdl.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdl.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdl.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/mdlimage.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdlimage.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdlimage.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/mdlnormals.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/mdlnormals.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/mdlnormals.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/model.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/model.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/model.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/modelmd3.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/modelmd3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/modelmd3.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/modelmd3.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/modelmd3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/modelmd3.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/md3model/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/md3model/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/md3model/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/modelpico.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/model/modelpico.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/modelpico.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/modelpico.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/model/modelpico.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/modelpico.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shadersq3.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/shaders/shadersq3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shadersq3.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shadersq3.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/shaders/shadersq3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shadersq3.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/archive.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/vfspk3/archive.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/archive.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfsq3.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/vfspk3/vfsq3.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfsq3.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfsq3.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/plugins/vfspk3/vfsq3.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfsq3.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/bitmaps/select_mousetranslate.bmp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/bitmaps/select_mousetranslate.bmp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bitmaps/select_mousetranslate.bmp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/bp_dlg.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/bp_dlg.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brush_primit.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brush_primit.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brushwrapper.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brushwrapper.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brushwrapper.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/brushwrapper.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brushwrapper.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/csg.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/csg.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/eclass.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/eclass.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/entityinspector.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/entityinspector.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/entityinspector.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/entityinspector.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/entityinspector.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/entityinspector.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/error.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/error.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/expression.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/expression.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/expression.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/filetypes.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/filetypes.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filetypes.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/filetypes.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/filetypes.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filetypes.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/function.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/function.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/function.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/glinterface.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/glinterface.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkdlgs.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/gtkdlgs.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/image.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/image.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/image.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/image.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/image.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/image.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/main.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/main.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/multimon.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/multimon.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/multimon.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/multimon.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/multimon.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/multimon.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/nullmodel.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/nullmodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/nullmodel.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/nullmodel.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/nullmodel.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/nullmodel.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/patch.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patch.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patch.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/patch.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patch.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patch.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/patchmanip.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchmanip.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/patchmanip.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/patchmanip.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchmanip.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/pluginapi.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginapi.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/pluginapi.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/pluginapi.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginapi.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/preferencedictionary.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/preferencedictionary.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferencedictionary.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/preferencesystem.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/preferencesystem.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferencesystem.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/preferencesystem.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/preferencesystem.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferencesystem.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/profile.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/profile.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qgl.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/qgl.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/referencecache.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/referencecache.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/referencecache.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/referencecache.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/referencecache.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/referencecache.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/renderer.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/renderer.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/renderer.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/renderstate.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/renderstate.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/renderstate.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/renderstate.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/renderstate.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/renderstate.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/scenegraph.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/scenegraph.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/scenegraph.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/scenegraph.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/scenegraph.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/scenegraph.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/selection.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/selection.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/selection.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/selection.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/selection.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/server.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/server.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/server.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/server.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/server.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/server.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/targetname.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/targetname.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/textures.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/textures.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/timer.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/timer.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/timer.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/timer.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/timer.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/timer.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/treemodel.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/treemodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/treemodel.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/treemodel.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/treemodel.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/treemodel.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/view.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/view.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/view.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/view.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/view.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/view.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/write.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/write.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/write.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/xorrectangle.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/radiant/xorrectangle.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xorrectangle.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/q1.cf</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/setup/win32/q1.cf?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/q1.cf?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/File Groups/1_2_1 Wolf Media Upgrade.fgl</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/branches/spog_branch/setup/win32/template/File%20Groups/1_2_1%20Wolf%20Media%20Upgrade.fgl?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td>unchanged</td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/1_2_1%20Wolf%20Media%20Upgrade.fgl?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td colspan=5>&nbsp;</td>
  </tr>
  <tr bgcolor="#e0e0e0">
    <td colspan=5 align=center><b>272 items modified</b></td>
  </tr>
  <tr>
    <td><b>Module</b></td>
    <td><b>File name</b></td>
    <td colspan=3><b>Revision</b></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/GtkRadiant.prj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.prj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.prj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/GtkRadiant.prj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/SConscript</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConscript?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConscript?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConscript?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/SConstruct</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConstruct?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConstruct?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/SConstruct?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/CPortals.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/CPortals.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/CPortals.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/CPortals.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBobView.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DBrush.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DBrush.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DEPair.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEPair.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DEntity.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DEntity.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DListener.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DMap.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DMap.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DPatch.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPatch.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DPlane.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DPlane.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DShape.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTrainDrawer.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DTreePlanter.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DVisDrawer.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/DWinding.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/ScriptParser.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/StdAfx.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz-GTK.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;p&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bobToolz.dsw?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/bsploader.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/bsploader.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/cportals.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/dialogs/dialogs-gtk.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers-GTK.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/funchandlers.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/lists.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/lists.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/lists.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/lists.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/misc.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/misc.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/misc.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/shapes.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/shapes.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/bobtoolz/visfind.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/camera.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/camera.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/camera.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/camera.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;p&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/camera.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/dialogs.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/dialogs.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/dialogs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/dialogs.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/funchandlers.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/funchandlers.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/funchandlers.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/funchandlers.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/listener.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/listener.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/listener.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/listener.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/misc.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/camera/misc.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/camera/misc.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/bitmap.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/dec.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/face.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/face.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/face.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/face.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/font.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/font.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/font.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/font.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gendlgs.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/genmap.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/gensurf.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/gtkgensurf/view.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/view.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/view.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/gtkgensurf/view.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/hydratoolz.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/hydratoolz/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/hydratoolz/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/ConfigDialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/LoadPortalFileDialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/PrtView.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/PrtView.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/PrtView.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/PrtView.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/portals.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/portals.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/portals.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/prtview.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/prtview.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/prtview.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/prtview.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/contrib/prtview/stdafx.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/stdafx.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/stdafx.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/contrib/prtview/stdafx.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/docs/developer/CHANGES</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/CHANGES?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/docs/developer/WIN32BETA</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/WIN32BETA?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/WIN32BETA?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/docs/developer/WIN32BETA?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/gen.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/gen.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/gen.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/gen.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/aboutmsg.default</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/aboutmsg.default?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/aboutmsg.default?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/aboutmsg.default?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ibrush.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibrush.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibrush.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibrush.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ibspfrontend.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibspfrontend.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibspfrontend.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ibspfrontend.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/icamera.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icamera.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icamera.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/icamera.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/idatastream.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idatastream.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idatastream.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/idatastream.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ieclass.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ieclass.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ieclass.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ieclass.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ientity.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ientity.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ientity.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ientity.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ifilesystem.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilesystem.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilesystem.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ifilesystem.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/igl.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/igl.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/igl.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/igl.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iimage.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iimage.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iimage.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iimage.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/imap.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imap.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imap.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imap.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/imodel.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imodel.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imodel.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/imodel.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ipatch.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ipatch.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ipatch.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ipatch.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iplugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iplugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iplugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iplugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iscriplib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscriplib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscriplib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iscriplib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/ishaders.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishaders.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishaders.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/ishaders.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/itoolbar.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itoolbar.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itoolbar.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/itoolbar.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iui.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iui_gtk.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui_gtk.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui_gtk.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iui_gtk.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/iundo.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iundo.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iundo.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/iundo.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/qerplugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qerplugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qerplugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qerplugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/qertypes.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qertypes.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qertypes.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qertypes.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/qsysprintf.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qsysprintf.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qsysprintf.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/qsysprintf.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/stl_check.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_check.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_check.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/stl_check.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/include/version.default</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/version.default?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/version.default?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/include/version.default?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/bytebool.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytebool.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytebool.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/bytebool.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/cmdlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/cmdlib/cmdlib.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/ddslib/ddslib.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/ddslib/ddslib.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/jpeg6/jpeg6.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/l_net/l_net.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/l_net/l_net_berkley.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net_berkley.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net_berkley.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/l_net/l_net_berkley.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/bbox.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/bbox.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/bbox.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/bbox.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/linear.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/linear.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/linear.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/linear.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/m4x4.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/m4x4.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/m4x4.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/m4x4.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/mathlib.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/mathlib.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/mathlib.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/mathlib/ray.c</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/ray.c?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/ray.c?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/mathlib/ray.c?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/md5lib.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/md5lib.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/missing.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/missing.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/missing.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/missing.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/picomodel/picomodel.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/picomodel/picomodel.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/picomodel/picomodel.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/picomodel/picomodel.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/splines/Splines.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/splines/Splines.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;p&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/Splines.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/splines/splines.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/splines.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/splines.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/splines/splines.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/libs/str.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/str.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/str.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/libs/str.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/fgd.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/eclassfgd/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/eclassfgd/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/eclassmodel.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/eclassmodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/eclassmodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/eclassmodel.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/entity.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/entity.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/light.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/light.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/miscmodel.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/miscmodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/miscmodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/miscmodel.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/entity/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/entity/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/bmp.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/bmp.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/bmp.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/image.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/image.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/image.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/image.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/image/jpeg.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/image/jpeg.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/imagehl.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/imagehl.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.def?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/imagehl.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/imagehl.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagehl/imagehl.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagepng/imagepng.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.def?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/imagepng.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagepng/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/imagepng/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/imagepng/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/mapxml.def</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.def?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.def?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.def?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/mapxml.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/mapxml.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlparse.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/mapxml/xmlwrite.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/cpicomodel.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/cpicomodel.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicomodel.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/cpicosurface.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/cpicosurface.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/cpicosurface.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/model.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/model.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/model.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/model/remap.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/remap.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/remap.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/model/remap.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shaders.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shaders.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/shaders/shaders.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/shaders/shaders.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/spritemodel/plugin.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/spritemodel/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/spritemodel/spritemodel.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/spritemodel/spritemodel.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/surface_heretic2/surface_heretic2.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfs.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfs.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfs.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/plugins/vfspk3/vfspk3.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/plugins/vfspk3/vfspk3.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant.dsw</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.dsw?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.dsw?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant.dsw?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/GtkRadiant.dsp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.dsp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.dsp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;c+p&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.dsp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/GtkRadiant.vcproj</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.vcproj?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.vcproj?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/GtkRadiant.vcproj?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/bp_dlg.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/bp_dlg.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brush.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brush.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/brush_primit.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/brush_primit.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/camwindow.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/camwindow.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/camwindow.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/csg.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/csg.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/dialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/dialog.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/dialog.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/eclass.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/eclass_def.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/eclass_def.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/eclass_def.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/error.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/error.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/feedback.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/feedback.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/feedback.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/file.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/file.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/file.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/filters.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/filters.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/filters.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/findtexturedialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/findtexturedialog.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/findtexturedialog.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/glinterface.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glinterface.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/glwidget.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/glwidget.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwidget.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/glwindow.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/glwindow.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/glwindow.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/groupdialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/groupdialog.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/groupdialog.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkdlgs.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkdlgs.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkmisc.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/gtkmisc.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/gtkmisc.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/main.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/main.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/mainframe.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/mainframe.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/mainframe.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/map.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/map.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/map.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/parse.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/parse.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/parse.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/patchdialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/patchdialog.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/patchdialog.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/plugin.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/plugin.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/pluginentities.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginentities.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginentities.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginentities.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/pluginmanager.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/pluginmanager.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/pluginmanager.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/points.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/points.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/points.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/preferences.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/preferences.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/preferences.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/profile.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/profile.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qe3.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qe3.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qe3.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qfiles.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qfiles.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qfiles.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qfiles.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qgl.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/qgl_ext.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl_ext.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl_ext.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/qgl_ext.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/radiant.ico</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.ico?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.ico?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.ico?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/radiant.rc</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.rc?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.rc?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/radiant.rc?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/resource.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/resource.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/resource.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/resource.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/select.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/select.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/select.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/surfacedialog.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/surfacedialog.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/surfacedialog.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/targetname.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/targetname.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/texmanip.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/texmanip.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texmanip.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/textures.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/textures.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/texwindow.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/texwindow.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/texwindow.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/ui.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/ui.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/ui.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/undo.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/undo.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/undo.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/watchbsp.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/watchbsp.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/watchbsp.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/winding.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/winding.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/winding.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/xywindow.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/xywindow.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/xywindow.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/z.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/z.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/z.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/zwindow.cpp</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.cpp?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.cpp?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.cpp?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/radiant/zwindow.h</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.h?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.h?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/radiant/zwindow.h?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/changelog.txt</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/changelog.txt?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/changelog.txt?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/changelog.txt?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/data/tools/synapse.config</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/data/tools/synapse.config?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/data/tools/synapse.config?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/data/tools/synapse.config?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/setup.pl</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/setup.pl?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/setup.pl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/setup.pl?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.cdf</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component%20Definitions/Default.cdf?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component%20Definitions/Default.cdf?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component%20Definitions/Default.cdf?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/Component Definitions/Default.fgl</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component%20Definitions/Default.fgl?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component%20Definitions/Default.fgl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Component%20Definitions/Default.fgl?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/File Groups/Default.fdf</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/Default.fdf?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/Default.fdf?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/Default.fdf?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/File Groups/Program Executable Files.fgl</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/Program%20Executable%20Files.fgl?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/Program%20Executable%20Files.fgl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/Program%20Executable%20Files.fgl?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/File Groups/STVEF Executable Files.fgl</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/STVEF%20Executable%20Files.fgl?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/STVEF%20Executable%20Files.fgl?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/File%20Groups/STVEF%20Executable%20Files.fgl?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/Script Files/Setup.rul</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Script%20Files/Setup.rul?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Script%20Files/Setup.rul?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Script%20Files/Setup.rul?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/setup/win32/template/Text Substitutions/Setup.tsb</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Text%20Substitutions/Setup.tsb?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Text%20Substitutions/Setup.tsb?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/setup/win32/template/Text%20Substitutions/Setup.tsb?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
  <tr>
    <td><b>radiant.svn</b></td>
    <td width="100%"><code>GtkRadiant/trunk/win32_install.py</code></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/win32_install.py?rev=4209&root=radiant.svn&view=auto">4209</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/win32_install.py?r1=text&tr1=4209&r2=text&tr2=4210&root=radiant.svn&diff_format=h">&gt;&gt;&gt;</a></td>
    <td><a href="https://zerowing.idsoftware.com:666/viewsvn/GtkRadiant/trunk/win32_install.py?rev=4210&root=radiant.svn&view=auto">4210</a></td>
  </tr>
</table>
</body>
</html>

--===============0074731774==--