Skip to content
Snippets Groups Projects
  1. Sep 20, 2017
  2. Sep 04, 2017
  3. Aug 30, 2017
  4. Aug 23, 2017
  5. Aug 22, 2017
  6. Aug 21, 2017
  7. Aug 19, 2017
  8. Aug 16, 2017
  9. Aug 08, 2017
  10. Aug 07, 2017
  11. Jul 25, 2017
  12. Jul 24, 2017
  13. Jul 19, 2017
  14. Jul 17, 2017
  15. Jul 09, 2017
  16. Jul 08, 2017
  17. Jul 07, 2017
  18. Jul 05, 2017
  19. Jul 03, 2017
    • Monster Iestyn's avatar
      Merge branch 'lua-archive-value-fix' into 'next' · 298c1af0
      Monster Iestyn authored
      Lua archive value fix
      
      This fixes some potential problems with archiving mobjinfo_t/state_t data via Lua in netgames (whether as custom mobj/player vars or by NetVars hook). Thanks to LJSonic for pointing this out to me.
      
      See merge request !200
      298c1af0
    • Monster Iestyn's avatar
      Merge branch 'jumping_springs' into 'next' · 663d8a1f
      Monster Iestyn authored
      No more jumping springs FOR REAL!
      
      The issue was that because both them and the player had MF_SOLID, the tmfloorz of the spring was getting set to above the player (or vicea versa with tmceilingz), forcing it upwards with them under certain circumstances.
      
      Now, springs only acknowledge the solidity (for purpose of tmfloorz/tmceilingz) of objects they CAN'T launch.
      
      Test with ```<root>/toaster/srb2springsagain.exe``` and ```<root>/DrTapeworm/springtest.wad```, via Mystic's secret server that [SOME jerk](https://www.youtube.com/watch?v=TRjXE_ZMT2s) keeps leaking from.
      
      See merge request !199
      663d8a1f
  20. Jul 02, 2017
    • Monster Iestyn's avatar
      Fix integer type slipup in ArchiveValue for saving mobjinfo/state #s that LJSonic spotted · c751971d
      Monster Iestyn authored
      Apart from the fact that UnArchiveValue reads UINT16 for both anyway (which alone causes problems), but UINT8 isn't even enough to store the higher end of the object types list and definitely most of the states welp
      c751971d
    • toaster's avatar
      Fix the springs jumping! · 9797ae31
      toaster authored
      The issue was that because both them and the player had MF_SOLID, the tmfloorz of the spring was getting set to above the player (or vicea versa with tmceilingz), forcing it upwards with them under certain circumstances.
      
      Now, springs only acknowledge the solidity (for purpose of tmfloorz/tmceilingz) of objects they CAN'T launch.
      9797ae31
  21. Jun 23, 2017
  22. Jun 22, 2017
Loading