Next | Query returned 49 messages, browsing 31 to 40 | Previous

History of commit frequency

CVS Commit History:


   2003-09-27 19:07:38 by grant beattie | Files touched by this commit (102)
Log message:
move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it provides
support for base system curses/ncurses as well as ncurses itself.

suggested by wiz.
   2003-09-17 21:41:31 by grant beattie | Files touched by this commit (39)
Log message:
get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
   2003-09-15 15:58:38 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 3.0.3, based on PR 22805 by Peter Seebach.
New in 3.0.3:
# Reduced the size of the 32x32 tiles bitmap. The smaller bitmap
  should fix the problem on older Windows versions (Windows 95 and
  98) with restrictions of the maximal bitmap size . The tiles are
  available as a separate download from:
  ftp://clockwork.dementia.org/angband/Extra/graf-32x32-302.zip.
# Fixed a bug in the text-output routines used for character dumps
  that sometimes introduced bogus output. (reported by Pasi Vartiainen)
# Fixed a wrong entry in the template for the X11 startup shell
  script. ("Mynstral")
# Fixed the display of *slays* in character dumps. (Matthias Kurzke)
# The "It might have hidden powers." message will now displayed in
  the character dumps. This makes it easier to see if an artifact or
  ego-item with random abilities has already been *identified*.
# Curses on unidentified items are no longer revealed in character
  dumps or in the output of the 'Inspect' command.
# Fixed a typo - "intellegence". (Greg Stark)
# Updated the DOS version to compile with the latest version of
  the Allegro library.
New in 3.0.2:
# Limited the maximum size of floor stacks to 23, so that get_item()
  can always display a list containing all objects.
# Renamed 'genocide' to 'banishment' and 'mass genocide' to 'mass
  banishment' since that name fits much better to the effect. The
  priest's 'banishment' spell has been renamed to 'banish evil' to
  avoid confusion and since that is what it actually does.
# Replaced silver arrows and bolts with mithril ammo since slay
  evil was too powerful.
# Changed the color of seeker bolts to green since there are so
  many 'light blue' ammo objects now.
# 'Golden staves' had the wrong color. (John I'anson-Holton)
# Improved indentation of the object descriptions in the character
  dump. (Andrew Sidwell)
# Destruction/Earthquake spells didn't properly destroy stacks of
  objects. After saving and loading the game, parts of the stacks
  were restored. (reported by Matthias Kurzke)
# Zapping a stack of recharging rods would instantly recharge all
  but one of them. (Tormod Haugen)
# Fixed an error in the LCC Makefile.
# Fixed an off-by-one error that prevented savefiles with the
  maximum number of monsters or objects from loading correctly.
  (Takeshi Mogami)
# Fixed an abuse that allowed the player to kill a monster with a
  ball spell by staying out of sight and detection range of the
  monster while the monster just patiently waited without ever getting
  a turn (reported by Tormod Haugen). Wounded monsters will now always
  get their turn, even when out of range.
# The Elfstone 'Elessar' and the Jewel 'Evenstar' have the INSTA_ART
  flag now to make the APW-Borg happy.
# Amulets of resistance are now fully known after identifying one
  for the first time. (Dr. Andrew White)
# The option for flushing of pending input when failing to cast a
  spell didn't work.
# Fixed several bugs in the scorefile handling that could lead to
  duplicated entries for a single character. (reported by Hallvard
  Furuseth and Mauro Scarpa)
# Unified the code for object infos and artifact spoilers. (Andrew
  Sidwell)
# Added event-handler code to call Lua functions when things happen
  in the game.
# Allow multiple Lua event handlers per event.
# Moved the generation of the player's fixed starting equipment
  (food and torches) to a Lua event handler.
# Which objects a store will buy and sell is now determined by a
  Lua script.
# Added various improvments to make finding errors in Lua code
  easier.
# The lib/edit/*.txt files can now optionally contain the names of
  the default object, monster, terrain, and flavor colors instead of
  just a character specifying the Angband color code.
# Changed the format of the flavor.txt file to make parsing easier.
# Allow the use of the Angband version number in conditional
  statements of the *.prf file format.
# Added Takeshi Mogami's bigtile patch that allows tile-graphics
  to have doubled width.
# Added support for David Gervais' 32x32 tileset to the Windows,
  X11, and XAW ports. The tiles are available as a separate download
  from: ftp://clockwork.dementia.org/angband/Extra/32x32.zip (Takeshi
  Mogami)
# Improved the error message when a font can't be loaded in the
  X11 and XPJ frontends.
# Fixed a memory leak when switching between the various tilesets
  in the Windows version.
   2003-09-12 22:07:36 by grant beattie | Files touched by this commit (30)
Log message:
kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
   2003-07-13 15:54:34 by Thomas Klausner | Files touched by this commit (783) | Package updated
Log message:
PKGREVISION bump for libiconv update.
   2003-06-11 22:51:00 by David Brownlee | Files touched by this commit (32)
Log message:
Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
   2003-06-02 16:05:10 by David Brownlee | Files touched by this commit (24)
Log message:
Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
   2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726)
Log message:
Drop trailing whitespace.  Ok'ed by wiz.
   2003-04-10 22:10:21 by grant beattie | Files touched by this commit (17)
Log message:
make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
   2003-04-10 21:43:20 by grant beattie | Files touched by this commit (1)
Log message:
drop some parens, fix whitespace.

Next | Query returned 49 messages, browsing 31 to 40 | Previous