• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

wwww


コミットメタ情報

リビジョン2c7b0a75b6ce00049173e317fa8636c997ac93eb (tree)
日時2016-04-22 23:36:51
作者sparky4 <sparky4@cock...>
コミッターsparky4

ログメッセージ

repo sync

変更サマリ

差分

Binary files a/pcx2vrl and b/pcx2vrl differ
Binary files a/pcxsscut and b/pcxsscut differ
--- a/src/lib/scroll16.c
+++ b/src/lib/scroll16.c
@@ -594,22 +594,15 @@ void shinku(global_game_variables_t *gv)
594594 //modexCopyPageRegion(pip[1].page, pip[2].page, 16, 16, 16, 16, (14*8)+4, 8+4);
595595 if(elapsed_timer(gv) >= (1.0 / gv->kurokku.frames_per_second))
596596 {
597- word x = (16) + gv->video.page[shinku_fps_indicator_page].dx; // follow the screen
598- word y = (16) + gv->video.page[shinku_fps_indicator_page].dy; // follow the screen
597+ word x = (0) + gv->video.page[shinku_fps_indicator_page].dx; // follow the screen
598+ word y = (0) + gv->video.page[shinku_fps_indicator_page].dy; // follow the screen
599599 word col = 7;
600600 word bgcol = 0;
601601 word type = 0;
602-
603- //t=(((*(gv->clock))-gv->clock_start) /18.2);
604602 sprintf(gv->pee, "%f fps", (double)gv->kurokku.tiku/ticktock(gv));
605-// printf("%s\n", gv->pee);
606- //FIXME PLEASE!!
607603 modexprint(&(gv->video.page[shinku_fps_indicator_page]), x, y, type, col, bgcol, gv->pee);
608-//++++ modexprint(&(gv->video.page[0]), x, y, type, col, bgcol, gv->pee);
609- //(gv->clock_start)=*(gv->clock);
610604 gv->kurokku.tiku=0;
611605 }
612- //modexprint(page, 16, 16, 1, 15, 0, pee);
613606 gv->kurokku.tiku++;
614607 switch(gv->kurokku.fpscap)
615608 {
--- a/src/scroll.c
+++ b/src/scroll.c
@@ -379,7 +379,7 @@ void main(int argc, char *argv[])
379379 gvar.kurokku.fpscap=0;
380380 break;
381381 }
382- IN_Ack();
382+ //IN_Ack();
383383 }
384384 //TODO fmemtest into page
385385 if(IN_KeyDown(4+1)) //4
Binary files a/vrl2vrs and b/vrl2vrs differ
Binary files a/vrsdump and b/vrsdump differ