AGS: Adding ScummVM comment headers
This commit is contained in:
parent
a60d290a08
commit
bd6a58d1a1
627 changed files with 13559 additions and 8469 deletions
|
@ -1,20 +1,31 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Functions related to finding and opening game assets.
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef __AGS_EE_AC__ASSETHELPER_H
|
||||
#define __AGS_EE_AC__ASSETHELPER_H
|
||||
#include <memory>
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/audiochannel.h"
|
||||
#include "ac/gamestate.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__AUDIOCHANNEL_H
|
||||
#define __AGS_EE_AC__AUDIOCHANNEL_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/asset_helper.h"
|
||||
#include "ac/audioclip.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__AUDIOCLIP_H
|
||||
#define __AGS_EE_AC__AUDIOCLIP_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/button.h"
|
||||
#include "ac/common.h"
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/cdaudio.h"
|
||||
#include "platform/base/agsplatformdriver.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__CDAUDIO_H
|
||||
#define __AGS_EE_AC__CDAUDIO_H
|
||||
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// AGS Character functions
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__CHARACTER_H
|
||||
#define __AGS_EE_AC__CHARACTER_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__CHARACTERCACHE_H
|
||||
#define __AGS_EE_AC__CHARACTERCACHE_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/characterextras.h"
|
||||
#include "util/stream.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__CHARACTEREXTRAS_H
|
||||
#define __AGS_EE_AC__CHARACTEREXTRAS_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/characterinfo.h"
|
||||
#include "ac/common.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <time.h>
|
||||
#include "ac/datetime.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DATETIME_H
|
||||
#define __AGS_EE_AC__DATETIME_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dialog.h"
|
||||
#include "ac/common.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DIALOG_H
|
||||
#define __AGS_EE_AC__DIALOG_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dialog.h"
|
||||
#include "ac/dialogtopic.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DIALOGOPTIONSRENDERING_H
|
||||
#define __AGS_EE_AC__DIALOGOPTIONSRENDERING_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DISPLAY_H
|
||||
#define __AGS_EE_AC__DISPLAY_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DRAW_H
|
||||
#define __AGS_EE_AC__DRAW_H
|
||||
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Software drawing component. Optimizes drawing for software renderer using
|
||||
|
|
|
@ -1,21 +1,32 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Software drawing component. Optimizes drawing for software renderer using
|
||||
// dirty rectangles technique.
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef __AGS_EE_AC__DRAWSOFTWARE_H
|
||||
#define __AGS_EE_AC__DRAWSOFTWARE_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/draw.h"
|
||||
#include "ac/drawingsurface.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DRAWINGSURFACE_H
|
||||
#define __AGS_EE_AC__DRAWINGSURFACE_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
#include "ac/dynamicsprite.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_AC__DYNAMICSPRITE_H
|
||||
#define __AGS_EE_AC__DYNAMICSPRITE_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__ALLDYNAMICCLASSES_H
|
||||
#define __AGS_EE_DYNOBJ__ALLDYNAMICCLASSES_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__ALLSCRIPTCLASSES_H
|
||||
#define __AGS_EE_DYNOBJ__ALLSCRIPTCLASSES_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "core/types.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCDYNAMICOBJECT_H
|
||||
#define __AC_CCDYNAMICOBJECT_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_audiochannel.h"
|
||||
#include "ac/dynobj/scriptaudiochannel.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__CCAUDIOCHANNEL_H
|
||||
#define __AGS_EE_DYNOBJ__CCAUDIOCHANNEL_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_audioclip.h"
|
||||
#include "ac/dynobj/scriptaudioclip.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__CCAUDIOCLIP_H
|
||||
#define __AGS_EE_DYNOBJ__CCAUDIOCLIP_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_character.h"
|
||||
#include "ac/characterinfo.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCCHARACTER_H
|
||||
#define __AC_CCCHARACTER_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_dialog.h"
|
||||
#include "ac/dialog.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCDIALOG_H
|
||||
#define __AC_CCDIALOG_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "cc_dynamicarray.h"
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __CC_DYNAMICARRAY_H
|
||||
#define __CC_DYNAMICARRAY_H
|
||||
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// C-Script run-time interpreter (c) 2001 Chris Jones
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Managed script object interface.
|
||||
|
|
|
@ -1,3 +1,25 @@
|
|||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef ADDR_AND_MANAGER_H
|
||||
#define ADDR_AND_MANAGER_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_gui.h"
|
||||
#include "ac/dynobj/scriptgui.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCGUI_H
|
||||
#define __AC_CCGUI_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_guiobject.h"
|
||||
#include "ac/dynobj/scriptgui.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCGUIOBJECT_H
|
||||
#define __AC_CCGUIOBJECT_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_hotspot.h"
|
||||
#include "ac/dynobj/scripthotspot.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCHOTSPOT_H
|
||||
#define __AC_CCHOTSPOT_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_inventory.h"
|
||||
#include "ac/dynobj/scriptinvitem.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCINVENTORY_H
|
||||
#define __AC_CCINVENTORY_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_object.h"
|
||||
#include "ac/dynobj/scriptobject.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCOBJECT_H
|
||||
#define __AC_CCOBJECT_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/cc_region.h"
|
||||
#include "ac/dynobj/scriptregion.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_CCREGION_H
|
||||
#define __AC_CCREGION_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
#include "ac/dynobj/cc_serializer.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SERIALIZER_H
|
||||
#define __AC_SERIALIZER_H
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
#include <string.h>
|
||||
#include "ac/dynobj/managedobjectpool.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __CC_MANAGEDOBJECTPOOL_H
|
||||
#define __CC_MANAGEDOBJECTPOOL_H
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTAUDIOCHANNEL_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTAUDIOCHANNEL_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptcamera.h"
|
||||
#include "ac/gamestate.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTCAMERA_H
|
||||
#define __AC_SCRIPTCAMERA_H
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTCONTAINERS_H
|
||||
#define __AC_SCRIPTCONTAINERS_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptdatetime.h"
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTDATETIME_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTDATETIME_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTDIALOG_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTDIALOG_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptdialogoptionsrendering.h"
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTDIALOGOPTIONSRENDERING_H
|
||||
#define __AC_SCRIPTDIALOGOPTIONSRENDERING_H
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptdict.h"
|
||||
|
||||
int ScriptDictBase::Dispose(const char *address, bool force)
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Managed script object wrapping std::map<String, String> and
|
||||
|
@ -22,6 +32,7 @@
|
|||
// types as keys; need to research what perfomance impact that would make.
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef __AC_SCRIPTDICT_H
|
||||
#define __AC_SCRIPTDICT_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptdrawingsurface.h"
|
||||
#include "ac/spritecache.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTDRAWINGSURFACE_H
|
||||
#define __AC_SCRIPTDRAWINGSURFACE_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptdynamicsprite.h"
|
||||
#include "ac/dynamicsprite.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTDYNAMICSPRITE_H
|
||||
#define __AC_SCRIPTDYNAMICSPRITE_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptfile.h"
|
||||
#include "ac/global_file.h"
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTFILE_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTFILE_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTGUI_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTGUI_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTHOTSPOT_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTHOTSPOT_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTINVITEM_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTINVITEM_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTMOUSE_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTMOUSE_H
|
||||
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTOBJECT_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTOBJECT_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptoverlay.h"
|
||||
#include "ac/common.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTOVERLAY_H
|
||||
#define __AC_SCRIPTOVERLAY_H
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTREGION_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTREGION_H
|
||||
|
||||
|
|
|
@ -1,16 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptset.h"
|
||||
|
||||
int ScriptSetBase::Dispose(const char *address, bool force)
|
||||
|
|
|
@ -1,15 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Managed script object wrapping std::set<String> and unordered_set<String>.
|
||||
|
@ -21,6 +31,7 @@
|
|||
// types as keys; need to research what perfomance impact that would make.
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef __AC_SCRIPTSET_H
|
||||
#define __AC_SCRIPTSET_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptstring.h"
|
||||
#include "ac/string.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTSTRING_H
|
||||
#define __AC_SCRIPTSTRING_H
|
||||
|
|
|
@ -1,20 +1,25 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
//
|
||||
//
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTSYSTEM_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTSYSTEM_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <memory.h>
|
||||
#include "scriptuserobject.h"
|
||||
|
|
|
@ -1,20 +1,31 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// Managed object, which size and contents are defined by user script
|
||||
//
|
||||
//=============================================================================
|
||||
|
||||
#ifndef __AGS_EE_DYNOBJ__SCRIPTUSERSTRUCT_H
|
||||
#define __AGS_EE_DYNOBJ__SCRIPTUSERSTRUCT_H
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptviewframe.h"
|
||||
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTVIEWFRAME_H
|
||||
#define __AC_SCRIPTVIEWFRAME_H
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#include "ac/dynobj/scriptviewport.h"
|
||||
#include "ac/gamestate.h"
|
||||
|
|
|
@ -1,16 +1,24 @@
|
|||
//=============================================================================
|
||||
//
|
||||
// Adventure Game Studio (AGS)
|
||||
//
|
||||
// Copyright (C) 1999-2011 Chris Jones and 2011-20xx others
|
||||
// The full list of copyright holders can be found in the Copyright.txt
|
||||
// file, which is part of this source code distribution.
|
||||
//
|
||||
// The AGS source code is provided under the Artistic License 2.0.
|
||||
// A copy of this license can be found in the file License.txt and at
|
||||
// http://www.opensource.org/licenses/artistic-license-2.0.php
|
||||
//
|
||||
//=============================================================================
|
||||
/* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __AC_SCRIPTVIEWPORT_H
|
||||
#define __AC_SCRIPTVIEWPORT_H
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue