James Chen
87c3f533ea
Update CHANGELOG [ci skip]
2014-01-20 12:05:06 +08:00
Ricardo Quesada
5fcbf42356
GlobalZOrder is used for render priority...
...
...and not vertexZ
Node::setGlobalZOrder() is used to change that.
Node::setZOrder() -> Node::setLocalZOrder();
2014-01-18 11:38:06 -08:00
Ricardo Quesada
069a4fb170
Renderer: Don't sort z=0 Commands
...
If Command has z==0, then those elements won't be sorted.
Only Z !=0 will be sorted, and it will use `sort` instead of `stable_sort`
for z!=0, since it is faster
2014-01-17 23:10:04 -08:00
James Chen
08bb3b1060
Update CHANGELOG [ci skip]
2014-01-18 10:55:15 +08:00
Ricardo Quesada
8931d968c0
Renderer uses a float as a key
...
Instead of using a 64-bit int key with viewport, opaque and depth,
it only uses a 32-bit float with only the depth.
Saves time in:
- No need to convert the 32-bit float into 24-bit int
- keys are shorter
2014-01-17 16:08:29 -08:00
James Chen
54d587153b
Update CHANGELOG [ci skip]
2014-01-17 11:55:20 +08:00
Ricardo Quesada
cb9761125b
Renderer: When not using VAOs, call...
...
... glBufferData() to update the contents, and not glBufferSubData()
since the performance is better
2014-01-16 15:02:39 -08:00
Ricardo Quesada
ce633b44ab
Adds GL::activeTexture()
...
`GL::activeTexture()` is the cached version of `glActiveTexture`
All code must use it.
2014-01-16 13:44:18 -08:00
James Chen
74870aaf92
Update CHANGELOG [ci skip]
2014-01-16 17:21:07 +08:00
James Chen
191fc763f6
Update CHANGELOG [ci skip]
2014-01-16 16:12:15 +08:00
James Chen
93beb44150
Update CHANGELOG [ci skip]
2014-01-16 15:35:46 +08:00
James Chen
778292738f
Update CHANGELOG [ci skip]
2014-01-16 12:03:42 +08:00
James Chen
f5c93fc9e6
Update CHANGELOG [ci skip]
2014-01-16 11:55:42 +08:00
James Chen
c6445b0640
Update CHANGELOG [ci skip]
2014-01-16 10:41:04 +08:00
Ricardo Quesada
9b490a9124
Sprite: removed _hasChildren
...
_hasChildren has been replaced with !_children.empty()
2014-01-15 18:37:07 -08:00
Ricardo Quesada
ae84650713
Updates CHANGELOG
2014-01-15 16:09:38 -08:00
Ricardo Quesada
f8dc8f0b38
Renderer performance fixes
...
QuadCommand no longer stores a copy of the quads.
Instead it just stores a reference and the MV matrix.
Later, the Renderer when it copies the Quads to the queue, it will
convert the Quads to world coordinates
2014-01-15 14:35:26 -08:00
Ricardo Quesada
4278f024b8
Console::log(format, va_args) is private
...
log(format, va_args) -> static _log(format, va_args)
in order to prevent possible resolution errors with overloaded
functions.
2014-01-15 11:17:21 -08:00
Ricardo Quesada
c267c479db
Performance Test fixes
...
* SpritePerfTest: 3 new tests added
* SpritePerfTest: random() always use the same seed
* SpritePerfTest: Fixed tests 8 and 9 on retina display machines
* Console: Added 3 new commands: 'config', 'fileutils dump', 'textures'
2014-01-14 17:22:45 -08:00
James Chen
428afae8e9
Update CHANGELOG [ci skip]
2014-01-14 21:52:04 +08:00
James Chen
245fa2efe0
Update CHANGELOG [ci skip]
2014-01-10 15:19:32 +08:00
James Chen
ffdfcfbefb
Update CHANGELOG [ci skip]
2014-01-09 17:13:34 +08:00
James Chen
43a9c84cc2
Update CHANGELOG [ci skip]
2014-01-09 15:26:54 +08:00
James Chen
29cbd2bcc8
Update CHANGELOG [ci skip]
2014-01-09 11:29:36 +08:00
James Chen
8f12490df6
Update CHANGELOG [ci skip]
2014-01-09 10:52:19 +08:00
James Chen
df18e86d86
Updates CHANGELOG [ci skip]
2014-01-08 10:57:27 +08:00
minggo
e0b2d16a54
update changelog
2014-01-07 12:48:55 +08:00
Ricardo Quesada
11ad6cd974
Adds release date to CHANGELOG
2014-01-06 14:24:24 -08:00
James Chen
83028deca6
Update CHANGELOG [ci skip]
2014-01-04 12:02:11 +08:00
James Chen
233e0ab457
Update CHANGELOG [ci skip]
2014-01-04 11:50:35 +08:00
minggo
1caae52140
[ci skip]
2014-01-03 12:58:57 +08:00
minggo
93d724f408
[ci skip]
2014-01-03 10:41:26 +08:00
James Chen
1beb992157
Update CHANGELOG [ci skip]
2014-01-02 20:09:43 +08:00
James Chen
5bd580c175
Update CHANGELOG [ci skip]
2014-01-02 16:25:06 +08:00
James Chen
13cf67747a
Update CHANGELOG [ci skip]
2014-01-02 09:58:05 +08:00
James Chen
aff08adc66
Update CHANGELOG [ci skip]
2014-01-01 21:55:58 +08:00
James Chen
e0af959cb4
Update CHANGELOG [ci skip]
2013-12-30 13:37:52 +08:00
James Chen
b534442cf1
Update CHANGELOG [ci skip]
2013-12-30 10:15:10 +08:00
James Chen
6562608855
Update CHANGELOG [ci skip]
2013-12-27 20:12:52 +08:00
James Chen
2db35c5126
Update CHANGELOG [ci skip]
2013-12-27 16:32:24 +08:00
James Chen
48d3e8e334
Update CHANGELOG [ci skip]
2013-12-27 10:09:49 +08:00
James Chen
dafaff0d83
Update CHANGELOG [ci skip]
2013-12-26 10:52:01 +08:00
James Chen
d08cb63a82
Update CHANGELOG [ci skip]
2013-12-24 18:19:32 +08:00
James Chen
91ef6ea1e5
Update CHANGELOG [ci skip]
2013-12-24 15:57:39 +08:00
James Chen
f573f1092c
Update CHANGELOG [ci skip]
2013-12-24 14:27:25 +08:00
James Chen
5a6275f3cc
Update CHANGELOG [ci skip]
2013-12-24 14:04:55 +08:00
James Chen
e8f946c973
Update CHANGELOG [ci skip]
2013-12-20 21:06:05 +08:00
James Chen
8b6a6489fe
Update CHANGELOG [ci skip]
2013-12-20 20:11:14 +08:00
James Chen
4fe74c84bc
Update CHANGELOG [ci skip]
2013-12-20 16:15:02 +08:00
James Chen
a40e47d227
Update CHANGELOG [ci skip]
2013-12-19 20:57:57 +08:00