Skip to content
Snippets Groups Projects
  1. Feb 28, 2021
    • Deucе's avatar
      Fix @LABEL · da10b451
      Deucе authored
      da10b451
    • Deucе's avatar
      Add HOME/END support where cursor keys are supported. · 1fd56693
      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!
      1fd56693
    • Deucе's avatar
      Fix chooseplayer() function · 85647747
      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.
      85647747
  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 · 61f74682
      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
      61f74682
    • Deucе's avatar
      Various fixins... · 3cd83e2a
      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
      3cd83e2a
    • Rob Swindell's avatar
      Gotta define __STDC_NO_ATOMICS__ for MSVC · a40fa049
      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>
      a40fa049
    • Rob Swindell's avatar
      Don't try to use atomics for GCC versions < 4.9 · ded746df
      Rob Swindell authored
      Apparently GNU forgot to include stdatomic.h in GCC 4.8.
      For Altere and his CentOS 7 system.
      ded746df
  7. Feb 22, 2021
Loading