diff --git a/SConstruct b/SConstruct index 6cb6ea68b..82bc1c572 100755 --- a/SConstruct +++ b/SConstruct @@ -461,16 +461,16 @@ Help(PROGRAM_NAME + ', SConstruct file help:' + Extra options (add them to command line, like 'scons extraoption=value'): - 'sharepath=DIR' (*NIX only) use DIR for shared game data. Must end with a slash. - 'sdl_only=1' don't include OpenGL, use SDL-only instead - 'sdlmixer=1' (*NIX only) use SDL_Mixer for sound (includes external music support) - 'shareware=1' build SHAREWARE version - 'no_asm=1' don't use ASSEMBLER (only with sdl_only=1) - 'debug=1' build DEBUG binary which includes asserts, debugging output, cheats and more output - 'profiler=1' do profiler build - 'editor=1' build editor !EXPERIMENTAL! - 'arm=1' compile for ARM architecture - 'gp2x=1' compile for GP2X handheld + 'sharepath=DIR' (*NIX only) use DIR for shared game data. (default: /usr/local/share/games/d1x-rebirth) + 'sdl_only=1' don't include OpenGL, use SDL-only instead + 'sdlmixer=1' (*NIX only) use SDL_Mixer for sound (includes external music support) + 'shareware=1' build SHAREWARE version + 'no_asm=1' don't use ASSEMBLER (only with sdl_only=1) + 'debug=1' build DEBUG binary which includes asserts, debugging output, cheats and more output + 'profiler=1' do profiler build + 'editor=1' build editor !EXPERIMENTAL! + 'arm=1' compile for ARM architecture + 'gp2x=1' compile for GP2X handheld Default values: """ + ' sharepath = ' + DATA_DIR + '\n') diff --git a/dxx-changelog.txt b/dxx-changelog.txt index 7477344f2..77d6da8a0 100755 --- a/dxx-changelog.txt +++ b/dxx-changelog.txt @@ -1,5 +1,9 @@ D1X-Rebirth Changelog +20070406 +-------- +SConstruct: some help correction + 20070405 -------- main/game.c, main/game.h, main/gameseq.c, main/gauges.c, main/inferno.c, main/menu.c, main/playsave.c: remove final remains of VR_current_page and VR_use_paging, resolution variable cleanup - remove VR_screen_mode and VR_render_width/height (Game_screen_mode is the actual resolution put in an int, not an index)