dev: add TODOs of things to fix
This commit is contained in:
parent
c8b3a42d13
commit
f3da11b105
7 changed files with 94 additions and 0 deletions
5
dev/TODO
5
dev/TODO
|
@ -7,3 +7,8 @@ TODO check when project is finished:
|
|||
- check norminette on cluster
|
||||
|
||||
TODO: better timedloop for bonus
|
||||
TODO: map parsing: fix segfault if bad texture
|
||||
TODO: map parsing: fix when color value > 255
|
||||
TODO: what if the pointer goes outside of the window?
|
||||
TODO: fix inverted west and east textures
|
||||
TODO: fix nobonus speed
|
||||
|
|
13
testmaps/err_badcolors1.cub
Normal file
13
testmaps/err_badcolors1.cub
Normal file
|
@ -0,0 +1,13 @@
|
|||
F 255,256,0
|
||||
C 0,2,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
10000N001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
13
testmaps/err_badcolors2.cub
Normal file
13
testmaps/err_badcolors2.cub
Normal file
|
@ -0,0 +1,13 @@
|
|||
F ",127,0
|
||||
C 0,2,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
10000N001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
13
testmaps/err_badcolors3.cub
Normal file
13
testmaps/err_badcolors3.cub
Normal file
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 2,349,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
10000N001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
13
testmaps/err_badcolors4.cub
Normal file
13
testmaps/err_badcolors4.cub
Normal file
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,\(^.^)/,67
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
SO textures/south.xpm
|
||||
WE textures/west.xpm
|
||||
111
|
||||
111110111
|
||||
10000N001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
13
testmaps/err_badtextures.cub
Normal file
13
testmaps/err_badtextures.cub
Normal file
|
@ -0,0 +1,13 @@
|
|||
F 255,127,0
|
||||
C 0,2,67
|
||||
EA textures/nowhere.xpm
|
||||
NO textures/nowhere.xpm
|
||||
SO textures/nowhere.xpm
|
||||
WE textures/nowhere.xpm
|
||||
111
|
||||
111110111
|
||||
10000N001
|
||||
111110111
|
||||
101
|
||||
101
|
||||
111
|
24
testmaps/good_reallyreallyweirdblank.cub
Normal file
24
testmaps/good_reallyreallyweirdblank.cub
Normal file
|
@ -0,0 +1,24 @@
|
|||
F 255, 127 ,0
|
||||
|
||||
C 0, 2 , 67
|
||||
|
||||
|
||||
|
||||
EA textures/east.xpm
|
||||
NO textures/north.xpm
|
||||
|
||||
SO textures/south.xpm
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
WE textures/west.xpm
|
||||
|
||||
|
||||
|
||||
1111111
|
||||
1000001
|
||||
10W0001
|
||||
1000001
|
||||
1111111
|
Loading…
Add table
Reference in a new issue