boswars/campaigns/swindler
Francois Beerten 48338752ce lua scripts: Trim trailing whitespace of each line
Trailing whitespace makes the code inconsistent and create dull
changes in revision history (git). Clean it up once and for all.

Trailing whitespace trimmed with the following script:

    for i in `find -iname "*.lua"`;
    do
      echo $i
      sed -i 's/[ \t]*$//' "$i"
    done;
2023-06-29 12:23:35 +02:00
..
campaign.lua lua scripts: Trim trailing whitespace of each line 2023-06-29 12:23:35 +02:00
level01.smp Revert the hidden removal of the swindler campaign. 2023-06-23 15:31:51 +02:00
level01.sms One more level for the swindler campaign. 2023-06-23 15:31:54 +02:00
level02.smp Remove the executable bit on some map files. 2023-06-23 15:31:54 +02:00
level02.sms Remove the executable bit on some map files. 2023-06-23 15:31:54 +02:00
level03.smp Remove the executable bit on some map files. 2023-06-23 15:31:54 +02:00
level03.sms Remove the executable bit on some map files. 2023-06-23 15:31:54 +02:00
level04.smp One level added to the swindler campaign. 2023-06-23 15:31:54 +02:00
level04.sms One level added to the swindler campaign. 2023-06-23 15:31:54 +02:00
level05.smp One more level for the swindler campaign. 2023-06-23 15:31:54 +02:00
level05.sms One more level for the swindler campaign. 2023-06-23 15:31:54 +02:00
swindler.png Revert the hidden removal of the swindler campaign. 2023-06-23 15:31:51 +02:00