Skip to content

Commit

Permalink
2007-08-09 Will Glynn <[email protected]>
Browse files Browse the repository at this point in the history
	* V180
	* os_macosx/: project now bundles Sparkle for automatic updates. Framework is
	downloaded and extracted into os_macosx/vendor/ automatically as required.
	Appcast-related scripts and documentation for distributing updates are accessible
	in the Sourceforge group space.
	* os_macosx/: project now bundles SmartCrashReports. As with Sparkle, it's downloaded
	and extracted automatically. Crash reports are collected and stored in the SF.net
	_crash database, though nothing is done with them at the moment.
	* prest.c: fixed crash bug -- on OS X Intel, anyway -- where manned missions would
	frequently overrun an array on the stack. This affected all platforms, and I don't
	really know why it didn't crash on others.
  • Loading branch information
delta407 committed Aug 16, 2007
1 parent 28ae19f commit c8057d3
Show file tree
Hide file tree
Showing 10 changed files with 725 additions and 299 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
2007-08-09 Will Glynn <[email protected]>

* V180

* os_macosx/: project now bundles Sparkle for automatic updates. Framework is
downloaded and extracted into os_macosx/vendor/ automatically as required.
Appcast-related scripts and documentation for distributing updates are accessible
in the Sourceforge group space.

* os_macosx/: project now bundles SmartCrashReports. As with Sparkle, it's downloaded
and extracted automatically. Crash reports are collected and stored in the SF.net
_crash database, though nothing is done with them at the moment.

* prest.c: fixed crash bug -- on OS X Intel, anyway -- where manned missions would
frequently overrun an array on the stack. This affected all platforms, and I don't
really know why it didn't crash on others.

2007-08-10 Michael McCarty <[email protected]>

* V179
Expand Down
8 changes: 7 additions & 1 deletion os_macosx/English.lproj/SDLMain.nib/classes.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion os_macosx/English.lproj/SDLMain.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c8057d3

Please sign in to comment.