diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-29 01:53:09 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-10-29 01:53:09 +0000 |
commit | 8ceb35ae193c50bdf11820eb28f5f86b40c2a89c (patch) | |
tree | 661d65cbc34ad7f84d095666363a992c7a2e825b /code/macosx | |
parent | 65b817698937b59af8cc1b268a06d7efe2fb4857 (diff) | |
download | ioquake3-aero-8ceb35ae193c50bdf11820eb28f5f86b40c2a89c.tar.gz ioquake3-aero-8ceb35ae193c50bdf11820eb28f5f86b40c2a89c.zip |
* Added STATUS
* Updated TODO
* Moved ChangeLog to root
* Updated ChangeLog
* s/Foobar/Quake III Arena Source Code/
* Biggest patch EVAR. I wonder how many mail boxes this will fill...
git-svn-id: svn://svn.icculus.org/quake3/trunk@196 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/macosx')
-rw-r--r-- | code/macosx/CGMouseDeltaFix.h | 2 | ||||
-rw-r--r-- | code/macosx/CGMouseDeltaFix.m | 2 | ||||
-rw-r--r-- | code/macosx/CGPrivateAPI.h | 2 | ||||
-rw-r--r-- | code/macosx/Q3Controller.h | 2 | ||||
-rw-r--r-- | code/macosx/Q3Controller.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_common.c | 2 | ||||
-rw-r--r-- | code/macosx/macosx_display.h | 2 | ||||
-rw-r--r-- | code/macosx/macosx_display.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_glimp.h | 2 | ||||
-rw-r--r-- | code/macosx/macosx_glimp.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_glsmp_mutex.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_glsmp_null.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_glsmp_ports.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_input.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_local.h | 2 | ||||
-rw-r--r-- | code/macosx/macosx_qgl.h | 2 | ||||
-rw-r--r-- | code/macosx/macosx_sndcore.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_snddma.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_sys.m | 2 | ||||
-rw-r--r-- | code/macosx/macosx_timers.h | 2 | ||||
-rw-r--r-- | code/macosx/macosx_timers.m | 2 |
21 files changed, 21 insertions, 21 deletions
diff --git a/code/macosx/CGMouseDeltaFix.h b/code/macosx/CGMouseDeltaFix.h index d08a0e8..83e4b04 100644 --- a/code/macosx/CGMouseDeltaFix.h +++ b/code/macosx/CGMouseDeltaFix.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/CGMouseDeltaFix.m b/code/macosx/CGMouseDeltaFix.m index 15ce740..4c17aa1 100644 --- a/code/macosx/CGMouseDeltaFix.m +++ b/code/macosx/CGMouseDeltaFix.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/CGPrivateAPI.h b/code/macosx/CGPrivateAPI.h index dd52237..5d52bd1 100644 --- a/code/macosx/CGPrivateAPI.h +++ b/code/macosx/CGPrivateAPI.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/Q3Controller.h b/code/macosx/Q3Controller.h index 1e32e95..a366464 100644 --- a/code/macosx/Q3Controller.h +++ b/code/macosx/Q3Controller.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/Q3Controller.m b/code/macosx/Q3Controller.m index 6ddf9d5..463c559 100644 --- a/code/macosx/Q3Controller.m +++ b/code/macosx/Q3Controller.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_common.c b/code/macosx/macosx_common.c index 73705d9..ab7d3be 100644 --- a/code/macosx/macosx_common.c +++ b/code/macosx/macosx_common.c @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_display.h b/code/macosx/macosx_display.h index 402558a..9c0d734 100644 --- a/code/macosx/macosx_display.h +++ b/code/macosx/macosx_display.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_display.m b/code/macosx/macosx_display.m index ae8ee13..308d5f5 100644 --- a/code/macosx/macosx_display.m +++ b/code/macosx/macosx_display.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_glimp.h b/code/macosx/macosx_glimp.h index 92b1ab9..4cbece8 100644 --- a/code/macosx/macosx_glimp.h +++ b/code/macosx/macosx_glimp.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_glimp.m b/code/macosx/macosx_glimp.m index 2d45a1e..3641ca2 100644 --- a/code/macosx/macosx_glimp.m +++ b/code/macosx/macosx_glimp.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_glsmp_mutex.m b/code/macosx/macosx_glsmp_mutex.m index eff1fba..3fe03d8 100644 --- a/code/macosx/macosx_glsmp_mutex.m +++ b/code/macosx/macosx_glsmp_mutex.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_glsmp_null.m b/code/macosx/macosx_glsmp_null.m index a0cb7b1..0568d28 100644 --- a/code/macosx/macosx_glsmp_null.m +++ b/code/macosx/macosx_glsmp_null.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_glsmp_ports.m b/code/macosx/macosx_glsmp_ports.m index 8f39a4e..82f1319 100644 --- a/code/macosx/macosx_glsmp_ports.m +++ b/code/macosx/macosx_glsmp_ports.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_input.m b/code/macosx/macosx_input.m index 3f29ec1..1ebed63 100644 --- a/code/macosx/macosx_input.m +++ b/code/macosx/macosx_input.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_local.h b/code/macosx/macosx_local.h index 413e1a3..d6eaa1e 100644 --- a/code/macosx/macosx_local.h +++ b/code/macosx/macosx_local.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_qgl.h b/code/macosx/macosx_qgl.h index 8db6d98..1fa38ff 100644 --- a/code/macosx/macosx_qgl.h +++ b/code/macosx/macosx_qgl.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_sndcore.m b/code/macosx/macosx_sndcore.m index d478ea0..669af1d 100644 --- a/code/macosx/macosx_sndcore.m +++ b/code/macosx/macosx_sndcore.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_snddma.m b/code/macosx/macosx_snddma.m index e7451bb..5d1c705 100644 --- a/code/macosx/macosx_snddma.m +++ b/code/macosx/macosx_snddma.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_sys.m b/code/macosx/macosx_sys.m index d9bcd44..21effd0 100644 --- a/code/macosx/macosx_sys.m +++ b/code/macosx/macosx_sys.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_timers.h b/code/macosx/macosx_timers.h index 1af18ea..f2bf6cf 100644 --- a/code/macosx/macosx_timers.h +++ b/code/macosx/macosx_timers.h @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ diff --git a/code/macosx/macosx_timers.m b/code/macosx/macosx_timers.m index af8d6ca..47ba235 100644 --- a/code/macosx/macosx_timers.m +++ b/code/macosx/macosx_timers.m @@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Quake III Arena source code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ |