~3v1n0/unity/bfb-quicklist-does-not-close-dash

  • Committer: Tarmac
  • Author(s): MC Return
  • Date: 2012-08-03 11:58:29 UTC
  • mfrom: (2528.1.22 unity)
  • Revision ID: tarmac-20120803115829-2isyblrrxygwiarj
Optimized performance and style following suggestions reported by cppcheck:

1. Reduced the scope of various variables.

2. Used prefix ++ operators for non-primitive types, because those can be more efficient than post-increment. Post-increment usually keeps a copy of the previous value, adds extra code and is slower.. Fixes: . Approved by Brandon Schaefer, Marco Trevisan (Treviño).
Filename Latest Rev Last Changed Committer Comment Size
..
networkarearegion 1242.2.2 13 years ago Neil Jagdish Patel Put networkarearegion into the plugins folder too Diff
unity-mt-grab-handles 1242.2.1 13 years ago Neil Jagdish Patel Initial go at making things sane again Diff
unitydialog 1242.2.1 13 years ago Neil Jagdish Patel Initial go at making things sane again Diff
unityshell 1242.2.1 13 years ago Neil Jagdish Patel Initial go at making things sane again Diff