Skip to content
Snippets Groups Projects
  1. Nov 21, 2016
  2. Nov 16, 2016
  3. Nov 15, 2016
  4. Nov 10, 2016
  5. Nov 06, 2016
  6. Nov 05, 2016
    • Monster Iestyn's avatar
      Merge branch 'md2-limits-check' into 'master' · 3bf19a00
      Monster Iestyn authored
      MD2 vertex/frame/triangle/etc limits checking
      
      Fix for this bug: http://mb.srb2.org/showthread.php?t=42099
      
      The model reading code didn't properly check if the model had too many vertices, so models with higher counts freely broke the game. This fix now stops that and prints an error message if that is the case.
      
      However, it seems some models happily exceed other limits such as texcoords without problem (to my knowledge), so I've not bothered with checking those limits for now. Perhaps this could be a time to discuss if we need to change such limits again or not? Either way, one can easily uncomment my lines for checking texcoords/skins/triangles limits later if needed.
      
      EDIT: I've allowed checking for triangle and frame limits too now, after some discussion.
      
      See merge request !132
      3bf19a00
    • Monster Iestyn's avatar
  7. Nov 04, 2016
  8. Nov 03, 2016
  9. Nov 02, 2016
  10. Oct 29, 2016
  11. Sep 24, 2016
  12. Sep 11, 2016
  13. Sep 06, 2016
  14. Sep 05, 2016
  15. Sep 04, 2016
    • wolfs's avatar
      Merge branch 'more-slope-fixes' into 'next' · 484bb953
      wolfs authored
      More slope fixes (aka sorry guys I made another quick SUGOI fix)
      
      Another slopes fix branch!
      
      This branch currently includes a fix for:
      * Knuckles gliding into a slope while in 2D mode causes him to try to "climb" on air above them, if the original non-sloped height is higher. Unfortunately he still tries to grab onto places that he can't really climb on, but at least now it's on the slope itself and not in mid-air lol. This issue is encountered in SUGOI's Retro Hill Zone, if you want to check for yourselves.
      * Bustable FOF-busting code for both players AND pushables not accounting for slopes
      * (Unrelated to slopes): Fix FF_SHATTERBOTTOM FOFs acting like THZ goop when stood on; I added this fix as a bonus because I encountered it in a test map of mine for the bustables fix
      
      (Other fixes may or may not appear here in the near future, I haven't decided yet. Don't wait on me to get in any further fixes before merging, that said)
      
      See merge request !110
      484bb953
    • wolfs's avatar
      Merge branch 'nights_bugfixes_i_almost_put_in_internal' into 'next' · 58df0e76
      wolfs authored
      Last-minute NiGHTS exiting bugfix
      
      One single-line fix concerning the end of NiGHTS maps. Extremely small, literally zero side effects here, the only reason I'm not committing directly to master (aside from ettiquette) is that I don't have the ability to do so.
      
      * The NiGHTS drone had a single tic of visibility when you hit the goal, which is evident stepping frame by frame through http://gfycat.com/ComplicatedComposedAoudad (the contents of which may or may not make it into 2.2). This is no longer the case.
      
      See merge request !100
      58df0e76
    • wolfs's avatar
      Merge branch 'DD_netplay_off' into 'next' · bcf7ca42
      wolfs authored
      DIsable NetPlay on DirectDraw builds
      
      Also disable UPnP support on NONET builds
      
      See merge request !102
      bcf7ca42
Loading