Age | Commit message (Collapse) | Author | Files | Lines |
|
Version 1.0:
* language and i18n:
* updated manual: English, German, Swedish
* updated man pages: Swedish
* updated translations: Afrikaans, British English, Polish,
Portuguese (Brazil), Slovak, Spanish
* graphics
* new title screen and logo
* new portraits: Li'sar, Elvish_Shaman, Ghoul, Mermaid_Initiate,
Merman_Fighter, Merman_Hunter, Naga-Fighter, Orcish_Assassin,
Saurian_Skirmisher
* new Konrad level 1 image
* new death animation for Initiate
* changed the map 'Snow Plains' to use snow terrain
* campaigns:
* Eastern Invasion
* fix Undead fighting each other in Weldyn Besieged (#4386)
* fix Undead not recruiting after leader change in The Crossing (#4393)
* balancing changes:
* decreased Dwarvish Fighter hammer attack damage from 9 to 8
* decreased Merman Hunter experience needed to level from 38 to 35
* multiplayer scenarios
* revised multiplayer maps: Divide and Conquer, Sablestone Delta,
Silverhead Crossing, Sullas Ruins, 1v1v1Hex, Charge
* server: add administration functions
Version 1.0rc1:
* language and i18n:
* updated translations: Afrikaans, Bulgarian, Catalan, Finnish, German,
Greek, Hungarian, Japanese, Portuguese (Brazil), Russian, Slovenian,
Spanish, Turkish
* new manual: Hungarian, updated manual: English, Swedish
* updated man pages: English, German, Swedish
* campaigns:
* The Dark Hordes
* Crelanu's Book no longer ends if enemy leaders are killed
* Underground Pool no longer ends if enemy leaders are killed
* Underground Pool can now only be won with Gwiti or Tanar (#14495)
* Son of the Black Eye
* Watch Towers can no longer be recalled in Clash of Armies
* Saving Inarix no longer ends if enemy leaders are killed
* tweaked Black Flag and Desert of Death maps
* made End of Peace, Toward Mountains of Haag, and Black Flag easier
* Eastern Invasion
* fix Konrad II's lines not being spoken in The Council (#14500)
* change the holy waters to "holy amulets" (also #14539, #14559)
* Drowned Plains now has fog (#14499)
* Heir to the Throne
* fix Delfador losing experience at Siege of Elensefar (#14508)
* units:
* changed Orcish Shamans from 20 to 23 HP (Novice 24, Old 22)
* changed all Orcish Shamans from 60 to 70% defense on villages
* fixed incorrect reference to Demilich image (#14542)
* fixed long filenames overflowing editor file chooser dialog (#13855)
* fixed filenames with spaces causing garbled errors (#14494)
* multiplayer maps now make better use of team names from settings
* fixed possible memory corruption during "sighted" WML events (#14426)
* fixed the Windows shortcuts being used in textboxes under Mac OS X (#14377)
* more AMLA fixes, and it now increases current hitpoints by 3 (#14530)
* BeOS networking fixes
* multiplayer lobby changes (including #8179)
* fixed images in downloaded campaigns not being shown until restart (#11797)
* editor now supports changing language, with Alt-l (#11966)
* savegames now store ai_algorithm (#14558)
* server now supports --threads option to specify number of threads
* fixed spurious "timeout" when uploading campaigns
* capture events that trigger further events can no longer be undone (#13895)
* editor now supports --bpp to specify bit depth, default now 24 (#14551)
* broken scenarios can no longer make multiplayer unplayable (#14409)
* various bug fixes and code cleanups
|
|
|
|
and does not know --mandir.
(This still needs a patch that I have to commit.)
|
|
its "./mkinstalldirs" to create the directories.
|
|
|
|
fix crashes with nested framesets
fix dmalloc conflicts
fix crashes with invalid x/html tags
fix memory corruptions
fix attributes with null values
replace tabs with spaces
a lot generic stability fixes
fix accessibility crashes
accessibility missing output added
use id= instead of a name=
fix crashes with mixed php-like code in html
fix memory leaks
xml: was stripped from xml:lang
make sure id and name are identical when used
do not add xml:lang for XHTML 1.1
check validity of id/name values
a lot of new options for finegrained control
support align="char"
fix 64 bit portability issues
fix support for nested <sub> and <sup>
make sure id's are unique
be more resistant against malformed comments
make sure attribute values are lowercase for xhtml specified values
ensure xml declarations are present
allow empty action="" to form
area does not need a mandatory href
|
|
optimization flag, as was already described in this thread:
http://mail-index.netbsd.org/port-sparc/2004/12/19/0001.html
Thus, remove any -mcpu on sparc.
From Geert Hendrickx in PR 31463.
|
|
This fixes first part of PR 31466
|
|
configure script doesn't know --mandir.
Also because of this, add patch to fix where installs manpage.
|
|
(Previously in my own pkgsrc I had done this in
various individual makefiles.)
|
|
know --mandir. (This --mandir for GNU_CONFIGURE was just added
to bsd.pkg.mk a few minutes ago.)
|
|
And also fix four places using spaces instead of a tab to be consistent.
(For some reason my cvs diff didn't show anything though.)
|
|
pathname relative to ${PREFIX} of directory holding the manual pages
and man directories. I have been using this for over two years.
This defaults to "man" so no change.
If using GNU_CONFIGURE then set --mandir. (Unless CONFIGURE_HAS_MANDIR
is no because some old GNU configure scripts are too old. This is
similar to existing CONFIGURE_HAS_INFODIR.)
Add PKGMANDIR to PLIST_SUBST. Add plist awk pattern-action statement
to convert man/ to ${PKGMANDIR}/. (This might need to be double checked
for some PLISTs that prefix some custom settings in front. qmail
used to do this, but now I see it does not.)
When "Decompressing manual pages" convert man/ also.
I have several other changes to commit for individual packages.
I chose not to modify the INSTALL_MAN or INSTALLATION_DIRS
to also convert man/ to PKGMANDIR/ because I thought this may
make it more confusing. So instead, I modify the individual
uses of these instead. (Todo: modify pkglint to check for this?)
(agc@ of the pkgsrc-pmc asked me to make these changes.)
|
|
|
|
|
|
the PECL distro site rather than PHP's default.
Bump PKGREVISION, as the HOMEPAGE is included in the binary package's +DESC.
|
|
|
|
Add some direct dependencies, according to verifypc.
Devil's Pie "Wind The Frog" 0.13
================================
* Total rewrite.
* No, really. A complete rewrite, no file left untouched. Many thanks to Pixar
Animation Studios for sponsoring this work.
* Use s-expressions instead of XML as the configuration file format, allowing
matches to be combined in new and exciting ways with (and) (or) and (not)
operators.
* Read configuration from both the users home directory and /etc, allowing
centralised configuration.
* Add the beginnings of a test suite.
Devil's Pie "Trying To Make Their Paper" 0.12
=============================================
* Quit if no flurbs were loaded
* Use GOption
* Major code cleanup
|
|
for cat pages having "[0-9]" suffixes instead of just "0".
Some systems install cat pages with suffix number same as the cat
section number.
(This has been in my pkgsrc tree for probably a couple years,
but looking today, I do see man/cat1/ftp.1 on one of my systems.)
|
|
|
|
Since 6.5
- Fix CPU count detection for Irix and FreeBSD. (Thanks to Dan Bonachea.)
- Integrate Dan Bonachea's patch for the IBM XLC compiler on Darwin.
- Integrated Andreas Tobler's FreeBSD/PowerPC patch.
- Don't access the GC thread structure from the restart handler. It's
unsafe, since the handler may run too late. (Thanks to Ben Maurer for
tracking this down.)
- Applied Christian Thalinger's patch to change comment syntax in
alpha_mach_dep.S.
- Added test for GC_no_dls in GC_dyld_image_add for DARWIN. (Thanks to
Juan Jose Garcia Ripoli).
- Use LINUX_STACKBOTTOM for Linux/SH and LINUX/ARM. (Thanks to Sugioka
Toshinobu and Christian Thalinger.)
- Rewrote GC_parse_map_entry. This assumed a fixed column layout of
/proc/self/maps on Linux. This ceased to be true about 2 years ago.
The old code is probably quite problemetic with -DREDIRECT_MALLOC. It
is also used by default for IA64, though I haven't seen actual failures
there.
- More consistently define HBLKSIZE to 4096 on 64 bit architectures with
4K pages. (Thanks to Andrew Haley.)
- With win32 threads, GC_stop_world needs to acquire GC_write_cs. (Thanks
to Ben Hutchings for the observation and patch.)
- Move up struct callinfo declaration to make gcc 4.0.2. happy.
|
|
|
|
even if compilation fails.
|
|
|
|
|
|
What's New in 10.0.6.776
This version is a security update.
Reviewed by Thomas Klausner.
|
|
|
|
it belongs, and where gcc 2.95.3 insists on it being. Fixes build on
NetBSD 1.6.2.
(I have committed the patch (and the memmem decl patch) to the master
ufraw repository.)
|
|
|
|
* Bug fixes
* Improvements
|
|
(hi rillig! changing DISTNAME changes WRKSRC)
|
|
|
|
wxGTK-2.6.2.
|
|
|
|
* grammar checker, equation editor
* improved GNOME Office integration
* OpenDocument support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
improvements. In particular, incompatibility with pango>=1.10 was
fixed. See CHANGES.txt for the complete list.
|
|
|
|
to be removed after pkgsrc-2005Q3.
|
|
|
|
With thanks to Thomas Klausner for clueing me in - all mistakes are mine.
|
|
|
|
|
|
Since their world was invaded by an alien race, the Blobs have
faced a lifetime of war. But now they have a chance to win the war
once and for all.
In Blob Wars: Metal Blob Solid, you take on the role of a fearless
Blob agent, Bob. Bob's mission is to infiltrate the various enemy
bases around the Blobs' homeworld and rescue as many MIAs as
possible. But standing in his way are many vicious aliens, other
Blobs who have been assimilated and the evil alien leader, Galdov.
|
|
|