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.271 by root, Sun Jul 20 15:09:29 2008 UTC vs.
Revision 1.282 by root, Fri Dec 5 14:50:01 2008 UTC

39#include <SDL_endian.h> 39#include <SDL_endian.h>
40#include <SDL_image.h> 40#include <SDL_image.h>
41#include <SDL_mixer.h> 41#include <SDL_mixer.h>
42#include <SDL_opengl.h> 42#include <SDL_opengl.h>
43 43
44/* work around os x broken headers */
45#ifdef __MACOSX__
46typedef void (APIENTRYP PFNGLBLENDFUNCSEPARATEPROC) (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha);
47#endif
48
44#define PANGO_ENABLE_BACKEND 49#define PANGO_ENABLE_BACKEND
45#define G_DISABLE_CAST_CHECKS 50#define G_DISABLE_CAST_CHECKS
46 51
47#include <glib/gmacros.h> 52#include <glib/gmacros.h>
48 53
76#define expect_false(expr) expect ((expr) != 0, 0) 81#define expect_false(expr) expect ((expr) != 0, 0)
77#define expect_true(expr) expect ((expr) != 0, 1) 82#define expect_true(expr) expect ((expr) != 0, 1)
78 83
79#define OBJ_STR "\xef\xbf\xbc" /* U+FFFC, object replacement character */ 84#define OBJ_STR "\xef\xbf\xbc" /* U+FFFC, object replacement character */
80 85
81#define FOW_DARKNESS 32 86#define FOW_DARKNESS 16
82 87
83#define MAP_EXTEND_X 32 88#define MAP_EXTEND_X 32
84#define MAP_EXTEND_Y 512 89#define MAP_EXTEND_Y 512
85 90
86#define MIN_FONT_HEIGHT 10 91#define MIN_FONT_HEIGHT 10
87 92
88/* mask out modifiers we are not interested in */ 93/* mask out modifiers we are not interested in */
89#define MOD_MASK (KMOD_CTRL | KMOD_SHIFT | KMOD_ALT | KMOD_META) 94#define MOD_MASK (KMOD_CTRL | KMOD_SHIFT | KMOD_ALT | KMOD_META)
95
96#define KMOD_LRAM 0x10000 // our extension
90 97
91static AV *texture_av; 98static AV *texture_av;
92 99
93static struct 100static struct
94{ 101{
226 int w, h; 233 int w, h;
227 float s, t; 234 float s, t;
228 uint8_t r, g, b, a; 235 uint8_t r, g, b, a;
229 tileid smoothtile; 236 tileid smoothtile;
230 uint8_t smoothlevel; 237 uint8_t smoothlevel;
238 uint8_t unused; /* set to zero on use */
231} maptex; 239} maptex;
232 240
233typedef struct { 241typedef struct {
234 uint32_t player; 242 uint32_t player;
235 tileid tile[3]; 243 tileid tile[3];
521 if (!svp || !SvTRUE (*svp)) 529 if (!svp || !SvTRUE (*svp))
522 return 0; 530 return 0;
523 531
524 return 1; 532 return 1;
525} 533}
534
535/******************************************************************************/
536
537/* process keyboard modifiers */
538static int
539mod_munge (int mod)
540{
541 mod &= MOD_MASK;
542
543 if (mod & (KMOD_META | KMOD_ALT))
544 mod |= KMOD_LRAM;
545
546 return mod;
547}
548
549static void
550deliantra_main ()
551{
552 char *argv[] = { 0 };
553 call_argv ("::main", G_DISCARD | G_VOID, argv);
554}
555
556#ifdef __MACOSX__
557 /* to due surprising braindamage on the side of SDL design, we
558 * do some mind-boggling hack here: SDL requires a custom main()
559 * on OS X, so... we provide one and call the original main(), which,
560 * due to share dlibrary magic, calls -lSDLmain's main, not perl's main,
561 * and which calls our main (== SDL_main) back.
562 */
563 extern C_LINKAGE int
564 main (int argc, char *argv[])
565 {
566 deliantra_main ();
567 }
568
569 #undef main
570
571 extern C_LINKAGE int main (int argc, char *argv[]);
572
573 static void
574 SDL_braino (void)
575 {
576 char *argv[] = { "deliantra client", 0 };
577 (main) (1, argv);
578 }
579#else
580 static void
581 SDL_braino (void)
582 {
583 deliantra_main ();
584 }
585#endif
526 586
527MODULE = Deliantra::Client PACKAGE = DC 587MODULE = Deliantra::Client PACKAGE = DC
528 588
529PROTOTYPES: ENABLE 589PROTOTYPES: ENABLE
530 590
559 const_iv (SDL_USEREVENT), 619 const_iv (SDL_USEREVENT),
560 620
561 const_iv (SDL_APPINPUTFOCUS), 621 const_iv (SDL_APPINPUTFOCUS),
562 const_iv (SDL_APPMOUSEFOCUS), 622 const_iv (SDL_APPMOUSEFOCUS),
563 const_iv (SDL_APPACTIVE), 623 const_iv (SDL_APPACTIVE),
624
625
626 const_iv (SDLK_UNKNOWN),
627 const_iv (SDLK_FIRST),
628 const_iv (SDLK_BACKSPACE),
629 const_iv (SDLK_TAB),
630 const_iv (SDLK_CLEAR),
631 const_iv (SDLK_RETURN),
632 const_iv (SDLK_PAUSE),
633 const_iv (SDLK_ESCAPE),
634 const_iv (SDLK_SPACE),
635 const_iv (SDLK_EXCLAIM),
636 const_iv (SDLK_QUOTEDBL),
637 const_iv (SDLK_HASH),
638 const_iv (SDLK_DOLLAR),
639 const_iv (SDLK_AMPERSAND),
640 const_iv (SDLK_QUOTE),
641 const_iv (SDLK_LEFTPAREN),
642 const_iv (SDLK_RIGHTPAREN),
643 const_iv (SDLK_ASTERISK),
644 const_iv (SDLK_PLUS),
645 const_iv (SDLK_COMMA),
646 const_iv (SDLK_MINUS),
647 const_iv (SDLK_PERIOD),
648 const_iv (SDLK_SLASH),
649 const_iv (SDLK_0),
650 const_iv (SDLK_1),
651 const_iv (SDLK_2),
652 const_iv (SDLK_3),
653 const_iv (SDLK_4),
654 const_iv (SDLK_5),
655 const_iv (SDLK_6),
656 const_iv (SDLK_7),
657 const_iv (SDLK_8),
658 const_iv (SDLK_9),
659 const_iv (SDLK_COLON),
660 const_iv (SDLK_SEMICOLON),
661 const_iv (SDLK_LESS),
662 const_iv (SDLK_EQUALS),
663 const_iv (SDLK_GREATER),
664 const_iv (SDLK_QUESTION),
665 const_iv (SDLK_AT),
666
667 const_iv (SDLK_LEFTBRACKET),
668 const_iv (SDLK_BACKSLASH),
669 const_iv (SDLK_RIGHTBRACKET),
670 const_iv (SDLK_CARET),
671 const_iv (SDLK_UNDERSCORE),
672 const_iv (SDLK_BACKQUOTE),
673 const_iv (SDLK_DELETE),
564 674
565 const_iv (SDLK_FIRST), 675 const_iv (SDLK_FIRST),
566 const_iv (SDLK_LAST), 676 const_iv (SDLK_LAST),
567 const_iv (SDLK_KP0), 677 const_iv (SDLK_KP0),
568 const_iv (SDLK_KP1), 678 const_iv (SDLK_KP1),
644 const_iv (KMOD_RMETA), 754 const_iv (KMOD_RMETA),
645 const_iv (KMOD_NUM), 755 const_iv (KMOD_NUM),
646 const_iv (KMOD_CAPS), 756 const_iv (KMOD_CAPS),
647 const_iv (KMOD_MODE), 757 const_iv (KMOD_MODE),
648 758
759 const_iv (KMOD_LRAM),
760
649 const_iv (MIX_DEFAULT_FORMAT), 761 const_iv (MIX_DEFAULT_FORMAT),
650 762
651 const_iv (SDL_INIT_TIMER), 763 const_iv (SDL_INIT_TIMER),
652 const_iv (SDL_INIT_AUDIO), 764 const_iv (SDL_INIT_AUDIO),
653 const_iv (SDL_INIT_VIDEO), 765 const_iv (SDL_INIT_VIDEO),
721#endif 833#endif
722} 834}
723 835
724char *SDL_GetError () 836char *SDL_GetError ()
725 837
838void SDL_braino ()
839
726int SDL_Init (U32 flags) 840int SDL_Init (U32 flags)
727 841
728int SDL_InitSubSystem (U32 flags) 842int SDL_InitSubSystem (U32 flags)
729 843
730void SDL_QuitSubSystem (U32 flags) 844void SDL_QuitSubSystem (U32 flags)
838 { 952 {
839 case SDL_KEYDOWN: 953 case SDL_KEYDOWN:
840 case SDL_KEYUP: 954 case SDL_KEYUP:
841 hv_store (hv, "state", 5, newSViv (ev.key.state), 0); 955 hv_store (hv, "state", 5, newSViv (ev.key.state), 0);
842 hv_store (hv, "sym", 3, newSViv (ev.key.keysym.sym), 0); 956 hv_store (hv, "sym", 3, newSViv (ev.key.keysym.sym), 0);
843 hv_store (hv, "mod", 3, newSViv (ev.key.keysym.mod & MOD_MASK), 0); 957 hv_store (hv, "mod", 3, newSViv (mod_munge (ev.key.keysym.mod)), 0);
844 hv_store (hv, "cmod", 4, newSViv (SDL_GetModState () & MOD_MASK), 0); /* current mode */ 958 hv_store (hv, "cmod", 4, newSViv (mod_munge (SDL_GetModState ())), 0); /* current mode */
845 hv_store (hv, "unicode", 7, newSViv (ev.key.keysym.unicode), 0); 959 hv_store (hv, "unicode", 7, newSViv (ev.key.keysym.unicode), 0);
846 break; 960 break;
847 961
848 case SDL_ACTIVEEVENT: 962 case SDL_ACTIVEEVENT:
849 hv_store (hv, "gain", 4, newSViv (ev.active.gain), 0); 963 hv_store (hv, "gain", 4, newSViv (ev.active.gain), 0);
867 x = ev.motion.x; 981 x = ev.motion.x;
868 y = ev.motion.y; 982 y = ev.motion.y;
869 SDL_PeepEvents (&ev, 1, SDL_GETEVENT, SDL_EVENTMASK (SDL_MOUSEMOTION)); 983 SDL_PeepEvents (&ev, 1, SDL_GETEVENT, SDL_EVENTMASK (SDL_MOUSEMOTION));
870 } 984 }
871 985
872 hv_store (hv, "mod", 3, newSViv (SDL_GetModState () & MOD_MASK), 0); 986 hv_store (hv, "mod", 3, newSViv (mod_munge (SDL_GetModState ())), 0);
873 hv_store (hv, "state", 5, newSViv (state), 0); 987 hv_store (hv, "state", 5, newSViv (state), 0);
874 hv_store (hv, "x", 1, newSViv (x), 0); 988 hv_store (hv, "x", 1, newSViv (x), 0);
875 hv_store (hv, "y", 1, newSViv (y), 0); 989 hv_store (hv, "y", 1, newSViv (y), 0);
876 hv_store (hv, "xrel", 4, newSViv (xrel), 0); 990 hv_store (hv, "xrel", 4, newSViv (xrel), 0);
877 hv_store (hv, "yrel", 4, newSViv (yrel), 0); 991 hv_store (hv, "yrel", 4, newSViv (yrel), 0);
1093#if DEBUG 1207#if DEBUG
1094 VALGRIND_DO_LEAK_CHECK; 1208 VALGRIND_DO_LEAK_CHECK;
1095#endif 1209#endif
1096} 1210}
1097 1211
1212int
1213SvREFCNT (SV *sv)
1214 CODE:
1215 RETVAL = SvREFCNT (sv);
1216 OUTPUT:
1217 RETVAL
1218
1098MODULE = Deliantra::Client PACKAGE = DC::Font 1219MODULE = Deliantra::Client PACKAGE = DC::Font
1099 1220
1100PROTOTYPES: DISABLE 1221PROTOTYPES: DISABLE
1101 1222
1102DC::Font 1223DC::Font
1646 //glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE); 1767 //glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_EDGE);
1647 // use uglier nearest interpolation because linear suffers 1768 // use uglier nearest interpolation because linear suffers
1648 // from transparent color bleeding and ugly wrapping effects. 1769 // from transparent color bleeding and ugly wrapping effects.
1649 glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST); 1770 glTexParameteri (GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
1650} 1771}
1772
1773void
1774expire_textures (DC::Map self, int texid, int count)
1775 PPCODE:
1776 for (; texid < self->texs && count; ++texid, --count)
1777 {
1778 maptex *tex = self->tex + texid;
1779
1780 if (tex->name)
1781 {
1782 if (tex->unused)
1783 {
1784 tex->name = 0;
1785 tex->unused = 0;
1786 XPUSHs (sv_2mortal (newSViv (texid)));
1787 }
1788 else
1789 tex->unused = 1;
1790 }
1791 }
1651 1792
1652int 1793int
1653ox (DC::Map self) 1794ox (DC::Map self)
1654 ALIAS: 1795 ALIAS:
1655 oy = 1 1796 oy = 1
1776 cell->tile [z] = self->face2tile [face]; 1917 cell->tile [z] = self->face2tile [face];
1777 1918
1778 if (cell->tile [z]) 1919 if (cell->tile [z])
1779 { 1920 {
1780 maptex *tex = self->tex + cell->tile [z]; 1921 maptex *tex = self->tex + cell->tile [z];
1922 tex->unused = 0;
1781 if (!tex->name) 1923 if (!tex->name)
1782 av_push (missing, newSViv (cell->tile [z])); 1924 av_push (missing, newSViv (cell->tile [z]));
1783 1925
1784 if (tex->smoothtile) 1926 if (tex->smoothtile)
1785 { 1927 {
1786 maptex *smooth = self->tex + tex->smoothtile; 1928 maptex *smooth = self->tex + tex->smoothtile;
1929 smooth->unused = 0;
1787 if (!smooth->name) 1930 if (!smooth->name)
1788 av_push (missing, newSViv (tex->smoothtile)); 1931 av_push (missing, newSViv (tex->smoothtile));
1789 } 1932 }
1790 } 1933 }
1791 } 1934 }
1936 int px = (x + 1) * T - tex.w; 2079 int px = (x + 1) * T - tex.w;
1937 int py = (y + 1) * T - tex.h; 2080 int py = (y + 1) * T - tex.h;
1938 2081
1939 if (key.texname != tex.name) 2082 if (key.texname != tex.name)
1940 { 2083 {
2084 self->tex [tile].unused = 0;
2085
1941 if (!tex.name) 2086 if (!tex.name)
1942 tex = self->tex [2]; /* missing, replace by noface */ 2087 tex = self->tex [2]; /* missing, replace by noface */
1943 2088
1944 key.texname = tex.name; 2089 key.texname = tex.name;
1945 arr = rc_array (rc, &key); 2090 arr = rc_array (rc, &key);
2067 { 2212 {
2068 // this time avoiding texture state changes 2213 // this time avoiding texture state changes
2069 // save gobs of state changes. 2214 // save gobs of state changes.
2070 if (key.texname != tex.name) 2215 if (key.texname != tex.name)
2071 { 2216 {
2217 self->tex [skey->tile].unused = 0;
2218
2072 glEnd (); 2219 glEnd ();
2073 glBindTexture (GL_TEXTURE_2D, key.texname = tex.name); 2220 glBindTexture (GL_TEXTURE_2D, key.texname = tex.name);
2074 glBegin (GL_QUADS); 2221 glBegin (GL_QUADS);
2075 } 2222 }
2076 2223
2138 { 2285 {
2139 mapcell *cell = row->col + (x + mx - row->c0); 2286 mapcell *cell = row->col + (x + mx - row->c0);
2140 2287
2141 int px = x * T; 2288 int px = x * T;
2142 int py = y * T; 2289 int py = y * T;
2290
2291 if (expect_false (cell->player == player))
2292 {
2293 px += sdx;
2294 py += sdy;
2295 }
2143 2296
2144 if (cell->stat_hp) 2297 if (cell->stat_hp)
2145 { 2298 {
2146 int width = cell->stat_width * T; 2299 int width = cell->stat_width * T;
2147 int thick = (sh * T / 32 + 27) / 28 + 1 + cell->stat_width; 2300 int thick = (sh * T / 32 + 27) / 28 + 1 + cell->stat_width;
2888void glRotate (float angle, float x, float y, float z) 3041void glRotate (float angle, float x, float y, float z)
2889 CODE: 3042 CODE:
2890 glRotatef (angle, x, y, z); 3043 glRotatef (angle, x, y, z);
2891 3044
2892void glColor (float r, float g, float b, float a = 1.0) 3045void glColor (float r, float g, float b, float a = 1.0)
3046 PROTOTYPE: @
2893 ALIAS: 3047 ALIAS:
2894 glColor_premultiply = 1 3048 glColor_premultiply = 1
2895 CODE: 3049 CODE:
2896 if (ix) 3050 if (ix)
2897 { 3051 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines