1. 30 1月, 2013 1 次提交
  2. 27 1月, 2013 6 次提交
  3. 24 1月, 2013 2 次提交
  4. 21 1月, 2013 1 次提交
  5. 16 1月, 2013 9 次提交
  6. 15 1月, 2013 2 次提交
    • D
      Deleted unnecessary branch indenting. · 8c53e156
      Daniel Cousens 提交于
      This is a formatting commit, it removes an unnecessary else branch.
      8c53e156
    • D
      Removed redundant code from FPS controls. · 97ced7ec
      Daniel Cousens 提交于
      The functionality removed is repeated directly after this code block.
      The entire process is actually being done twice, which is undoubtedly incorrect or otherwise very unclear.
      
      Given that it is simply doing 3 actions:
      
      a) Adjusting the pitch/yaw based on the mouse position deltas, then multiplying that by the lookSpeed.
      b) Clamping, transforming the pitch space (to the X,Z coordinate frame) and then converting the pitch/yaw (lat/lon) to radians.
      c) Calculating the target position 100 units in the direction specified by the pitch/yaw.
      
      This process has no reason to be repeated.
      97ced7ec
  7. 14 1月, 2013 5 次提交
  8. 13 1月, 2013 3 次提交
  9. 11 1月, 2013 5 次提交
  10. 10 1月, 2013 3 次提交
  11. 08 1月, 2013 2 次提交
  12. 07 1月, 2013 1 次提交