From: sparky4 Date: Thu, 27 Nov 2014 06:18:11 +0000 (-0600) Subject: modified: Project 16.bfproject X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=323fc102247a2f0d6e3761d2d77617c3a90c5441 modified: Project 16.bfproject modified: scroll.c modified: scroll.exe --- diff --git a/Project 16.bfproject b/Project 16.bfproject index 8425d2fc..19290bca 100644 --- a/Project 16.bfproject +++ b/Project 16.bfproject @@ -1,7 +1,7 @@ c2e.convert_special: 0 e2c.convert_num: 0 openfiles: /dos/z/16/doc/project.txt:60:0:0: -openfiles: /dos/z/16/scroll.c:1900:1692:1: +openfiles: /dos/z/16/scroll.c:3046:2949:1: openfiles: /dos/z/16/modex16.c:6838:6141:0: openfiles: /dos/z/16/modex16.h:1057:344:0: openfiles: /dos/z/16/pcxtest.c:753:655:0: @@ -33,7 +33,6 @@ ssearch_text: dxThresh snr_casesens: 1 view_blocks: 1 name: project 16 -replacelist: wPage(spri replacelist: 34); replacelist: bg replacelist: dest @@ -48,6 +47,7 @@ replacelist: modexShowPage(spri replacelist: player.tx == player.ty replacelist: TRIGGY replacelist: TRIGGX +replacelist: play-> fb_show_hidden_f: 0 editor_tab_width: 4 show_visible_spacing: 1 @@ -122,7 +122,6 @@ snr_escape_chars: 0 htmlbar_view: 0 spell_lang: en ssearch_dotmatchall: 0 -searchlist: return searchlist: enter searchlist: bg->tx == bg->ty searchlist: data @@ -137,6 +136,7 @@ searchlist: MAPY/2 searchlist: MAPX/2 searchlist: mapDrawTile searchlist: dxThresh +searchlist: player. autocomplete: 1 outputb_show_all_output: 0 bookmarks_show_mode: 0 diff --git a/scroll.c b/scroll.c index d0e6d353..919aabcb 100644 --- a/scroll.c +++ b/scroll.c @@ -31,6 +31,7 @@ typedef struct { word dyThresh; //???? } map_view_t; +//TODO: make this into actor_t struct { int x; //player exact position on the viewable map int y; //player exact position on the viewable map @@ -59,8 +60,8 @@ void animatePlayer(map_view_t *src, map_view_t *dest, /*map_view_t *top, */short #define SPEED 4 //place holder definitions -#define MAPX 40 -#define MAPY 30 +#define MAPX 200 +#define MAPY 150 #define TRIGGX 10 #define TRIGGY 9 //#define SWAP(a, b) tmp=a; a=b; b=tmp; diff --git a/scroll.exe b/scroll.exe index 0d9d8ee4..8f65d820 100644 Binary files a/scroll.exe and b/scroll.exe differ