# HG changeset patch # User heinrichsweikamp # Date 1324116841 -3600 # Node ID a2019f310176a6119d0c54038fb92e641940008c # Parent f5a06b9e2fef1a84a86b6045002e09f38207694e 2.09 beta release diff -r f5a06b9e2fef -r a2019f310176 code_part1/OSTC_code_asm_part1/changelog.txt --- a/code_part1/OSTC_code_asm_part1/changelog.txt Sat Dec 17 10:28:29 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/changelog.txt Sat Dec 17 11:14:01 2011 +0100 @@ -1,3 +1,8 @@ +New in 2.09 beta: +BETA Version - Do NOT use for diving! +BUGFIX: small layout fixes +BUGFIX: Show NDL after deco is done + New in 2.08 beta: BETA Version - Do NOT use for diving! NEW: Show change gas depth below gaslist (in divemode) diff -r f5a06b9e2fef -r a2019f310176 code_part1/OSTC_code_asm_part1/definitions.asm --- a/code_part1/OSTC_code_asm_part1/definitions.asm Sat Dec 17 10:28:29 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/definitions.asm Sat Dec 17 11:14:01 2011 +0100 @@ -29,14 +29,13 @@ #DEFINE max_custom_number d'58' ; Number of last used custom function ; International extension. Selecting messages source: -#DEFINE ENGLISH ; Use english_text.asm +;#DEFINE ENGLISH ; Use english_text.asm ;#DEFINE FRENCH ; Use french_text.asm -;#DEFINE GERMAN ; Use german_text.asm +#DEFINE GERMAN ; Use german_text.asm ;#DEFINE SPANISH ; Use spanish_text.asm ;#DEFINE RUSSIAN ; Use russian_text.asm ;#DEFINE TURKISH ; Use turkish_text.asm -;#DEFINE __DEBUG ; ;#DEFINE DISPLAY_TEST ; Enables Display-Test in RAW data menu #DEFINE logbook_profile_version 0x21 ; Do not touch!