Skip to content

Commit d973faf

Browse files
authored
Add version info (Windows) + Smart update checker (#1069)
* Add version info (Windows) + Smart update checker * patch autogen, remove prints * Fix special case (min=0,fix=!0) * Not that obvious!! * Still too obvious... last one * the djoslin0 review * Nuked
1 parent 0d95dfd commit d973faf

17 files changed

Lines changed: 93 additions & 29 deletions

autogen/convert_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"src/pc/lua/smlua_hooks.h": [ "MAX_HOOKED_MOD_MENU_ELEMENTS", "^HOOK_RETURN_.*", "^ACTION_HOOK_.*", "^MOD_MENU_ELEMENT_.*" ],
6969
"src/pc/djui/djui_panel_menu.h": [ "RAINBOW_TEXT_LEN" ],
7070
"src/pc/mods/mod_fs.h": [ "INT_TYPE_MAX", "FLOAT_TYPE_MAX", "FILE_SEEK_MAX" ],
71+
"src/pc/network/version.h": [ "VERSION_OFFSET" ],
7172
}
7273

7374
include_constants = {

lang/Czech.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Nastavení hlavního menu"
326326
INFORMATION = "Informace"
327327
DEBUG = "Debug"
328328
LANGUAGE = "Jazyk"
329-
COOP_COMPATIBILITY = "Povolit kompatibilitu sm64ex-coop"
330329
R_BUTTON = "Tlačítko R - Možnosti"
331330
L_BUTTON = "Tlačítko L - Znovu načíst aktivní mody"
332331

lang/Dutch.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Menu Instellingen"
326326
INFORMATION = "Informatie"
327327
DEBUG = "Debug"
328328
LANGUAGE = "Taal"
329-
COOP_COMPATIBILITY = "Schakel sm64ex-coop compatibiliteit in"
330329
R_BUTTON = "R-knop - Opties"
331330
L_BUTTON = "L-knop - Actieve mods opnieuw laden"
332331

lang/English.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Menu Options"
326326
INFORMATION = "Info"
327327
DEBUG = "Debug"
328328
LANGUAGE = "Language"
329-
COOP_COMPATIBILITY = "Enable sm64ex-coop Compatibility"
330329
R_BUTTON = "R Button - Options"
331330
L_BUTTON = "L Button - Reload Active Mods"
332331

lang/French.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Options du menu"
326326
INFORMATION = "Information"
327327
DEBUG = "Débogage"
328328
LANGUAGE = "Langue"
329-
COOP_COMPATIBILITY = "Activer la compatibilité sm64ex-coop"
330329
R_BUTTON = "Bouton R - Options"
331330
L_BUTTON = "Bouton L - Recharger les mods actifs"
332331

lang/German.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Menüoptionen"
326326
INFORMATION = "Info"
327327
DEBUG = "Debug"
328328
LANGUAGE = "Sprache"
329-
COOP_COMPATIBILITY = "Aktiviere sm64ex-coop Kompatibilität"
330329
R_BUTTON = "R-Taste - Optionen"
331330
L_BUTTON = "L-Taste - Aktive Mods neu laden"
332331

lang/Italian.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ MENU_OPTIONS = "Opzioni Menù"
324324
INFORMATION = "Informazione"
325325
DEBUG = "Debug"
326326
LANGUAGE = "Lingua"
327-
COOP_COMPATIBILITY = "Abilita la compatibilità con sm64ex-coop"
328327
R_BUTTON = "Pulsante R - Opzioni"
329328
L_BUTTON = "Pulsante L - Ricarica Mod Attive"
330329

lang/Japanese.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "メニューの設定"
326326
INFORMATION = "情報"
327327
DEBUG = "デバッグ"
328328
LANGUAGE = "言語"
329-
COOP_COMPATIBILITY = "sm64ex-coopとの互換性を有効にする"
330329
R_BUTTON = "Rボタン - 設定"
331330
L_BUTTON = "Lボタン - 有効化されたMODを再読み込み"
332331

lang/Polish.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Opcje Menu"
326326
INFORMATION = "Informacja"
327327
DEBUG = "Debugowanie"
328328
LANGUAGE = "Język"
329-
COOP_COMPATIBILITY = "Włącz kompatybilność z sm64ex-coop"
330329
R_BUTTON = "Przycisk R - Opcje"
331330
L_BUTTON = "Przycisk L - Przeładuj aktywne mody"
332331

lang/Portuguese.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ MENU_OPTIONS = "Opções de menu"
326326
INFORMATION = "Informações"
327327
DEBUG = "Debug"
328328
LANGUAGE = "Idioma"
329-
COOP_COMPATIBILITY = "Ativar a compatibilidade com sm64ex-coop"
330329
R_BUTTON = "Botão R - Opções"
331330
L_BUTTON = "Botão L - Recarregar mods ativos"
332331

0 commit comments

Comments
 (0)