Changed all occurences of PPC in the code to TerranovaTeam

dev-mp
krzys-h 2014-10-14 15:11:37 +02:00
parent ca18d01630
commit 9fd6cf5449
321 changed files with 5746 additions and 4560 deletions

2
data

@ -1 +1 @@
Subproject commit 559797f35b88a2d5e882119034923b2ab75817e2 Subproject commit 89158ea0b4876e3c75209df2ee1679076ffca7b2

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// compilation of various instructions // compilation of various instructions

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
/** /**
* \file CBot.h * \file CBot.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////// ///////////////////////////////////////////////////
// expressions of type Operand1 + Operand2 // expressions of type Operand1 + Operand2

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/.// *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
// Management of variables of class type // Management of variables of class type

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////// ///////////////////////////////////////////////////
// expression of type Opérande1 > Opérande2 // expression of type Opérande1 > Opérande2

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
/** /**

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// compilation of various functions declared by the user // compilation of various functions declared by the user

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// instruction if (condition) operation1 else operation2; // instruction if (condition) operation1 else operation2;

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////
// database management of CBoT program // database management of CBoT program

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
//Management of the stack //Management of the stack

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
///////////////////////////////////////////////////// /////////////////////////////////////////////////////
//strings management //strings management

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
// interpreter of the lanuage CBot for game COLOBOT // interpreter of the lanuage CBot for game COLOBOT

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////// ///////////////////////////////////////////////////
// expression of type Opérande1 + Opérande2 // expression of type Opérande1 + Opérande2

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Definition for the class CBotVar // Definition for the class CBotVar

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// This file defined the following statements: // This file defined the following statements:

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
// definition of string functions // definition of string functions

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#pragma once #pragma once

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/config.h" #include "common/config.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/app.h * \file app/app.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2014, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/gamedata.h" #include "app/gamedata.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2014, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/gamedata.h * \file app/gamedata.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/main.cpp * \file app/main.cpp

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/app.h" #include "app/app.h"
#include "app/pausemanager.h" #include "app/pausemanager.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/pausemanager.h * \file app/pausemanager.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/system.h" #include "app/system.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/system.h * \file app/system.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/system_linux.h" #include "app/system_linux.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/system_linux.h * \file app/system_linux.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2013, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/system_macosx.h" #include "app/system_macosx.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/system_macosx.h * \file app/system_macosx.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/system_other.h" #include "app/system_other.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/system_other.h * \file app/system_other.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "app/system_windows.h" #include "app/system_windows.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file app/system_windows.h * \file app/system_windows.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/event.h" #include "common/event.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/event.h * \file common/event.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/global.h * \file common/global.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/image.h" #include "common/image.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/image.h * \file common/image.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/iman.h" #include "common/iman.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/iman.h * \file common/iman.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/ioutils.h * \file common/ioutils.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/key.h * \file common/key.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/logger.h" #include "common/logger.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/logger.h * \file common/logger.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/misc.h" #include "common/misc.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#pragma once #pragma once

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/profile.h" #include "common/profile.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/profile.h * \file common/profile.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/restext.h" #include "common/restext.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/restext.h * \file common/restext.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/singleton.h * \file common/singleton.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "common/stringutils.h" #include "common/stringutils.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file common/stringutils.h * \file common/stringutils.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/core/color.h" #include "graphics/core/color.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/core/color.h * \file graphics/core/color.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/core/device.h * \file graphics/core/device.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/core/light.h * \file graphics/core/light.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/core/material.h * \file graphics/core/material.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/core/texture.h * \file graphics/core/texture.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/core/vertex.h * \file graphics/core/vertex.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/camera.h" #include "graphics/engine/camera.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/camera.h * \file graphics/engine/camera.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/cloud.h" #include "graphics/engine/cloud.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/cloud.h * \file graphics/engine/cloud.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/engine.h" #include "graphics/engine/engine.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX& EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/engine.h * \file graphics/engine/engine.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/lightman.h" #include "graphics/engine/lightman.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/lightman.h * \file graphics/engine/lightman.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/lightning.h" #include "graphics/engine/lightning.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/lightning.h * \file graphics/engine/lightning.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/modelfile.h" #include "graphics/engine/modelfile.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/modelfile.h * \file graphics/engine/modelfile.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012-2014, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/modelmanager.h" #include "graphics/engine/modelmanager.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012-2014, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#pragma once #pragma once

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/particle.h" #include "graphics/engine/particle.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/particle.h * \file graphics/engine/particle.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/planet.h" #include "graphics/engine/planet.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/planet.h * \file graphics/engine/planet.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/pyro.h" #include "graphics/engine/pyro.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/pyro.h * \file graphics/engine/pyro.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/terrain.h" #include "graphics/engine/terrain.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/terrain.h * \file graphics/engine/terrain.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/text.h" #include "graphics/engine/text.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/text.h * \file graphics/engine/text.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/engine/water.h" #include "graphics/engine/water.h"

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/engine/water.h * \file graphics/engine/water.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "graphics/opengl/gldevice.h" #include "graphics/opengl/gldevice.h"

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file graphics/opengl/gldevice.h * \file graphics/opengl/gldevice.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/all.h * \file math/all.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/const.h * \file math/const.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/func.h * \file math/func.h

View File

@ -1,19 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * 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 * This program is free software: you can redistribute it and/or modify
// * the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by
// * (at your option) any later version. * the Free Software Foundation, either version 3 of the License, or
// * * (at your option) any later version.
// * This program is distributed in the hope that it will be useful, *
// * but WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful,
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * * See the GNU General Public License for more details.
// * You should have received a copy of the GNU General Public License *
// * along with this program. If not, see http://www.gnu.org/licenses/. * You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/geometry.h * \file math/geometry.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/intpoint.h * \file math/intpoint.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/matrix.h * \file math/matrix.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/point.h * \file math/point.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2012, Polish Portal of Colobot (PPC) * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
/** /**
* \file math/vector.h * \file math/vector.h

View File

@ -1,18 +1,21 @@
// * This file is part of the COLOBOT source code /*
// * Copyright (C) 2001-2008, Daniel ROUX & EPSITEC SA, www.epsitec.ch * This file is part of the Colobot: Gold Edition source code
// * * Copyright (C) 2001-2014, Daniel Roux, EPSITEC SA & TerranovaTeam
// * This program is free software: you can redistribute it and/or modify * http://epsiteс.ch; http://colobot.info; http://github.com/colobot
// * it under the terms of the GNU General Public License as published by *
// * the Free Software Foundation, either version 3 of the License, or * This program is free software: you can redistribute it and/or modify
// * (at your option) any later version. * it under the terms of the GNU General Public License as published by
// * * the Free Software Foundation, either version 3 of the License, or
// * This program is distributed in the hope that it will be useful, * (at your option) any later version.
// * but WITHOUT ANY WARRANTY; without even the implied warranty of *
// * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * This program is distributed in the hope that it will be useful,
// * GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
// * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// * You should have received a copy of the GNU General Public License * See the GNU General Public License for more details.
// * along with this program. If not, see http://www.gnu.org/licenses/. *
* You should have received a copy of the GNU General Public License
* along with this program. If not, see http://gnu.org/licenses
*/
#include "object/auto/auto.h" #include "object/auto/auto.h"

Some files were not shown because too many files have changed in this diff Show More