iamgreaser / iceball

Open-source rewrite of the VOXLAP version of Ace of Spades.
http://iceball.build
GNU General Public License v3.0
113 stars 32 forks source link

Clean up root directory. Closes #227 #244

Closed fkaa closed 8 years ago

fkaa commented 8 years ago

More concise changelog (tl;dr: new deploy/ folder and removed old cruft as discussed in #227):

    modified:   .gitignore
    deleted:    buildenv/vs2k10.bat
    deleted:    buildenv/vs2k8.bat
    renamed:    bigzipdist.sh -> deploy/bigzipdist.sh
    renamed:    iblauncher.c -> deploy/iblauncher.c
    renamed:    iceball-icon.xcf -> deploy/iceball-icon.xcf
    renamed:    iceball.ico -> deploy/iceball.ico
    renamed:    osx-package-files/Iceball.iconset/icon_128x128.png -> deploy/osx-package-files/Iceball.iconset/icon_128x128.png
    renamed:    osx-package-files/Iceball.iconset/icon_128x128@2x.png -> deploy/osx-package-files/Iceball.iconset/icon_128x128@2x.png
    renamed:    osx-package-files/Iceball.iconset/icon_16x16.png -> deploy/osx-package-files/Iceball.iconset/icon_16x16.png
    renamed:    osx-package-files/Iceball.iconset/icon_16x16@2x.png -> deploy/osx-package-files/Iceball.iconset/icon_16x16@2x.png
    renamed:    osx-package-files/Iceball.iconset/icon_256x256.png -> deploy/osx-package-files/Iceball.iconset/icon_256x256.png
    renamed:    osx-package-files/Iceball.iconset/icon_256x256@2x.png -> deploy/osx-package-files/Iceball.iconset/icon_256x256@2x.png
    renamed:    osx-package-files/Iceball.iconset/icon_32x32.png -> deploy/osx-package-files/Iceball.iconset/icon_32x32.png
    renamed:    osx-package-files/Iceball.iconset/icon_32x32@2x.png -> deploy/osx-package-files/Iceball.iconset/icon_32x32@2x.png
    renamed:    osx-package-files/Iceball.iconset/icon_512x512.png -> deploy/osx-package-files/Iceball.iconset/icon_512x512.png
    renamed:    osx-package-files/Iceball.iconset/icon_512x512@2x.png -> deploy/osx-package-files/Iceball.iconset/icon_512x512@2x.png
    renamed:    osx-package-files/Info.plist -> deploy/osx-package-files/Info.plist
    renamed:    osx-package-files/iceball-launcher -> deploy/osx-package-files/iceball-launcher
    new file:   deploy/package-osx.sh
    renamed:    url-set-unix-gnome.sh -> deploy/url-set-unix-gnome.sh
    renamed:    wmklauncher.sh -> deploy/wmklauncher.sh
    renamed:    zipdist.sh -> deploy/zipdist.sh
    deleted:    genmanual.py
    deleted:    mapedit.bat
    deleted:    msrc/guide/where.py
    deleted:    msrc/index.py
    deleted:    msrc/main/changelog.py
    deleted:    msrc/main/credits.py
    deleted:    msrc/main/lic.py
    deleted:    msrc/main/req.py
    deleted:    msrc/mods/lua/sect/camera.py
    deleted:    msrc/mods/lua/sect/fetch.py
    deleted:    msrc/tut/cmd.py
    deleted:    msrc/tut/play.py
    deleted:    msrc/tut/rtfm.py
    deleted:    package-osx.sh
    deleted:    pmfedit.bat
    deleted:    render.old1
iamgreaser commented 8 years ago

Looks good.

rakiru commented 8 years ago

bigzipdist.sh and co will likely need updated to work after the move, but they probably need updated anyway, so that can be done later.

+1