https://github.com/RollingStar/RCT-Music-Patch

https://github.com/seanfisk/rct2-game-objects

https://github.com/seanfisk/rct2-saved-games

https://github.com/noaharoth/RCT3PathCreator2

https://github.com/noaharoth/RCT3PathCreator

https://github.com/janisozaur/parkdat

https://github.com/RollerSimmer/RCT2Utils

https://github.com/ShaunOfTheLive/OpenCoasterTycoon

https://github.com/meiremans/rct-java

https://github.com/FreeRCT

https://github.com/cparadis6191/RCT-Sound-Extractor

https://github.com/DrMelon/RollerCoasterGBA

https://github.com/janisozaur/8cars

https://github.com/abort/rct-native-fullscreen

https://github.com/ShaunOfTheLive/OpenCoasterTycoon

https://github.com/UnknownShadow200/RCTTechDepot-Archive

https://github.com/FreeRCT/FreeRCT

https://github.com/PFCKrutonium/OpenRCT2-OpenScenarios

https://github.com/JarnoVgr/OpenRCT2.org

https://openrct2.website/files/openrct2-libs-vs2015.zip

https://github.com/OpenRCT2/Dependencies

https://code.launchpad.net/~openrct2/openrct2/dependencies

https://github.com/IntelOrca

https://github.com/akheron/cpython

https://github.com/akheron/jansson

http://www.digip.org/jansson/

http://www.digip.org/jansson/releases/jansson-2.10.tar.gz

http://www.digip.org/jansson/releases/jansson-2.7.tar.gz

https://github.com/openssl/openssl/archive/OpenSSL_1_0_2-stable.zip http://bazaar.launchpad.net/~openrct2/openrct2/dependencies/revision/50?start_revid=50&remember=50 http://bazaar.launchpad.net/~openrct2/openrct2/dependencies/tarball/50?start_revid=50&remember=50

https://github.com/winlibs/freetype

https://github.com/xiph/speexdsp

https://github.com/maolin-cdzl/speexdsp

https://github.com/nih-at/libzip

https://github.com/kingly09/libzip

https://github.com/cysp/libzip

https://github.com/rougier/freetype-gl

https://github.com/emscripten-ports/SDL2

https://github.com/PerlGameDev/SDL2

OpenRCT2-ext的更多相关文章

  1. Ext JS 如何动态加载JavaScript创建窗体

    JavaScript不需要编译即可运行,这让JavaScript构建的应用程序可以变得很灵活.我们可以根据需要动态从服务器加载JavaScript脚本来创建和控制UI来与用户交互.下面结合Ext JS ...

  2. sencha ext js 6 入门

    Sencha Ext JS号称是目前世界上最先进和最强大的.支持多平台多设备的JavaScript应用程序开发框架.首先看一下Ext JS的发展简史. 1 Ext JS发展简史 YUI-Ext的作者J ...

  3. Ext JS - 问答

    Ext JS - 问答 在下面你将可以找到关于Ext JS 的最常见问题的答复.如果没有找到您所需的答复,请访问 Ext JS 论坛或者提交一个支持申请. 如果你确信你的问题可以对本页有补充,请让我们 ...

  4. Ext动态加载Toolbar

    在使用Ext的GridPanel时候,有时候需要面板不用重新加载而去更新Store或者Toolbar,Store的方法有很多,例如官方api给我们提供的Store.load(),Store.reLoa ...

  5. Ext分页实现(前台与后台)

    Ext分页实现(前台与后台)Spring+Mybatis 一.项目背景 关于Ext的分页网上有很多博客都有提到,但是作为Ext新手来说,并不能很容易的在自己的项目中得以应用.因为,大多数教程以及博客基 ...

  6. [转]ExtJs基础--Html DOM、Ext Element及Component三者之间的区别

    要学习及应用好Ext框架,必须需要理解Html DOM.Ext Element及Component三者之间的区别. 每一个HTML页面都有一个层次分明的DOM树模型,浏览器中的所有内容都有相应的DOM ...

  7. [转]extjs grid的Ext.grid.CheckboxSelectionModel默认选中解决方法

    原文地址:http://379548695.iteye.com/blog/1167234 grid的复选框定义如下:   var sm = new Ext.grid.CheckboxSelection ...

  8. Ext.js细节:在MVC中处理Widget Column,GetCmp和ComponentQuery, Id和ItemId

    针对EXT.JS版本的演进,要不断的学习新的最佳实践方法. 比如,在定义组件时,尽管用itemid,而不是id. 在搜索组件时,尽量用ComponentQuery,而不是getCmp. 在MVC中处理 ...

  9. 2017年第1贴:EXT.JS使用MVC模式时,注意如何协调MODEL, STORE,VIEW,CONTROLLER的关系

    也调了快一天,死活找不到窍门. MODEL, STORE,VIEW的调置测试了很久,试了N种方法,不得其果. 最后,试着在APPLICATION里加入CONTROLLER, 在CONTROLLER里加 ...

  10. EXT.NET 使用总结(3)--动态图表

    动态生成雷达图--Radar 效果图: aspx页面代码: <ext:Panel ID="ResultPanel" Border="true" runat ...

随机推荐

  1. BZOJ 1927 星际竞速(费用流)

    考虑费用流,题目要求走n个点都走完且恰好一次,显然流量的限制为n. 建立源点s和汇点t,并把每个星球拆成两个点i和i',分别表示已到达该点和经过该点. 对于能力爆发,建边(s,i',1,w). 对应高 ...

  2. sqlserver修改sa密码(在windows登陆没有权限的情况下)

    对于windows用户没有权限执行alter login sa enable的情况下,采用如下方法可以成功修改sa密码登陆. . 用Run as a administrator打开命令提示符里输入NE ...

  3. BZOJ4870:[SHOI2017]组合数问题——题解

    http://www.lydsy.com/JudgeOnline/problem.php?id=4870 https://www.luogu.org/problemnew/show/P3746 看网上 ...

  4. LeetCode中二叉树题目总结

    本文仅为博主个人总结,水平有限,欢迎大神指出不妥处. 关于二叉树的相关概念可以参见二叉树的百度百科,或binary tree Wiki. 二叉树结点类的常见定义为: /* Definition for ...

  5. bzoj3232

    Description DZY家的后院有一块地,由N行M列的方格组成,格子内种的菜有一定的价值,并且每一条单位长度的格线有一定的费用. DZY喜欢在地里散步.他总是从任意一个格点出发,沿着格线行走直到 ...

  6. 全面解析JavaScript的Backbone.js框架中的Router路由

    这篇文章主要介绍了Backbone.js框架中的Router路由功能,Router在Backbone中相当于一个MVC框架中的Controller控制器功能,需要的朋友可以参考下. Backbone ...

  7. PowerDesigner 技巧【1】

    Name与Code同步的问题: PowerDesigner中,修改了某个字段的name,其code也跟着修改,这个问题很讨厌,因为一般来说,name是中文的,code是字段名. 解决方法如下: 1.选 ...

  8. HDU 1715 大数java

    大菲波数 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submis ...

  9. HDU4685:Prince and Princess(二分图匹配+tarjan)

    Prince and Princess Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 65535/32768 K (Java/Othe ...

  10. POJ 3111 二分

    K Best Time Limit: 8000MS   Memory Limit: 65536K Total Submissions: 10507   Accepted: 2709 Case Time ...