Update headers. engine/

svn-id: r38408
This commit is contained in:
Eugene Sandulenko 2009-02-17 15:02:16 +00:00
parent 9ae02c978c
commit 22a009d3c6
34 changed files with 751 additions and 763 deletions

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
game.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,22 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
Copyright (C) 2005 Christoph Reichenbach <reichenb@colorado.edu> *
* 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 * This program is distributed in the hope that it will be useful,
modify it under the terms of the GNU General Public Licence as * but WITHOUT ANY WARRANTY; without even the implied warranty of
published by the Free Software Foundaton; either version 2 of the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Licence, or (at your option) any later version. * GNU General Public License for more details.
It is distributed in the hope that it will be useful, but * You should have received a copy of the GNU General Public License
WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program; if not, write to the Free Software
merchantibility or fitness for a particular purpose. See the * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
GNU General Public Licence for more details. *
* $URL$
You should have received a copy of the GNU General Public Licence * $Id$
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.
***************************************************************************/
#include "sci/engine/gc.h" #include "sci/engine/gc.h"

View file

@ -1,22 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
Copyright (C) 2005 Christoph Reichenbach <reichenb@colorado.edu> *
* 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 * This program is distributed in the hope that it will be useful,
modify it under the terms of the GNU General Public Licence as * but WITHOUT ANY WARRANTY; without even the implied warranty of
published by the Free Software Foundaton; either version 2 of the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Licence, or (at your option) any later version. * GNU General Public License for more details.
It is distributed in the hope that it will be useful, but * You should have received a copy of the GNU General Public License
WITHOUT ANY WARRANTY; without even the implied warranty of * along with this program; if not, write to the Free Software
merchantibility or fitness for a particular purpose. See the * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
GNU General Public Licence for more details. *
* $URL$
You should have received a copy of the GNU General Public Licence * $Id$
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.
***************************************************************************/
#ifndef GC_H_ #ifndef GC_H_

View file

