Version 2.1.2
* Updated translations
* 8 bug fixes
Version 2.1.1
* Updated translations
* 1 bug fix
Version 2.1.0
* Software improvements
** Refactoring to break down responsibilities in classes and make code more modular
** Automated “Assembly / package versioning”
* Existing games improvements
** Mouse support for Memorize figures and text
** Show graphically the answer in square sheets puzzle
** Add rationale to handshake puzzle
** People at the table has a better graphic
** Some controls in games handle better larger texts
* Translations
** New Telugu translation
** Many updated translations
Frozen-Bubble 2.2.0 is released to fix some more small bugs, and
add a couple of minor to medium features. Highlights:
more options in LAN/NET games (continue game when players leave;
disable player targetting)
fixed abort during a multiplayer game with a player in lowest
graphics mode
much faster Internet servers listing (parallel discovery)
add ability to record and replay games; also add ability to
save frames from records, so as to create high quality videos
of games [ on youtube | video file ]
geolocalized nicks in server lounge
Frozen-Bubble 2.1.0 is released to fix all the bugs encountered in
2.0.0 (all reported aborts should be fixed) and add a few interesting
small features. Features highlights:
1-player multiplayer training: ability to activate chain reaction
world map: you can view the amount of playing players, which
helps chosing a server
world map: you see playing players as green dots
network game lounge: you can toggle fullscreen
network game lounge: the game creator can activate chain-reaction
and set a victories limit through options
network game lounge: you can request server info
network game lounge: chat is timestampped
multiplayer: you can view who's attacking you
After a lot of hard work and a lot of testing, FB2 is released on
27th of October 2006. This new release brings the following new
features:
new 1-player game mode: multiplayer training; uses identical
game rules as multiplayer, generated malus bubbles are counted
as points - what score will you be able to reach in the 2
minutes time frame?
network (Internet) game: up to 5 players in a game (net game
system has logic able to transparently handle players behind
a NAT)
LAN game: similar to network game except that no connection to
Internet is made, substituted by polling the local network
fully revamped graphics, including now 3d-based smooth penguin
eyecandy
revamped intro and 1p music into fully digital productions
full joystick support: just move your joystick(s) or push
buttons in the "change keys" dialog (analog joysticks handled
as digital for fair play)
realtime graphical effects in the menu screen (if your computer
is fast enough)
anti-aliased and localized messages
Now let's pray for the stability of the Frozen-Bubble Internet game
servers (check the top of the page which contains an ever-updated
aggregate statistical information about all servers).
* Support for the Beneath a Steel Sky Enhanced Soundtrack by James Woodcock
* Slight graphical improvement for the PlayStation version of Broken Sword 2
* Several bugfixes for Lands of Lore
* More logical sound settings for SCI games
* A fixed crash in the VGA version of Quest for Glory 1
A 3D maze game based on a similar game I read the source to in an
Australian PC magazine in the mid 1980s. Implemented using curses,
so that you can play it on a VT100 should you so desire.
In this game, you are robot (#). Your job is to find kitten. This task
is complicated by the existence of various things which are not kitten.
Robot must touch items to determine if they are kitten or not. The game
ends when robotfindskitten.
True aim is now in the book of blades, so you can learn it without an extra skill book. (Robert Barber)
Forgetting a spell while wielding a staff that imbues it will now properly fail. (Paul Strickland)
Failing to forget no longer uses a turn.
Unenchanted weapons and armor which you have found the enchantment of now report +0. (Mike Ratzlaff)
Objects collapsing into meatballs now properly state if the result is multiple meatballs. (Nathan Bogue)
Tutorial for signpost for kiwis now mentions the hostile tag on the look description. (Claudio)
Signpost added to surace world. (SilverAnalyst)
Someone to greet you on the surface world. (Andrew Walker)
Unequippable item slots say No Item slot rather than Empty slot. Empty body slots report the appendage name (left hand, radula, etc)
+ and * by the god reports when praying lets you know how much they like your fashion sense. (hotpoo)
Frogs have a bonus to attack vs insects. (Robert Barber)
Silver and gold weapons will occasionally dull if used against non-vulnerable targets.
Finally added the cute and cuddly triceratops!
If you id the enchantment of an item by throwing it, now the stack you threw it from wil also be ided. (Mike Ratzlaff)
Sleeping creatures have a visual indication. (Mike Ratzlaff)
Swapping worn armour with wielded sword no longer causes you to wear the sword. (Mike Ratzlaff)
Rolling boulder works on some monsters.
Fix minor spelling errors (Gurkan Sengun)
Full AI state was being cleared when nothing was edible rather than just the single edible bit. (Don Collins)
Dipping nothing into a potion no longer crashes, provided you figured a way to do that in the first place. (Richard Quirk)
Two or more equipped items with extra attacks now properly stack the chance of invoking the attacks, rather than jumping straight to a 99% chance. (Richard Quirk)
One new room type.
Mountain and Hills in Ibson The Grey's tileset are now in their correct positions.
XU4 is a remake of the computer game Ultima IV. The goal is to make
it easy and convenient to play this classic on modern operating
systems. XU4 is primarily inspired by the much more ambitious project
Exult.
XU4 isn't a new game based on the Ultima IV story -- it is a faithful
recreation of the old game, right up to the crappy graphics. If you
are looking for a game with modern gameplay and graphics, this is not
it -- yet. New features that improve the gameplay and keep with the
spirit of the original game will be added.
XU4 also tries to maintain strict compatibility with the original for
its savegame files. You can use a game saved in XU4 with the original
and vice versa, at least in theory.
- if we're going to supply the build makefile, it shouldn't require gmake.
- don't install executable html or gif files
- add patch comments
- const correctness for string constants, as demanded by gcc 4.5
- avoid needing -lcompat
- fix a y2038 issue
PKGREVISION -> 2
reason believes that "x86_64" is a 32-bit Intel platform. Fix that, and
reenable Dragonfly.
While here, add patch comments and include desktopdb.mk. Bump PKGREVISION
for the latter.
The makefile and PLIST says that x86_64 platforms will produce a file
called snipe2d.amd64.dynamic, but on DragonFly the file created was
snipe2d.x86_64.dynamic. The Makefile adjusted accordingly.
I would wager that more platforms than just DragonFly need the original
unpatched code for this to build. I would like to have the patch conditional
on __NetBSD__, but because it's been patched like this so long, I'm leaving
the NetBSDism as the default and the original code switched on with
__DragonFly__. Other platforms will have to tag on as they get identified.
New Games:
- Added support for Lands of Lore: The Throne of Chaos.
- Added support for Blue's Birthday Adventure.
- Added support for Ringworld: Revenge Of The Patriarch.
- Added support for the Amiga version of Conquests of the Longbow.
New Ports:
- Added PlayStation 3 port.
General:
- Fixed the ARM assembly routine for reverse stereo audio.
- Added support for building with MacPorts out of the box.
AGI:
- Implemented sound support for the DOS version of Winnie the Pooh in the
Hundred Acre Wood.
AGOS:
- Implemented support for loading data directly from InstallShield
cabinets in The Feeble Files and Simon the Sorcerer's Puzzle Pack.
- Fixed loading and saving in the PC version of Waxworks.
- Fixed music in the PC versions of Elvira 1/2 and Waxworks.
Groovie:
- Added support for the iOS version of The 7th Guest.
Lure:
- Fixed crash when trying to talk and ask something at the same time.
SCI:
- Added better handling of digital vs. synthesized sound effects. If the
"Mixed Adlib / MIDI mode" checkbox is checked, the engine will prefer
digital sound effects, otherwise their synthesized counterparts will be
preferred instead, if both versions of the same effect exist.
SCUMM:
- Implemented PC Speaker support for SCUMM v5 games.
- Fixed priority bug in iMuse. As a result the AdLib music should sound
better, since important notes are not interrupted anymore.
- Implemented CMS support for Loom, The Secret of Monkey Island and
Indiana Jones and the Last Crusade.
- Improved palette handling for the Amiga version of Indiana Jones and the
Fate of Atlantis.
Broken Sword 1:
- Fix freeze in Windows demo.
- Fix crash when using cutscene subtitles pack with the Macintosh version.
Tinsel:
- Fixed deleting saved games from the list of saved games (from the launcher
and the in-game ScummVM menu).
- The US version of Discworld II now shows the correct title screen and
language flag.
Android port:
- Fixed plugins on Android 3.x.
- Moved the default saved game location to the SD card.
Version 2.05
* 1 bug fix
* Updated translation
Version 2.04
* 3 bug fixes
* Fixes to translations
Version 2.03
* Several translations updated to fix bugs
* Add Esperanto translation
* Fixes assembly versioning
Version 2.02
* 7 bugs fixed
* Updated translations for many languages
Changelog:
* Fix resize of splite bug
* Fix square drawing bun in 16bpp mode
* When transbtn is run and button is pushed with btnwait,
select most solid button
* Make btnwait zero when btntime is zero
* Implement textspeeddefault
* Fix square drawing bug with alpha mode
* Fix getcursorpos bug
* Fix button drawing bug
* Fix bugs in textgosub, pretextgosub, and so on
* Change btndown 1 behavior
* Implement ruby support in strsp
* Discard old style save file format support
* Fix bug in save and restore
* Implement partial yesnobox support
* Support extract on case insensitive filesystem
* Support ns2 archive reading
* Fix bug in automode screen transition
* Implement mp3fadein, mp3fadeout, bgmfadein, and bgmfadeout
* Fix bugs in Ogg Vorbis play
* Fix bugs related to Android and Windows
* This is a bugfix release for the stable 1.8 branch. This release does mainly
consist of smaller fixes and changes. This is most likely the last 1.8.x
release.
Nine months since the last release, so much for the weekly release
schedule POWDER started with! You will notice that I have at least
maintained the same size release, minor fixes and a new spell. I'm
particularly happy with finally finding a compromise for god-induced
flamestrikes - you get a warning now so they are less just an
insta-death out of the blue.
You may thank the Annual Roguelike Release Party (ARRP) for this
release - it provided the impetus to get something out. If you like
POWDER, but are frustrated at the slow rate of development, I
strongly recommend checking the rest of the roguelike scene!
MSVC Express Edition 2008 project files and instructions added,
created by Andreas Bohm.
Tower shields are large. (Claudio)
"You cannot hide from I!" is now "You cannot hide from Me!"
(B. Perry)
Looking at a square will also describe any smoke there.
The dig spell now has the side effect of spraying the excavated
rock shards, damaging those around you.
Create Pit spell is now 10 MP rather than 15.
Blizzards fill the air with sleet and snow, not sleet and slow.
Though the latter does describe their special effect nicely.
New spell: Sandstorm
If a god decides to flamestrike you, you now get a few turns
warning to prepare yourself.
Monsters properly check safety of squares before stepping on
them.
If trapped inside a wall without Phase or Breathess, you will
suffocate. (Strange Child, Julian Agloro)
Helmets should be sorted together now. (Aapo)
Empty bottles will be filled by down pour now. (Aapo)
Entomb has a better message when blocked. (Aapo)
Rocks are created when rocks fall on your head. (Aapo)
Spells you can't cast have (!) after them in the zap list (Aapo)
Saving when out of disk space should no longer corrupt your
last save game. (Aapo)
Tossing an item hand to hand no longer takes a turn. (Aapo)
Spears, knives, and daggers no longer let you equip stacks.
(Aapo)
You are only prompted to throw one spear of a stack. (Aapo)
The animate forest spell now has its own icon.
LinCity-NG is a City Simulation Game.
It is a polished and improved version of the classic LinCity game.
Within the scope of the GoTM project at happypenguin we have created a new
iso-3D graphics engine, with a completely redone and modern GUI.
A number of switches in the Quake makefile are no longer recognized
by the system compiler in DragonFly (gcc 4.4), e.g. -m486 and
-mpentium. These switches have alternatives such as mtune= that
allows Quake to build on i386-DragonFly, so the existing patches were
updated to used them.
i386-NetBSD-5.99 was verified as well. i386-NetBSD-5.1 remains
broken due to an unrelated X11 header buildlink problem
(Xxf86dga.h vs xf86dga.h)
General:
* Improved audio device detection and fallback.
There should be no more silent errors due to invalid audio devices.
Instead ScummVM should pick up a suitable alternative device.
Mohawk:
* Added detection entries for more variants of some Living Books games.
Tinsel:
* Fixed a regression that made Discworld uncompletable.
SAGA:
* Fixed a regression in Inherit the Earth's dragon walk code which
was causing crashes there.
* Fixed a regression causing various crashes in I Have No Mouth and
I Must Scream.
SCI:
* Added detection entries for some Macintosh game versions.
* Audio settings are now stored correctly for the CD version of EcoQuest 1.
SCUMM:
* Fixed graphics bug in FM-TOWNS versions of games on ARM devices
(Android, iPhone, etc.).
Version 2.00
* UI
** Integrated question and solution
** Theme support
** New default theme (notebook)
** Vertical / Horizontal toolbar orientation
* Game experience
** Better answer handling
** Accept words, accept figures names, more flexibility handling spaces, etc
** Better rationale explanations (%)
** Fixed some verbal analogies
* Localization
** I18N fixes
*** Proof-reading on English by native speakers. 20% of strings where enhanced for better grammar
**** Ability to run gbrainy in English ignoring the translations
* 11 new games: 4 logic games, 1 calculation game, 6 new verbal analogies
* Infrastructure Fixes
** Minor memory leaks
** Mono 2.10 support
* Several bug fixes
New Games:
- Added support for Backyard Baseball.
- Added support for Backyard Baseball 2001.
- Added support for Urban Runner.
- Added support for Playtoons: Bambou le Sauveur de la Jungle.
- Added support for Toonstruck.
- Added support for Living Books v1 and v2 games.
- Added support for Hugo's House of Horrors, Hugo 2: Whodunit?
and Hugo 3: Jungle of Doom.
- Added support for Amiga SCI games (except Conquests of the Longbow).
- Added support for Macintosh SCI1 games.
New Ports:
- Added WebOS port.
General
- Added support for loadable modules on platforms without a dynamic
loader (GSoC Task).
- Added Danish translation.
- Added Norwegian Bokmaal translation.
- Added Norwegian Nynorsk translation.
- Added Swedish translation.
- Added Debug Console to Cine, Draci, Gob, MADE, Sword1, Touche and
Tucker Engines.
- Closed significant memory leaks. RTL should now be more usable.
a shot at making it work on LP64, but there seem to be deeper problems
than the usual sorts of things. Add a comment in the makefile documenting
a case that fails on LP64 but not ILP32. PKGREVISION++.
It is still mode 666, which is wrong (XXX), but this way:
- the package will actually install again;
- the score file is not overwritten every time you recompile/reinstall.
There's also an .if 0 block in the makefile that can be turned on to
install the game setgid so the score file can be mode 664. I'm not
comfortable turning this on without doing at least a basic audit, and
I don't have energy for that at the moment; but it's there and it
works if anyone feels inclined to make that tradeoff locally.
An alternative approach would be to write and install a setgid
scorefile helper program, but that's not really any improvement over
making the scores world writeable
PKGREVISION -> 8.
- replaced graphics and removed logo (part of background now)
- don't save cards to current working directory
- fixed bad color key of logo
- fixed distortion for non-square icons
- i18n support
Changelog:
Version 20110309:
* only affects to ONScripter for Android.
Version 20110320:
* Fix segmentation fault in size detection of nbz file in nsa archive.
2011-03-09 -- Version 0.8.1 released, with a bugfix for Alien
Toy Shop's consume power.
2011-03-08 -- Version 0.8.0 released, with some AI improvements
and minor bug fixes.
* add user-destdir installation support
* use usual user/group/permission instead of hard coded one for permissions
* create one more missing required directory
Bump PKGREVISION.
ONScripter executes a script for NScripter. NScripter is an engine
for the creation of visual novels on Microsoft Windows.
This package is based on PR pkg/44555 from ISIHARA Takanori.
Based on PR#44554 by ISHIHARA TAkanori, with some clean up.
Labyrinths & Legends is Rogue like RPG of the system such as
Rogue, Moria, NetHack and "Torneko's Great Adventure".
The "Put a party together." thing that it couldn't be done with
Rogue like is made.
* AI:
* Fixed bug 16406: Fixed broken AI of SoF 1, and improved upgrade procedure
for old-style AI config.
* Fixed bug 16585: made AI move in targeting phase even if for some of the
'best' units moves to targets are impossible
* Campaigns:
* Descent into Darkness:
* Made 'Alone at Last' easier.
* Legend of Wesmere:
* Added another keep in scenario 14.
* Editor:
* Added a standard click sound for brush bar buttons (bug 15635)
* Graphics
* Updated portraits for Drake Fighter and Burner
* Language and i18n:
* Updates fonts: DejaVu 2.32
* Updated translations: Chinese (Simplified), Chinese (Traditional), Czech,
Dutch, Estonian, French, Galician, German, Hungarian, Indonesian, Japanese,
Lithuanian, Polish, Russian, Serbian, Slovak, Vietnamese
* User interface:
* Fixed bug 16653: Avoid markup when calculating the text length for
ellipse text (Debian bug 547476).
* Fix bug 15960 "again", making "Cancel" a separate action and not just
a duplicate of "OK."
* Fix crash when doing teleport+attack to a fogged village
Using dynamite, grenades, baseball bat and others weapons... exterminate your
opponent in a 2D toon style scenery and a funny environment.
Each player (2 minimum, on the same PC) controls the team of his choice (tux,
gnu, firefox, wilber,...) and must destroy his adversary using more or less
casual weapons. Although a minimum of strategy is required to vanquish, Warmux
is pre-eminently a "convivial mass murder" game where, turn by turn, each
member of each team attempts to produce a maximum of damage to his opponents.
Changes 11.01:
* Name and numbering (year.month) change!
* Android port
* Symbian^3 port (number of characters/teams subject to memory constraint)
* More toonesque than ever characters! Cuteness not considered a weapon
* New maps: Japan-themed "ninja", nature-themed "Birds" and Space-themed
"urban heights"
* Increased number of teams playable in a single game to 8
* Massive memory optimizations, and 16 bits-per-pixel rendering
* Massive speed optimization allowing better gameplay
* Help is now much richer; please help us translate it even more!
* Widget in options menu to edit keybindings
* Kinetic scrolling to browse the map
* Traditional in-game toolbar clickable, click wind indicator to display
touch controls!
* Improved minimap: now displays boxes, can be resized through keyboard
shortcuts, can be clicked to move around faster
* Custom teams
* Troublesome bugs fixed: OSX fullscreen, explosion when firing near a wall
* The delete key should work on Macs. (Konstantin Stupnik)
* Typos in the animate forest description fixed. (Paul Nguyen,
Kender)
* You can no longer petrify or stone to flesh quest items.
(Lorenzo Batallones)
* Items that fall in a hole will not be revealed up on the next
level's map. (Kender)
* Zapping a wand of invisibility at yourself when you are
already invisible from a permament source no longer reports
"You are invisible." (Kender)
* No longer falsely get system shock if a creature you possessed,
but released when it was polymorphed, is finally slain. (Mental
Mouse)
* The Regenerate spell now works for creatures with No
Regeneration, as was intended. (Mental Mouse)
* Flesh golems can once more regenerate. (They lost this in
the no-regen sweep) (Mental Mouse)
* Giant Spiders have defences better fitting their explevel.
(Mental Mouse)
* The earth hammer is now made from stone as you'd expect.
(Kender)
* The spell Summon Daemon now spells Daemon like the rest of
POWDER. (Mental Mouse)
* Typo fixed in Golden Tridude description. (Mental Mouse)
* Clarify cave troll description. (Metnal Mouse)
* s/byte/sting/ for scorpion description. (Mental Mouse)
* Clarify butcher skill description. (Mental Mouse)
* Water elementals no longer leave corpse.
* Eaten intrinsicly poisonous corpses now has a significantly
shorter timeout. (Kender)
* Attacks which deal multiple types of damage in the same hit
will have damage reduction applied to each of the types, rather
than only to the first type. (Mental Mouse)
* Vampire bats will no longer chase players which they aren't
interested in. (Kender)
* Option to email character dumps on the iPhone to get them
out of the black box.
* Searching due to intrinsics will put Searching on the status
line, and multiple manual searches will report Seached x10.
* Improved the Akoi Meexx 12x12 tiles, for less ugly pixels
when in landscape mode on the iPhone.
* Makefiles for Linux have $(LDFLAGS) added.
* The torches in the Lomaka tiles have been fixed to show up
in the correct hand. (Martin Rittweger)
* The Wish command now includes the ability to take on a
monster's form and stats, so you can play as a monster if you
wish. (Robert Barber)
* On level up, the number of Piety points you have in each
class is displayed beside the class name so you can better
judge which class to pick. (Matthew Wyatt)
General
- Add Hungarian translation.
- Add Brazilian Portuguese translation.
Cruise:
- Fixed a problem with Raoul appearing when examining the Book
Groovie:
- Fixed a regression that made the Russian version of T7G crash.
Lure:
- Fixed several NPC movement bugs
alternative from mk/jpeg.buildlink3.mk
This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).
The mechanical edits were applied via the following script:
#!/bin/sh
for d in */*; do
[ -d "$d" ] || continue
for i in "$d/"Makefile* "$d/"*.mk; do
case "$i" in *.orig|*"*"*) continue;; esac
out="$d/x"
sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
-e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
< "$i" > "$out"
if cmp -s "$i" "$out"; then
rm -f "$out"
else
echo "Edited $i"
mv -f "$i" "$i.orig" && mv "$out" "$i"
fi
done
done
SuperTuxKart is a free 3d kart racing game; we want to make the
game fun more than we want to make it realistic. You can play with
up to 4 friends on one PC, racing against each other or just try
to beat the computer.
See the great lighthouse or drive through the sand and visit the
pyramids. Race underground or in space, watching the stars passing
by. Have some rest under the palms on the beach (watching the other
karts overtaking you :) ). But don't eat the bananas! Watch for
bowling balls, plungers, bubble gum and cakes thrown by opponents.
You can do a single race against other karts, compete in one of
several Grand Prix, try to beat the high score in time trials on
your own, play battle mode against your friends, and more!
Version 1.60
* Better I18N (string concatenation and plurals)
* 7 new logic games, 1 calculation and 16 verbal analogies
* PDF export support
* 14 bug fixes
* Updated and new translations
Transport Tycoon Deluxe (TTD) graphics, music and base sounds used by OpenTTD.
The main goal therefore is to provide a set of free files which make it
possible to play OpenTTD without requiring the (copyright protected) files from
the TTD CD. This potentially increases the OpenTTD fanbase and makes it a true
free game (with "free" as in both "free beer" and "open source").
* Fix: Reading (very) recently freed memory [CVE-2010-4168]
* Fix: Default service interval for ships/aircraft got switched
* Fix: Size of sort buttons for save/load and build vehicle list gui could be
too small
* Fix: [NewGRF] Crash when disabling static NewGRFs (when joining/starting
a server)
* Fix: Upper limit for snowline was too low
* Fix: Wrong (maximum) value shown for generation seed in the in-game console
* Fix: [Windows] Make sure to be upgraded openttd is not running when installing
* Fix: Under some circumstances the file handle of the downloaded savegame
would not be closed, and validity of the handled was not checked in all cases
* Fix: [NewGRF] Crash when getting an industry ID at an offset that uses some
'old' style industry tile
4.5.3 brings a number of improvements:
* KSharedDataCache has cache invalidation bug fixed that caused stability
when daylight saving time changed.
* Icon overlays in Dolphin are now positioned correctly after adjusting
the zoom level.
* Okular, KDE's universal document viewer has seen improvements in the
DjVu and XPS backends.
* New Games: Added support for Fascination.
* New Games (Sierra SCI0 - SCI1.1).
* New Ports: Android, Dingux, Caanoo, OpenPandora.
* Removed the outdated PalmOS port.
* Switched to the "fast" DOSBox OPL emulator.
* Fixed a crash in the rjp1 player code affecting the FOTAQ Amiga version.
* Added support for more original media layouts.
* Added support for GUI localization.
* Improved GUI by adding tooltips and radiobuttons.
* Improved GUI usability by hiding more irrelevant options not supported by
specific games.
4.5.2
translation updates, performance and stability improvements and other
bugfixes.
4.5.0
new versions of the Plasma Workspaces, the KDE Applications and the KDE
Development Platform in version 4.5.0. While focus within this release
cycle lay on stability, the overall polish and performance gain is well
noticable. Features such as the reworked notification area, Marble's map
routing and support for WebKit in Konqueror round up this release.