Skip to content
Snippets Groups Projects
  1. Jun 09, 2015
  2. May 29, 2015
    • Yukita Mayako's avatar
      Partial revert. · c16516ef
      Yukita Mayako authored
      This partially reverts commit a1c67e7e.
      c16516ef
    • Yukita Mayako's avatar
      Add MFE_APPLYPMOMZ to fix camera movement. · a1c67e7e
      Yukita Mayako authored
      Here's how it works: When a player walks off the
      moving platform, it applies their pmomz once, and
      then _keeps pmomz set_ so that the camera still
      adds pmomz to its movements until they hit another
      floor. This way, the camera doesn't jerk around.
      a1c67e7e
    • Yukita Mayako's avatar
      Hotfix amendment · 213a0caa
      Yukita Mayako authored
      Also gain velocity from walking off an "up" elevator normally?
      
      This _looks_ incorrect because the camera stops matching
      the platform movement the moment you step off, but I
      assure you it is a correct and accurate movement.
      (Try it with chasecam off.)
      213a0caa
    • Yukita Mayako's avatar
      Hotfix for platform movement being dropped on players. · 3bc56a91
      Yukita Mayako authored
      Now players will apply platform movement when jumping,
      but only if the platform is moving the same direction
      as their jump is, and all other objects will have an
      appropriate pmomz in reverse gravity FOF situations.
      3bc56a91
  3. Mar 25, 2015
    • Eidolon's avatar
      Merge branch 'fix-windows-compile' · d7b3795a
      Eidolon authored
      Closes !4.
      d7b3795a
    • Eidolon's avatar
      Fix compilation and debugging on Windows. · 53680903
      Eidolon authored
      Core code has too many #define dependencies on interface-specific
      defines. This means that it's currently not possible to safely
      separate the core and interface code into different contexts. The
      core code should be refactored to accomadate for this because we
      should not have any interface-specific code in core in the first
      place.
      
      This reverts the static library SRB2Core from a7135094 and instead
      adds the core sources to the SRB2SDL2 target directly.
      
      So frustrating...
      53680903
  4. Mar 08, 2015
  5. Mar 05, 2015
  6. Feb 06, 2015
  7. Feb 05, 2015
  8. Feb 02, 2015
  9. Feb 01, 2015
  10. Jan 29, 2015
  11. Jan 28, 2015
  12. Jan 29, 2015
  13. Jan 28, 2015
Loading