@ -1,22 +1,27 @@
/************************************************************************** /* ScummVM - Graphic Adventure Engine
grammar.c Copyright (C) 2000 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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.
***************************************************************************/
/* Functionality to transform the context-free SCI grammar rules into /* Functionality to transform the context-free SCI grammar rules into
** strict Greibach normal form (strict GNF), and to test SCI input against ** strict Greibach normal form (strict GNF), and to test SCI input against

View file

@ -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/engine.h"
#include "sci/include/console.h" #include "sci/include/console.h"
#include "sci/engine/heap.h" #include "sci/engine/heap.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
heap.h Copyright (C) 1999,2000,01 Magnus Reftel, Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#ifndef _SCI_HEAP_H #ifndef _SCI_HEAP_H
#define _SCI_HEAP_H #define _SCI_HEAP_H

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
int_hashmap. Copyright (C) 2001 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#include "sci/engine/int_hashmap.h" #include "sci/engine/int_hashmap.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
int_hashmap.h Copyright (C) 2001 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#ifndef INT_HASHMAP_H #ifndef INT_HASHMAP_H
#define INT_HASHMAP_H #define INT_HASHMAP_H

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kernel.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/engine/gc.h" #include "sci/engine/gc.h"
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"

View file

@ -1,29 +1,28 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kernel_compat.h Copyright (C) 2002 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * 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 */ /* Kernel compatibility #defines to pre-GLUTTON times */
#ifndef _SCI_KERNEL_COMPAT_ #ifndef _SCI_KERNEL_COMPAT_

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kernel_types.h Copyright (C) 2002 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#ifndef _FREESCI_KERNEL_TYPES_H_ #ifndef _FREESCI_KERNEL_TYPES_H_
#define _FREESCI_KERNEL_TYPES_H_ #define _FREESCI_KERNEL_TYPES_H_

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kevent.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
Kfile.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "common/str.h" #include "common/str.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kgraphics.c Copyright (C) 1999,2000..04 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) [creichen@gmail.com]
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
klists.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kmath.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kmenu.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kmovement.c Copyright (C) 2001 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kpathing.c Copyright (C) 2002-2006 Lars Skovlund, Walter van Niftrik *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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:
Walter van Niftrik [w.f.b.w.v.niftrik@stud.tue.nl]
***************************************************************************/
/* Detailed information on the implementation can be found in the report /* Detailed information on the implementation can be found in the report
** which can be downloaded from FIXME. ** which can be downloaded from FIXME.

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kscripts.c.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"
#include "sci/include/engine.h" #include "sci/include/engine.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
ksound.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
#include "sci/include/engine.h" #include "sci/include/engine.h"
#include "sci/include/sfx_player.h" #include "sci/include/sfx_player.h"

View file

@ -1,29 +1,28 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
kstring.c Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * 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 */ /* String and parser handling */
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
message.c Copyright (C) 2008 Lars Skovlund *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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:
Lars Skovlund (LS) [lskovlun@image.dk]
***************************************************************************/
#include "sci/engine/message.h" #include "sci/engine/message.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
message.h Copyright (C) 2008 Lars Skovlund *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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:
Lars Skovlund (LS) [lskovlun@image.dk]
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
said.y Copyright (C) 1999 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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]
***************************************************************************/
%{ %{

View file

@ -1,29 +1,28 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
savegame.cfsml Copyright (C) 1999 Christoph Reichenbach, TU Darmstadt *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * 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. */ /* Savegame handling for state_t structs. Makes heavy use of cfsml magic. */
/* DON'T EDIT savegame.c ! Only modify savegame.cfsml, if something needs /* 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 ** to be changed. Refer to freesci/docs/misc/cfsml.spec if you don't understand

View file

@ -1,29 +1,28 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
savegame.cfsml Copyright (C) 1999 Christoph Reichenbach, TU Darmstadt *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * 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. */ /* Savegame handling for state_t structs. Makes heavy use of cfsml magic. */
/* DON'T EDIT savegame.c ! Only modify savegame.cfsml, if something needs /* 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 ** to be changed. Refer to freesci/docs/misc/cfsml.spec if you don't understand

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
sci_graphics.h Copyright (C) 2000 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
/* SCI constants and definitions */ /* SCI constants and definitions */

View file

@ -1,29 +1,28 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
console.c Copyright (C) 1999..2002 Christoph Reichenbach, TU Darmstadt *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * 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 */ /* Second half of the console implementation: VM dependent stuff */
/* Remember, it doesn't have to be fast. */ /* Remember, it doesn't have to be fast. */

View file

@ -1,28 +1,28 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
scriptdebug.c Copyright (C) 1999 Christoph Reichenbach, TU Darmstadt *
* 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 * This program is distributed in the hope that it will be useful,
the GNU general public license (GPL), as long as the above copyright * but WITHOUT ANY WARRANTY; without even the implied warranty of
notice and the licensing information contained herein are preserved. * 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. */ /* Script debugger functionality. Absolutely not threadsafe. */
#include "sci/engine/gc.h" #include "sci/engine/gc.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
seg_manager.c Copyright (C) 2002 Xiaojun Chen, Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#include "sci/engine/seg_manager.h" #include "sci/engine/seg_manager.h"
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
seg_manager.h Copyright (C) 2002 Xiaojun Chen, Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#ifndef _SCI_SEG_MANAGER_H #ifndef _SCI_SEG_MANAGER_H

View file

@ -1,29 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
sys_strings.c Copyright (C) 2002 Christoph Reichenbach *
* 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 * You should have received a copy of the GNU General Public License
the GNU general public license (GPL), as long as the above copyright * along with this program; if not, write to the Free Software
notice and the licensing information contained herein are preserved. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
Please refer to www.gnu.org for licensing details. * $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 (CR) <jameson@linuxgames.com>
***************************************************************************/
#include "sci/include/sys_strings.h" #include "sci/include/sys_strings.h"
#include "sci/include/sci_memory.h" #include "sci/include/sci_memory.h"

View file

@ -1,28 +1,27 @@
/*************************************************************************** /* ScummVM - Graphic Adventure Engine
vm.c Copyright (C) 1999 -- 2002 Christoph Reichenbach *
* 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 * This program is distributed in the hope that it will be useful,
the GNU general public license (GPL), as long as the above copyright * but WITHOUT ANY WARRANTY; without even the implied warranty of
notice and the licensing information contained herein are preserved. * 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
This work is provided AS IS, without warranty of any kind, expressed or * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
implied, including but not limited to the warranties of merchantibility, *
noninfringement, and fitness for a specific purpose. The author will not * $URL$
be held liable for any damage caused by this work or derivatives of it. * $Id$
*
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]
***************************************************************************/
#include "sci/include/sciresource.h" #include "sci/include/sciresource.h"