Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. May 22, 2017
  3. May 19, 2017
  4. May 17, 2017
  5. May 15, 2017
  6. May 13, 2017
  7. May 12, 2017
  8. May 11, 2017
  9. May 09, 2017
  10. May 08, 2017
  11. May 07, 2017
  12. May 03, 2017
    • Monster Iestyn's avatar
      Merge branch 'master' into next · 20351a10
      Monster Iestyn authored
      20351a10
    • Monster Iestyn's avatar
      Merge branch 'gitignore-stuff' into 'master' · 30143d2e
      Monster Iestyn authored
      .gitignore stuff
      
      The following changes have been made to `.gitignore` files in the objs/ and bin/ folders:
      * All the `.gitignore`s living in subfolders of objs/ have been done away with and replaced with a single `objs/.gitignore`, covering all the things that the subfolders ignored before (including depend.ped, if anyone is like me and has to remove that file manually)
      * All the `.gitignore`s living in subfolders of `bin/Mingw` ignore .exes of any name, not just srb2win/srb2dd/srb2sdl. en.mo is also ignored now... or rather any .mo file (just in case). This is mostly for my own sanity and that of anyone else who uses EXENAME=[name.exe] when compiling with MinGW.
      
      If you're not sure what `.gitignore` does exactly, as far as I'm aware it literally just tells Git what to "ignore" (or rather, not track), so anyone using Git GUI or some other Git program etc doesn't have to see changes certain files and can't accidentally commit the files or whatever.
      
      See merge request !174
      30143d2e
  13. May 01, 2017
    • Monster Iestyn's avatar
      Merge branch 'admin-ban-fix' into 'next' · 18fa73ba
      Monster Iestyn authored
      Admin ban fix
      
      Okay, THIS time admin bans should work properly. Turns out the relevant code for banning did not properly consider the case of admins doing the banning, at least until now.
      
      Unlike my last attempt at fixing admin bans (!165), this one would require both host and admin to have the fix exe assuming everyone else would be using 2.1.17, so I'm merging to next instead of master.
      
      See merge request !167
      18fa73ba
    • Monster Iestyn's avatar
      Merge branch 'allowteamchange-fix' into 'next' · 0dabef73
      Monster Iestyn authored
      Allowteamchange fix
      
      Fixes "allowteamchange no" to actually work properly and NOT desync you from the game in most cases. You can now switch TO spectator freely (as intended it turns out), and switching FROM spectator is prohibited. The "Enter Game" menu option in Match/Tag now displays one of those blue window notices just like with "Change Teams" in CTF/Team Match if you cannot change teams right now. Everything else works as you'd expect.
      
      The de-sync issue was originally reported here https://mb.srb2.org/showthread.php?p=789965#85
      
      See merge request !168
      0dabef73
  14. Apr 30, 2017
  15. Apr 26, 2017
  16. Apr 25, 2017
  17. Apr 24, 2017
    • Monster Iestyn's avatar
      Merge branch 'drawfill-fix-2' into 'master' · 7658469c
      Monster Iestyn authored
      DrawFill made not stupid
      
      made it more consistent with other drawing functions; doesn't draw off of the sides, and doesn't ignore snapping or widths for reasons that don't make sense
      (for instance: the green bar in MI's test script showed *above* the blue one in non-green resolutions in 2.1.17)
      
      See merge request !173
      7658469c
Loading