From 290cb55bcf998a7a9ea3d99dda6683432d2426bc Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sun, 13 Mar 2022 16:59:12 -0700 Subject: [PATCH] Update copyright information Remove pmodel attributes from the player class. --- src/client/cmds.qc | 2 +- src/client/crosshair.qc | 2 +- src/client/defs.h | 2 +- src/client/draw.qc | 2 +- src/client/entities.qc | 2 +- src/client/game_event.qc | 2 +- src/client/hud.h | 2 +- src/client/hud.qc | 2 +- src/client/hud_weaponselect.qc | 2 +- src/client/init.qc | 2 +- src/client/nightvision.qc | 2 +- src/client/radar.qc | 2 +- src/client/radio.qc | 2 +- src/client/textmenu.qc | 2 +- src/client/vgui_chooseteam.qc | 2 +- src/client/view.qc | 2 +- src/server/ammo.qc | 2 +- src/server/armoury_entity.qc | 2 +- src/server/bot.h | 2 +- src/server/bot.qc | 2 +- src/server/buy.h | 2 +- src/server/buy.qc | 2 +- src/server/client.qc | 2 +- src/server/defs.h | 2 +- src/server/func_bomb_target.qc | 2 +- src/server/func_buyzone.qc | 2 +- src/server/func_escapezone.qc | 2 +- src/server/func_hostage_rescue.qc | 2 +- src/server/func_vip_safetyzone.qc | 2 +- src/server/game_money.qc | 2 +- src/server/game_rules.qc | 2 +- src/server/gamerules.h | 2 +- src/server/gamerules.qc | 2 +- src/server/gamerules_multiplayer.qc | 2 +- src/server/gamerules_singleplayer.qc | 2 +- src/server/hostage_entity.qc | 2 +- src/server/info_buyzone.qc | 2 +- src/server/info_hostage_rescue.qc | 2 +- src/server/info_map_parameters.qc | 2 +- src/server/item_suit.qc | 2 +- src/server/money.h | 2 +- src/server/player.qc | 2 +- src/server/progs.src | 1 + src/server/server.qc | 2 +- src/server/spawn.qc | 2 +- src/shared/animations.h | 2 +- src/shared/animations.qc | 2 +- src/shared/defs.h | 2 +- src/shared/entities.h | 2 +- src/shared/events.h | 2 +- src/shared/flags.h | 2 +- src/shared/fx_flashbang.qc | 2 +- src/shared/fx_impact.qc | 2 +- src/shared/fx_smokenade.qc | 2 +- src/shared/item_c4bomb.qc | 2 +- src/shared/items.h | 2 +- src/shared/player.h | 13 +------------ src/shared/pmove.qc | 2 +- src/shared/w_ak47.qc | 2 +- src/shared/w_aug.qc | 2 +- src/shared/w_awp.qc | 2 +- src/shared/w_c4bomb.qc | 2 +- src/shared/w_deagle.qc | 2 +- src/shared/w_elites.qc | 2 +- src/shared/w_fiveseven.qc | 2 +- src/shared/w_flashbang.qc | 2 +- src/shared/w_g3sg1.qc | 2 +- src/shared/w_glock18.qc | 2 +- src/shared/w_hegrenade.qc | 2 +- src/shared/w_knife.qc | 2 +- src/shared/w_m3.qc | 2 +- src/shared/w_m4a1.qc | 2 +- src/shared/w_mac10.qc | 2 +- src/shared/w_mp5.qc | 2 +- src/shared/w_p228.qc | 2 +- src/shared/w_p90.qc | 2 +- src/shared/w_para.qc | 2 +- src/shared/w_scout.qc | 2 +- src/shared/w_sg550.qc | 2 +- src/shared/w_sg552.qc | 2 +- src/shared/w_smokegrenade.qc | 2 +- src/shared/w_tmp.qc | 2 +- src/shared/w_ump45.qc | 2 +- src/shared/w_usp45.qc | 2 +- src/shared/w_xm1014.qc | 2 +- src/shared/weapons.h | 2 +- src/shared/weapons.qc | 2 +- src/shared/weapons_cstrike.qc | 2 +- 88 files changed, 88 insertions(+), 98 deletions(-) diff --git a/src/client/cmds.qc b/src/client/cmds.qc index 19fd01c..293ad88 100644 --- a/src/client/cmds.qc +++ b/src/client/cmds.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/crosshair.qc b/src/client/crosshair.qc index b2e7fd0..e2deb7a 100644 --- a/src/client/crosshair.qc +++ b/src/client/crosshair.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/defs.h b/src/client/defs.h index 9f342be..173cb1c 100644 --- a/src/client/defs.h +++ b/src/client/defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/draw.qc b/src/client/draw.qc index 4106efd..e5a8d9c 100644 --- a/src/client/draw.qc +++ b/src/client/draw.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/entities.qc b/src/client/entities.qc index 2101647..5cff7d8 100644 --- a/src/client/entities.qc +++ b/src/client/entities.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/game_event.qc b/src/client/game_event.qc index 2b423b4..951fd5a 100644 --- a/src/client/game_event.qc +++ b/src/client/game_event.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/hud.h b/src/client/hud.h index a3d7cc5..95f3c7c 100644 --- a/src/client/hud.h +++ b/src/client/hud.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/hud.qc b/src/client/hud.qc index c391490..ffd0d95 100644 --- a/src/client/hud.qc +++ b/src/client/hud.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/hud_weaponselect.qc b/src/client/hud_weaponselect.qc index ff7cd7c..98d35fc 100644 --- a/src/client/hud_weaponselect.qc +++ b/src/client/hud_weaponselect.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/init.qc b/src/client/init.qc index b1e3e2f..2d8d7a0 100644 --- a/src/client/init.qc +++ b/src/client/init.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/nightvision.qc b/src/client/nightvision.qc index 10403d8..1e6675e 100644 --- a/src/client/nightvision.qc +++ b/src/client/nightvision.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/radar.qc b/src/client/radar.qc index 7fa21e7..d1b8fbb 100644 --- a/src/client/radar.qc +++ b/src/client/radar.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/radio.qc b/src/client/radio.qc index 5a44087..4bd02a3 100755 --- a/src/client/radio.qc +++ b/src/client/radio.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/textmenu.qc b/src/client/textmenu.qc index d368b34..bbfd90c 100644 --- a/src/client/textmenu.qc +++ b/src/client/textmenu.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/vgui_chooseteam.qc b/src/client/vgui_chooseteam.qc index 5cf7661..35e8b22 100644 --- a/src/client/vgui_chooseteam.qc +++ b/src/client/vgui_chooseteam.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/client/view.qc b/src/client/view.qc index 1f6d7d7..3cc04e2 100644 --- a/src/client/view.qc +++ b/src/client/view.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/ammo.qc b/src/server/ammo.qc index 438741a..468f3fc 100644 --- a/src/server/ammo.qc +++ b/src/server/ammo.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/armoury_entity.qc b/src/server/armoury_entity.qc index 82ea760..6b1ff8f 100644 --- a/src/server/armoury_entity.qc +++ b/src/server/armoury_entity.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/bot.h b/src/server/bot.h index 425552f..ab65d47 100644 --- a/src/server/bot.h +++ b/src/server/bot.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/bot.qc b/src/server/bot.qc index e81f7e5..d9ae79b 100644 --- a/src/server/bot.qc +++ b/src/server/bot.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/buy.h b/src/server/buy.h index 56e21a0..b79ac61 100644 --- a/src/server/buy.h +++ b/src/server/buy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/buy.qc b/src/server/buy.qc index eda6b29..4c773e8 100644 --- a/src/server/buy.qc +++ b/src/server/buy.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/client.qc b/src/server/client.qc index b5221a1..a70ad96 100644 --- a/src/server/client.qc +++ b/src/server/client.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/defs.h b/src/server/defs.h index 8a514e8..f8103f7 100644 --- a/src/server/defs.h +++ b/src/server/defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/func_bomb_target.qc b/src/server/func_bomb_target.qc index 43dd7f4..8855f3e 100644 --- a/src/server/func_bomb_target.qc +++ b/src/server/func_bomb_target.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/func_buyzone.qc b/src/server/func_buyzone.qc index 088a3c5..921488b 100644 --- a/src/server/func_buyzone.qc +++ b/src/server/func_buyzone.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/func_escapezone.qc b/src/server/func_escapezone.qc index 96c69d6..a117cab 100644 --- a/src/server/func_escapezone.qc +++ b/src/server/func_escapezone.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/func_hostage_rescue.qc b/src/server/func_hostage_rescue.qc index 5299fd0..40754e6 100644 --- a/src/server/func_hostage_rescue.qc +++ b/src/server/func_hostage_rescue.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/func_vip_safetyzone.qc b/src/server/func_vip_safetyzone.qc index 4dd96e2..2c051a9 100644 --- a/src/server/func_vip_safetyzone.qc +++ b/src/server/func_vip_safetyzone.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/game_money.qc b/src/server/game_money.qc index 4a0a695..e675b46 100644 --- a/src/server/game_money.qc +++ b/src/server/game_money.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 Marco Hladik + * Copyright (c) 2016-2019 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/game_rules.qc b/src/server/game_rules.qc index d5ce10e..0375c53 100755 --- a/src/server/game_rules.qc +++ b/src/server/game_rules.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 Marco Hladik + * Copyright (c) 2016-2019 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/gamerules.h b/src/server/gamerules.h index 911ea36..0286ac4 100644 --- a/src/server/gamerules.h +++ b/src/server/gamerules.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/gamerules.qc b/src/server/gamerules.qc index a6e05be..9cb487f 100644 --- a/src/server/gamerules.qc +++ b/src/server/gamerules.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/gamerules_multiplayer.qc b/src/server/gamerules_multiplayer.qc index 131eedb..88062eb 100644 --- a/src/server/gamerules_multiplayer.qc +++ b/src/server/gamerules_multiplayer.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/gamerules_singleplayer.qc b/src/server/gamerules_singleplayer.qc index 17a8328..893f2af 100644 --- a/src/server/gamerules_singleplayer.qc +++ b/src/server/gamerules_singleplayer.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/hostage_entity.qc b/src/server/hostage_entity.qc index e429fa7..6f5a1d4 100644 --- a/src/server/hostage_entity.qc +++ b/src/server/hostage_entity.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/info_buyzone.qc b/src/server/info_buyzone.qc index 99203ac..6699e99 100644 --- a/src/server/info_buyzone.qc +++ b/src/server/info_buyzone.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/info_hostage_rescue.qc b/src/server/info_hostage_rescue.qc index 3e19f18..66ecfe6 100644 --- a/src/server/info_hostage_rescue.qc +++ b/src/server/info_hostage_rescue.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/info_map_parameters.qc b/src/server/info_map_parameters.qc index bda90c6..f3bf83b 100644 --- a/src/server/info_map_parameters.qc +++ b/src/server/info_map_parameters.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/item_suit.qc b/src/server/item_suit.qc index 08be8b7..5ce259a 100644 --- a/src/server/item_suit.qc +++ b/src/server/item_suit.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/money.h b/src/server/money.h index c81bdb9..4c72c51 100644 --- a/src/server/money.h +++ b/src/server/money.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 Marco Hladik + * Copyright (c) 2016-2019 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/player.qc b/src/server/player.qc index c4d5f20..c37c1c1 100644 --- a/src/server/player.qc +++ b/src/server/player.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/progs.src b/src/server/progs.src index 31916e3..438027b 100755 --- a/src/server/progs.src +++ b/src/server/progs.src @@ -13,6 +13,7 @@ ../../../src/shared/fteextensions.qc ../../../src/shared/defs.h ../../../src/server/defs.h +../../../src/botlib/botinfo.h ../../../src/gs-entbase/server.src ../../../src/gs-entbase/shared.src ../shared/defs.h diff --git a/src/server/server.qc b/src/server/server.qc index 4071c8a..413bb6a 100644 --- a/src/server/server.qc +++ b/src/server/server.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/server/spawn.qc b/src/server/spawn.qc index 0b074f4..3ff6ddd 100644 --- a/src/server/spawn.qc +++ b/src/server/spawn.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2019 Marco Hladik + * Copyright (c) 2016-2019 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/animations.h b/src/shared/animations.h index bfc3c27..81483a2 100644 --- a/src/shared/animations.h +++ b/src/shared/animations.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/animations.qc b/src/shared/animations.qc index b1e6058..034b278 100644 --- a/src/shared/animations.qc +++ b/src/shared/animations.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/defs.h b/src/shared/defs.h index 070a294..ef1006a 100644 --- a/src/shared/defs.h +++ b/src/shared/defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/entities.h b/src/shared/entities.h index 49d7ee1..796f815 100644 --- a/src/shared/entities.h +++ b/src/shared/entities.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/events.h b/src/shared/events.h index 1204c4d..ac739df 100644 --- a/src/shared/events.h +++ b/src/shared/events.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/flags.h b/src/shared/flags.h index 53b1313..3951b4b 100644 --- a/src/shared/flags.h +++ b/src/shared/flags.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/fx_flashbang.qc b/src/shared/fx_flashbang.qc index c5445bc..c2b843c 100644 --- a/src/shared/fx_flashbang.qc +++ b/src/shared/fx_flashbang.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/fx_impact.qc b/src/shared/fx_impact.qc index 58e32b2..63e8f38 100644 --- a/src/shared/fx_impact.qc +++ b/src/shared/fx_impact.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/fx_smokenade.qc b/src/shared/fx_smokenade.qc index 4636026..f7bd176 100644 --- a/src/shared/fx_smokenade.qc +++ b/src/shared/fx_smokenade.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/item_c4bomb.qc b/src/shared/item_c4bomb.qc index 92ed1ab..e414e68 100644 --- a/src/shared/item_c4bomb.qc +++ b/src/shared/item_c4bomb.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/items.h b/src/shared/items.h index 4ed3d50..2974ed5 100644 --- a/src/shared/items.h +++ b/src/shared/items.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/player.h b/src/shared/player.h index f52d279..802a65a 100644 --- a/src/shared/player.h +++ b/src/shared/player.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -103,12 +103,7 @@ class player:base_player virtual void(void) Physics_InputPostMove; #ifdef CLIENT - /* External model */ - entity p_model; int playertype; - int p_hand_bone; - int p_model_bone; - float lastweapon; int cs_cross_mindist; int cs_cross_deltadist; @@ -120,7 +115,6 @@ class player:base_player virtual void(float, float) ReceiveEntity; virtual void(void) PredictPreFrame; virtual void(void) PredictPostFrame; - virtual void(void) ClientRemove; #else virtual void(void) EvaluateEntity; virtual float(entity, float) SendEntity; @@ -147,11 +141,6 @@ player::Physics_InputPostMove(void) #ifdef CLIENT -void -player::ClientRemove(void) -{ - remove(p_model); -} void Weapons_AmmoUpdate(entity); void HUD_AmmoNotify_Check(player pl); /* diff --git a/src/shared/pmove.qc b/src/shared/pmove.qc index be07072..ba7b08f 100644 --- a/src/shared/pmove.qc +++ b/src/shared/pmove.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_ak47.qc b/src/shared/w_ak47.qc index 75af6e9..b42f43d 100644 --- a/src/shared/w_ak47.qc +++ b/src/shared/w_ak47.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_aug.qc b/src/shared/w_aug.qc index f5503ad..d1aa9c5 100644 --- a/src/shared/w_aug.qc +++ b/src/shared/w_aug.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_awp.qc b/src/shared/w_awp.qc index 21c4cfa..2934684 100644 --- a/src/shared/w_awp.qc +++ b/src/shared/w_awp.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_c4bomb.qc b/src/shared/w_c4bomb.qc index e1e38ad..8585a43 100644 --- a/src/shared/w_c4bomb.qc +++ b/src/shared/w_c4bomb.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_deagle.qc b/src/shared/w_deagle.qc index d4295af..5a4dce6 100644 --- a/src/shared/w_deagle.qc +++ b/src/shared/w_deagle.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_elites.qc b/src/shared/w_elites.qc index dd221c3..778a1e7 100644 --- a/src/shared/w_elites.qc +++ b/src/shared/w_elites.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_fiveseven.qc b/src/shared/w_fiveseven.qc index feb0a66..b56b6c6 100644 --- a/src/shared/w_fiveseven.qc +++ b/src/shared/w_fiveseven.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_flashbang.qc b/src/shared/w_flashbang.qc index 0853b0e..84a6062 100644 --- a/src/shared/w_flashbang.qc +++ b/src/shared/w_flashbang.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_g3sg1.qc b/src/shared/w_g3sg1.qc index ed30a91..6431f47 100644 --- a/src/shared/w_g3sg1.qc +++ b/src/shared/w_g3sg1.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_glock18.qc b/src/shared/w_glock18.qc index 546ac1f..9eb73cb 100644 --- a/src/shared/w_glock18.qc +++ b/src/shared/w_glock18.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_hegrenade.qc b/src/shared/w_hegrenade.qc index e1cc264..6450e50 100644 --- a/src/shared/w_hegrenade.qc +++ b/src/shared/w_hegrenade.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_knife.qc b/src/shared/w_knife.qc index 03f947d..69bee08 100644 --- a/src/shared/w_knife.qc +++ b/src/shared/w_knife.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_m3.qc b/src/shared/w_m3.qc index 202a1ca..942d106 100644 --- a/src/shared/w_m3.qc +++ b/src/shared/w_m3.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_m4a1.qc b/src/shared/w_m4a1.qc index ce09678..1325f2c 100644 --- a/src/shared/w_m4a1.qc +++ b/src/shared/w_m4a1.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_mac10.qc b/src/shared/w_mac10.qc index 66ed329..0761fc2 100644 --- a/src/shared/w_mac10.qc +++ b/src/shared/w_mac10.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_mp5.qc b/src/shared/w_mp5.qc index 6cab4df..3b1d9d2 100644 --- a/src/shared/w_mp5.qc +++ b/src/shared/w_mp5.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_p228.qc b/src/shared/w_p228.qc index 3c8d9a6..a1f6465 100644 --- a/src/shared/w_p228.qc +++ b/src/shared/w_p228.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_p90.qc b/src/shared/w_p90.qc index 3a93395..dd3955e 100644 --- a/src/shared/w_p90.qc +++ b/src/shared/w_p90.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_para.qc b/src/shared/w_para.qc index 6120372..8e41cba 100644 --- a/src/shared/w_para.qc +++ b/src/shared/w_para.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_scout.qc b/src/shared/w_scout.qc index 96499fc..77cbf34 100644 --- a/src/shared/w_scout.qc +++ b/src/shared/w_scout.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_sg550.qc b/src/shared/w_sg550.qc index 4767def..7bc3a9a 100644 --- a/src/shared/w_sg550.qc +++ b/src/shared/w_sg550.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_sg552.qc b/src/shared/w_sg552.qc index ed0471e..b42ded8 100644 --- a/src/shared/w_sg552.qc +++ b/src/shared/w_sg552.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_smokegrenade.qc b/src/shared/w_smokegrenade.qc index c0ed8f8..772abb3 100644 --- a/src/shared/w_smokegrenade.qc +++ b/src/shared/w_smokegrenade.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_tmp.qc b/src/shared/w_tmp.qc index 7f5b828..83183ab 100644 --- a/src/shared/w_tmp.qc +++ b/src/shared/w_tmp.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_ump45.qc b/src/shared/w_ump45.qc index 58f4681..a2dfceb 100644 --- a/src/shared/w_ump45.qc +++ b/src/shared/w_ump45.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_usp45.qc b/src/shared/w_usp45.qc index 29ea65e..5a0659e 100644 --- a/src/shared/w_usp45.qc +++ b/src/shared/w_usp45.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/w_xm1014.qc b/src/shared/w_xm1014.qc index 8ebbdb9..538ba6c 100644 --- a/src/shared/w_xm1014.qc +++ b/src/shared/w_xm1014.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2021 Marco Hladik + * Copyright (c) 2016-2021 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/weapons.h b/src/shared/weapons.h index 7084503..0ccf943 100644 --- a/src/shared/weapons.h +++ b/src/shared/weapons.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/weapons.qc b/src/shared/weapons.qc index 9600136..ad39234 100644 --- a/src/shared/weapons.qc +++ b/src/shared/weapons.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/shared/weapons_cstrike.qc b/src/shared/weapons_cstrike.qc index e48cfc9..fc16ed3 100644 --- a/src/shared/weapons_cstrike.qc +++ b/src/shared/weapons_cstrike.qc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-2020 Marco Hladik + * Copyright (c) 2016-2020 Marco Cawthorne * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above