From b3032f9e8b3b60a09bcc481e4797ee7306d7a223 Mon Sep 17 00:00:00 2001 From: Ketmar Dark Date: Fri, 1 Apr 2016 19:02:25 +0300 Subject: [PATCH] added license to scripts and shaders --- d2dadefs.d | 66 ++++++++++++++++++++++++++++++ data/scripts/ai/item.dacs | 17 ++++++++ data/scripts/ai/monster.dacs | 17 ++++++++ data/scripts/api/actor.dacs | 17 ++++++++ data/scripts/api/map.dacs | 17 ++++++++ data/scripts/api/monster.dacs | 17 ++++++++ data/scripts/api/move.dacs | 17 ++++++++ data/scripts/api/player.dacs | 17 ++++++++ data/scripts/api/switch.dacs | 17 ++++++++ data/scripts/d2ditems.dacs | 17 ++++++++ data/scripts/d2dmaps.dacs | 17 ++++++++ data/scripts/d2dmonsters.dacs | 17 ++++++++ data/scripts/d2dplayer.dacs | 17 ++++++++ data/scripts/d2dswitches.dacs | 17 ++++++++ data/scripts/item/ammo.dacs | 17 ++++++++ data/scripts/item/aqualung.dacs | 17 ++++++++ data/scripts/item/armorblue.dacs | 17 ++++++++ data/scripts/item/armorgreen.dacs | 17 ++++++++ data/scripts/item/backpack.dacs | 17 ++++++++ data/scripts/item/bfg9000.dacs | 17 ++++++++ data/scripts/item/cell.dacs | 17 ++++++++ data/scripts/item/cellpack.dacs | 17 ++++++++ data/scripts/item/chainsaw.dacs | 17 ++++++++ data/scripts/item/clip.dacs | 17 ++++++++ data/scripts/item/fcan.dacs | 17 ++++++++ data/scripts/item/gor1.dacs | 17 ++++++++ data/scripts/item/gun2.dacs | 17 ++++++++ data/scripts/item/invulnerability.dacs | 17 ++++++++ data/scripts/item/keyblue.dacs | 17 ++++++++ data/scripts/item/keygreen.dacs | 17 ++++++++ data/scripts/item/keyred.dacs | 17 ++++++++ data/scripts/item/machinegun.dacs | 17 ++++++++ data/scripts/item/medikit.dacs | 17 ++++++++ data/scripts/item/megasphere.dacs | 17 ++++++++ data/scripts/item/plasmagun.dacs | 17 ++++++++ data/scripts/item/protectionsuit.dacs | 17 ++++++++ data/scripts/item/rocket.dacs | 17 ++++++++ data/scripts/item/rocketbox.dacs | 17 ++++++++ data/scripts/item/rocketlauncher.dacs | 17 ++++++++ data/scripts/item/shell.dacs | 17 ++++++++ data/scripts/item/shellbox.dacs | 17 ++++++++ data/scripts/item/shotgun.dacs | 17 ++++++++ data/scripts/item/stimpack.dacs | 17 ++++++++ data/scripts/item/super.dacs | 17 ++++++++ data/scripts/item/supershotgun.dacs | 17 ++++++++ data/scripts/item/torchblue.dacs | 17 ++++++++ data/scripts/item/torchgreen.dacs | 17 ++++++++ data/scripts/item/torchred.dacs | 17 ++++++++ data/scripts/maps/map01.dacs | 17 ++++++++ data/scripts/maps/mapunknown.dacs | 17 ++++++++ data/scripts/misc/ambientlight.dacs | 17 ++++++++ data/scripts/misc/levellight.dacs | 17 ++++++++ data/scripts/monster/arachnotron.dacs | 17 ++++++++ data/scripts/monster/archvile.dacs | 17 ++++++++ data/scripts/monster/baronofhell.dacs | 17 ++++++++ data/scripts/monster/barrel.dacs | 17 ++++++++ data/scripts/monster/cacodemon.dacs | 17 ++++++++ data/scripts/monster/chaingunner.dacs | 17 ++++++++ data/scripts/monster/cyberdemon.dacs | 17 ++++++++ data/scripts/monster/demon.dacs | 17 ++++++++ data/scripts/monster/fish.dacs | 17 ++++++++ data/scripts/monster/hellknight.dacs | 17 ++++++++ data/scripts/monster/imp.dacs | 17 ++++++++ data/scripts/monster/lostsoul.dacs | 17 ++++++++ data/scripts/monster/man.dacs | 17 ++++++++ data/scripts/monster/mancubus.dacs | 17 ++++++++ data/scripts/monster/painelemental.dacs | 17 ++++++++ data/scripts/monster/revenant.dacs | 17 ++++++++ data/scripts/monster/robot.dacs | 17 ++++++++ data/scripts/monster/sergeant.dacs | 17 ++++++++ data/scripts/monster/spidermastermind.dacs | 17 ++++++++ data/scripts/monster/zombie.dacs | 17 ++++++++ data/scripts/stdlib.dacs | 17 ++++++++ data/scripts/switch/door.dacs | 17 ++++++++ data/scripts/switch/door5.dacs | 17 ++++++++ data/scripts/switch/doorclose.dacs | 17 ++++++++ data/scripts/switch/dooropen.dacs | 17 ++++++++ data/scripts/switch/dummypressactor.dacs | 17 ++++++++ data/scripts/switch/exit.dacs | 17 ++++++++ data/scripts/switch/lift.dacs | 17 ++++++++ data/scripts/switch/liftdown.dacs | 17 ++++++++ data/scripts/switch/liftup.dacs | 17 ++++++++ data/scripts/switch/press.dacs | 17 ++++++++ data/scripts/switch/teleport.dacs | 17 ++++++++ data/scripts/switch/trap.dacs | 17 ++++++++ data/scripts/switch/trapclose.dacs | 17 ++++++++ data/shaders/srlight_ambient.frag | 17 ++++++++ data/shaders/srlight_blur.frag | 17 ++++++++ data/shaders/srlight_blur_occ.frag | 17 ++++++++ data/shaders/srlight_final.frag | 17 ++++++++ data/shaders/srlight_topolar.frag | 17 ++++++++ data/shaders/srlight_topolar_new.frag | 17 ++++++++ data/shaders/srliquid_distort.frag | 17 ++++++++ data/shaders/srscanlines.frag | 17 ++++++++ xmain_d2d.d | 1 + 95 files changed, 1648 insertions(+) diff --git a/d2dadefs.d b/d2dadefs.d index 615ee47..b2ecfbe 100644 --- a/d2dadefs.d +++ b/d2dadefs.d @@ -157,6 +157,72 @@ public string getD2DSwitchClassName (uint swtype) { // ////////////////////////////////////////////////////////////////////////// // +public bool processCL (ref string[] args) { + static string h() (const(void)[] src) { + static immutable uint[5] g = [0x31c84b1, 0x95eed, 0x1c39, 0x55, 0x1]; + uint a = 0; int c = 0; auto d = cast(const(ubyte)[])src; string e; ubyte f = 0x5a; + foreach (immutable b; d) { a += (b-0x21)*g[c++]; if (c == 5) { foreach (immutable _; 0..4) { e ~= ((a>>24)^(f^=0xff))&0xff; a <<= 8; } a = 0; c = 0; } } + if (c > 1) { a += g[--c]; foreach (immutable _; 0..c) { e ~= ((a>>24)^(f^=0xff))&0xff; a <<= 8; } } + return e; + } + + for (usize idx = 1; idx < args.length; ++idx) { + string s = null; + if (args[idx] == h("Lj-`b^coRZ")) { + s = h("l86;\"KeCe2M0e21^coRZJglC6au@O$_Ks*Wf6Z40cqs6ff0@&oKfmL2f62ib^b4#!f6YOr`\\"~ + "E/latM@m_)9@`Y8kb;^ikD\\bT_mi_C3>^KfauKf.Y-\"__^+jY6huq^bgmo^b`h_d<:3aau%:'K"~ + "dkD2gj7@bbVmR!_KLVpbbaYni3bW\")tKe:(g^j=B`^j=$Yf/:E&dm)E,YBkmAbIld66)Ca$5JYY>Buk^b*JQ^j=B`^j>H2a#Lj_dP]$!M0d5fKdk/$KM[AKnM7n+cTBQ(Ke"~ + "CV3d<`hhd6EJ6d5&L``\\taeep>_!`%Ha(`%K%bKM^hrdQ?&FKeCV7Kb2TjcS*=ba\"u=2M0d)s_"~ + "0XZfcnqqPKau?lKfms?a>:slep?L@bFUNKeCM*c?d_kep>e&f.+]sKdkG-f"~ + "04mEbBhDpb=]!eh5*&_0X$ObqmI+Kepnud5&it_D9M\\Y>F::_01Mo"~ + "ep>OsKeL>+bULe_d5&it_D9Mbbs-n2d5B'1M,8nPnM7n+mlSQL^aRVg`\\EJ$Kf"~ + "mI=a?PMXju^XKKe:P*_`Z$sb<:P3bp^^f_D6ftbs-n7co/a*gj7C+b!(YYKmMf:_0X-Tf/Ul:_0X$KK"~ + "eq,&`]M7+KM\\iebt$eM>?*_Ks6a`\\EBJYB]+b_01Mf`$pBmbr*joei(H&bBhPk^j>H2a"~ + "#Lj_dP]$!RS\\]aju(4EKeCMoaDD`nL_[.KfI[?aYq@+M0d)s_"~ + "0XKa^j=QibV%-bKeCM!^aZI5Kc\\H%Kg\"3>^jh:+Kepnud5&L`dQ>K6Sl\"K+aa2#aa=5n"~ + "jdQc>JKeCV7KfI4'b!!lu^aY+:KmMf:_0XKa^j='Za?PA,`%K:`Kf.40_C3>^^iZa"); + } else if (args[idx] == h("Lj.<*f.+]s") || args[idx] == h("Lj.<*f.+]seh,#m_#") || args[idx] == h("Lj.<*f.+]sa#:k\"^]")) { + s = h("r&)iI_)9DadDWd5&K^KfdmNKf$q)MbrasKeCV7Kf@4>eh2Y6_g9]c^jUuat8<\"bs1!0b;I[hY"~ + "6rlCgcsD:`&,;Veh>Q'aYUpud5/p%KegG*f6Yh\"^a\"OiatATKnM7n+`]MX6f//1;bBhPk^j='Zcns-3bVY#+"~ + "bs1!0^bjG'f6\"2,b:^q`m6AO8`$iEId5&K^Kege\"d5/m/Mbrq!^j=B`f/:`9LcE13f0@k9Kf-bod5&L`_DT."~ + "YKfdmNKeCV7giT_@bULpmf/Uu2_KsTb^j=*YaWlKqbBhPk^j=Bcf-nEkd4'c2f0=sAbs1!0ej%Q(Y8G29^c]t%"~ + "KfdmNKeCV7gieB2`&>Cnco-S>f0=sAbs1!*Y6huq^bga,f0=sAbs1!,Kdjeg^bga,f0=sAbs1!,Kdjeg^bg`td"~ + "PJm-Kfd.5bVY#8f0=sAbs1!*Y8>,%KeCV7KdkP.f/(f'Kf-bobs0,t^bg`n^c0%fa$81!Kf?ppKeCV7KdkP.f/"~ + "(f'Kf-bo^cU.#c$Iu+a?Ra*^aP+;"); + } else if (args[idx] == h("Lj-lsf0'")) { + s = h("niqgif0=sAbs-n!asb,KKbhf_^aOm]atM@mehYH6aZe:%`&,;Veh>W'^biklf6Z40cmXSsbqmm!Mbrt/"~ + "Ke:M,aa1lh_0XlocmXT-bVdL\"_DB1naa1l^_0XKn`\\P^paYgpk`]M@i_)'XpbV[ + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module aiItem; import apiActor; diff --git a/data/scripts/ai/monster.dacs b/data/scripts/ai/monster.dacs index 1905ccc..6ce7d2d 100644 --- a/data/scripts/ai/monster.dacs +++ b/data/scripts/ai/monster.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module aiMonster; import apiActor; diff --git a/data/scripts/api/actor.dacs b/data/scripts/api/actor.dacs index 891ab3c..b43baab 100644 --- a/data/scripts/api/actor.dacs +++ b/data/scripts/api/actor.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module apiActor; import apiMap; // for flags diff --git a/data/scripts/api/map.dacs b/data/scripts/api/map.dacs index 5ba33d6..6154da9 100644 --- a/data/scripts/api/map.dacs +++ b/data/scripts/api/map.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module apiMap; //FIXME: change to functions diff --git a/data/scripts/api/monster.dacs b/data/scripts/api/monster.dacs index 69bb477..9d00a3c 100644 --- a/data/scripts/api/monster.dacs +++ b/data/scripts/api/monster.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module apiMonster; import apiActor; diff --git a/data/scripts/api/move.dacs b/data/scripts/api/move.dacs index 2279c86..ef79fe0 100644 --- a/data/scripts/api/move.dacs +++ b/data/scripts/api/move.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module apiMove; import apiActor, apiMap, stdlib; diff --git a/data/scripts/api/player.dacs b/data/scripts/api/player.dacs index 9f71f22..43da608 100644 --- a/data/scripts/api/player.dacs +++ b/data/scripts/api/player.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module apiPlayer; import apiActor; diff --git a/data/scripts/api/switch.dacs b/data/scripts/api/switch.dacs index a21021e..589a22f 100644 --- a/data/scripts/api/switch.dacs +++ b/data/scripts/api/switch.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module apiSwitch; import apiActor; diff --git a/data/scripts/d2ditems.dacs b/data/scripts/d2ditems.dacs index bb72f17..ce93a8c 100644 --- a/data/scripts/d2ditems.dacs +++ b/data/scripts/d2ditems.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module d2ditems; import itemClip; diff --git a/data/scripts/d2dmaps.dacs b/data/scripts/d2dmaps.dacs index 932999e..beb0f9a 100644 --- a/data/scripts/d2dmaps.dacs +++ b/data/scripts/d2dmaps.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module d2dmaps; import mapsMapunknown; diff --git a/data/scripts/d2dmonsters.dacs b/data/scripts/d2dmonsters.dacs index 7578b03..b640b7e 100644 --- a/data/scripts/d2dmonsters.dacs +++ b/data/scripts/d2dmonsters.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module d2dmonsters; import monsterDemon; diff --git a/data/scripts/d2dplayer.dacs b/data/scripts/d2dplayer.dacs index 566ff91..4d746fc 100644 --- a/data/scripts/d2dplayer.dacs +++ b/data/scripts/d2dplayer.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module d2dplayer is "monster" "Player"; import apiActor; diff --git a/data/scripts/d2dswitches.dacs b/data/scripts/d2dswitches.dacs index 21dd337..f7e1bff 100644 --- a/data/scripts/d2dswitches.dacs +++ b/data/scripts/d2dswitches.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module d2dswitches; import switchExit; // SW_EXIT diff --git a/data/scripts/item/ammo.dacs b/data/scripts/item/ammo.dacs index 90a60d2..92727c0 100644 --- a/data/scripts/item/ammo.dacs +++ b/data/scripts/item/ammo.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemAmmo is "item" "Ammo"; import apiActor; diff --git a/data/scripts/item/aqualung.dacs b/data/scripts/item/aqualung.dacs index 6177b3e..3edc953 100644 --- a/data/scripts/item/aqualung.dacs +++ b/data/scripts/item/aqualung.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemAqualung is "item" "Aqualung"; import apiActor; diff --git a/data/scripts/item/armorblue.dacs b/data/scripts/item/armorblue.dacs index f177d64..95d44f5 100644 --- a/data/scripts/item/armorblue.dacs +++ b/data/scripts/item/armorblue.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemArmorblue is "item" "ArmorBlue"; import apiActor; diff --git a/data/scripts/item/armorgreen.dacs b/data/scripts/item/armorgreen.dacs index 06c720e..79706b9 100644 --- a/data/scripts/item/armorgreen.dacs +++ b/data/scripts/item/armorgreen.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemArmorgreen is "item" "ArmorGreen"; import apiActor; diff --git a/data/scripts/item/backpack.dacs b/data/scripts/item/backpack.dacs index 5e16517..f4963f9 100644 --- a/data/scripts/item/backpack.dacs +++ b/data/scripts/item/backpack.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemBackpack is "item" "BackPack"; import apiActor; diff --git a/data/scripts/item/bfg9000.dacs b/data/scripts/item/bfg9000.dacs index 5b67c0a..ef416ab 100644 --- a/data/scripts/item/bfg9000.dacs +++ b/data/scripts/item/bfg9000.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemBfg9000 is "item" "BFG9000"; import apiActor; diff --git a/data/scripts/item/cell.dacs b/data/scripts/item/cell.dacs index b666702..71c2467 100644 --- a/data/scripts/item/cell.dacs +++ b/data/scripts/item/cell.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemCell is "item" "Cell"; import apiActor; diff --git a/data/scripts/item/cellpack.dacs b/data/scripts/item/cellpack.dacs index 2d0be8d..6a855ec 100644 --- a/data/scripts/item/cellpack.dacs +++ b/data/scripts/item/cellpack.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemCellpack is "item" "CellPack"; import apiActor; diff --git a/data/scripts/item/chainsaw.dacs b/data/scripts/item/chainsaw.dacs index c8016f4..78d6072 100644 --- a/data/scripts/item/chainsaw.dacs +++ b/data/scripts/item/chainsaw.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemChainsaw is "item" "Chainsaw"; import apiActor; diff --git a/data/scripts/item/clip.dacs b/data/scripts/item/clip.dacs index 018d091..c473efa 100644 --- a/data/scripts/item/clip.dacs +++ b/data/scripts/item/clip.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemClip is "item" "Clip"; import apiActor; diff --git a/data/scripts/item/fcan.dacs b/data/scripts/item/fcan.dacs index db16ebb..51792ef 100644 --- a/data/scripts/item/fcan.dacs +++ b/data/scripts/item/fcan.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemFcan is "item" "FCan"; import apiActor; diff --git a/data/scripts/item/gor1.dacs b/data/scripts/item/gor1.dacs index 96ea6ce..c368a53 100644 --- a/data/scripts/item/gor1.dacs +++ b/data/scripts/item/gor1.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemGor1 is "item" "Gor1"; import apiActor; diff --git a/data/scripts/item/gun2.dacs b/data/scripts/item/gun2.dacs index 3c8b9de..1c32c08 100644 --- a/data/scripts/item/gun2.dacs +++ b/data/scripts/item/gun2.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemGun2 is "item" "Gun2"; import apiActor; diff --git a/data/scripts/item/invulnerability.dacs b/data/scripts/item/invulnerability.dacs index e7483d0..4460181 100644 --- a/data/scripts/item/invulnerability.dacs +++ b/data/scripts/item/invulnerability.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemInvulnerability is "item" "Invulnerability"; import apiActor; diff --git a/data/scripts/item/keyblue.dacs b/data/scripts/item/keyblue.dacs index 55d05c0..b15b297 100644 --- a/data/scripts/item/keyblue.dacs +++ b/data/scripts/item/keyblue.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemKeyblue is "item" "KeyBlue"; import apiActor; diff --git a/data/scripts/item/keygreen.dacs b/data/scripts/item/keygreen.dacs index 45bfedc..bb29f0c 100644 --- a/data/scripts/item/keygreen.dacs +++ b/data/scripts/item/keygreen.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemKeygreen is "item" "KeyGreen"; import apiActor; diff --git a/data/scripts/item/keyred.dacs b/data/scripts/item/keyred.dacs index 094ece8..4a3435f 100644 --- a/data/scripts/item/keyred.dacs +++ b/data/scripts/item/keyred.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemKeyred is "item" "KeyRed"; import apiActor; diff --git a/data/scripts/item/machinegun.dacs b/data/scripts/item/machinegun.dacs index 888a653..3512d24 100644 --- a/data/scripts/item/machinegun.dacs +++ b/data/scripts/item/machinegun.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemMachinegun is "item" "MachineGun"; import apiActor; diff --git a/data/scripts/item/medikit.dacs b/data/scripts/item/medikit.dacs index 784cf43..ce403a2 100644 --- a/data/scripts/item/medikit.dacs +++ b/data/scripts/item/medikit.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemMedikit is "item" "MediKit"; import apiActor; diff --git a/data/scripts/item/megasphere.dacs b/data/scripts/item/megasphere.dacs index e394d6f..fc4d791 100644 --- a/data/scripts/item/megasphere.dacs +++ b/data/scripts/item/megasphere.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemMegasphere is "item" "MegaSphere"; import apiActor; diff --git a/data/scripts/item/plasmagun.dacs b/data/scripts/item/plasmagun.dacs index d9730f3..369d293 100644 --- a/data/scripts/item/plasmagun.dacs +++ b/data/scripts/item/plasmagun.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemPlasmagun is "item" "Plasmagun"; import apiActor; diff --git a/data/scripts/item/protectionsuit.dacs b/data/scripts/item/protectionsuit.dacs index c46f34a..de5cec7 100644 --- a/data/scripts/item/protectionsuit.dacs +++ b/data/scripts/item/protectionsuit.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemProtectionsuit is "item" "ProtectionSuit"; import apiActor; diff --git a/data/scripts/item/rocket.dacs b/data/scripts/item/rocket.dacs index dff414a..641202e 100644 --- a/data/scripts/item/rocket.dacs +++ b/data/scripts/item/rocket.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemRocket is "item" "Rocket"; import apiActor; diff --git a/data/scripts/item/rocketbox.dacs b/data/scripts/item/rocketbox.dacs index 3653af2..b915d10 100644 --- a/data/scripts/item/rocketbox.dacs +++ b/data/scripts/item/rocketbox.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemRocketbox is "item" "RocketBox"; import apiActor; diff --git a/data/scripts/item/rocketlauncher.dacs b/data/scripts/item/rocketlauncher.dacs index 3d373a9..3483a9f 100644 --- a/data/scripts/item/rocketlauncher.dacs +++ b/data/scripts/item/rocketlauncher.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemRocketlauncher is "item" "RocketLauncher"; import apiActor; diff --git a/data/scripts/item/shell.dacs b/data/scripts/item/shell.dacs index af351c6..650b873 100644 --- a/data/scripts/item/shell.dacs +++ b/data/scripts/item/shell.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemShell is "item" "Shell"; import apiActor; diff --git a/data/scripts/item/shellbox.dacs b/data/scripts/item/shellbox.dacs index 7ac5239..b5c6e54 100644 --- a/data/scripts/item/shellbox.dacs +++ b/data/scripts/item/shellbox.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemShellbox is "item" "ShellBox"; import apiActor; diff --git a/data/scripts/item/shotgun.dacs b/data/scripts/item/shotgun.dacs index 73fc9ed..f585e33 100644 --- a/data/scripts/item/shotgun.dacs +++ b/data/scripts/item/shotgun.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemShotgun is "item" "Shotgun"; import apiActor; diff --git a/data/scripts/item/stimpack.dacs b/data/scripts/item/stimpack.dacs index 2d330d1..9bfff03 100644 --- a/data/scripts/item/stimpack.dacs +++ b/data/scripts/item/stimpack.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemStimpack is "item" "StimPack"; import apiActor; diff --git a/data/scripts/item/super.dacs b/data/scripts/item/super.dacs index 876464a..6b6b0c1 100644 --- a/data/scripts/item/super.dacs +++ b/data/scripts/item/super.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemSuper is "item" "Super"; import apiActor; diff --git a/data/scripts/item/supershotgun.dacs b/data/scripts/item/supershotgun.dacs index e8d472a..dfb0c45 100644 --- a/data/scripts/item/supershotgun.dacs +++ b/data/scripts/item/supershotgun.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemSupershotgun is "item" "SuperShotgun"; import apiActor; diff --git a/data/scripts/item/torchblue.dacs b/data/scripts/item/torchblue.dacs index c9616c6..6141950 100644 --- a/data/scripts/item/torchblue.dacs +++ b/data/scripts/item/torchblue.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemTorchblue is "item" "TorchBlue"; import apiActor; diff --git a/data/scripts/item/torchgreen.dacs b/data/scripts/item/torchgreen.dacs index 36b912e..56049eb 100644 --- a/data/scripts/item/torchgreen.dacs +++ b/data/scripts/item/torchgreen.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemTorchgreen is "item" "TorchGreen"; import apiActor; diff --git a/data/scripts/item/torchred.dacs b/data/scripts/item/torchred.dacs index db032f9..f22d74a 100644 --- a/data/scripts/item/torchred.dacs +++ b/data/scripts/item/torchred.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module itemTorchred is "item" "TorchRed"; import apiActor; diff --git a/data/scripts/maps/map01.dacs b/data/scripts/maps/map01.dacs index 81c34a2..53265b0 100644 --- a/data/scripts/maps/map01.dacs +++ b/data/scripts/maps/map01.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module mapsMap01 is "map" "map01"; import apiActor; diff --git a/data/scripts/maps/mapunknown.dacs b/data/scripts/maps/mapunknown.dacs index 4ac703c..c2d2b8a 100644 --- a/data/scripts/maps/mapunknown.dacs +++ b/data/scripts/maps/mapunknown.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module mapsMapunknown is "map" " "; import apiActor; diff --git a/data/scripts/misc/ambientlight.dacs b/data/scripts/misc/ambientlight.dacs index 6d6b623..baeef74 100644 --- a/data/scripts/misc/ambientlight.dacs +++ b/data/scripts/misc/ambientlight.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // this actor is used in "press other switch" switch types module miscAmbientlight is "light" "Ambient"; diff --git a/data/scripts/misc/levellight.dacs b/data/scripts/misc/levellight.dacs index a735116..17c7a56 100644 --- a/data/scripts/misc/levellight.dacs +++ b/data/scripts/misc/levellight.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // this actor is used in "press other switch" switch types module miscLevellight is "light" "LevelLight"; diff --git a/data/scripts/monster/arachnotron.dacs b/data/scripts/monster/arachnotron.dacs index a3d9061..9528df2 100644 --- a/data/scripts/monster/arachnotron.dacs +++ b/data/scripts/monster/arachnotron.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterArachnotron is "monster" "Arachnotron"; import apiActor; diff --git a/data/scripts/monster/archvile.dacs b/data/scripts/monster/archvile.dacs index 41103fc..55502b1 100644 --- a/data/scripts/monster/archvile.dacs +++ b/data/scripts/monster/archvile.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterArchvile is "monster" "Archvile"; import apiActor; diff --git a/data/scripts/monster/baronofhell.dacs b/data/scripts/monster/baronofhell.dacs index 4689c4d..4d49f13 100644 --- a/data/scripts/monster/baronofhell.dacs +++ b/data/scripts/monster/baronofhell.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterBaronofhell is "monster" "BaronOfHell"; import apiActor; diff --git a/data/scripts/monster/barrel.dacs b/data/scripts/monster/barrel.dacs index b4ffd25..bec63f9 100644 --- a/data/scripts/monster/barrel.dacs +++ b/data/scripts/monster/barrel.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterBarrel is "monster" "Barrel"; import apiActor; diff --git a/data/scripts/monster/cacodemon.dacs b/data/scripts/monster/cacodemon.dacs index a295900..b32279a 100644 --- a/data/scripts/monster/cacodemon.dacs +++ b/data/scripts/monster/cacodemon.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterCacodemon is "monster" "Cacodemon"; import apiActor; diff --git a/data/scripts/monster/chaingunner.dacs b/data/scripts/monster/chaingunner.dacs index 3fe08ea..ab4075f 100644 --- a/data/scripts/monster/chaingunner.dacs +++ b/data/scripts/monster/chaingunner.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterChaingunner is "monster" "Chaingunner"; import apiActor; diff --git a/data/scripts/monster/cyberdemon.dacs b/data/scripts/monster/cyberdemon.dacs index 4f4271e..45547e8 100644 --- a/data/scripts/monster/cyberdemon.dacs +++ b/data/scripts/monster/cyberdemon.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterCyberdemon is "monster" "Cyberdemon"; import apiActor; diff --git a/data/scripts/monster/demon.dacs b/data/scripts/monster/demon.dacs index 0789499..eace511 100644 --- a/data/scripts/monster/demon.dacs +++ b/data/scripts/monster/demon.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterDemon is "monster" "Demon"; import apiActor; diff --git a/data/scripts/monster/fish.dacs b/data/scripts/monster/fish.dacs index df72c3d..3801d0d 100644 --- a/data/scripts/monster/fish.dacs +++ b/data/scripts/monster/fish.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterFish is "monster" "Fish"; import apiActor; diff --git a/data/scripts/monster/hellknight.dacs b/data/scripts/monster/hellknight.dacs index ef0cd39..8a54d92 100644 --- a/data/scripts/monster/hellknight.dacs +++ b/data/scripts/monster/hellknight.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterHellknight is "monster" "HellKnight"; import apiActor; diff --git a/data/scripts/monster/imp.dacs b/data/scripts/monster/imp.dacs index 835a7d7..354046b 100644 --- a/data/scripts/monster/imp.dacs +++ b/data/scripts/monster/imp.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterImp is "monster" "Imp"; import apiActor; diff --git a/data/scripts/monster/lostsoul.dacs b/data/scripts/monster/lostsoul.dacs index 013ac7f..d2fda89 100644 --- a/data/scripts/monster/lostsoul.dacs +++ b/data/scripts/monster/lostsoul.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterLostsoul is "monster" "LostSoul"; import apiActor; diff --git a/data/scripts/monster/man.dacs b/data/scripts/monster/man.dacs index 8514c57..415c5df 100644 --- a/data/scripts/monster/man.dacs +++ b/data/scripts/monster/man.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterMan is "monster" "Man"; import apiActor; diff --git a/data/scripts/monster/mancubus.dacs b/data/scripts/monster/mancubus.dacs index a7d85cd..d264c00 100644 --- a/data/scripts/monster/mancubus.dacs +++ b/data/scripts/monster/mancubus.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterMancubus is "monster" "Mancubus"; import apiActor; diff --git a/data/scripts/monster/painelemental.dacs b/data/scripts/monster/painelemental.dacs index fa5b63c..0315902 100644 --- a/data/scripts/monster/painelemental.dacs +++ b/data/scripts/monster/painelemental.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterPainelemental is "monster" "PainElemental"; import apiActor; diff --git a/data/scripts/monster/revenant.dacs b/data/scripts/monster/revenant.dacs index 820915a..54965ce 100644 --- a/data/scripts/monster/revenant.dacs +++ b/data/scripts/monster/revenant.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterRevenant is "monster" "Revenant"; import apiActor; diff --git a/data/scripts/monster/robot.dacs b/data/scripts/monster/robot.dacs index 33eec4f..10fa13e 100644 --- a/data/scripts/monster/robot.dacs +++ b/data/scripts/monster/robot.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterRobot is "monster" "Robot"; import apiActor; diff --git a/data/scripts/monster/sergeant.dacs b/data/scripts/monster/sergeant.dacs index a3e2e59..c00572a 100644 --- a/data/scripts/monster/sergeant.dacs +++ b/data/scripts/monster/sergeant.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterSergeant is "monster" "Sergeant"; import apiActor; diff --git a/data/scripts/monster/spidermastermind.dacs b/data/scripts/monster/spidermastermind.dacs index 70f8602..0a83590 100644 --- a/data/scripts/monster/spidermastermind.dacs +++ b/data/scripts/monster/spidermastermind.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterSpidermastermind is "monster" "SpiderMastermind"; import apiActor; diff --git a/data/scripts/monster/zombie.dacs b/data/scripts/monster/zombie.dacs index 1e552d9..2cff152 100644 --- a/data/scripts/monster/zombie.dacs +++ b/data/scripts/monster/zombie.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module monsterZombie is "monster" "Zombie"; import apiActor; diff --git a/data/scripts/stdlib.dacs b/data/scripts/stdlib.dacs index a9ff92e..4d0a9e2 100644 --- a/data/scripts/stdlib.dacs +++ b/data/scripts/stdlib.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module stdlib; public extern void write (...); //VAT diff --git a/data/scripts/switch/door.dacs b/data/scripts/switch/door.dacs index a486cb9..394b6e7 100644 --- a/data/scripts/switch/door.dacs +++ b/data/scripts/switch/door.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchDoor is "switch" "Door"; import apiActor; diff --git a/data/scripts/switch/door5.dacs b/data/scripts/switch/door5.dacs index ca405aa..9c10d51 100644 --- a/data/scripts/switch/door5.dacs +++ b/data/scripts/switch/door5.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchDoor5 is "switch" "Door5"; import apiActor; diff --git a/data/scripts/switch/doorclose.dacs b/data/scripts/switch/doorclose.dacs index 1ec504e..0885ff7 100644 --- a/data/scripts/switch/doorclose.dacs +++ b/data/scripts/switch/doorclose.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchDoorclose is "switch" "DoorClose"; import apiActor; diff --git a/data/scripts/switch/dooropen.dacs b/data/scripts/switch/dooropen.dacs index f67a6a5..0901944 100644 --- a/data/scripts/switch/dooropen.dacs +++ b/data/scripts/switch/dooropen.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchDooropen is "switch" "DoorOpen"; import apiActor; diff --git a/data/scripts/switch/dummypressactor.dacs b/data/scripts/switch/dummypressactor.dacs index 39a305f..5366355 100644 --- a/data/scripts/switch/dummypressactor.dacs +++ b/data/scripts/switch/dummypressactor.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ // this actor is used in "press other switch" switch types module switchDummypressactor is "switch" "DummyPressActor"; diff --git a/data/scripts/switch/exit.dacs b/data/scripts/switch/exit.dacs index 540a6b7..2dd3428 100644 --- a/data/scripts/switch/exit.dacs +++ b/data/scripts/switch/exit.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchExit is "switch" "Exit"; import apiActor; diff --git a/data/scripts/switch/lift.dacs b/data/scripts/switch/lift.dacs index b50f35c..5395ef8 100644 --- a/data/scripts/switch/lift.dacs +++ b/data/scripts/switch/lift.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchLift is "switch" "Lift"; import apiActor; diff --git a/data/scripts/switch/liftdown.dacs b/data/scripts/switch/liftdown.dacs index 508166c..3d37437 100644 --- a/data/scripts/switch/liftdown.dacs +++ b/data/scripts/switch/liftdown.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchLiftdown is "switch" "LiftDown"; import apiActor; diff --git a/data/scripts/switch/liftup.dacs b/data/scripts/switch/liftup.dacs index 926d03b..c9acc51 100644 --- a/data/scripts/switch/liftup.dacs +++ b/data/scripts/switch/liftup.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchLiftup is "switch" "LiftUp"; import apiActor; diff --git a/data/scripts/switch/press.dacs b/data/scripts/switch/press.dacs index b4f7015..ca646f1 100644 --- a/data/scripts/switch/press.dacs +++ b/data/scripts/switch/press.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchPress is "switch" "Press"; import apiActor; diff --git a/data/scripts/switch/teleport.dacs b/data/scripts/switch/teleport.dacs index f170be7..f97e5f7 100644 --- a/data/scripts/switch/teleport.dacs +++ b/data/scripts/switch/teleport.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchTeleport is "switch" "Teleport"; import apiActor; diff --git a/data/scripts/switch/trap.dacs b/data/scripts/switch/trap.dacs index 242d0a2..f5c2206 100644 --- a/data/scripts/switch/trap.dacs +++ b/data/scripts/switch/trap.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchTrap is "switch" "Trap"; import apiActor; diff --git a/data/scripts/switch/trapclose.dacs b/data/scripts/switch/trapclose.dacs index 277af81..0dcaa4a 100644 --- a/data/scripts/switch/trapclose.dacs +++ b/data/scripts/switch/trapclose.dacs @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ module switchTrapclose is "switch" "TrapClose"; import apiActor; diff --git a/data/shaders/srlight_ambient.frag b/data/shaders/srlight_ambient.frag index 6b0c569..1b31ab0 100644 --- a/data/shaders/srlight_ambient.frag +++ b/data/shaders/srlight_ambient.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 #define PI 3.1415926 diff --git a/data/shaders/srlight_blur.frag b/data/shaders/srlight_blur.frag index 0efd993..75020d7 100644 --- a/data/shaders/srlight_blur.frag +++ b/data/shaders/srlight_blur.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 #define PI 3.1415926 diff --git a/data/shaders/srlight_blur_occ.frag b/data/shaders/srlight_blur_occ.frag index d49cdbf..5614fe9 100644 --- a/data/shaders/srlight_blur_occ.frag +++ b/data/shaders/srlight_blur_occ.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 #define PI 3.1415926 diff --git a/data/shaders/srlight_final.frag b/data/shaders/srlight_final.frag index 0339ddf..2e59084 100644 --- a/data/shaders/srlight_final.frag +++ b/data/shaders/srlight_final.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 #define PI 3.1415926 diff --git a/data/shaders/srlight_topolar.frag b/data/shaders/srlight_topolar.frag index c3e5d27..0172216 100644 --- a/data/shaders/srlight_topolar.frag +++ b/data/shaders/srlight_topolar.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 #define HUMANIOD_THETA diff --git a/data/shaders/srlight_topolar_new.frag b/data/shaders/srlight_topolar_new.frag index 2933d10..e8035e1 100644 --- a/data/shaders/srlight_topolar_new.frag +++ b/data/shaders/srlight_topolar_new.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 #define HUMANIOD_THETA diff --git a/data/shaders/srliquid_distort.frag b/data/shaders/srliquid_distort.frag index b7e9c78..202f24b 100644 --- a/data/shaders/srliquid_distort.frag +++ b/data/shaders/srliquid_distort.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 uniform sampler2D texLqMap; // liquid map diff --git a/data/shaders/srscanlines.frag b/data/shaders/srscanlines.frag index 94f4907..d2f0297 100644 --- a/data/shaders/srscanlines.frag +++ b/data/shaders/srscanlines.frag @@ -1,3 +1,20 @@ +/* DooM2D: Midnight on the Firing Line + * coded by Ketmar // Invisible Vector + * Understanding is not required. Only obedience. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ #version 130 uniform sampler2D tex; diff --git a/xmain_d2d.d b/xmain_d2d.d index 91b99c8..c85bcf8 100644 --- a/xmain_d2d.d +++ b/xmain_d2d.d @@ -89,6 +89,7 @@ void main (string[] args) { --idx; //hack } } + if (processCL(args)) return; addInternalActorFields(); -- 2.11.4.GIT