Update headers. engine/
svn-id: r38408
This commit is contained in:
parent
9ae02c978c
commit
22a009d3c6
34 changed files with 751 additions and 763 deletions
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
game.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
|
|
@ -1,22 +1,27 @@
|
|||
/***************************************************************************
|
||||
Copyright (C) 2005 Christoph Reichenbach <reichenb@colorado.edu>
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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 free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public Licence as
|
||||
published by the Free Software Foundaton; either version 2 of the
|
||||
Licence, 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.
|
||||
|
||||
It is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
merchantibility or fitness for a particular purpose. See the
|
||||
GNU General Public Licence for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public Licence
|
||||
along with this program; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA.
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/engine/gc.h"
|
||||
|
||||
|
|
|
@ -1,22 +1,27 @@
|
|||
/***************************************************************************
|
||||
Copyright (C) 2005 Christoph Reichenbach <reichenb@colorado.edu>
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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 free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public Licence as
|
||||
published by the Free Software Foundaton; either version 2 of the
|
||||
Licence, 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.
|
||||
|
||||
It is distributed in the hope that it will be useful, but
|
||||
WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
merchantibility or fitness for a particular purpose. See the
|
||||
GNU General Public Licence for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public Licence
|
||||
along with this program; see the file COPYING. If not, write to
|
||||
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA.
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifndef GC_H_
|
||||
|
|
|
@ -1,22 +1,27 @@
|
|||
/**************************************************************************
|
||||
grammar.c Copyright (C) 2000 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
/* Functionality to transform the context-free SCI grammar rules into
|
||||
** strict Greibach normal form (strict GNF), and to test SCI input against
|
||||
|
|
|
@ -1,3 +1,28 @@
|
|||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
* as published by the Free Software Foundation; either version 2
|
||||
* of the License, or (at your option) any later version.
|
||||
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/engine.h"
|
||||
#include "sci/include/console.h"
|
||||
#include "sci/engine/heap.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
heap.h Copyright (C) 1999,2000,01 Magnus Reftel, Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _SCI_HEAP_H
|
||||
#define _SCI_HEAP_H
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
int_hashmap. Copyright (C) 2001 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/engine/int_hashmap.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
int_hashmap.h Copyright (C) 2001 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef INT_HASHMAP_H
|
||||
#define INT_HASHMAP_H
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kernel.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/engine/gc.h"
|
||||
#include "sci/include/sciresource.h"
|
||||
|
|
|
@ -1,29 +1,28 @@
|
|||
/***************************************************************************
|
||||
kernel_compat.h Copyright (C) 2002 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
/* Kernel compatibility #defines to pre-GLUTTON times */
|
||||
|
||||
#ifndef _SCI_KERNEL_COMPAT_
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kernel_types.h Copyright (C) 2002 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef _FREESCI_KERNEL_TYPES_H_
|
||||
#define _FREESCI_KERNEL_TYPES_H_
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kevent.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/engine.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
Kfile.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common/str.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kgraphics.c Copyright (C) 1999,2000..04 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) [creichen@gmail.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
klists.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/engine.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kmath.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/engine.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kmenu.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kmovement.c Copyright (C) 2001 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kpathing.c Copyright (C) 2002-2006 Lars Skovlund, Walter van Niftrik
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Walter van Niftrik [w.f.b.w.v.niftrik@stud.tue.nl]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
/* Detailed information on the implementation can be found in the report
|
||||
** which can be downloaded from FIXME.
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
kscripts.c.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
#include "sci/include/engine.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
ksound.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/engine.h"
|
||||
#include "sci/include/sfx_player.h"
|
||||
|
|
|
@ -1,29 +1,28 @@
|
|||
/***************************************************************************
|
||||
kstring.c Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
/* String and parser handling */
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
message.c Copyright (C) 2008 Lars Skovlund
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Lars Skovlund (LS) [lskovlun@image.dk]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/engine/message.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
message.h Copyright (C) 2008 Lars Skovlund
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Lars Skovlund (LS) [lskovlun@image.dk]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
said.y Copyright (C) 1999 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
%{
|
||||
|
||||
|
|
|
@ -1,29 +1,28 @@
|
|||
/***************************************************************************
|
||||
savegame.cfsml Copyright (C) 1999 Christoph Reichenbach, TU Darmstadt
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
/* Savegame handling for state_t structs. Makes heavy use of cfsml magic. */
|
||||
/* DON'T EDIT savegame.c ! Only modify savegame.cfsml, if something needs
|
||||
** to be changed. Refer to freesci/docs/misc/cfsml.spec if you don't understand
|
||||
|
|
|
@ -1,29 +1,28 @@
|
|||
/***************************************************************************
|
||||
savegame.cfsml Copyright (C) 1999 Christoph Reichenbach, TU Darmstadt
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
/* Savegame handling for state_t structs. Makes heavy use of cfsml magic. */
|
||||
/* DON'T EDIT savegame.c ! Only modify savegame.cfsml, if something needs
|
||||
** to be changed. Refer to freesci/docs/misc/cfsml.spec if you don't understand
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
sci_graphics.h Copyright (C) 2000 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
/* SCI constants and definitions */
|
||||
|
||||
|
|
|
@ -1,29 +1,28 @@
|
|||
/***************************************************************************
|
||||
console.c Copyright (C) 1999..2002 Christoph Reichenbach, TU Darmstadt
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [creichen@rbg.informatik.tu-darmstadt.de]
|
||||
|
||||
***************************************************************************/
|
||||
/* Second half of the console implementation: VM dependent stuff */
|
||||
/* Remember, it doesn't have to be fast. */
|
||||
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
/***************************************************************************
|
||||
scriptdebug.c Copyright (C) 1999 Christoph Reichenbach, TU Darmstadt
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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 may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* 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.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
/* Script debugger functionality. Absolutely not threadsafe. */
|
||||
|
||||
#include "sci/engine/gc.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
seg_manager.c Copyright (C) 2002 Xiaojun Chen, Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/engine/seg_manager.h"
|
||||
#include "sci/include/sciresource.h"
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
seg_manager.h Copyright (C) 2002 Xiaojun Chen, Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#ifndef _SCI_SEG_MANAGER_H
|
||||
|
|
|
@ -1,29 +1,27 @@
|
|||
/***************************************************************************
|
||||
sys_strings.c Copyright (C) 2002 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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.
|
||||
|
||||
This program may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CR) <jameson@linuxgames.com>
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sci/include/sys_strings.h"
|
||||
#include "sci/include/sci_memory.h"
|
||||
|
|
|
@ -1,28 +1,27 @@
|
|||
/***************************************************************************
|
||||
vm.c Copyright (C) 1999 -- 2002 Christoph Reichenbach
|
||||
/* ScummVM - Graphic Adventure Engine
|
||||
*
|
||||
* ScummVM is the legal property of its developers, whose names
|
||||
* are too numerous to list here. Please refer to the COPYRIGHT
|
||||
* file distributed with this source distribution.
|
||||
*
|
||||
* 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 may be modified and copied freely according to the terms of
|
||||
the GNU general public license (GPL), as long as the above copyright
|
||||
notice and the licensing information contained herein are preserved.
|
||||
* 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.
|
||||
|
||||
Please refer to www.gnu.org for licensing details.
|
||||
|
||||
This work is provided AS IS, without warranty of any kind, expressed or
|
||||
implied, including but not limited to the warranties of merchantibility,
|
||||
noninfringement, and fitness for a specific purpose. The author will not
|
||||
be held liable for any damage caused by this work or derivatives of it.
|
||||
|
||||
By using this source code, you agree to the licensing terms as stated
|
||||
above.
|
||||
|
||||
|
||||
Please contact the maintainer for bug reports or inquiries.
|
||||
|
||||
Current Maintainer:
|
||||
|
||||
Christoph Reichenbach (CJR) [jameson@linuxgames.com]
|
||||
|
||||
***************************************************************************/
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "sci/include/sciresource.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue