资源简介
类似最终幻想的复古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_desc
....... 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个文件信息
相关资源
- C++/CLI从入门到精通-周靖版.rar
- MFC中用CEF实现c++与js交互
- 第四次上机作业 语法分析2
- c++调用matlab函数
- C++调用微软actieX控件实现远程桌面
- C++ Primer Plus中文版第六版Kindle—高清
- C++编程思想两卷合订本].(Bruce等)
- More Effective C++ 35个改善编程与设计的
- C++项目开发实战入门_明日科技.rar
- 黑马最新c、c++全栈培训第24期高清无
- 小学生趣味C++编程.rar
- c++课程设计员工管理系统带MFC界面
- Visual C++ SQL Server数据库开发与
- C++Test9.5的插件版1
- 喷码字符识别
- Eclipse IDE for C/C++ Win64位
- C语言基础书籍两本(PDF)
- C++builder创建bpl库并调用
- C++ Primer Plus 英文版第6版
- c++ 程序设计语言.特别版
- 基于OpenCV+MFC的视频监测实现行人检测
- 写给大忙人看的C++ 带目录书签.pdf
- C和C++程序员面试秘笈高清完整版
- 数字图像处理与机器视觉Visual C++与
- MFC校园网最短路径设计
- C++透视自瞄原理学习.rar
- VC/C++的旅游管理系统
- 基于C++和SQL完成的文件管理系统
- 信息学奥赛一本通C++版配套光盘第五
- VC++课程设计时钟,具有闹钟功能
评论
共有 条评论