diff --git a/Source/Client/Defs.h b/Source/Client/Defs.h index 6c90bf4e..21f8fd92 100755 --- a/Source/Client/Defs.h +++ b/Source/Client/Defs.h @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/Draw.c b/Source/Client/Draw.c index 3a3344c1..47bba797 100755 --- a/Source/Client/Draw.c +++ b/Source/Client/Draw.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or @@ -165,7 +165,7 @@ void CSQC_UpdateView( float fWinWidth, float fWinHeight, float fGameFocus ) { if( fGameFocus == TRUE ) { // The spectator sees things... differently - if ( getplayerkeyvalue( player_localnum, "*spectator" ) == "1" ) { + if ( getplayerkeyvalue( player_localnum, "*spectator" ) != "0" ) { VGUI_DrawSpectatorHUD(); } else { HUD_Draw(); diff --git a/Source/Client/Entities.c b/Source/Client/Entities.c index 2cdcd2c1..ad15f17f 100755 --- a/Source/Client/Entities.c +++ b/Source/Client/Entities.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/Event.c b/Source/Client/Event.c index a8bd456c..647a8af6 100755 --- a/Source/Client/Event.c +++ b/Source/Client/Event.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/HUD.c b/Source/Client/HUD.c index aa4f71c2..20617d06 100755 --- a/Source/Client/HUD.c +++ b/Source/Client/HUD.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/HUDCrosshair.c b/Source/Client/HUDCrosshair.c index a795120c..6cfe9456 100755 --- a/Source/Client/HUDCrosshair.c +++ b/Source/Client/HUDCrosshair.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/HUDOrbituaries.c b/Source/Client/HUDOrbituaries.c old mode 100644 new mode 100755 index 6ca2b628..4629e60f --- a/Source/Client/HUDOrbituaries.c +++ b/Source/Client/HUDOrbituaries.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/HUDWeaponSelect.c b/Source/Client/HUDWeaponSelect.c old mode 100644 new mode 100755 index 390d0bfa..da964a0c --- a/Source/Client/HUDWeaponSelect.c +++ b/Source/Client/HUDWeaponSelect.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/Init.c b/Source/Client/Init.c index 4d730e1b..f8fb6fa8 100755 --- a/Source/Client/Init.c +++ b/Source/Client/Init.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/Nightvision.c b/Source/Client/Nightvision.c old mode 100644 new mode 100755 index c18ed494..708e0418 --- a/Source/Client/Nightvision.c +++ b/Source/Client/Nightvision.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/Player.c b/Source/Client/Player.c index 736a9cef..bfb70926 100755 --- a/Source/Client/Player.c +++ b/Source/Client/Player.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/Sound.c b/Source/Client/Sound.c old mode 100644 new mode 100755 index 33835d3f..20b4d8b7 --- a/Source/Client/Sound.c +++ b/Source/Client/Sound.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUI.c b/Source/Client/VGUI.c old mode 100644 new mode 100755 index 5de9cfb5..d1f48d94 --- a/Source/Client/VGUI.c +++ b/Source/Client/VGUI.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUI.h b/Source/Client/VGUI.h old mode 100644 new mode 100755 index 3873933b..b442ab93 --- a/Source/Client/VGUI.h +++ b/Source/Client/VGUI.h @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUIBuyMenu.c b/Source/Client/VGUIBuyMenu.c old mode 100644 new mode 100755 index 9a01a818..24983dae --- a/Source/Client/VGUIBuyMenu.c +++ b/Source/Client/VGUIBuyMenu.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUIMOTD.c b/Source/Client/VGUIMOTD.c old mode 100644 new mode 100755 index 6324cfef..99902a37 --- a/Source/Client/VGUIMOTD.c +++ b/Source/Client/VGUIMOTD.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUIObjects.c b/Source/Client/VGUIObjects.c index 823aba52..02539703 100755 --- a/Source/Client/VGUIObjects.c +++ b/Source/Client/VGUIObjects.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUIRadio.c b/Source/Client/VGUIRadio.c old mode 100644 new mode 100755 index 2cd9a097..06ba9603 --- a/Source/Client/VGUIRadio.c +++ b/Source/Client/VGUIRadio.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUIScoreboard.c b/Source/Client/VGUIScoreboard.c index 6ca69bda..90d41a85 100755 --- a/Source/Client/VGUIScoreboard.c +++ b/Source/Client/VGUIScoreboard.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUISpectator.c b/Source/Client/VGUISpectator.c index 9de7a4f0..0677944c 100755 --- a/Source/Client/VGUISpectator.c +++ b/Source/Client/VGUISpectator.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/VGUITeamSelect.c b/Source/Client/VGUITeamSelect.c old mode 100644 new mode 100755 index bd49587a..ae018ba1 --- a/Source/Client/VGUITeamSelect.c +++ b/Source/Client/VGUITeamSelect.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Client/View.c b/Source/Client/View.c index ad3257c1..b9bf9654 100755 --- a/Source/Client/View.c +++ b/Source/Client/View.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Menu/Defs.h b/Source/Menu/Defs.h index b0b8918a..97b6f085 100755 --- a/Source/Menu/Defs.h +++ b/Source/Menu/Defs.h @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or @@ -44,6 +44,9 @@ var float fMenuScale; float frametime; float fLastTime; +string *sMapList; +int iMapCount; + /* ================= gcd_r diff --git a/Source/Menu/Draw.c b/Source/Menu/Draw.c index 65b494fa..000414a3 100755 --- a/Source/Menu/Draw.c +++ b/Source/Menu/Draw.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Menu/Init.c b/Source/Menu/Init.c index e9350117..f85b1341 100755 --- a/Source/Menu/Init.c +++ b/Source/Menu/Init.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or @@ -19,10 +19,21 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ void m_init( void ) { + precache_pic( "gfx/menu/freecs" ); precache_pic( "gfx/menu/back1" ); precache_pic( "gfx/menu/back2" ); precache_pic( "menu_static" ); - precache_pic( "gfx/menu/freecs" ); + + // Index all the maps... TODO: Filter out /valve/ to avoid useless junk from being cached. + searchhandle shMaps = search_begin( "maps/*.bsp", TRUE, TRUE ); + iMapCount = search_getsize( shMaps ); + sMapList = memalloc( sizeof( string ) * iMapCount ); + + for ( int i = 0; i < iMapCount; i++ ) { + sMapList[ i ] = substring( search_getfilename( shMaps, i ), 5, strlen( search_getfilename( shMaps, i ) ) - 9 ); + } + + search_end( shMaps ); } void m_shutdown( void ) { diff --git a/Source/Menu/Input.c b/Source/Menu/Input.c index 66c5b136..e9c2650c 100755 --- a/Source/Menu/Input.c +++ b/Source/Menu/Input.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/AmbientSound.c b/Source/Server/AmbientSound.c index 20f5e742..dd390d84 100755 --- a/Source/Server/AmbientSound.c +++ b/Source/Server/AmbientSound.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Ammo.c b/Source/Server/Ammo.c old mode 100644 new mode 100755 index 08b2259a..df24fe22 --- a/Source/Server/Ammo.c +++ b/Source/Server/Ammo.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/ArmouryEntity.c b/Source/Server/ArmouryEntity.c old mode 100644 new mode 100755 index 6bc00834..6ea40439 --- a/Source/Server/ArmouryEntity.c +++ b/Source/Server/ArmouryEntity.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Client.c b/Source/Server/Client.c index 3b970108..19f9cc59 100755 --- a/Source/Server/Client.c +++ b/Source/Server/Client.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Damage.c b/Source/Server/Damage.c old mode 100644 new mode 100755 index 9806f869..aa963305 --- a/Source/Server/Damage.c +++ b/Source/Server/Damage.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Defs.h b/Source/Server/Defs.h index 15eb96b3..a4259c7f 100755 --- a/Source/Server/Defs.h +++ b/Source/Server/Defs.h @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/EntHostage.c b/Source/Server/EntHostage.c index cfb2dbaa..d765abbd 100755 --- a/Source/Server/EntHostage.c +++ b/Source/Server/EntHostage.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Entities.c b/Source/Server/Entities.c old mode 100644 new mode 100755 index e03a5339..a184b780 --- a/Source/Server/Entities.c +++ b/Source/Server/Entities.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/EnvObjects.c b/Source/Server/EnvObjects.c index 3a7e6204..6b329f1f 100755 --- a/Source/Server/EnvObjects.c +++ b/Source/Server/EnvObjects.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Footsteps.c b/Source/Server/Footsteps.c old mode 100644 new mode 100755 index 9d4a19a4..aadf5afc --- a/Source/Server/Footsteps.c +++ b/Source/Server/Footsteps.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncBombTarget.c b/Source/Server/FuncBombTarget.c old mode 100644 new mode 100755 index f1aeb27a..6e821cfa --- a/Source/Server/FuncBombTarget.c +++ b/Source/Server/FuncBombTarget.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncBreakable.c b/Source/Server/FuncBreakable.c old mode 100644 new mode 100755 index 1bf3a515..d49d5b28 --- a/Source/Server/FuncBreakable.c +++ b/Source/Server/FuncBreakable.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncButton.c b/Source/Server/FuncButton.c index 2b1a540c..22a7f5ba 100755 --- a/Source/Server/FuncButton.c +++ b/Source/Server/FuncButton.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncBuyZone.c b/Source/Server/FuncBuyZone.c old mode 100644 new mode 100755 index 750eca40..73806f49 --- a/Source/Server/FuncBuyZone.c +++ b/Source/Server/FuncBuyZone.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncDoor.c b/Source/Server/FuncDoor.c old mode 100644 new mode 100755 index d7fdc399..fa22f629 --- a/Source/Server/FuncDoor.c +++ b/Source/Server/FuncDoor.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncDoorRotating.c b/Source/Server/FuncDoorRotating.c index 2ee074db..a351a14e 100755 --- a/Source/Server/FuncDoorRotating.c +++ b/Source/Server/FuncDoorRotating.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncEscapeZone.c b/Source/Server/FuncEscapeZone.c old mode 100644 new mode 100755 index 6a7830dc..48f17f1d --- a/Source/Server/FuncEscapeZone.c +++ b/Source/Server/FuncEscapeZone.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncHostageRescue.c b/Source/Server/FuncHostageRescue.c old mode 100644 new mode 100755 index 569b97bf..7a60ae35 --- a/Source/Server/FuncHostageRescue.c +++ b/Source/Server/FuncHostageRescue.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncLadder.c b/Source/Server/FuncLadder.c index 475d2857..ead2ce50 100755 --- a/Source/Server/FuncLadder.c +++ b/Source/Server/FuncLadder.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncPushable.c b/Source/Server/FuncPushable.c old mode 100644 new mode 100755 index 5f0ebc77..198367db --- a/Source/Server/FuncPushable.c +++ b/Source/Server/FuncPushable.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/FuncVIPSafetyZone.c b/Source/Server/FuncVIPSafetyZone.c old mode 100644 new mode 100755 index e493ab3c..2fa8e16c --- a/Source/Server/FuncVIPSafetyZone.c +++ b/Source/Server/FuncVIPSafetyZone.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Input.c b/Source/Server/Input.c index 98d19d59..ced9bdc8 100755 --- a/Source/Server/Input.c +++ b/Source/Server/Input.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Light.c b/Source/Server/Light.c old mode 100644 new mode 100755 index 1f3a549e..bdc3f186 --- a/Source/Server/Light.c +++ b/Source/Server/Light.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Main.c b/Source/Server/Main.c index 66a3692f..efacd853 100755 --- a/Source/Server/Main.c +++ b/Source/Server/Main.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2015 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Money.c b/Source/Server/Money.c old mode 100644 new mode 100755 index afd49df8..ad6d7584 --- a/Source/Server/Money.c +++ b/Source/Server/Money.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/PhysicsMove.c b/Source/Server/PhysicsMove.c old mode 100644 new mode 100755 index 2dc79d46..47cd5158 --- a/Source/Server/PhysicsMove.c +++ b/Source/Server/PhysicsMove.c @@ -1,3 +1,23 @@ +/* +OpenCS Project +Copyright (C) 2016, 2017 Marco "eukara" Hladik + +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 2 +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, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #define movevars_stepheight 22 #define movevars_friction 4 #define movevars_gravity 800 diff --git a/Source/Server/Player.c b/Source/Server/Player.c index aa8df62d..fc8d0639 100755 --- a/Source/Server/Player.c +++ b/Source/Server/Player.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Rules.c b/Source/Server/Rules.c old mode 100644 new mode 100755 index 123782fb..1750dc2c --- a/Source/Server/Rules.c +++ b/Source/Server/Rules.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Spawn.c b/Source/Server/Spawn.c old mode 100644 new mode 100755 index 7931d4e7..e711b4c9 --- a/Source/Server/Spawn.c +++ b/Source/Server/Spawn.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Timer.c b/Source/Server/Timer.c index 14e042b1..425e90a7 100755 --- a/Source/Server/Timer.c +++ b/Source/Server/Timer.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/TraceAttack.c b/Source/Server/TraceAttack.c old mode 100644 new mode 100755 index 4eacd1fc..d6feba63 --- a/Source/Server/TraceAttack.c +++ b/Source/Server/TraceAttack.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Server/Triggers.c b/Source/Server/Triggers.c old mode 100644 new mode 100755 index e7105323..2c50ffb8 --- a/Source/Server/Triggers.c +++ b/Source/Server/Triggers.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/Animations.c b/Source/Shared/Animations.c old mode 100644 new mode 100755 index 5e67af52..42612ed8 --- a/Source/Shared/Animations.c +++ b/Source/Shared/Animations.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/BaseMelee.c b/Source/Shared/BaseMelee.c old mode 100644 new mode 100755 index c3121daa..e2ac351b --- a/Source/Shared/BaseMelee.c +++ b/Source/Shared/BaseMelee.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/Effects.c b/Source/Shared/Effects.c old mode 100644 new mode 100755 index 387e12bb..8d3b7a1e --- a/Source/Shared/Effects.c +++ b/Source/Shared/Effects.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/Equipment.c b/Source/Shared/Equipment.c old mode 100644 new mode 100755 index a10135e7..120d0175 --- a/Source/Shared/Equipment.c +++ b/Source/Shared/Equipment.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/Radio.c b/Source/Shared/Radio.c old mode 100644 new mode 100755 index 5834cd18..bd967767 --- a/Source/Shared/Radio.c +++ b/Source/Shared/Radio.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponAK47.c b/Source/Shared/WeaponAK47.c old mode 100644 new mode 100755 index 0b80de40..4da54a56 --- a/Source/Shared/WeaponAK47.c +++ b/Source/Shared/WeaponAK47.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponAUG.c b/Source/Shared/WeaponAUG.c old mode 100644 new mode 100755 index 865a7ca7..e39382f8 --- a/Source/Shared/WeaponAUG.c +++ b/Source/Shared/WeaponAUG.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponAWP.c b/Source/Shared/WeaponAWP.c old mode 100644 new mode 100755 index 29cb4e29..901ac9c4 --- a/Source/Shared/WeaponAWP.c +++ b/Source/Shared/WeaponAWP.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponBase.c b/Source/Shared/WeaponBase.c old mode 100644 new mode 100755 index 785a1900..28ce95cf --- a/Source/Shared/WeaponBase.c +++ b/Source/Shared/WeaponBase.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponC4Bomb.c b/Source/Shared/WeaponC4Bomb.c index f29852ab..0de4c2a7 100755 --- a/Source/Shared/WeaponC4Bomb.c +++ b/Source/Shared/WeaponC4Bomb.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponDeagle.c b/Source/Shared/WeaponDeagle.c old mode 100644 new mode 100755 index 48e737ec..19ebcc54 --- a/Source/Shared/WeaponDeagle.c +++ b/Source/Shared/WeaponDeagle.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponElites.c b/Source/Shared/WeaponElites.c old mode 100644 new mode 100755 index 1ecd0c80..601ae8c5 --- a/Source/Shared/WeaponElites.c +++ b/Source/Shared/WeaponElites.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponFiveSeven.c b/Source/Shared/WeaponFiveSeven.c old mode 100644 new mode 100755 index 5b473d09..c1abdc76 --- a/Source/Shared/WeaponFiveSeven.c +++ b/Source/Shared/WeaponFiveSeven.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponFlashbang.c b/Source/Shared/WeaponFlashbang.c old mode 100644 new mode 100755 index c5df558a..19ed8f2b --- a/Source/Shared/WeaponFlashbang.c +++ b/Source/Shared/WeaponFlashbang.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponG3SG1.c b/Source/Shared/WeaponG3SG1.c old mode 100644 new mode 100755 index d3f205e5..2e353ab2 --- a/Source/Shared/WeaponG3SG1.c +++ b/Source/Shared/WeaponG3SG1.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponGlock18.c b/Source/Shared/WeaponGlock18.c old mode 100644 new mode 100755 index 176dd101..ab6447cc --- a/Source/Shared/WeaponGlock18.c +++ b/Source/Shared/WeaponGlock18.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponHEGrenade.c b/Source/Shared/WeaponHEGrenade.c old mode 100644 new mode 100755 index d13f7bc9..d3ea3101 --- a/Source/Shared/WeaponHEGrenade.c +++ b/Source/Shared/WeaponHEGrenade.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponKnife.c b/Source/Shared/WeaponKnife.c old mode 100644 new mode 100755 index 5f1dc345..d2a9b117 --- a/Source/Shared/WeaponKnife.c +++ b/Source/Shared/WeaponKnife.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponM3.c b/Source/Shared/WeaponM3.c old mode 100644 new mode 100755 index 33717034..07e854af --- a/Source/Shared/WeaponM3.c +++ b/Source/Shared/WeaponM3.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponM4A1.c b/Source/Shared/WeaponM4A1.c old mode 100644 new mode 100755 index bee9798c..2c96d440 --- a/Source/Shared/WeaponM4A1.c +++ b/Source/Shared/WeaponM4A1.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponMP5.c b/Source/Shared/WeaponMP5.c old mode 100644 new mode 100755 index 57a7930d..4b4ee3c5 --- a/Source/Shared/WeaponMP5.c +++ b/Source/Shared/WeaponMP5.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponMac10.c b/Source/Shared/WeaponMac10.c old mode 100644 new mode 100755 index 95108216..6a96be3d --- a/Source/Shared/WeaponMac10.c +++ b/Source/Shared/WeaponMac10.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponP228.c b/Source/Shared/WeaponP228.c old mode 100644 new mode 100755 index 41654fbd..a9c7cb0c --- a/Source/Shared/WeaponP228.c +++ b/Source/Shared/WeaponP228.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponP90.c b/Source/Shared/WeaponP90.c old mode 100644 new mode 100755 index 48d88517..58f381d0 --- a/Source/Shared/WeaponP90.c +++ b/Source/Shared/WeaponP90.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponPara.c b/Source/Shared/WeaponPara.c old mode 100644 new mode 100755 index da2af8d1..532a939f --- a/Source/Shared/WeaponPara.c +++ b/Source/Shared/WeaponPara.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponSG550.c b/Source/Shared/WeaponSG550.c old mode 100644 new mode 100755 index 292fd08a..33c1ade9 --- a/Source/Shared/WeaponSG550.c +++ b/Source/Shared/WeaponSG550.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponSG552.c b/Source/Shared/WeaponSG552.c old mode 100644 new mode 100755 index 54a2be10..17e3bc4f --- a/Source/Shared/WeaponSG552.c +++ b/Source/Shared/WeaponSG552.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponScout.c b/Source/Shared/WeaponScout.c old mode 100644 new mode 100755 index 8810f27e..4fb37141 --- a/Source/Shared/WeaponScout.c +++ b/Source/Shared/WeaponScout.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponSmokeGrenade.c b/Source/Shared/WeaponSmokeGrenade.c old mode 100644 new mode 100755 index 1d7ca9bf..3579701f --- a/Source/Shared/WeaponSmokeGrenade.c +++ b/Source/Shared/WeaponSmokeGrenade.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponTMP.c b/Source/Shared/WeaponTMP.c old mode 100644 new mode 100755 index 9bdbf6b5..cf2113c1 --- a/Source/Shared/WeaponTMP.c +++ b/Source/Shared/WeaponTMP.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponUMP45.c b/Source/Shared/WeaponUMP45.c old mode 100644 new mode 100755 index f95c6bc8..695cd308 --- a/Source/Shared/WeaponUMP45.c +++ b/Source/Shared/WeaponUMP45.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponUSP45.c b/Source/Shared/WeaponUSP45.c old mode 100644 new mode 100755 index 272d5b97..67a6347a --- a/Source/Shared/WeaponUSP45.c +++ b/Source/Shared/WeaponUSP45.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/WeaponXM1014.c b/Source/Shared/WeaponXM1014.c old mode 100644 new mode 100755 index 594c5d7a..7f201f21 --- a/Source/Shared/WeaponXM1014.c +++ b/Source/Shared/WeaponXM1014.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/Source/Shared/Weapons.c b/Source/Shared/Weapons.c index 8f0f2cf6..3b6042bd 100755 --- a/Source/Shared/Weapons.c +++ b/Source/Shared/Weapons.c @@ -1,5 +1,5 @@ /* -OpenCS Project +FreeCS Project Copyright (C) 2016, 2017 Marco "eukara" Hladik This program is free software; you can redistribute it and/or diff --git a/freecs/csprogs.dat b/freecs/csprogs.dat index ec1dc3d5..49844980 100644 Binary files a/freecs/csprogs.dat and b/freecs/csprogs.dat differ diff --git a/freecs/progs.dat b/freecs/progs.dat index ac359100..502f81df 100644 Binary files a/freecs/progs.dat and b/freecs/progs.dat differ