Tried enabling keyword substitution for $Id$
authorChristoph Sommer <mail@christoph-sommer.de>
Thu, 27 Apr 2006 18:19:15 +0000 (18:19 +0000)
committerChristoph Sommer <mail@christoph-sommer.de>
Thu, 27 Apr 2006 18:19:15 +0000 (18:19 +0000)
SVN-Revision: 3452

28 files changed:
src/badguy/dart.cpp
src/badguy/dart.hpp
src/badguy/darttrap.cpp
src/badguy/darttrap.hpp
src/badguy/snail.cpp
src/badguy/snail.hpp
src/fadeout.cpp
src/fadeout.hpp
src/log.cpp
src/object/falling_coin.cpp
src/object/falling_coin.hpp
src/ref.hpp
src/refcounter.hpp
src/screen_fade.hpp
src/scripting/thread_queue.cpp
src/scripting/thread_queue.hpp
src/scripting/time_scheduler.cpp
src/scripting/time_scheduler.hpp
src/shrinkfade.cpp
src/shrinkfade.hpp
src/worldmap/level.cpp
src/worldmap/level.hpp
src/worldmap/special_tile.cpp
src/worldmap/special_tile.hpp
src/worldmap/sprite_change.cpp
src/worldmap/sprite_change.hpp
src/worldmap/tux.cpp
src/worldmap/tux.hpp

index e266c20..5fc4d2a 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: dart.cpp 3327 2006-04-13 15:02:40Z sommer $
+//  $Id$
 //
 //  Dart - Your average poison dart
 //  Copyright (C) 2006 Christoph Sommer <supertux@2006.expires.deltadevelopment.de>
index 46bc301..c816e92 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: dart.hpp 3327 2006-04-13 15:02:40Z sommer $
+//  $Id$
 //
 //  Dart - Your average poison dart
 //  Copyright (C) 2006 Christoph Sommer <supertux@2006.expires.deltadevelopment.de>
index f04d5cc..fa76173 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: darttrap.cpp 3342 2006-04-14 22:48:51Z sommer $
+//  $Id$
 //
 //  DartTrap - Shoots a Dart at regular intervals
 //  Copyright (C) 2006 Christoph Sommer <supertux@2006.expires.deltadevelopment.de>
index dce5778..d3598b8 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: darttrap.hpp 3327 2006-04-13 15:02:40Z sommer $
+//  $Id$
 //
 //  DartTrap - Shoots a Dart at regular intervals
 //  Copyright (C) 2006 Christoph Sommer <supertux@2006.expires.deltadevelopment.de>
index 72a7891..565aa0f 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: snail.cpp 3364 2006-04-19 00:54:40Z sommer $
+//  $Id$
 //
 //  SuperTux - Badguy "Snail"
 //  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
index 5866e95..76252ca 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: snail.hpp 3364 2006-04-19 00:54:40Z sommer $
+//  $Id$
 //
 //  SuperTux - Badguy "Snail"
 //  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
index f7b7752..25165e2 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index 4afcdfa..130cac0 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index b655247..086cfab 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: log.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux Debug Helper Functions
 //  Copyright (C) 2006 Christoph Sommer <christoph.sommer@2006.expires.deltadevelopment.de>
index b1365b6..4066d2b 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: infoblock.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Ondrej Hosek <ondra.hosek@gmail.com>
index c801902..04358dd 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: infoblock.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Ondrej Hosek <ondra.hosek@gmail.com>
index ff7e07c..76f5677 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: main.cpp 3385 2006-04-23 13:08:57Z matzebraun $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index 1c26b59..c6d9598 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: refcounter.hpp 1195 2006-01-07 10:37:52Z grumbel $
+//  $Id$
 // 
 //  Windstille - A Jump'n Shoot Game
 //  Copyright (C) 2005 Matthias Braun <matze@braunis.de>
index bd78e59..5a91489 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index 100db79..f14e971 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: wrapper_util.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index f336cd3..2614b65 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: wrapper_util.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index afaee6c..8c3314b 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: script_manager.hpp 3379 2006-04-20 18:44:10Z matzebraun $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index 05c6569..e3bf895 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: script_manager.hpp 3379 2006-04-20 18:44:10Z matzebraun $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index 0b99900..9486b15 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index bbea97f..8860f5b 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2006 Matthias Braun <matze@braunis.de>
index 67a1ba9..51f2a81 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index 13e0941..ce59cd2 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index 6db08a1..c855d05 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index 068c01f..c537d4c 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index ee959fe..2516ad6 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index a597f7a..354e32c 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index 40c1327..6a3a8bb 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux -  A Jump'n Run
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>
index 173bbec..7d92b1f 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: worldmap.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $
+//  $Id$
 //
 //  SuperTux -  A Jump'n Run
 //  Copyright (C) 2004 Ingo Ruhnke <grumbel@gmx.de>