-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix crash when health/energy is NaN - Remove editing movementController (no longer useful) - Fix players with the same name not being listed - Update check now runs in background during start - Learning all techs now actually works - Fix corruption when loading previously equipped techs - Various GUI tweaks
- Loading branch information
1 parent
5ce95ab
commit dc53a63
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chrmoritz still issues with it i think :(
it detect the tag at all after half an hour. i kicked off a manual build which built fine (yay!) but it wasn't based on the tag and i have no idea where it went
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, appveyor really hates your repo, I have nowhere else issues with it. (I think it's still bugged because I had it setup with my account first)
You can find builds in the artifact section even if AppVeyor skip the Github Release deployment. You only have to download and reupload them to Github Releases (thats what I've done for all releases so far 👎)
I would recommend you to set a release as a pre release the next time until all builds are uploaded and tested. Because a pre release will be ignored by our update check, but now we are pointing people to a site without releases.
You have commit access to the homebrew starcheat tap for updating the version number there too.
BTW: The OS X builds are from now on build with a up to date Python, Pillow and py2app but outdated pyqt5/qt5 (the cause of the strange py2app issues)
BTW2: the markdown syntax for a list is
* foo
and not- foo
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ahhh dang why won't it work :( maybe i will have a play around with the settings soon too
i'll remember that other stuff for the future. promise!
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wizzomafizzo No, the settings are working completly fine from the appveyor.yml. The only thing which does not work is the webhook from github to appveyor. I think we should have tried this earlier, buty can you please:
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done!
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets hope that it works next time without any issue
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm having some issues with starcheat and I haven't been able to fix them. here is the report.
Traceback (most recent call last):
File "C:\Python34-x64\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in
File "build\starcheat.py", line 74, in
File "build\starcheat.py", line 71, in main
File "build\gui\mainwindow.py", line 164, in init
File "build\gui\mainwindow.py", line 467, in open_file
File "build\gui\openplayer.py", line 58, in init
File "build\gui\openplayer.py", line 76, in get_players
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\Program Files (x86)\Steam\SteamApps\common\Starbound\giraffe_storage\player'
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Recent versions of starcheat are only supporting the upbeat giraffe starbound version. Looks like you are using a old starbound, because you don't have a giraffe_storage.
dc53a63
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.