Skip to content

Commit

Permalink
Mentioned Max as contributor in the menu, updated version to 0.6.4-rc…
Browse files Browse the repository at this point in the history
…1, updated NEWS file
  • Loading branch information
creichen committed Apr 30, 2008
1 parent 5d8e11f commit e85c672
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -302,3 +302,7 @@ Hubert Maier:
Jordi Vilalta:
[Numerous fixes and cleanups]
[Support for building with C++]

Max Horn:
engine/
kmovement.c
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
2008-04-30 Christoph Reichenbach <[email protected]>

* NEWS: Updated for 0.6.4

* src/engine/kmenu.c (_about_freesci_pages): Listed Max Horn as
contributor

* src/engine/gc.c (find_all_used_references): Fixed memory leak on
interfaces table

Expand Down
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
FreeSCI 0.6.4 is largely a bugfix release, addressing many constraints
that prevented SCI0 games from being beatable. We also added audio
support for MIDI devices on newer versions of AmigaOS, and for General
MIDI on all systems. Finally, we replaced some code of unknown origin
in our SetJump routine by a definitive clean-room re-implementation.




-- 0.6.3 --

The unstable release series continues, perhaps not quickly, but
relentlessly. While we have not yet achieved the stability of the
stable release series, this release makes many SCI0 games largely
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([acinclude.m4])

AC_CANONICAL_TARGET([])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE(freesci, 0.6.4-devel)
AM_INIT_AUTOMAKE(freesci, 0.6.4-rc1)

AC_PROG_CC
#AC_LIBTOOL_DLOPEN
Expand Down
8 changes: 5 additions & 3 deletions src/engine/kmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,11 @@ static struct {
"\n\n"
"Matt Hargett\nClean-ups, bugfixes, Hardcore QA, Win32"
"\n\n"
"Paul David Doherty\nGame version information"
"Max Horn\nSetJump implementation"
,0, 15},
{"Still more of them",
"Paul David Doherty\nGame version information"
"\n\n"
"Petr Vyhnak\nThe DCL-INFLATE algorithm, many Win32 improvements"
"\n\n"
"Rainer Canavan\nIRIX MIDI driver and bug fixes"
Expand All @@ -178,10 +180,10 @@ static struct {
"Ruediger Hanke\nPort to the MorphOS platform"
"\n\n"
"Rune Orsval\nConfiguration file editor"
"\n\n"
"Rickard Lind\nMT32->GM MIDI mapping magic, sound research"
,0, 15},
{"Is there no end to these contributors?",
"Rickard Lind\nMT32->GM MIDI mapping magic, sound research"
"\n\n"
"Rink Springer\nPort to the DOS platform, several bug fixes"
"\n\n"
"Robey Pointer\nBug tracking system hosting"
Expand Down

0 comments on commit e85c672

Please sign in to comment.