Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: X-Hax/sa_tools
base: 6d9ec1c891d7
Choose a base ref
...
head repository: X-Hax/sa_tools
compare: 680837a6b847
Choose a head ref
  • 6 commits
  • 40 files changed
  • 1 contributor

Commits on Feb 4, 2015

  1. SADXLVL2:

    * Moved some shortcut keys out of an event and onto their respective forms.
    * Extracted the save procedure to its own method.
    * Added new shortcut key(s) for switching characters (CTRL+Tab, CTRL+SHIFT+Tab).
    * Cleaned up handling of menu item enabled states a bit (the ones that require the level to be loaded, for example).
    michael-fadely committed Feb 4, 2015
    Copy the full SHA
    e599675 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Copy the full SHA
    6e90f30 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ac35bd6 View commit details
    Browse the repository at this point in the history
  3. SADXLVL2: Replaced a call to saveToolStripMenuItem_Click with SaveStage

    That's the whole reason I split it into its own method and I didn't even use it.
    michael-fadely committed Feb 5, 2015
    Copy the full SHA
    fb8a5f9 View commit details
    Browse the repository at this point in the history
  4. SAModel.Direct3D:

    * Less .ToArray, more List<> here as well.
    * Removed redundant usage of namespaces, String.Format, etc.
    michael-fadely committed Feb 5, 2015
    Copy the full SHA
    3231f50 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    680837a View commit details
    Browse the repository at this point in the history