Strona działa najlepiej z włączonym JavaScript.
Strona główna
Pomoc
Zaloguj się
cacalabs
/
libcaca
kopia lustrzana
https://github.com/cacalabs/libcaca.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
7
Wiki
Aktywność
Przeglądaj źródła
* I think I fucked up the $Id tags on my previous commit.
tags/v0.99.beta14
Sam Hocevar
sam
22 lat temu
rodzic
6a9274351e
commit
ec792e69fb
12 zmienionych plików
z
12 dodań
i
12 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+1
-1
src/aliens.c
+1
-1
src/bonus.c
+1
-1
src/ceo.c
+1
-1
src/collide.c
+1
-1
src/common.h
+1
-1
src/explosions.c
+1
-1
src/graphics.c
+1
-1
src/main.c
+1
-1
src/player.c
+1
-1
src/starfield.c
+1
-1
src/tunnel.c
+1
-1
src/weapons.c
+ 1
- 1
src/aliens.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/bonus.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/ceo.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/collide.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/common.h
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/explosions.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/graphics.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/main.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/player.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/starfield.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
+ 1
- 1
src/tunnel.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* All Rights Reserved
*
* $Id: t
arass
* $Id: t
unnel.c,v 1.4 2002/12/22 18:44:12 sam Exp $
*
* 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
+ 1
- 1
src/weapons.c
Wyświetl plik
@@ -3,7 +3,7 @@
* Copyright (c) 2002 Sam Hocevar <sam@zoy.org>
* 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
* it under the terms of the GNU General Public License as published by
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz