dsekai
World engine for retrocomputers.
Loading...
Searching...
No Matches
Files | Macros
DSekai Engines Configuration

Compile-time options defining engine behaviors. More...

Collaboration diagram for DSekai Engines Configuration:

Files

file  src/config.h
 Configuration settings defined at compile time.
 

Macros

#define SPRITE_H   16
 
#define SPRITE_W   16
 
#define STATUS_WINDOW_W   SCREEN_W
 Width in pixels of the status WINDOW.
 
#define STATUS_WINDOW_H   32
 Height in pixels of the status WINDOW.
 
#define SCREEN_MAP_W   (160)
 Width of the overview or viewport area in pixels.
 
#define SCREEN_MAP_H   (160 - STATUS_WINDOW_H)
 Height of the overview or viewport area in pixels.
 
#define SCREEN_MAP_X   ((SCREEN_W / 2) - (SCREEN_MAP_W / 2))
 Left offset of the overview or viewport area in pixels.
 
#define SCREEN_MAP_Y   (0)
 Top offset of the overview or viewport area in pixels.
 
#define ANI_SPRITE_COUNTDOWN_MAX   10
 Number of loops between DSEKAI_STATE::ani_sprite_x changes.
 

Detailed Description

Compile-time options defining engine behaviors.

Note
These may be overridden by passing a -D argument to the compiler.

Compiler Definitions

These definitions can be enabled with -D flags to the compiler in order to change dsekai's behavior:
Define Description
SCRIPT_TRACE Enables detailed script engine execution trace output.
MEMORY_FAKE_TRACE_LOCKS Enables detailed memory lock trace output.
WINDOW_TRACE Enables detailed GUI-related trace output.
Note
TRACE definitions also required DEBUG_THRESHOLD to be set to 1 or lower.

Macro Definition Documentation

◆ SCREEN_MAP_H

#define SCREEN_MAP_H   (160 - STATUS_WINDOW_H)

Height of the overview or viewport area in pixels.

Attention
Changing this value may break compatibility with tilemaps! Please use caution.

◆ SCREEN_MAP_W

#define SCREEN_MAP_W   (160)

Width of the overview or viewport area in pixels.

Attention
Changing this value may break compatibility with tilemaps! Please use caution.