Fixed a bug in which shooting shotguns might cause problems...

This commit is contained in:
Marco Cawthorne 2017-01-07 21:18:15 +01:00
parent ad6c70b365
commit ac78b41f0d
79 changed files with 131 additions and 122 deletions

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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
@ -17,7 +17,6 @@ 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.
*/
#include "VGUI.h"
vector HUD_GetChatColor( float fTeam ) {

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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
@ -18,7 +18,6 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/*
=================
cycler_sprite

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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
@ -17,7 +17,6 @@ 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.
*/
/*
=================
func_bomb_target_touch

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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
@ -18,50 +18,63 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
int iTotalPenetrations;
void TraceAttack_FireSingle( vector vPos, vector vAngle ) {
static void TraceAttack_Penetrate( vector vPos, vector vAngle ) {
if ( iTotalPenetrations > 0 ) {
return;
}
TraceAttack_FireSingle( vPos, vAngle );
iTotalPenetrations++;
}
traceline( vPos, vPos + ( vAngle * 2048 ), MOVE_HITMODEL, self);
if (trace_fraction != 1.0) {
if ( trace_ent.takedamage == DAMAGE_YES ) {
Damage_Apply( trace_ent, self, wptTable[ self.weapon ].iDamage, trace_endpos );
}
if ( trace_ent.iBleeds == TRUE ) {
Effect_Impact( IMPACT_FLESH, trace_endpos, trace_plane_normal );
} else {
string sTexture = getsurfacetexture( trace_ent, getsurfacenearpoint( trace_ent, trace_endpos ) );
switch( (float)hash_get( hashMaterials, sTexture ) ) {
case 'G':
case 'V':
TraceAttack_Penetrate( trace_endpos + ( v_forward * 2 ), vAngle );
case 'M':
case 'P':
Effect_Impact( IMPACT_METAL, trace_endpos, trace_plane_normal );
break;
case 'D':
case 'W':
Effect_Impact( IMPACT_WOOD, trace_endpos, trace_plane_normal );
TraceAttack_Penetrate( trace_endpos + ( v_forward * 2 ), vAngle );
break;
case 'Y':
Effect_Impact( IMPACT_GLASS, trace_endpos, trace_plane_normal );
break;
case 'N':
TraceAttack_Penetrate( trace_endpos + ( v_forward * 2 ), vAngle );
case 'T':
default:
Effect_Impact( IMPACT_DEFAULT, trace_endpos, trace_plane_normal );
break;
}
}
}
}
void TraceAttack_FireBullets( int iShots, vector vPos ) {
vector vDir;
makevectors(self.v_angle);
while ( iShots > 0) {
iTotalPenetrations = 0;
vDir = aim( self, 100000 ) + Math_CRandom()*self.fAccuracy*v_right + Math_CRandom()*self.fAccuracy*v_up;
traceline( vPos, vPos + ( vDir * 2048 ), MOVE_HITMODEL, self);
if (trace_fraction != 1.0) {
if ( trace_ent.takedamage == DAMAGE_YES ) {
Damage_Apply( trace_ent, self, wptTable[ self.weapon ].iDamage, trace_endpos );
}
if ( trace_ent.iBleeds == TRUE ) {
Effect_Impact( IMPACT_FLESH, trace_endpos, trace_plane_normal );
} else {
string sTexture = getsurfacetexture( trace_ent, getsurfacenearpoint( trace_ent, trace_endpos ) );
switch( (float)hash_get( hashMaterials, sTexture ) ) {
case 'G':
case 'V':
TraceAttack_FireBullets( iShots, trace_endpos + ( v_forward * 2 ) );
case 'M':
case 'P':
Effect_Impact( IMPACT_METAL, trace_endpos, trace_plane_normal );
break;
case 'D':
case 'W':
Effect_Impact( IMPACT_WOOD, trace_endpos, trace_plane_normal );
TraceAttack_FireBullets( iShots, trace_endpos + ( v_forward * 2 ) );
break;
case 'Y':
Effect_Impact( IMPACT_GLASS, trace_endpos, trace_plane_normal );
break;
case 'N':
TraceAttack_FireBullets( iShots, trace_endpos + ( v_forward * 2 ) );
case 'T':
default:
Effect_Impact( IMPACT_DEFAULT, trace_endpos, trace_plane_normal );
break;
}
}
}
TraceAttack_FireSingle( vPos, vDir );
iShots--;
}

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,5 +1,6 @@
/*
Copyright (C) 2015, 2016, 2017 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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
@ -17,7 +17,6 @@ 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.
*/
#ifdef CSQC
.float framerate;
.float maxframe;

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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
@ -17,7 +17,6 @@ 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.
*/
.int iMag_P228;
// Weapon Info

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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

View file

@ -1,6 +1,6 @@
/*
OpenCS Project
Copyright (C) 2015 Marco "eukara" Hladik
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