forked from jarjin/LuaFramework_UGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe.txt
More file actions
137 lines (96 loc) · 3.98 KB
/
ReadMe.txt
File metadata and controls
137 lines (96 loc) · 3.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
项目开源免费,求上面点星支持(star ^o^)
本框架工程基于Unity 5.0 + UGUI + tolua构建
服务器端基于VS2012及其以上版本。
有问题请加:ulua技术交流群 434341400
支持平台:PC/MAC/Android(armv7-a + Intel x86)/iOS(armv7 + arm64)
**资料地址**<br>
框架文档地址 http://doc.ulua.org/
网盘下载地址 http://pan.baidu.com/s/1nu59wzJ
tolua#地址: https://github.com/topameng/tolua
框架底层库: https://github.com/jarjin/tolua_rumtime
服务器框架: https://github.com/jarjin/ServerFramework
XlsxToLua: https://github.com/zhangqi-ulua/XlsxToLua
UnityHello: https://github.com/woshihuo12/UnityHello
Excel配置:https://github.com/sy-yanghuan/proton
//-------------2016-01-07-------------
(1)更新tolua#到1.0.6.284版
//-------------2016-12-21-------------
(1)更新tolua#到1.0.6.277版
//-------------2016-12-05-------------
(1)更新tolua#到1.0.6.273版
//-------------2016-11-03-------------
(1)更新tolua#到1.0.6.266版
//-------------2016-10-24-------------
(1)更新tolua#到1.0.6.264版
//-------------2016-10-06-------------
(1)更新tolua#到1.0.6.261版
//-------------2016-09-18-------------
(1)更新tolua#到1.0.6.253版
//-------------2016-09-09-------------
(1)更新tolua#到1.0.6.248版
//-------------2016-09-03-------------
(1)更新tolua#到1.0.6.247版
//-------------2016-08-27-------------
(1)更新tolua#到1.0.6.244版
//-------------2016-08-20-------------
(1)更新tolua#到1.0.6.238版
//-------------2016-08-13-------------
(1)更新tolua#到1.0.6.233版
//-------------2016-07-30-------------
(1)更新tolua#到1.0.5.214版
//-------------2016-07-16-------------
(1)更新tolua#到1.0.5.208版
(2)修改资源管理器,减少GC与修正卸载某个AB正处于异步加载中导致崩溃的BUG
(3)添加对象池管理器,可管理类对象+资源游戏对象
//-------------2016-07-08-------------
(1)更新tolua#到1.0.5.205版
//-------------2016-07-01-------------
(1)更新tolua#到1.0.5.203版
//-------------2016-06-23-------------
(1)更新tolua#到1.0.5.189版
//-------------2016-06-07-------------
(1)更新tolua#到1.0.5.180版
//-------------2016-06-04-------------
(1)更新tolua#到1.0.5.178版
//-------------2016-05-28-------------
(1)更新tolua#到1.0.5.176版
//-------------2016-05-07-------------
(1)更新tolua#到1.0.5.152版
//-------------2016-04-17-------------
(1)更新tolua#到1.0.4.126版
//-------------2016-04-08-------------
(1)更新tolua#到1.0.4.118版
//-------------2016-03-25-------------
(1)清理meta文件等问题。
(2)更新tolua#到1.0.4.109版
//-------------2016-03-22-------------
(1)更新tolua#到1.0.4.102版
//-------------2016-03-21-------------
(1)更新tolua#到1.04.80版
//-------------2016-03-15-------------
(1)添加-fembed-bitcode标记支持BITCODE_MODE
//-------------2016-03-12-------------
(1)修复LuaLoop协同功能。
(2)修复IOS上面加载luabundle大小写问题。
//-------------2016-03-06-------------
(1)更新tolua #到1.03版本
//-------------2016-02-28-------------
(1)修复ByteBuffer.cs的WriteBuffer函数
//-------------2016-02-13-------------
(1)重写资源管理器的异步加载模式,原来基于官方DEMO的版本在Lua跟c#同时请求同一份素材会存在加载BUG。
//-------------2016-01-31-------------
(1)简化框架加载流程。
(2)集成第三方库pblua\pbc\cjson\sproto等功能。
(3)整理部分框架代码。
//-------------2016-01-30-------------
(1)添加luajit2.1版本在ios下的32、64位编码器。
(2)修复加载Lua文件BUG。
//-------------2016-01-29-------------
(1)同步tolua #1.0.2版本。
//-------------2016-01-24-------------
(1)修复逻辑小bug,添加移除单击监听。
//-------------2016-01-23-------------
(1)完善了Lua的字节码模式AppConst.LuaByteMode、Lua的AssetBundle模式AppConst.LuaBundleMode的交叉使用。
(2)同步tolua #1.0.1版本。
//-------------2016-01-18-------------
(1)框架直接基于tolua#提供的luabundle功能,开关在AppConst.LuabundleMode。