Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 144952 Details for
Bug 211892
Warzone 2100 version bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for fixing the text rendering bug
warzone2100-2.1_beta1-textdraw.patch (text/plain), 514 bytes, created by
Jon Daniel
on 2008-02-29 16:41:20 UTC
(
hide
)
Description:
patch for fixing the text rendering bug
Filename:
MIME Type:
Creator:
Jon Daniel
Created:
2008-02-29 16:41:20 UTC
Size:
514 bytes
patch
obsolete
>--- trunk/lib/ivis_opengl/textdraw.c 2008/02/10 15:25:20 3738 >+++ trunk/lib/ivis_opengl/textdraw.c 2008/02/25 21:58:35 3867 >@@ -594,11 +594,7 @@ > { > GLint matrix_mode = 0; > >-#ifdef WZ_OS_MAC > pie_SetTexturePage(0); >-#else >- pie_SetTexturePage(-1); >-#endif > > glGetIntegerv(GL_MATRIX_MODE, &matrix_mode); > glMatrixMode(GL_TEXTURE); >@@ -659,7 +655,7 @@ > void iV_DrawTextF(float x, float y, const char* format, ...) > { > va_list ap; >- >+ > va_start(ap, format); > iV_DrawTextFv(x, y, format, ap); > va_end(ap);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 211892
:
144947
|
144948
|
144951
|
144952
|
146388
|
146517
|
146520