Shyotl
918d527b14
Resolved nametag bubble image failing to load promptly. Also updated texture to that used in v3, as it looks cleaner.
2011-12-10 22:50:26 -06:00
Shyotl
5919c9a788
Resolved issue with nametag bubble vanishing due to incorrect blend states.
2011-12-10 22:47:43 -06:00
Shyotl
81499fc6ea
-Font init cleanup. Now has a dedicated position in startup initilization.
2011-12-10 22:45:42 -06:00
Shyotl
ffb285c6ff
Huge renderer update (WIP). Still plenty to do, especially pertaining to UI.
...
-Nametag bubble visbility is oddly inconsistent. May vanish with future planned UI merges...
-VBOs are PAINFULLY slow on ATI hardware. This repos self-compiled davep/shining-fixes branch, so I'll leave the ball in LL's court for now regarding that.
2011-12-09 14:02:29 -06:00
TighMacFanatic
e08e8cf131
Merge branch 'master' of https://github.com/siana/SingularityViewer
2011-12-03 13:03:39 -05:00
Siana Gearz
40b4b47023
Silly build fix
2011-12-03 18:52:04 +01:00
TighMacFanatic
2565caf62a
Merge branch 'master' of https://github.com/siana/SingularityViewer
2011-12-03 11:52:29 -05:00
Siana Gearz
d63df79b85
Adding Neck and Root attachment points
2011-12-03 03:51:15 +01:00
Siana Gearz
697dd7e929
Preparing to add mesh upload.
2011-12-03 03:43:23 +01:00
TighMacFanatic
f613be9276
Added new water windlight
2011-12-02 10:41:53 -05:00
Siana Gearz
aeb766ee37
Attempt at work around OS X VBO slowness
2011-12-01 17:51:30 +01:00
Siana Gearz
66f4c170cb
Merge branch 'future' of https://github.com/Shyotl/SingularityViewer into renderer32
2011-12-01 16:51:43 +01:00
Siana Gearz
a485760028
Skipping first time dialogs enabled
2011-12-01 16:51:27 +01:00
Shyotl
8e7733b2ce
Lazy shader update. attribute -> ATTRIBUTE, varying -> VARYING. Moved some shader preprocessor stuff from llviewershadermgr.cpp to llshadermgr.cpp to match LL (although it looks more messy)
2011-11-24 01:03:03 -06:00
Shyotl
9f9daba33d
Missed some glRotatef -> gGL.rotatef conversions.
2011-11-23 23:39:42 -06:00
Siana Gearz
ab14f1908c
Merge branch 'future' of https://github.com/Shyotl/SingularityViewer into renderer32
2011-11-24 04:43:47 +01:00
Shyotl
bf6e1d6c75
Unbork shadows. Apparently texture/texturProj do not return a vector for shadow samplers.
2011-11-23 21:30:32 -06:00
Shyotl
5d8d402403
Fix shader error dumping. (the error file was not being written to.) Also catch exceptions if shader log dir is inaccessable or otherwise unable to be cleared.
2011-11-23 21:29:42 -06:00
Siana Gearz
b8eb3076ce
Merge branch 'future' of https://github.com/Shyotl/SingularityViewer into renderer32
2011-11-23 23:21:14 +01:00
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
1cf367aae5
A little vectorization. gluProject replaced with vectorized glProjectf. Added LLMatrix4a::rotate4. Tweaked LLMatrix4a::rotate. Removed extra _mm_movehl_ps call in LLMatrix3a::setTranspose
2011-11-19 20:02:31 -06:00
Shyotl
70909f86c8
Changed some GL matricies to single precision.
2011-11-19 19:05:19 -06:00
Shyotl
1fd908b2c4
Removed maximum_alpha uniform (as it's always 1.0 anyhow)
2011-11-19 15:13:16 -06:00
Siana Gearz
f0108c17b9
Build floater fixes by Cale Flanagan +tinies
2011-11-14 06:36:46 +01:00
Siana Gearz
0566bde61b
Merge branch 'master' of git://github.com/LightDrake/SingularityViewer
2011-11-14 06:13:47 +01:00
TighMacFanatic
a31fc8a612
Issue 14 - unlimited message lengths resolved.
2011-11-11 01:58:43 -05:00
TighMacFanatic
2ba9e16a6c
Merge branch 'master' of https://github.com/siana/SingularityViewer
2011-11-10 12:27:02 -05:00
Siana Gearz
e6dce6ad7b
#9 - region restart delay
2011-11-10 03:45:29 +01:00
TighMacFanatic
c87caebcf7
Merge branch 'master' of https://github.com/siana/SingularityViewer
2011-11-08 21:13:30 -05:00
Siana Gearz
121a557fe5
Fixes bug #79
2011-11-08 21:54:26 +01:00
Drake Arconis
6aa7f219cd
Merge remote-tracking branch 'upstream/master'
2011-11-08 05:22:47 -05:00
TighMacFanatic
e9e05bec90
Merge branch 'master' of https://github.com/siana/SingularityViewer
2011-11-07 19:31:53 -05:00
Siana Gearz
8421661a89
Version 1.6.0(3)
2011-11-08 01:27:12 +01:00
Siana Gearz
7fea7c589d
Make floating text draw distance tunable
2011-11-08 01:26:51 +01:00
TighMacFanatic
0e3b735a60
Merge branch 'future' of https://github.com/Shyotl/SingularityViewer
2011-11-07 18:44:33 -05:00
TighMacFanatic
236f5757a2
Fix paste bug in object size to clamp to new megaprim maximums.
2011-11-07 18:42:11 -05:00
Shyotl
ee5a9c97be
Removing some shader warnings under gl 3.x context.
2011-11-07 16:43:30 -06:00
Shyotl
2126654979
Nuked some old redundant camera code.
2011-11-07 16:42:41 -06:00
Shyotl
df40a8c5cf
Fade 'Press ESC to leave mouselook' away after a while.
2011-11-07 16:42:22 -06:00
Siana Gearz
34fb647903
Fix unable to delete links and make more purdy
2011-11-07 05:34:12 +01:00
Siana Gearz
5de4f1e2da
Merge branch 'future' of https://github.com/Shyotl/SingularityViewer
2011-11-07 02:36:24 +01:00
Siana Gearz
18dd31f51a
Fix outfit saving
2011-11-07 02:36:05 +01:00
Shyotl
40689f7d1e
Fixed silly movement bug after taking high-res snapshots.
2011-11-06 16:29:43 -06:00
Siana Gearz
4ce0345842
Fix setting adult, mostly
2011-11-06 16:35:49 +01:00
Sovereign Engineer
844e38702a
Merge remote-tracking branch 'upstream/master'
2011-11-03 14:32:35 -04:00
Siana Gearz
5f074c8c82
Fix most annoying minimap glitch
2011-11-02 18:37:56 +01:00
Siana Gearz
5c2b1d396b
French! Huge thanks to Nomade Zhao!
2011-11-02 05:28:02 +01:00
Siana Gearz
b0b7837c4d
Root prim gizmo fix
2011-11-02 04:42:23 +01:00
Siana Gearz
7789c5a703
Restore map overlay on SL
2011-11-01 18:14:43 +01:00
Shyotl
f5983208eb
Hide the mouse cursor a bit better when grabbing items in mouselook.
2011-10-31 20:44:27 -05:00