SRB2 -> DRRR copyright in sdl folder

This commit is contained in:
Sally Coolatta 2024-04-05 10:38:06 -04:00
parent d50cdd92dc
commit 9d9864c983
24 changed files with 148 additions and 196 deletions

View file

@ -1,17 +1,12 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// //
// Copyright (C) 1998-2000 by DooM Legacy Team. // This program is free software distributed under the
// // terms of the GNU General Public License, version 2.
// This program is free software; you can redistribute it and/or // See the 'LICENSE' file for more details.
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief Support to show ENDOOM text /// \brief Support to show ENDOOM text

View file

@ -1,18 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// //
// Copyright (C) 1998-2000 by DooM Legacy Team. // This program is free software distributed under the
// // terms of the GNU General Public License, version 2.
// This program is free software; you can redistribute it and/or // See the 'LICENSE' file for more details.
// modify it under the terms of the GNU General Public License //-----------------------------------------------------------------------------
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
/// \file /// \file
/// \brief Tool for dynamic referencing of hardware rendering functions /// \brief Tool for dynamic referencing of hardware rendering functions
/// ///

View file

@ -1,17 +1,12 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// //
// Copyright (C) 1998-2000 by DooM Legacy Team. // This program is free software distributed under the
// // terms of the GNU General Public License, version 2.
// This program is free software; you can redistribute it and/or // See the 'LICENSE' file for more details.
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief Tool for dynamic referencing of hardware rendering/3D sound functions /// \brief Tool for dynamic referencing of hardware rendering/3D sound functions

View file

@ -1,18 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1993-1996 by id Software, Inc. // This program is free software distributed under the
// Copyright (C) 1998-2000 by DooM Legacy Team. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief Main program, simply calls D_SRB2Main and D_SRB2Loop, the high level loop. /// \brief Main program, simply calls D_SRB2Main and D_SRB2Loop, the high level loop.

View file

@ -1,18 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1993-1996 by id Software, Inc. // This program is free software distributed under the
// Portions Copyright (C) 1998-2000 by DooM Legacy Team. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SDL network interface /// \brief SDL network interface

View file

@ -1,11 +1,12 @@
// Emacs style mode select -*- C++ -*- // Emacs style mode select -*- C++ -*-
// //
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// //
// Copyright (C) 1993-1996 by id Software, Inc. // Copyright (C) 2024 by Kart Krew.
// Portions Copyright (C) 1998-2000 by DooM Legacy Team. // Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2014-2020 by Sonic Team Junior. // Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// This program is free software; you can redistribute it and/or // This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License // modify it under the terms of the GNU General Public License

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2020 by James R. // Copyright (C) 2024 by James Robert Roman.
// Copyright (C) 2024 by Kart Krew.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,17 +1,12 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2011 by Callum Dickinson. // Copyright (C) 2011 by Callum Dickinson.
// //
// This program is free software; you can redistribute it and/or // This program is free software distributed under the
// modify it under the terms of the GNU General Public License // terms of the GNU General Public License, version 2.
// as published by the Free Software Foundation; either version 2 // See the 'LICENSE' file for more details.
// 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.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SDL_ttf interface code. Necessary for platforms with no framebuffer console systems. /// \brief SDL_ttf interface code. Necessary for platforms with no framebuffer console systems.

View file

@ -1,17 +1,12 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2011 by Callum Dickinson. // Copyright (C) 2011 by Callum Dickinson.
// //
// This program is free software; you can redistribute it and/or // This program is free software distributed under the
// modify it under the terms of the GNU General Public License // terms of the GNU General Public License, version 2.
// as published by the Free Software Foundation; either version 2 // See the 'LICENSE' file for more details.
// 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.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SDL_ttf interface code. Necessary for platforms with SDL inits that need to run immediately. /// \brief SDL_ttf interface code. Necessary for platforms with SDL inits that need to run immediately.

View file

@ -1,20 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
// SONIC ROBO BLAST 2
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1993-1996 by id Software, Inc. // This program is free software distributed under the
// Portions Copyright (C) 1998-2000 by DooM Legacy Team. // terms of the GNU General Public License, version 2.
// Copyright (C) 2014-2020 by Sonic Team Junior. // See the 'LICENSE' file for more details.
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SRB2 graphics stuff for SDL /// \brief SRB2 graphics stuff for SDL

