ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.308 by root, Fri Jul 29 08:35:35 2011 UTC vs.
Revision 1.313 by root, Sat Jan 7 15:24:41 2012 UTC

580 580
581static void 581static void
582deliantra_main () 582deliantra_main ()
583{ 583{
584 char *argv[] = { 0 }; 584 char *argv[] = { 0 };
585 call_argv ("::main", G_DISCARD | G_VOID, argv); 585 call_argv ("DC::Main::main", G_DISCARD | G_VOID, argv);
586} 586}
587 587
588#ifdef __MACOSX__ 588#ifdef __MACOSX__
589 /* to due surprising braindamage on the side of SDL design, we 589 /* to due surprising braindamage on the side of SDL design, we
590 * do some mind-boggling hack here: SDL requires a custom main() 590 * do some mind-boggling hack here: SDL requires a custom main()
591 * on OS X, so... we provide one and call the original main(), which, 591 * on OS X, so... we provide one and call the original main(), which,
592 * due to share dlibrary magic, calls -lSDLmain's main, not perl's main, 592 * due to shared library magic, calls -lSDLmain's main, not perl's main,
593 * and which calls our main (== SDL_main) back. 593 * and which calls our main (== SDL_main) back.
594 */ 594 */
595 extern C_LINKAGE int 595 extern C_LINKAGE int
596 main (int argc, char *argv[]) 596 main (int argc, char *argv[])
597 { 597 {
950 ); 950 );
951 951
952 if (RETVAL) 952 if (RETVAL)
953 { 953 {
954 av_clear (texture_av); 954 av_clear (texture_av);
955
956 SDL_WM_SetCaption ("Deliantra MORPG Client " VERSION, "Deliantra");
957#define GL_FUNC(ptr,name) gl.name = (ptr)SDL_GL_GetProcAddress ("gl" # name); 955#define GL_FUNC(ptr,name) gl.name = (ptr)SDL_GL_GetProcAddress ("gl" # name);
958#include "glfunc.h" 956#include "glfunc.h"
959#undef GL_FUNC 957#undef GL_FUNC
960
961 if (!gl.ActiveTexture ) gl.ActiveTexture = gl.ActiveTextureARB; 958 if (!gl.ActiveTexture ) gl.ActiveTexture = gl.ActiveTextureARB;
962 if (!gl.MultiTexCoord2f) gl.MultiTexCoord2f = gl.MultiTexCoord2fARB; 959 if (!gl.MultiTexCoord2f) gl.MultiTexCoord2f = gl.MultiTexCoord2fARB;
963 } 960 }
964} 961}
965 OUTPUT: 962 OUTPUT:
966 RETVAL 963 RETVAL
967 964
968void 965void
966SDL_WM_SetCaption (const char *title, const char *icon)
967
968void
969SDL_GL_SwapBuffers () 969SDL_GL_SwapBuffers ()
970 970
971char * 971char *
972SDL_GetKeyName (int sym) 972SDL_GetKeyName (int sym)
973 973
975SDL_GetAppState () 975SDL_GetAppState ()
976 976
977int 977int
978SDL_GetModState () 978SDL_GetModState ()
979 979
980int
981SDL_WaitEvent ()
982 C_ARGS: 0
983
980void 984void
985SDL_PumpEvents ()
986
987void
981poll_events () 988peep_events ()
982 PPCODE: 989 PPCODE:
983{ 990{
984 SDL_Event ev; 991 SDL_Event ev;
985 992
986 SDL_PumpEvents (); 993 SDL_PumpEvents ();
1139 OUTPUT: 1146 OUTPUT:
1140 RETVAL 1147 RETVAL
1141 1148
1142void 1149void
1143IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG) 1150IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG)
1151
1152# MIX_INIT_MP3 gives smpeg + libstdc++ + libgcc_s
1153void
1154Mix_Init (int flags = MIX_INIT_MOD | MIX_INIT_OGG)
1144 1155
1145void 1156void
1146load_image_inline (SV *image_) 1157load_image_inline (SV *image_)
1147 ALIAS: 1158 ALIAS:
1148 load_image_file = 1 1159 load_image_file = 1

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines