Skip to content
Snippets Groups Projects
  1. Feb 28, 2021
    • Deucе's avatar
      Fix @LABEL · 1313bdb5
      Deucе authored
      1313bdb5
    • Deucе's avatar
      Add HOME/END support where cursor keys are supported. · da2837e4
      Deucе authored
      This provides a way to create muscle memory for random fights...
      HOME will always take you to 'Attack' and END will always take you
      to 'Run Away' now.
      
      Two birds with one stone, yay!
      da2837e4
    • Deucе's avatar
      Fix chooseplayer() function · 11046a5e
      Deucе authored
      Previously, it did a case sensitive match against names that started
      with what you typed including LORD codes.
      
      Now it strips codes from both and does a case-insentive substring
      match.
      11046a5e
  2. Feb 27, 2021
  3. Feb 26, 2021
  4. Feb 25, 2021
  5. Feb 24, 2021
  6. Feb 23, 2021
    • Deucе's avatar
      More game fixes · 55f2c9d6
      Deucе authored
      Define the s&he variable.
      prevent replace_vars() -> getvar() infinite loop on undefined var
      Move to end of vbar after selection
      Lower-case font path
      55f2c9d6
    • Deucе's avatar
      Various fixins... · 2bfd6109
      Deucе authored
      - Fix @run command to lower-case section and filename, and add .ref
      - Set battle flag when @busy is called
      - Redraw map after exiting the buy/sell manager
      - Fix Sell confirmation
      - Check the CON file every time mail is checked automatically
      - Turn off the battle flag when returning from a hotspot module
      - Fix box with calculation in draw_box
      - Fix sell manager first draw colour after unsellable item
      - Clear message area when an item is used
      - Run the busy routing in gametxt.ref when battle is set
      - Actually allow doing things with items
      2bfd6109
    • Rob Swindell's avatar
      Gotta define __STDC_NO_ATOMICS__ for MSVC · 474fa66e
      Rob Swindell authored
      Even though https://docs.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-160 says they define it for C compiles, apparently they don't bother for C++. <shrug>
      474fa66e
    • Rob Swindell's avatar
      Don't try to use atomics for GCC versions < 4.9 · 61c0a8b2
      Rob Swindell authored
      Apparently GNU forgot to include stdatomic.h in GCC 4.8.
      For Altere and his CentOS 7 system.
      61c0a8b2
  7. Feb 22, 2021
Loading