Add big fat developer warning to all racing scripts about compability
This is done to prevent me and others from committing crap. :D
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Sun Apr 30 00:36:36 2017 +0200
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Mon May 01 00:04:28 2017 +0200
@@ -1,5 +1,10 @@
-- Hedgewars - Roperace for 2+ Players
+-- DEVELOPER WARNING - FOR OFFICIAL DEVELOPMENT --
+-- Be careful when editig this script, do not introduce changes lightly!
+-- This script is used for time records on the official Hedgewars server.
+-- Introducing breaking changes means we have to invalidate past time records!
+
HedgewarsScriptLoad("/Scripts/Locale.lua")
-- store number of hedgehogs
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Sun Apr 30 00:36:36 2017 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Mon May 01 00:04:28 2017 +0200
@@ -5,6 +5,11 @@
-- by mikade
-----------------------------------------
+-- DEVELOPER WARNING - FOR OFFICIAL DEVELOPMENT --
+-- Be careful when editig this script, do not introduce changes lightly!
+-- This script is used for time records on the official Hedgewars server.
+-- Introducing breaking changes means we have to invalidate past time records!
+
-----------------------------------
--0.1: took all the code from crazy racer and scrapped most of it
-----------------------------------
--- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Sun Apr 30 00:36:36 2017 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Mon May 01 00:04:28 2017 +0200
@@ -2,6 +2,11 @@
-- TECH RACER v0.8
-----------------------------------------
+-- DEVELOPER WARNING - FOR OFFICIAL DEVELOPMENT --
+-- Be careful when editig this script, do not introduce changes lightly!
+-- This script is used for time records on the official Hedgewars server.
+-- Introducing breaking changes means we have to invalidate past time records!
+
--------------
-- TO DO
--------------