# HG changeset patch # User Wuzzy # Date 1493589868 -7200 # Node ID 0eb1457f7b9439b32152e9a6aec6726046918927 # Parent cfcbc960337e664b37c0bb3d7368e5da42cc765b Add big fat developer warning to all racing scripts about compability This is done to prevent me and others from committing crap. :D diff -r cfcbc960337e -r 0eb1457f7b94 share/hedgewars/Data/Maps/TrophyRace/map.lua --- 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 diff -r cfcbc960337e -r 0eb1457f7b94 share/hedgewars/Data/Scripts/Multiplayer/Racer.lua --- 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 ----------------------------------- diff -r cfcbc960337e -r 0eb1457f7b94 share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua --- 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 --------------