Cleaning up...
This commit is contained in:
parent
f69911fd9c
commit
5320775c33
94 changed files with 127 additions and 93 deletions
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Client/HUDOrbituaries.c
Normal file → Executable file
2
Source/Client/HUDOrbituaries.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Client/HUDWeaponSelect.c
Normal file → Executable file
2
Source/Client/HUDWeaponSelect.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Client/Nightvision.c
Normal file → Executable file
2
Source/Client/Nightvision.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Client/Sound.c
Normal file → Executable file
2
Source/Client/Sound.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Client/VGUI.c
Normal file → Executable file
2
Source/Client/VGUI.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Client/VGUI.h
Normal file → Executable file
2
Source/Client/VGUI.h
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Client/VGUIBuyMenu.c
Normal file → Executable file
2
Source/Client/VGUIBuyMenu.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Client/VGUIMOTD.c
Normal file → Executable file
2
Source/Client/VGUIMOTD.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Client/VGUIRadio.c
Normal file → Executable file
2
Source/Client/VGUIRadio.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Client/VGUITeamSelect.c
Normal file → Executable file
2
Source/Client/VGUITeamSelect.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Ammo.c
Normal file → Executable file
2
Source/Server/Ammo.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/ArmouryEntity.c
Normal file → Executable file
2
Source/Server/ArmouryEntity.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Damage.c
Normal file → Executable file
2
Source/Server/Damage.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Entities.c
Normal file → Executable file
2
Source/Server/Entities.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Footsteps.c
Normal file → Executable file
2
Source/Server/Footsteps.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/FuncBombTarget.c
Normal file → Executable file
2
Source/Server/FuncBombTarget.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/FuncBreakable.c
Normal file → Executable file
2
Source/Server/FuncBreakable.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/FuncBuyZone.c
Normal file → Executable file
2
Source/Server/FuncBuyZone.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/FuncDoor.c
Normal file → Executable file
2
Source/Server/FuncDoor.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/FuncEscapeZone.c
Normal file → Executable file
2
Source/Server/FuncEscapeZone.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/FuncHostageRescue.c
Normal file → Executable file
2
Source/Server/FuncHostageRescue.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/FuncPushable.c
Normal file → Executable file
2
Source/Server/FuncPushable.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/FuncVIPSafetyZone.c
Normal file → Executable file
2
Source/Server/FuncVIPSafetyZone.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Light.c
Normal file → Executable file
2
Source/Server/Light.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Money.c
Normal file → Executable file
2
Source/Server/Money.c
Normal file → Executable file
|
@ -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
|
||||
|
|
20
Source/Server/PhysicsMove.c
Normal file → Executable file
20
Source/Server/PhysicsMove.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/Rules.c
Normal file → Executable file
2
Source/Server/Rules.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/Spawn.c
Normal file → Executable file
2
Source/Server/Spawn.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Server/TraceAttack.c
Normal file → Executable file
2
Source/Server/TraceAttack.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Server/Triggers.c
Normal file → Executable file
2
Source/Server/Triggers.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/Animations.c
Normal file → Executable file
2
Source/Shared/Animations.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/BaseMelee.c
Normal file → Executable file
2
Source/Shared/BaseMelee.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/Effects.c
Normal file → Executable file
2
Source/Shared/Effects.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/Equipment.c
Normal file → Executable file
2
Source/Shared/Equipment.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/Radio.c
Normal file → Executable file
2
Source/Shared/Radio.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponAK47.c
Normal file → Executable file
2
Source/Shared/WeaponAK47.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponAUG.c
Normal file → Executable file
2
Source/Shared/WeaponAUG.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponAWP.c
Normal file → Executable file
2
Source/Shared/WeaponAWP.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponBase.c
Normal file → Executable file
2
Source/Shared/WeaponBase.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponDeagle.c
Normal file → Executable file
2
Source/Shared/WeaponDeagle.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponElites.c
Normal file → Executable file
2
Source/Shared/WeaponElites.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponFiveSeven.c
Normal file → Executable file
2
Source/Shared/WeaponFiveSeven.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponFlashbang.c
Normal file → Executable file
2
Source/Shared/WeaponFlashbang.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponG3SG1.c
Normal file → Executable file
2
Source/Shared/WeaponG3SG1.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponGlock18.c
Normal file → Executable file
2
Source/Shared/WeaponGlock18.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponHEGrenade.c
Normal file → Executable file
2
Source/Shared/WeaponHEGrenade.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponKnife.c
Normal file → Executable file
2
Source/Shared/WeaponKnife.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponM3.c
Normal file → Executable file
2
Source/Shared/WeaponM3.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponM4A1.c
Normal file → Executable file
2
Source/Shared/WeaponM4A1.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponMP5.c
Normal file → Executable file
2
Source/Shared/WeaponMP5.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponMac10.c
Normal file → Executable file
2
Source/Shared/WeaponMac10.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponP228.c
Normal file → Executable file
2
Source/Shared/WeaponP228.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponP90.c
Normal file → Executable file
2
Source/Shared/WeaponP90.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponPara.c
Normal file → Executable file
2
Source/Shared/WeaponPara.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponSG550.c
Normal file → Executable file
2
Source/Shared/WeaponSG550.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponSG552.c
Normal file → Executable file
2
Source/Shared/WeaponSG552.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponScout.c
Normal file → Executable file
2
Source/Shared/WeaponScout.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponSmokeGrenade.c
Normal file → Executable file
2
Source/Shared/WeaponSmokeGrenade.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponTMP.c
Normal file → Executable file
2
Source/Shared/WeaponTMP.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponUMP45.c
Normal file → Executable file
2
Source/Shared/WeaponUMP45.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponUSP45.c
Normal file → Executable file
2
Source/Shared/WeaponUSP45.c
Normal file → Executable file
|
@ -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
|
||||
|
|
2
Source/Shared/WeaponXM1014.c
Normal file → Executable file
2
Source/Shared/WeaponXM1014.c
Normal file → Executable file
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
BIN
freecs/progs.dat
BIN
freecs/progs.dat
Binary file not shown.
Loading…
Reference in a new issue