mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Add license header in all source files
This commit is contained in:
parent
1fb73742a9
commit
57b6190a53
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/action.h
19
src/action.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/blupi.h
19
src/blupi.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/button.h
19
src/button.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,23 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#define PB_VERSION_MAJOR @PB_VERSION_MAJOR@
|
||||
#define PB_VERSION_MINOR @PB_VERSION_MINOR@
|
||||
#define PB_VERSION_PATCH @PB_VERSION_PATCH@
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <unordered_map>
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "decgoal.h"
|
||||
#include "def.h"
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "def.h"
|
||||
#include "decor.h"
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "blupi.h"
|
||||
#include "def.h"
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "decor.h"
|
||||
#include "misc.h"
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/decor.h
19
src/decor.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "gettext.h"
|
||||
#include "decor.h"
|
||||
|
21
src/def.h
21
src/def.h
@ -1,5 +1,22 @@
|
||||
// Def.h
|
||||
//
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
20
src/event.h
20
src/event.h
@ -1,4 +1,22 @@
|
||||
// Event.h
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
19
src/fifo.h
19
src/fifo.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
19
src/fix.cxx
19
src/fix.cxx
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "decor.h"
|
||||
#include "misc.h"
|
||||
|
19
src/fog.cxx
19
src/fog.cxx
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "decor.h"
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
19
src/menu.cxx
19
src/menu.cxx
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/menu.h
19
src/menu.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
19
src/misc.cxx
19
src/misc.cxx
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <SDL2/SDL_log.h>
|
||||
#include <SDL2/SDL_mouse.h>
|
||||
|
19
src/misc.h
19
src/misc.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
19
src/movie.h
19
src/movie.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "decor.h"
|
||||
#include "misc.h"
|
||||
|
21
src/path.cxx
21
src/path.cxx
@ -1,5 +1,22 @@
|
||||
|
||||
// (c) 1997, Denis Dumoulin
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997 Daniel Roux, EPSITEC SA & Denis Dumoulin
|
||||
* Copyright (C) 2017 Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include "decor.h"
|
||||
#include "fifo.h"
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/pixmap.h
19
src/pixmap.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
19
src/sound.h
19
src/sound.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
19
src/text.cxx
19
src/text.cxx
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
19
src/text.h
19
src/text.h
@ -1,3 +1,22 @@
|
||||
/*
|
||||
* This file is part of the planetblupi source code
|
||||
* Copyright (C) 1997, Daniel Roux & EPSITEC SA
|
||||
* Copyright (C) 2017, Mathieu Schroeter
|
||||
* http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation, either version 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
|
||||
* 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://gnu.org/licenses
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user