소스 검색

* I think I fucked up the $Id tags on my previous commit.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/ttyvaders/trunk@38 92316355-f0b4-4df1-b90c-862c8a59935f
master
sam 22 년 전
부모
커밋
61f7e9eba4
12개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. +1
    -1
      src/aliens.c
  2. +1
    -1
      src/bonus.c
  3. +1
    -1
      src/ceo.c
  4. +1
    -1
      src/collide.c
  5. +1
    -1
      src/common.h
  6. +1
    -1
      src/explosions.c
  7. +1
    -1
      src/graphics.c
  8. +1
    -1
      src/main.c
  9. +1
    -1
      src/player.c
  10. +1
    -1
      src/starfield.c
  11. +1
    -1
      src/tunnel.c
  12. +1
    -1
      src/weapons.c

+ 1
- 1
src/aliens.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: aliens.c,v 1.6 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/bonus.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: bonus.c,v 1.3 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/ceo.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: ceo.c,v 1.3 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/collide.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: collide.c,v 1.6 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/common.h 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: common.h,v 1.7 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/explosions.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: explosions.c,v 1.4 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/graphics.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: graphics.c,v 1.4 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/main.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: main.c,v 1.7 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/player.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: player.c,v 1.4 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/starfield.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: starfield.c,v 1.4 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/tunnel.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: tunnel.c,v 1.4 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


+ 1
- 1
src/weapons.c 파일 보기

@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org> * Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved * All Rights Reserved
* *
* $Id: tarass
* $Id: weapons.c,v 1.7 2002/12/22 18:44:12 sam Exp $
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by


불러오는 중...
취소
저장