Recent Changes in Main Web retrieved at 00:46 (GMT)

ParaEngine SDK Short cut Manager ParaEngine SDK中的Short Cut 编辑器, 类似Visual Studio的编辑器 功能 列出引擎的所有Command和他们已有...
Coding Style in ParaEngine coding conventions used in C , NPL, C# projects in ParaEngine. Edited by LiXizhi References Lua Coding Style: http://lua users...
C /CLI LiXizhi says: there is a major difference between syntax of C .net and the most recent C /CLI. u need the recent one, of course. http://en.wikipedia...
ParaEngine Registered Logos 公司Logo ParaEngine140X40.png: ParaEngine registered.png: NPL.png:
骨骼规范 人物采用CS的Biped 影响同一个点的骨骼不能超过4个,如果超过引擎只取前面4个。(为了性能优化) 只有旋转...
paraworld.profile.GetMCML Contents Description 取得指定用户的Profile的MCML Parameters Required Name Type Description required appKey...
基础模型制作 1 . 制作流程大纲,静态模型的制作流程大概如下图所示 2 . 原画分析:根据原画了解模型的结构;...
NPL Reference Manual (weekly built version) NPL reference manual Note: The reference manual is on Intranet of ParaEngine. You may not be able to see any content in...
Edit personal data Edit text Create Edit text
Nobody Group Member list: Set GROUP Persons/group who can change the list: Set ALLOWTOPICCHANGE TWikiAdminGroup Used to prevent dangerous...
Jabber Game Server Lite (JGSL) JGSL developer reference JgslLib JGSL msg def JGSL agent JGSL agentstream JGSL gateway...
Andy, Lorne, Xizhi, Let us design bag and item system here Draft thought of Xizhi Global Store ID int , Unique Indexed PrimeKey asset string key like...
Optimaze you NPL/Lua Code Basic facts from Lua GEM book: http://www.lua.org/gems/sample.pdf Before running any code, Lua translates (precompiles) the source...
Documentation for Developers This topic covers documentation for developers who are developing and refining core modules of ParaEngine and NPL. Currently only for...
We are hiring We are seeking passionate people who could join us in the development of the next generation game technologies and its applications. At ParaEngine, you...
公司网站设计 平台 1.1 ParaEngineOverview 1.2 ParaEngineFeatures 1.3 ParaEnginePEDN 1.4 ParaEngineDownload
paraworld.bag.SwapItems Contents Description 建议交换物品的步骤: (1)用户A向用户B提交一个交换物品的请求(这里需要一个API...
paraworld.bag.BuyItems Contents Description 当前登录用户购买物品 用户在官方商城购买物品:直接调用BuyItems API完成购买流程 用...
paraworld.bag.DestroyItem Contents Description 当前登录用户销毁其拥有的物品(每次只能销毁一种物品) Parameters Required Name...
paraworld.bag.SendItem Contents Description 赠送物品(每次只能赠送一种物品) Parameters Required Name Type Description required sessionKey...
美术流程 () 什么是美术流程? 美术流程,在具体形式上是由美术团队的成员(如美术项目经理(TA) )撰写的一个文本...
Art Pipeline () What is an art pipeline? An art pipeline, in tangible form, is a text document written by a member (such as TechnicalArtist (TA)) of an art team...
Frame Rate Optimization Excerpt and partially modified from Game Studio Manual A7: Frame Rate Optimization The frame rate is the number of frames rendered per second...
Official Documentation Official documentation pages were written and carefully reviewed by ParaEngine software engineers. General Reference Installation...
paraworld.email.Remove Contents Description 移除一个EMAIL,只能移除自己收到的EMAIL Parameters Required Name Type Description required...
paraworld.email.Check Contents Description 分页返回当前登录用户收到的所有EMAIL(不返回具体内容) Parameters Required Name Type...
paraworld.email.Get Contents Description 取得指定EMAIL的详细数据 Parameters Required Name Type Description required sessionKey string ...
paraworld.email.Send Contents Description 登录用户向指定的用户发送一封EMAIL(指社区中的EMAIL,非真实的电子邮件),只有相关...
ParaWorld Users user info Title user info Author(s) LiXizhi Date 2008/1/21 File script/kids/3DMapSystemApp/API/paraworld.users.lua...
ParaWorld Profile App profile management API Title App profile management API Author(s) LiXizhi,CYF Date 2008/1/21 File script/kids...
ParaWorld Marketplace a central place per application for selling and buying tradable items. Title a central place per application for selling and buying tradable...
ParaWorld Map a central place per application for selling and buying tradable items. Title a central place per application for selling and buying tradable...
ParaWorld Map Microcomos Query Language (MQL) Title Microcomos Query Language (MQL) Author(s) LiXizhi Date 2008/5/22 File script/kids...
ParaWorld Lobby lobby services Title lobby services Author(s) LiXizhi Date 2008/1/21 File script/kids/3DMapSystemApp/API/paraworld.lobby...
ParaWorld Inventory a central place per application for selling and buying tradable items. Title a central place per application for selling and buying tradable...
ParaWorld Friends querying and managing friends. Title querying and managing friends. Author(s) LiXizhi,CYF Date 2008/1/21 File script...
ParaWorld Auth It is for client and application to authenticate a user and return or verify a session key. Title It is for client and application to authenticate...
ParaWorld Apps a central place per application for selling and buying tradable items. Title a central place per application for selling and buying tradable...
ParaWorld Actionfeed a central place per application for selling and buying tradable items. Title a central place per application for selling and buying tradable...
JgslLib Design doc of Jabber Game Server Lite(JGSL) Author(s) LiXizhi Date: 2007/11/6, doc replenished 2008.6.22 by LiXizhi, refactored by 2008.12.27 LiXizhi...
JGSL stringmap various string map for encoding string to int Title various string map for encoding string to int Author(s) LiXizhi Date...
JGSL serverproxy epolling style server proxy for client communicating with server. Title epolling style server proxy for client communicating with server....
JGSL servermode loop main loop file for dedicated server mode Title main loop file for dedicated server mode Author(s) LiXizhi Date 2008.9....
JGSL servermode server mode of JGSL grid server Title server mode of JGSL grid server Author(s) LiXizhi Date 2008.8.6 File script/kids...
JGSL server OBSOLETED use JGSL grid instead: When a jabber server receives a message from the client, it will accept it or reject it. If accepted, it will reply so...
JGSL query Jabber query Title Jabber query Author(s) LiXizhi Date 2008/6/27, File script/kids/3DMapSystemNetwork/JGSL query.lua...
JGSL msg def all messages used by JGSL Title all messages used by JGSL Author(s) LiXizhi Date 2007/11/6 File script/kids/3DMapSystemNetwork...
JGSL history JGSL Grid (grid server) Title JGSL Grid (grid server) Author(s) LiXizhi Date 2008/8/3 File script/kids/3DMapSystemNetwork...
JGSL grid JGSL Grid (grid server) Title JGSL Grid (grid server) Author(s) LiXizhi Date 2008/8/3 File script/kids/3DMapSystemNetwork...
JGSL gateway JGSL gateway Title JGSL gateway Author(s) LiXizhi Date 2008/12/23 File script/kids/3DMapSystemNetwork/JGSL gateway.lua...

«Previous   1  2  3  4  5  6  7  8  9  10   Next»

Show 10, 20, 50, 100, 500, 1000 results per page, or show all.

Related topics: RSS feed, rounded corners RSS feed, ATOM feed, WebNotify, site changes, site map

Topic revision: r5 - 2006-11-15 - TWikiContributor
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback