MrAlert / sdlcl

SDL Compatibility Library
GNU Lesser General Public License v2.1
51 stars 5 forks source link

Quake 4 needs SDL_GL_GetAttribute #9

Closed rohit-n closed 7 years ago

rohit-n commented 7 years ago

nm -D quake4.x86 | grep SDL

         U SDL_EnableKeyRepeat
         U SDL_EnableUNICODE
         U SDL_FreeSurface
         U SDL_GetError
         U SDL_GetVideoInfo
         U SDL_GL_GetAttribute
         U SDL_GL_GetProcAddress
         U SDL_GL_LoadLibrary
         U SDL_GL_SetAttribute
         U SDL_GL_SwapBuffers
         U SDL_Init
         U SDL_ListModes
         U SDL_LoadBMP_RW
         U SDL_MapRGB
         U SDL_PollEvent
         U SDL_Quit
         U SDL_RWFromFile
         U SDL_SetColorKey
         U SDL_SetGammaRamp
         U SDL_SetVideoMode
         U SDL_ShowCursor
         U SDL_WarpMouse
         U SDL_WM_GrabInput
         U SDL_WM_SetCaption
         U SDL_WM_SetIcon
MrAlert commented 7 years ago

OK, SDL_GL_GetAttribute() is implemented now. Seems to be the only one missing.

rohit-n commented 7 years ago

The game now starts. Of course, since text input is not supported, I can't enter the CD key.

rohit-n commented 7 years ago

With text input now supported, I'm closing this issue.