From: Christoph Sommer Date: Thu, 27 Apr 2006 18:19:15 +0000 (+0000) Subject: Tried enabling keyword substitution for $Id$ X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=cb941f239a04ee0588c99bfcdcd6aff62e1fbc98;p=supertux.git Tried enabling keyword substitution for $Id$ SVN-Revision: 3452 --- diff --git a/src/badguy/dart.cpp b/src/badguy/dart.cpp index e266c2036..5fc4d2ad3 100644 --- a/src/badguy/dart.cpp +++ b/src/badguy/dart.cpp @@ -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 diff --git a/src/badguy/dart.hpp b/src/badguy/dart.hpp index 46bc30173..c816e9271 100644 --- a/src/badguy/dart.hpp +++ b/src/badguy/dart.hpp @@ -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 diff --git a/src/badguy/darttrap.cpp b/src/badguy/darttrap.cpp index f04d5cc96..fa76173a6 100644 --- a/src/badguy/darttrap.cpp +++ b/src/badguy/darttrap.cpp @@ -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 diff --git a/src/badguy/darttrap.hpp b/src/badguy/darttrap.hpp index dce5778be..d3598b8e5 100644 --- a/src/badguy/darttrap.hpp +++ b/src/badguy/darttrap.hpp @@ -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 diff --git a/src/badguy/snail.cpp b/src/badguy/snail.cpp index 72a789109..565aa0f91 100644 --- a/src/badguy/snail.cpp +++ b/src/badguy/snail.cpp @@ -1,4 +1,4 @@ -// $Id: snail.cpp 3364 2006-04-19 00:54:40Z sommer $ +// $Id$ // // SuperTux - Badguy "Snail" // Copyright (C) 2006 Christoph Sommer diff --git a/src/badguy/snail.hpp b/src/badguy/snail.hpp index 5866e9513..76252caf4 100644 --- a/src/badguy/snail.hpp +++ b/src/badguy/snail.hpp @@ -1,4 +1,4 @@ -// $Id: snail.hpp 3364 2006-04-19 00:54:40Z sommer $ +// $Id$ // // SuperTux - Badguy "Snail" // Copyright (C) 2006 Christoph Sommer diff --git a/src/fadeout.cpp b/src/fadeout.cpp index f7b775215..25165e2cd 100644 --- a/src/fadeout.cpp +++ b/src/fadeout.cpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/fadeout.hpp b/src/fadeout.hpp index 4afcdfadb..130cac072 100644 --- a/src/fadeout.hpp +++ b/src/fadeout.hpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/log.cpp b/src/log.cpp index b65524759..086cfabd0 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -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 diff --git a/src/object/falling_coin.cpp b/src/object/falling_coin.cpp index b1365b61c..4066d2bd3 100644 --- a/src/object/falling_coin.cpp +++ b/src/object/falling_coin.cpp @@ -1,4 +1,4 @@ -// $Id: infoblock.cpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Ondrej Hosek diff --git a/src/object/falling_coin.hpp b/src/object/falling_coin.hpp index c80190246..04358dd2d 100644 --- a/src/object/falling_coin.hpp +++ b/src/object/falling_coin.hpp @@ -1,4 +1,4 @@ -// $Id: infoblock.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Ondrej Hosek diff --git a/src/ref.hpp b/src/ref.hpp index ff7e07c03..76f5677a6 100644 --- a/src/ref.hpp +++ b/src/ref.hpp @@ -1,4 +1,4 @@ -// $Id: main.cpp 3385 2006-04-23 13:08:57Z matzebraun $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/refcounter.hpp b/src/refcounter.hpp index 1c26b594d..c6d95984e 100644 --- a/src/refcounter.hpp +++ b/src/refcounter.hpp @@ -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 diff --git a/src/screen_fade.hpp b/src/screen_fade.hpp index bd78e5986..5a91489f6 100644 --- a/src/screen_fade.hpp +++ b/src/screen_fade.hpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/scripting/thread_queue.cpp b/src/scripting/thread_queue.cpp index 100db79c1..f14e9718d 100644 --- a/src/scripting/thread_queue.cpp +++ b/src/scripting/thread_queue.cpp @@ -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 diff --git a/src/scripting/thread_queue.hpp b/src/scripting/thread_queue.hpp index f336cd354..2614b65fd 100644 --- a/src/scripting/thread_queue.hpp +++ b/src/scripting/thread_queue.hpp @@ -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 diff --git a/src/scripting/time_scheduler.cpp b/src/scripting/time_scheduler.cpp index afaee6cbb..8c3314b74 100644 --- a/src/scripting/time_scheduler.cpp +++ b/src/scripting/time_scheduler.cpp @@ -1,4 +1,4 @@ -// $Id: script_manager.hpp 3379 2006-04-20 18:44:10Z matzebraun $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/scripting/time_scheduler.hpp b/src/scripting/time_scheduler.hpp index 05c6569ee..e3bf895f5 100644 --- a/src/scripting/time_scheduler.hpp +++ b/src/scripting/time_scheduler.hpp @@ -1,4 +1,4 @@ -// $Id: script_manager.hpp 3379 2006-04-20 18:44:10Z matzebraun $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/shrinkfade.cpp b/src/shrinkfade.cpp index 0b999004e..9486b1501 100644 --- a/src/shrinkfade.cpp +++ b/src/shrinkfade.cpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/shrinkfade.hpp b/src/shrinkfade.hpp index bbea97fdc..8860f5bb3 100644 --- a/src/shrinkfade.hpp +++ b/src/shrinkfade.hpp @@ -1,4 +1,4 @@ -// $Id: screen.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2006 Matthias Braun diff --git a/src/worldmap/level.cpp b/src/worldmap/level.cpp index 67a1ba91a..51f2a81b3 100644 --- a/src/worldmap/level.cpp +++ b/src/worldmap/level.cpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke diff --git a/src/worldmap/level.hpp b/src/worldmap/level.hpp index 13e09415b..ce59cd277 100644 --- a/src/worldmap/level.hpp +++ b/src/worldmap/level.hpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke diff --git a/src/worldmap/special_tile.cpp b/src/worldmap/special_tile.cpp index 6db08a145..c855d05a9 100644 --- a/src/worldmap/special_tile.cpp +++ b/src/worldmap/special_tile.cpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke diff --git a/src/worldmap/special_tile.hpp b/src/worldmap/special_tile.hpp index 068c01fb5..c537d4c6e 100644 --- a/src/worldmap/special_tile.hpp +++ b/src/worldmap/special_tile.hpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke diff --git a/src/worldmap/sprite_change.cpp b/src/worldmap/sprite_change.cpp index ee959fe63..2516ad6e5 100644 --- a/src/worldmap/sprite_change.cpp +++ b/src/worldmap/sprite_change.cpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke diff --git a/src/worldmap/sprite_change.hpp b/src/worldmap/sprite_change.hpp index a597f7a0e..354e32c05 100644 --- a/src/worldmap/sprite_change.hpp +++ b/src/worldmap/sprite_change.hpp @@ -1,4 +1,4 @@ -// $Id: worldmap.hpp 3327 2006-04-13 15:02:40Z ravu_al_hemio $ +// $Id$ // // SuperTux // Copyright (C) 2004 Ingo Ruhnke diff --git a/src/worldmap/tux.cpp b/src/worldmap/tux.cpp index 40c132766..6a3a8bbec 100644 --- a/src/worldmap/tux.cpp +++ b/src/worldmap/tux.cpp @@ -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 diff --git a/src/worldmap/tux.hpp b/src/worldmap/tux.hpp index 173bbecf7..7d92b1fad 100644 --- a/src/worldmap/tux.hpp +++ b/src/worldmap/tux.hpp @@ -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