Onega's profileOnegaBlogListsNetwork Tools Help

Blog


    February 23

    online 大怪路子

     

    原来一直在中国游戏中心打大怪,这几天发现了上游棋牌,有以下的比较:

      上游棋牌 中国游戏中心
    人数 略多 略少
    大厅 头像太大,一个屏幕内看到的桌数有限,不方便找5缺1的桌子 显示比较简洁,方便找5缺1的桌子
    桌子 每个人都能看到自己的剩余牌张数。牌和人的位置一致。 大家都在看同一个人的剩余牌张数,进了10张才显示其他人。只有一个人的牌和自己位置一致,其他人看起来都是错位的,很不方便。
    聊天区 广告很多 广告少
    January 31

    Big Solitaires 3D

    Big Solitaires 3D depends on wxWidgets, libpng and zlib.zlib can be found at D:\wxWidgets-2.8.7\src\zlib, which is required by both wxWidgets and libpng. <sys/time.h> is included in bigsol\40ladrones.cpp, which is not available under VC++ 2008, but it can be safely commented out. I also have to link the following libraries to Bigsol project: wxmsw28d.lib wxmsw28d_gl.lib libpng.lib wxzlibd.lib rpcrt4.lib comctl32.lib winmm.lib
    Another step is to toggle off "Embed Manifest" option on "Manifest Tool->Input and Output" page.
    It takes time understanding the code, some variables are not in use at all, like:
    int cursor_en_menu=0;
    bool info=false;
    GLdouble mat_proy[16];
    LARGE_INTEGER currentTime;