View file

@ -1,18 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1993-1996 by id Software, Inc. // This program is free software distributed under the
// Portions Copyright (C) 1998-2000 by DooM Legacy Team. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief Graphical Alerts for MacOSX /// \brief Graphical Alerts for MacOSX

View file

@ -1,18 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1993-1996 by id Software, Inc. // This program is free software distributed under the
// Portions Copyright (C) 1998-2000 by DooM Legacy Team. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief Graphical Alerts for MacOSX /// \brief Graphical Alerts for MacOSX

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
//
// This program is free software distributed under the
// terms of the GNU General Public License, version 2.
// See the 'LICENSE' file for more details.
//-----------------------------------------------------------------------------
#include "mac_resources.h" #include "mac_resources.h"
#include <string.h> #include <string.h>

View file

@ -1,3 +1,13 @@
// DR. ROBOTNIK'S RING RACERS
//-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
//
// This program is free software distributed under the
// terms of the GNU General Public License, version 2.
// See the 'LICENSE' file for more details.
//-----------------------------------------------------------------------------
#ifndef __MAC_RESOURCES_H__ #ifndef __MAC_RESOURCES_H__
#define __MAC_RESOURCES_H__ #define __MAC_RESOURCES_H__

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2014-2020 by Sonic Team Junior. // Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2022-2023 by Ronald "Eidolon" Kinard // Copyright (C) 2024 by Ronald "Eidolon" Kinard
// Copyright (C) 2024 by Kart Krew
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,19 +1,12 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// //
// Copyright (C) 1998-2000 by DooM Legacy Team. // This program is free software distributed under the
// Copyright (C) 2014-2020 by Sonic Team Junior. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SDL specific part of the OpenGL API for SRB2 /// \brief SDL specific part of the OpenGL API for SRB2

View file

@ -1,18 +1,13 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 2000 by DooM Legacy Team.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1998-2000 by DooM Legacy Team. // This program is free software distributed under the
// Copyright (C) 2014-2020 by Sonic Team Junior. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SDL specific part of the OpenGL API for SRB2 /// \brief SDL specific part of the OpenGL API for SRB2

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2023 by Ronald "Eidolon" Kinard // Copyright (C) 2024 by Ronald "Eidolon" Kinard
// Copyright (C) 2024 by Kart Krew
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2023 by Ronald "Eidolon" Kinard // Copyright (C) 2024 by Ronald "Eidolon" Kinard
// Copyright (C) 2024 by Kart Krew
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2023 by Ronald "Eidolon" Kinard // Copyright (C) 2024 by Ronald "Eidolon" Kinard
// Copyright (C) 2024 by Kart Krew
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,6 +1,7 @@
// SONIC ROBO BLAST 2 // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2023 by Ronald "Eidolon" Kinard // Copyright (C) 2024 by Ronald "Eidolon" Kinard
// Copyright (C) 2024 by Kart Krew
// //
// This program is free software distributed under the // This program is free software distributed under the
// terms of the GNU General Public License, version 2. // terms of the GNU General Public License, version 2.

View file

@ -1,18 +1,12 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// Copyright (C) 1996 by id Software, Inc.
// //
// Copyright (C) 1993-1996 by id Software, Inc. // This program is free software distributed under the
// Copyright (C) 2014-2020 by Sonic Team Junior. // terms of the GNU General Public License, version 2.
// // See the 'LICENSE' file for more details.
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// The source 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.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief SDL interface for sound /// \brief SDL interface for sound

View file

@ -1,17 +1,11 @@
// Emacs style mode select -*- C++ -*- // DR. ROBOTNIK'S RING RACERS
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Copyright (C) 2024 by Kart Krew.
// Copyright (C) 2020 by Sonic Team Junior.
// //
// Copyright (C) 2006-2020 by Sonic Team Junior. // This program is free software distributed under the
// // terms of the GNU General Public License, version 2.
// This program is free software; you can redistribute it and/or // See the 'LICENSE' file for more details.
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; either version 2
// of the License, or (at your option) any later version.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
/// \file /// \file
/// \brief System specific interface stuff. /// \brief System specific interface stuff.