Skip to content
Snippets Groups Projects
  1. Jan 15, 2023
  2. Jan 14, 2023
  3. Jan 13, 2023
  4. Jan 12, 2023
  5. Jan 11, 2023
  6. Jan 10, 2023
  7. Jan 09, 2023
  8. Jan 08, 2023
  9. Jan 07, 2023
    • James R.'s avatar
      sdl/i_video.cpp: fix -Wsign-compare · 9be75633
      James R. authored
      9be75633
    • James R.'s avatar
      Split k_menudef.c into menus subdirectory · 0b3d04bb
      James R. authored
      - src/menu contains files for each menu's definitions.
      - src/menu/transient contains menus which are reused in
      many places or are separate from Main Menu entirely.
      
      File names ending in "-1" are menus which contain
      a submenu. The suffix is added so that the parent menu
      sorts before all its children in directory lists.
      
      It's also done so Tab completion doesn't stop such that
      a hyphen (-) would need to be typed.
      
      For example (this is how I auto complete file names):
      
      "ex" <TAB> completes to "extras" because the choices are
      "extras.c" or "extras-addons.c" etc. Now you need to reach
      away from the home row of a keyboard to type a "-" in
      order to complete any of the submenu file names.
      
      VS
      
      "ex" <TAB> completes to "extras-". You only need to reach
      to type a "1" for one menu. There may be more than one
      submenu and submenu names start with letters, which are
      closer to the home row.
      0b3d04bb
    • Eidolon's avatar
      cxx: Convert sdl/i_video.cpp · b57c92ef
      Eidolon authored
      b57c92ef
    • Oni's avatar
      Merge branch 'lightsnake-polish' into 'master' · cf609113
      Oni authored
      Lightsnake polish
      
      Closes #309 and #299
      
      See merge request KartKrew/Kart!870
      cf609113
  10. Jan 06, 2023
Loading