Shyotl
|
83e8a9076b
|
Several gl calls now wrapped via LLRender (gGL) as prep for future changes:
glMatrixMode -> gGL.matrixMode
..GL_MODELVIEW -> LLRender::MM_MODELVIEW
..GL_POJECTION -> LLRender::MM_PROJECTION
..GL_TEXTURE -> LLRender::MM_TEXTURE
glMultMatrix -> gGL.multMatrix
glLoadMatrixf -> gGL.loadMatrix
glPushMatrix -> gGL.pushMatrix
glPopMatrix -> gGL.popMatrix
glLoadIdentity -> gGL.loadIdentity
glRotatef -> gGL.rotatef
glTransformf -> gGL.transformf
glOrtho -> gGL.ortho
glColor3f -> gGL.diffuseColor3f
glColor3fv -> gGL.diffuseColor3fv
glColor4f -> gGL.diffuseColor4f
glColor4fv -> gGL.diffuseColor4fv
glColor4ubv -> gGL.diffuseColor4ubv
glLightModelfv(GL_LIGHT_MODEL_AMBIENT -> gGL.
|
2011-11-21 15:55:44 -06:00 |
|
Shyotl
|
d6d8681874
|
onVisibilityChange renamed to handleVisibilityChange
|
2011-10-13 17:17:57 -05:00 |
|
Shyotl
|
3e9c23e43b
|
Setting through LLView::userSetShape now done through LLView::setShape. LLView::snappedTo renamed to LLView::setSnappedTo. virtual overriding of LLView::userSetShape now done through LLView::handleReshape which LLView::setShape calls.
|
2011-07-17 19:59:30 -05:00 |
|
Shyotl
|
6ad9367c24
|
Trying out new LLCachedControl implementation.
|
2011-07-16 23:36:56 -05:00 |
|
Shyotl
|
30b1bd7abb
|
Sanity checks, bugfixes, crashfixes, and misc tweaks snagged from snowglobe.
|
2011-03-01 20:13:05 -06:00 |
|
Shyotl
|
6fb8f9bc96
|
Whoopsies! Fixed some broken ui logic from first llmath merge.
|
2011-02-23 02:54:00 -06:00 |
|
Shyotl
|
7deee9336c
|
V2 llmath merge
|
2011-02-22 21:44:04 -06:00 |
|
Siana Gearz
|
6c37a5c514
|
This might just fix the double inventory thing
|
2011-01-13 02:56:31 +01:00 |
|
Beeks
|
b1bc45ac42
|
Right click menus for text entry areas that include copy/paste options.
Signed-off-by: Beeks <HgDelirium@gmail.com>
|
2010-09-27 19:48:58 -04:00 |
|
Hazim Gazov
|
ef4d705f64
|
Workaround for delayeddelete crash when closing
|
2010-09-02 22:49:29 -04:00 |
|
Hazim Gazov
|
6185b0fb0c
|
pushing what I have for tonight
|
2010-04-22 04:01:45 -03:00 |
|
Hazim Gazov
|
7a86d01598
|
Imported existing code
|
2010-04-02 02:48:44 -03:00 |
|