• 大小: 71.25MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-05-06
  • 语言: C/C++
  • 标签: C++  

资源简介

类似最终幻想的复古2D单机RPG游戏 C++源码 类似最终幻想的复古2D单机RPG游戏源码,国外大牛写的,一款单人角色扮演游戏,玩法比较复古,需要玩家接收各种任务,探索各个未知场景,回合制战斗模式,各项功能都比较齐全,支持windows、linux、OS X,对开发复古类RPG游戏开发的很有参考价值。

资源截图

代码片段和文件信息

///////////////////////////////////////////////////////////////////////////////
//            Copyright (C) 2004-2010 by The Allacrost Project
//                         All Rights Reserved
//
// This code is licensed under the GNU GPL version 2. It is free software
// and you may modify it and/or redistribute it under the terms of this license.
// See http://www.gnu.org/copyleft/gpl.html for details.
///////////////////////////////////////////////////////////////////////////////

/** ***************************************************************************
*** \file    defs.h
*** \author  Tyler Olsen roots@allacrost.org
*** \brief   Source file for Lua binding code
***
*** All binding code is contained within this file and this file alone.
*** Therefore everything that you see bound within this file will be made
*** available in Lua. All binding code is contained within this single file
*** because the binding code greatly increases the compilation time but this
*** effect is mitigated if it is contained within a single file.
***
*** \note To most C++ programmers the syntax of the binding code found in this
*** file may be very unfamiliar and obtuse. Refer to the Luabind documentation
*** as necessary to gain an understanding of this code style.
*** **************************************************************************/

#include “utils.h“
#include “defs.h“

#include “script.h“

using namespace luabind;

namespace hoa_defs {

void BindUtilsToLua() {
// ---------- Bind Util Functions
{
module(hoa_script::scriptManager->GetGlobalState() “hoa_utils“)
[
def(“RandomFloat“ (float(*)(void)) &hoa_utils::RandomFloat)
];

module(hoa_script::scriptManager->GetGlobalState() “hoa_utils“)
[
def(“RandomBoundedInteger“ &hoa_utils::RandomBoundedInteger)
];
}
} // void BindEngineToLua()

} // namespace hoa_defs

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

    .......     28917  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\audio.Po

    .......     25038  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\audio_descriptor.Po

    .......     24980  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\audio_effects.Po

    .......     25751  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\audio_input.Po

    .......     24833  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\audio_stream.Po

    .......    107349  2010-09-29 09:34  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle.Po

    .......    106653  2010-09-29 09:34  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_actions.Po

    .......    106837  2010-09-29 09:34  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_actors.Po

    .......    107188  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_command.Po

    .......    106656  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_effects.Po

    .......    105422  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_events.Po

    .......    107353  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_finish.Po

    .......    106665  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_indicators.Po

    .......    106573  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\battle_utils.Po

    .......    107402  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\boot.Po

    .......    105211  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\boot_credits.Po

    .......    105774  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\boot_menu.Po

    .......     31168  2010-09-29 09:35  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\boot_welcome.Po

    .......     90120  2010-09-29 09:31  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\class.Po

    .......     85108  2010-09-29 09:31  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\class_info.Po

    .......     85041  2010-09-29 09:31  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\class_registry.Po

    .......     85228  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\class_rep.Po

    .......     85037  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\create_class.Po

    .......     97428  2010-09-29 09:31  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\defs.Po

    .......    106002  2010-09-29 09:32  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\defs_engine.Po

    .......    104781  2010-09-29 09:34  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\defs_global.Po

    .......    108057  2010-09-29 09:34  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\defs_modes.Po

    .......    166302  2010-09-29 09:38  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\dialog_boxes.moc.Po

    .......    166291  2010-09-29 09:37  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\dialog_boxes.Po

    .......    166287  2010-09-29 09:38  类似最终幻想的2D单机RPG游戏源码\RPG\.deps\editor.moc.Po

............此处省略1091个文件信息

评论

共有 条评论