openitg.git
14 years agoFix 3.9-based BGanimations crashing due to position,0 command, CR: cmyers
Patrick McIlroy [Mon, 10 Jan 2011 05:22:22 +0000 (05:22 +0000)] 
Fix 3.9-based BGanimations crashing due to position,0 command, CR: cmyers

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@866 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFix various compiler and valgrind warnings, including:
DataBeaver [Sat, 8 Jan 2011 11:36:42 +0000 (11:36 +0000)] 
Fix various compiler and valgrind warnings, including:
- compare CString::find result against CString::npos, not -1
- use CString::size_type to hold string indices, not int
- fix other signed vs unsigned comparisons as well
- parentheses in expressions with mixed and/or operators
- braces around ifs containing other ifs and elses
- make sure variables are initialized before using
- #pragma warning is MSVC-specific
- fix an invalid printf format string
- string literals are const

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@865 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Tentative fix due to raised suspicion involving RageWorkerThread behavior
Patrick McIlroy [Mon, 6 Dec 2010 10:03:21 +0000 (10:03 +0000)] 
- Tentative fix due to raised suspicion involving RageWorkerThread behavior
- Linux: memory card detection bugfix
- Linux: LUA library detection bugfix for Debian installations

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@864 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- SF#3059233: fix Add / Edit Background Changes crashing when selected
Patrick McIlroy [Thu, 11 Nov 2010 07:45:39 +0000 (07:45 +0000)] 
- SF#3059233: fix Add / Edit Background Changes crashing when selected

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@863 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agofixed PATCH_DATA_DIR not declared in arcade builds
Mark Cannon [Fri, 15 Oct 2010 16:35:41 +0000 (16:35 +0000)] 
fixed PATCH_DATA_DIR not declared in arcade builds

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@862 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoAdded README with build instructions and ToDo.txt file
Carl Myers [Fri, 8 Oct 2010 09:07:26 +0000 (09:07 +0000)] 
Added README with build instructions and ToDo.txt file

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@861 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoAdded "dependencies.txt" with list of debian packages that are build deps CR: tnr
Carl Myers [Fri, 8 Oct 2010 09:07:10 +0000 (09:07 +0000)] 
Added "dependencies.txt" with list of debian packages that are build deps CR: tnr

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@860 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFixed error in autogen.sh with "autoconf/m4" path CR: infamouspat
Carl Myers [Fri, 8 Oct 2010 09:06:04 +0000 (09:06 +0000)] 
Fixed error in autogen.sh with "autoconf/m4" path CR: infamouspat

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@859 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoadded a slightly more accurate changelog
Mark Cannon [Thu, 7 Oct 2010 03:54:49 +0000 (03:54 +0000)] 
added a slightly more accurate changelog

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@857 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoactually derive RFDCrypt off DirectReadOnly now, add Lua binding for GAMESTATE:IsDisq...
Mark Cannon [Thu, 7 Oct 2010 03:52:32 +0000 (03:52 +0000)] 
actually derive RFDCrypt off DirectReadOnly now, add Lua binding for GAMESTATE:IsDisqualified, make Dialog print debug messages instead of tracing

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@856 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoadded read-only direct file driver, re-derived crypto drivers off of it
Mark Cannon [Thu, 7 Oct 2010 03:31:20 +0000 (03:31 +0000)] 
added read-only direct file driver, re-derived crypto drivers off of it

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@854 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoVS2003 Solution compiles again
Patrick McIlroy [Sun, 3 Oct 2010 07:00:27 +0000 (07:00 +0000)] 
VS2003 Solution compiles again

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@852 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agocommitted Timing modifier
Mark Cannon [Sat, 2 Oct 2010 06:27:12 +0000 (06:27 +0000)] 
committed Timing modifier

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@851 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agore-dos2unix ScreenUserPacks
Mark Cannon [Thu, 23 Sep 2010 03:40:22 +0000 (03:40 +0000)] 
re-dos2unix ScreenUserPacks

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@849 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoRemove FormatByteRateValue, fix some potential typing issues with FormatByteValue
Mark Cannon [Thu, 23 Sep 2010 03:38:16 +0000 (03:38 +0000)] 
Remove FormatByteRateValue, fix some potential typing issues with FormatByteValue

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@848 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoDisplay transfer rate when uploading user packs
Patrick McIlroy [Wed, 22 Sep 2010 00:18:33 +0000 (00:18 +0000)] 
Display transfer rate when uploading user packs

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@847 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agomoved win32-installer to assets, deleted old and bad startup scripts, removed redunda...
Mark Cannon [Sun, 19 Sep 2010 20:45:07 +0000 (20:45 +0000)] 
moved win32-installer to assets, deleted old and bad startup scripts, removed redundant documentation

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@844 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agomoved around a bunch more stuff and unified the documentation
Mark Cannon [Sun, 19 Sep 2010 18:45:10 +0000 (18:45 +0000)] 
moved around a bunch more stuff and unified the documentation

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@843 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agomoved a bunch of game data into dev (partial commit, not done with it all yet)
Mark Cannon [Sun, 19 Sep 2010 18:37:28 +0000 (18:37 +0000)] 
moved a bunch of game data into dev (partial commit, not done with it all yet)

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@842 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agofix bug where GetDiskSpaceTotal/GetDiskSpaceFree would be implicitly truncated to int
Mark Cannon [Sun, 19 Sep 2010 18:08:09 +0000 (18:08 +0000)] 
fix bug where GetDiskSpaceTotal/GetDiskSpaceFree would be implicitly truncated to int

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@840 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agosyncing with trunk, re-dos2unix'd some files that ended up with DOS endings
Mark Cannon [Sun, 19 Sep 2010 17:56:19 +0000 (17:56 +0000)] 
syncing with trunk, re-dos2unix'd some files that ended up with DOS endings

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@839 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agofix dev branch can't render a window, removed obsolete arch.h and references
Mark Cannon [Sun, 19 Sep 2010 11:03:44 +0000 (11:03 +0000)] 
fix dev branch can't render a window, removed obsolete arch.h and references

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@835 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFix a few small errors in dev arch
Mark Cannon [Sun, 19 Sep 2010 10:21:03 +0000 (10:21 +0000)] 
Fix a few small errors in dev arch

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@830 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoactually remove obsolete arch.h
Mark Cannon [Sun, 19 Sep 2010 09:54:31 +0000 (09:54 +0000)] 
actually remove obsolete arch.h

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@826 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agosync DiagnosticsUtil with trunk
Mark Cannon [Sun, 19 Sep 2010 09:53:51 +0000 (09:53 +0000)] 
sync DiagnosticsUtil with trunk

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@825 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agosync InputHandler arch with trunk
Mark Cannon [Sun, 19 Sep 2010 09:53:34 +0000 (09:53 +0000)] 
sync InputHandler arch with trunk

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@824 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoremove obsolete arch.h
Mark Cannon [Sun, 19 Sep 2010 09:52:38 +0000 (09:52 +0000)] 
remove obsolete arch.h

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@823 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoUpdate LightsMapper to more accurately reflect function, er, functions
Mark Cannon [Sun, 19 Sep 2010 09:51:13 +0000 (09:51 +0000)] 
Update LightsMapper to more accurately reflect function, er, functions

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@822 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agomoved dev patch data into assets, deleted trunk patch data, moved RSA key into assets...
Mark Cannon [Sun, 19 Sep 2010 06:05:05 +0000 (06:05 +0000)] 
moved dev patch data into assets, deleted trunk patch data, moved RSA key into assets/patch-data

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@816 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoLet users cancel UserPack transfer
Patrick McIlroy [Wed, 15 Sep 2010 01:16:28 +0000 (01:16 +0000)] 
Let users cancel UserPack transfer

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@814 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFix issue with UserPackManager being given the wrong path to check file size for...
Patrick McIlroy [Sat, 4 Sep 2010 05:05:08 +0000 (05:05 +0000)] 
Fix issue with UserPackManager being given the wrong path to check file size for a selected user pack

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@813 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoUpdated UserPackManager a bit (removed a hardcoded value, included logic to reject...
Mark Cannon [Wed, 1 Sep 2010 21:06:48 +0000 (21:06 +0000)] 
Updated UserPackManager a bit (removed a hardcoded value, included logic to reject packs that are too big to transfer)

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@811 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Typo and namespace fix
Patrick McIlroy [Wed, 1 Sep 2010 21:00:30 +0000 (21:00 +0000)] 
- Typo and namespace fix

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@810 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago--enable-itg-arcade never worked for me, but now it does. Not sure why this was neces...
Mark Cannon [Wed, 1 Sep 2010 19:07:21 +0000 (19:07 +0000)] 
--enable-itg-arcade never worked for me, but now it does. Not sure why this was necessary, but...

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@808 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoEr, forgot the header
Mark Cannon [Wed, 1 Sep 2010 18:33:22 +0000 (18:33 +0000)] 
Er, forgot the header

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@806 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoRefactored some logic (to match trunk), refactored GetDiskSpaceFree/GetDiskSpaceTotal
Mark Cannon [Wed, 1 Sep 2010 18:32:27 +0000 (18:32 +0000)] 
Refactored some logic (to match trunk), refactored GetDiskSpaceFree/GetDiskSpaceTotal

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@805 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoCommitted partially done generic USB driver for WinUSB/libusb
Mark Cannon [Sun, 29 Aug 2010 05:04:42 +0000 (05:04 +0000)] 
Committed partially done generic USB driver for WinUSB/libusb

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@802 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoUnbreak compiling under Linux
Patrick McIlroy [Fri, 27 Aug 2010 12:25:36 +0000 (12:25 +0000)] 
Unbreak compiling under Linux

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@799 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Upgrade to Visual Studio 2008 [ crypt library updated to newer version, iButton...
Patrick McIlroy [Wed, 25 Aug 2010 20:37:15 +0000 (20:37 +0000)] 
- Upgrade to Visual Studio 2008 [ crypt library updated to newer version, iButton code rearranged and made its own VS project, macros redefined, arch_setup.h completely revamped ]

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@798 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFixed Twirl rendering logic, should play nicely with other mods now
Mark Cannon [Sat, 21 Aug 2010 18:44:22 +0000 (18:44 +0000)] 
Fixed Twirl rendering logic, should play nicely with other mods now

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@795 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- OpenITG.sln now points to Visual Studio 2008 project
Patrick McIlroy [Sun, 15 Aug 2010 06:12:19 +0000 (06:12 +0000)] 
- OpenITG.sln now points to Visual Studio 2008 project

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@794 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFixed up Twirl logic, should render properly now
Mark Cannon [Fri, 13 Aug 2010 20:54:06 +0000 (20:54 +0000)] 
Fixed up Twirl logic, should render properly now

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@793 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Add available free space in /UserPacks dir to ScreenArcadeDiagnostics
Patrick McIlroy [Fri, 13 Aug 2010 04:03:19 +0000 (04:03 +0000)] 
- Add available free space in /UserPacks dir to ScreenArcadeDiagnostics

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@792 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Fix logic in determining usable memory card drives for Win32
Patrick McIlroy [Fri, 13 Aug 2010 03:08:18 +0000 (03:08 +0000)] 
- Fix logic in determining usable memory card drives for Win32

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@790 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Add proper Win32 support for retrieving disk space
Patrick McIlroy [Wed, 11 Aug 2010 07:56:07 +0000 (07:56 +0000)] 
- Add proper Win32 support for retrieving disk space

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@789 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFix RageFileManager not resolving paths reliably
Mark Cannon [Wed, 11 Aug 2010 06:04:07 +0000 (06:04 +0000)] 
Fix RageFileManager not resolving paths reliably

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@788 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFix stupid mistakes with Win32 disk space functions
Mark Cannon [Fri, 6 Aug 2010 18:52:03 +0000 (18:52 +0000)] 
Fix stupid mistakes with Win32 disk space functions

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@787 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agotemporarily remove ridiculous timing support
Patrick McIlroy [Thu, 29 Jul 2010 17:40:25 +0000 (17:40 +0000)] 
temporarily remove ridiculous timing support

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@777 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoAdded GetDiskSpaceFree/GetDiskSpaceTotal for Windows and Unix - Windows untested...
Mark Cannon [Thu, 29 Jul 2010 15:50:32 +0000 (15:50 +0000)] 
Added GetDiskSpaceFree/GetDiskSpaceTotal for Windows and Unix - Windows untested, may break compilation

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@771 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoScreenUserPacks.cpp: IsPackAddable() no longer exists
Patrick McIlroy [Wed, 28 Jul 2010 18:12:53 +0000 (18:12 +0000)] 
ScreenUserPacks.cpp: IsPackAddable() no longer exists

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@770 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoFix misleading function name
Mark Cannon [Fri, 23 Jul 2010 00:18:55 +0000 (00:18 +0000)] 
Fix misleading function name

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@768 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years ago- Fixes UserPack deletion bug
Patrick McIlroy [Tue, 20 Jul 2010 00:48:52 +0000 (00:48 +0000)] 
- Fixes UserPack deletion bug
- trivial whitespace corrections to Song.cpp and ProfileManager.cpp

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@767 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoMemoryCardDriverThreaded_Linux.cpp: fix to support devices from newer kernels as...
Patrick McIlroy [Sun, 18 Jul 2010 21:14:29 +0000 (21:14 +0000)] 
MemoryCardDriverThreaded_Linux.cpp: fix to support devices from newer kernels as well as devices controlled by newer ub block driver

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@766 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoRidiculousTiming default to not being used
Patrick McIlroy [Sat, 17 Jul 2010 05:46:21 +0000 (05:46 +0000)] 
RidiculousTiming default to not being used

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@765 83fadc84-e282-4d84-a09a-c4228d6ae7e5

14 years agoliblualib (lua 5.0) no longer used
Patrick McIlroy [Sat, 17 Jul 2010 05:44:55 +0000 (05:44 +0000)] 
liblualib (lua 5.0) no longer used

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@764 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agoAdded a few compatibility hacks to RoXoR's ITG
Mark Cannon [Tue, 6 Jul 2010 19:25:05 +0000 (19:25 +0000)] 
Added a few compatibility hacks to RoXoR's ITG

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@763 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agono need for lualib
Patrick McIlroy [Tue, 8 Jun 2010 07:25:50 +0000 (07:25 +0000)] 
no need for lualib

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@761 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agoRageFileBasic: Trivial fixups, no need for RageLog or useless ASSERT_M
Patrick McIlroy [Tue, 11 May 2010 17:31:07 +0000 (17:31 +0000)] 
RageFileBasic: Trivial fixups, no need for RageLog or useless ASSERT_M

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@759 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agoFIXED: An unitialized value in enabling write buffering causes the buffer-used size...
Patrick McIlroy [Tue, 11 May 2010 05:40:33 +0000 (05:40 +0000)] 
FIXED: An unitialized value in enabling write buffering causes the buffer-used size to first hold an arbitrary value.

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@758 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agoTrivial typo correction to autogen.sh, remove currently non-existant MovieTexture...
Patrick McIlroy [Sun, 9 May 2010 04:35:22 +0000 (04:35 +0000)] 
Trivial typo correction to autogen.sh, remove currently non-existant MovieTexture entry in Makefile.am

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@757 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years ago..uh...
Patrick McIlroy [Fri, 7 May 2010 03:34:13 +0000 (03:34 +0000)] 
..uh...

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@756 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agoDevelopment/experimental branch
Patrick McIlroy [Tue, 6 Apr 2010 15:09:44 +0000 (15:09 +0000)] 
Development/experimental branch

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/branches/dev@753 83fadc84-e282-4d84-a09a-c4228d6ae7e5

15 years agoI am bringing down the hammer and reorganizing our terribly disorganized SVN repository
Patrick McIlroy [Tue, 6 Apr 2010 15:00:32 +0000 (15:00 +0000)] 
I am bringing down the hammer and reorganizing our terribly disorganized SVN repository

git-svn-id: https://openitg.svn.sourceforge.net/svnroot/openitg/trunk@752 83fadc84-e282-4d84-a09a-c4228d6ae7e5