Activity for CMGDK

  • hyzboy committed [9e865c]

    SpiralSphereScene范例改为球体面数不固定

  • hyzboy committed [0d4c74]

    更改名称

  • hyzboy committed [915781]

    增加SpiralSphereScene范例截图

  • hyzboy committed [5356ad]

    增加CreateRenderableSphere函数用于创建一个球体

  • hyzboy committed [daff0d]

    增加SpiralSphereScene范例,用于渲染大量球体。为下一步增加光源测试做准备

  • hyzboy committed [4483fb]

    CreateRenderableCube函数去除use_tangent参数,改为和use_no...

  • hyzboy committed [eb1ba9]

    删除DataTypeGNU,DataTypeTypedef两处的int128/uint128定...

  • hyzboy committed [5d48e0]

    合并

  • hyzboy committed [eb0eac]

    增加zlib,libzip供在系统不提供其预编译库的操作系统下使用

  • hyzboy committed [dbc1d5]

    修正csv2table中不兼容win的问题

  • hyzboy committed [315203]

    WinConsole.cpp,cvs2table几个文件改成UTF8BOM格式

  • hyzboy committed [f3fa87]

    合并

  • hyzboy committed [4c279d]

    int128/uint128类型重定义风格改为C++11

  • hyzboy committed [c56bf4]

    将Vector2f/3f的==重载做成独立函数放于VectorMath.h中,这样就不用修改M...

  • hyzboy committed [6e39f9]

    1.将hgl.h移到上一级目录,所有库增加CM.前缀

  • hyzboy committed [df97e2]

    增加Vector2f/3f/4f的!=操作符重载

  • hyzboy committed [729b33]

    删除不需要位于版本控制中的.a文件

  • hyzboy committed [be2ed1]

    修正DevilVM脚本中的枚举数据类型不对问题

  • hyzboy committed [cd2503]

    include hgl.h修改

  • hyzboy committed [2c3421]

    删除*.so

  • hyzboy committed [20d2b6]

    删除多余非引擎文件和内存

  • hyzboy committed [747379]

    改进CMake工程配置

  • hyzboy committed [0d4df7]

    cmake配置文件改成一个cmgdk.cmake文件

  • hyzboy committed [e129a4]

    独立的CMGDK仓库创建

  • hyzboy committed [eb584f]

    SocketThreadServer增加只传入端口号版本构造函数(需c++11)

  • hyzboy committed [bf383c]

    1.增加SocketManageThread类定义,计划将Recv/Send分开使用不同的So...

  • hyzboy committed [de60b3]

    DOS::WriteUTF?Chars时参数length为0返回真

  • hyzboy committed [e5a607]

    改进cmake工程文件

  • hyzboy committed [c6d493]

    增加注释和开发日志

  • hyzboy committed [f6a255]

    删除不小心增加的多余字符

  • hyzboy committed [04219f]

    全新的多线程SocketManage

  • hyzboy committed [0d37c8]

    修正socket input stream超时日志输出

  • hyzboy committed [d4c319]

    删除多余的&操作符修饰

  • hyzboy committed [354818]

    删除多余空格

  • hyzboy committed [3b838f]

    从cmake选项中删去使用icecream选项,并增加使用icecream的sh文件

  • hyzboy committed [2719b0]

    增加静态链接gcc库的CMAKE选项

  • hyzboy committed [48a07d]

    增加第三方库MathGeoLib文件到版本管理中

  • hyzboy committed [b788c1]

    增加RTTI/SSE2编译选项

  • hyzboy committed [5d3bd3]

    增加修改好的MathGeoLib

  • hyzboy committed [585b07]

    添加MathGeoLib所需.cmake

  • hyzboy committed [869a70]

    编译选项移到common.cmake

  • hyzboy committed [4692b4]

    缩进

  • hyzboy committed [5868f6]

    将RedisClient移到引擎中

  • hyzboy committed [163c25]

    MemBlock增加AddLength

  • hyzboy committed [8d62de]

    修订影响器系列代码

  • hyzboy committed [ba6606]

    增加BatchSwitch模板

  • hyzboy committed [d83cd4]

    PBMP删去using google::protobuf改为在每处直接定义

  • hyzboy committed [defce4]

    FinUseData更名为ActiveChain

  • hyzboy committed [365bb1]

    IndexData改名为Map

  • hyzboy committed [b25420]

    GCC最低版本需求改为4.7

  • hyzboy committed [b23efd]

    增加Google Protocol Buf支持

  • hyzboy committed [5f7dc0]

    Map模板增加GetAllIndex,GetAllData函数

  • hyzboy committed [d58b9c]

    完善范例

  • hyzboy committed [d16452]

    VertexBuffer增加单个数据类型返回

  • hyzboy committed [25eba1]

    将QT支持改名为QT4支持,以便在未来增加QT5支持

  • hyzboy committed [5dac60]

    增加Microsoft编译器u64位printf输出格式符宏

  • hyzboy committed [e71661]

    增加TextReplace工具,现仍为C++Builder2007版,待更新为QT版

  • hyzboy committed [4849ad]

    C++11/14维基百科文档

  • hyzboy committed [8d5c3f]

    RedisClient中MultiParam改为使用argv/argvlen模式传递参数以提升效能

  • hyzboy committed [620334]

    删除引擎模拟实现的int128类

  • hyzboy committed [b6dd0f]

    IndexData文件名改为Map

  • hyzboy committed [3fa040]

    TileFont增加anti诜项

  • hyzboy committed [71b2f6]

    增加TileFont代码

  • hyzboy committed [b514be]

    char16_t改为使用u16char代替,以方便在不同平台有不同定义

  • hyzboy committed [6fdb29]

    合并

  • hyzboy committed [036382]

    完成RWLock/CondVar的Linux版简化

  • hyzboy committed [4f2130]

    LogInfo输出Microsoft编译器支持

  • hyzboy committed [82b05a]

    Win/Linux分别增加u16char类型重定义,UTF16String/OSString改...

  • hyzboy committed [0d1ebe]

    删去CondVar的Win操作系统版本识别,不再支持XP/Vista/2008

  • hyzboy committed [8a6aee]

    与 default 合并

  • hyzboy committed [9db0e0]

    实现SocketManageThread

  • hyzboy committed [cc4d19]

    与 u16char 合并

  • hyzboy committed [813288]

    与 default 合并

  • hyzboy committed [45596a]

    修订多线程相关功能的win版代码

  • hyzboy committed [881db0]

    完成部分文件的Windows下可编译处理

  • hyzboy committed [b92841]

    删除CreateRWLock

  • hyzboy committed [c83968]

    修正APR版RWLock没有正确处理返回类型的问题

  • hyzboy committed [97b742]

    1.独立的SocketEvent头文件

  • hyzboy committed [117d83]

    与 default 合并

  • hyzboy committed [0fd013]

    OpenAL增加SetDistanceModel,SetSpeedOfSound,SetDop...

  • hyzboy committed [cddcee]

    与 default 合并

  • hyzboy committed [960118]

    与 default 合并

  • hyzboy committed [1c2363]

    部分字符串描述改支持非c++11编译器

  • hyzboy committed [58019d]

    为在windows下可编译,源代码改为UTF8带bom头

  • hyzboy committed [215a00]

    所有的命令行参数传入字符串列表改为使用os对就字符集

  • hyzboy committed [a41629]

    RWLock改为直接实现而非纯虚基类,可直接定义使用而不再走CreateRWLock

  • hyzboy committed [8b2a1a]

    修正CMakeLists,在Win下不使用APR版RWLock

  • hyzboy committed [7a1f34]

    gnu版atomic改为标记powerpc也可用

  • hyzboy committed [4e924a]

    使用重定义的类型取代原本的名称,使代码更简洁

  • hyzboy committed [a20cb2]

    添加注释

  • hyzboy committed [acdb9f]

    改进CMake工程文件

  • hyzboy committed [015e80]

    Atomic删去char16_t,char32_t支持

  • hyzboy committed [077e0c]

    修改部分几何计算处理以适应新的数学库

  • hyzboy committed [882f83]

    修改pb::Serialize::<<没有返回*this的问题

  • hyzboy committed [766997]

    AngelScript升级

  • hyzboy committed [d87495]

    为删除APR做准备,将各hash算法恢复为使用自有代码,并增加了范例测试程序

  • hyzboy committed [c94958]

    Windows下屏蔽SCTP协议支持

  • hyzboy committed [9de6db]

    修正AngelContext在AngelScript 2.29之后的参数标志获取不正确问题

  • hyzboy committed [61909b]

    合并

  • hyzboy committed [6fce77]

    Switch改用缺省晰构函数

1 >