File: TODO

package info (click to toggle)
ltris 2.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,596 kB
  • sloc: ansic: 5,316; sh: 4,964; cpp: 3,818; makefile: 66; sed: 16
file content (21 lines) | stat: -rw-r--r-- 795 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
- font colors in theme.ini
- multiple block sets that rotate each level
- extra menu item to show all hiscores

Changes to make ltris1 core work:
- disable all SDL.h includes, except in sdl.h: change SDL.h include to SDL2.h
- define compat macros:
	#define SDLK_LAST SDL_NUM_SCANCODES
	#define SDL_FULLSCREEN 0
	#define SDL_SRCCOLORKEY 0
	#define SDL_NOEVENT 0
	#define SDL_GetKeyState SDL_GetKeyboardState
- empty all functions in sdl.c but create dummy surfaces and dummy font to
  allow access of w and h attributes
- rename Font to OldFont
- turn ALIGN_X_LEFT,... into macros and only set if not yet defined 
- disable bowl_quick_game() in bowls.h
- add ViewBowlInfo and set sounds and cleared lines
- set full bowl content to vbi on game over
- disable gamepad stuff in sdl.c and tetris.c