Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Development

Reply
 
Thread Tools Display Modes
Old April 10, 2009, 08:39   #1
PaulBlay
Knight
 
Join Date: Jan 2009
Posts: 657
PaulBlay is on a distinguished road
Announce: Angband/65 0.0.1 release (preAlpha)

Windows binary is available here:
http://sourceforge.jp/projects/angband65/releases/

Source code can be downloaded here:
http://svn.sourceforge.jp/view/trunk/?root=angband65
(click Download GNU tarball)

This is the first, trial, release for Angband/65. It is a long way from the full version and only provides a taste of the features planned. The primary reason for this release is to encourage people to find and report bugs.

CHANGELOG

0.0.1 (preAlpha) Apr 10 2009

This project is based on the Angband 3.1.1 development code in their SVN repository. Major changes from that code are noted below.

* Basic support for Angband/64 races.
* Basic support for Angband/64 classes.
* Monster list made compatible with Angband/64 monsters.
* Item list made compatible with Angband/64 items.
* 'History' values and tables (character background) set up for Angband/64 races.
* Second 'bonus value' system applied (this allows, for example, Ring of Brute Force +3 str, -1 wis, -1 int)
* Initial equipment matched to Angband/64
* Updating Artifact.txt content.
* Ego items have low and high resistances.
* Magic devices skill bonuses possible on ego items and artifacts.
* Now as many KILL_foo flags as there were SLAY_foo flags. (e.g. Can now have Broad Sword of Kill Animal)
* Item flag system redone to allow many more flags.

Known issues

Linux
* Reportedly 'not possible to move' in Linux.

Windows
* Spellcasting classes are not yet supported. Play a warrior type.
* Items with negative bonuses are generated in the shops (also things like Rings of Strength with +0).
* Ego items are not being generated in the black market.

[EDIT] You can also see my Angband/65 page on RogueBasin
__________________
Currently turning (Angband) Japanese.

Last edited by PaulBlay; April 10, 2009 at 09:05.
PaulBlay is offline   Reply With Quote
Old April 13, 2009, 07:46   #2
Rizwan
Swordsman
 
Join Date: Jun 2007
Posts: 292
Rizwan is on a distinguished road
Quote:
Originally Posted by PaulBlay View Post
Windows binary is available here:
http://sourceforge.jp/projects/angband65/releases/

Source code can be downloaded here:
http://svn.sourceforge.jp/view/trunk/?root=angband65
(click Download GNU tarball)

This is the first, trial, release for Angband/65. It is a long way from the full version and only provides a taste of the features planned. The primary reason for this release is to encourage people to find and report bugs.

CHANGELOG

0.0.1 (preAlpha) Apr 10 2009

This project is based on the Angband 3.1.1 development code in their SVN repository. Major changes from that code are noted below.

* Basic support for Angband/64 races.
* Basic support for Angband/64 classes.
* Monster list made compatible with Angband/64 monsters.
* Item list made compatible with Angband/64 items.
* 'History' values and tables (character background) set up for Angband/64 races.
* Second 'bonus value' system applied (this allows, for example, Ring of Brute Force +3 str, -1 wis, -1 int)
* Initial equipment matched to Angband/64
* Updating Artifact.txt content.
* Ego items have low and high resistances.
* Magic devices skill bonuses possible on ego items and artifacts.
* Now as many KILL_foo flags as there were SLAY_foo flags. (e.g. Can now have Broad Sword of Kill Animal)
* Item flag system redone to allow many more flags.

Known issues

Linux
* Reportedly 'not possible to move' in Linux.

Windows
* Spellcasting classes are not yet supported. Play a warrior type.
* Items with negative bonuses are generated in the shops (also things like Rings of Strength with +0).
* Ego items are not being generated in the black market.

[EDIT] You can also see my Angband/65 page on RogueBasin
I tried the windows binary on my XP machine and got the following error
This application failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.

Not! Neither did re-downloading and reinstalling.
Rizwan is offline   Reply With Quote
Old April 13, 2009, 08:36   #3
PaulBlay
Knight
 
Join Date: Jan 2009
Posts: 657
PaulBlay is on a distinguished road
Quote:
Originally Posted by Rizwan View Post
Not! Neither did re-downloading and reinstalling.
Hmm, would you be willing to try downloading the source and compiling it? If you have Visual C++ 2008 Express Edition installed it should be straight forward (there are instructions).

[EDIT]It looks like this is a VC++ related problem. It only affects running programs on computers where VC++ isn't installed (so obviously it didn't happen to me). I will be looking into how to get around it.
__________________
Currently turning (Angband) Japanese.
PaulBlay is offline   Reply With Quote
Old April 13, 2009, 09:07   #4
Rizwan
Swordsman
 
Join Date: Jun 2007
Posts: 292
Rizwan is on a distinguished road
Quote:
Originally Posted by PaulBlay View Post
Hmm, would you be willing to try downloading the source and compiling it? If you have Visual C++ 2008 Express Edition installed it should be straight forward (there are instructions).

[EDIT]It looks like this is a VC++ related problem. It only affects running programs on computers where VC++ isn't installed (so obviously it didn't happen to me). I will be looking into how to get around it.
I don't have VC++ installed. I do have Dev C++ with MinGw. I will try to download the source and compile it. Wish me luck
Rizwan is offline   Reply With Quote
Old April 13, 2009, 09:13   #5
PaulBlay
Knight
 
Join Date: Jan 2009
Posts: 657
PaulBlay is on a distinguished road
Quote:
Originally Posted by Rizwan View Post
I don't have VC++ installed. I do have Dev C++ with MinGw. I will try to download the source and compile it. Wish me luck
I'm uploading a version compiled with Dev-C++ right now, so you won't have to compile anything (if it goes OK).

Thanks a lot for trying it. Do note that this is primarily a 'bug catch' release and the interesting stuff doesn't really happen till the next version.
__________________
Currently turning (Angband) Japanese.
PaulBlay is offline   Reply With Quote
Old April 13, 2009, 15:17   #6
Rizwan
Swordsman
 
Join Date: Jun 2007
Posts: 292
Rizwan is on a distinguished road
Quote:
Originally Posted by PaulBlay View Post
I'm uploading a version compiled with Dev-C++ right now, so you won't have to compile anything (if it goes OK).

Thanks a lot for trying it. Do note that this is primarily a 'bug catch' release and the interesting stuff doesn't really happen till the next version.
No prob. I tried Angband 65 way back when and don't clearly remember what it was all about just that it sounded cool and wanted to try again.
Rizwan is offline   Reply With Quote
Old April 13, 2009, 15:56   #7
PaulBlay
Knight
 
Join Date: Jan 2009
Posts: 657
PaulBlay is on a distinguished road
Quote:
Originally Posted by Rizwan View Post
No prob. I tried Angband 65 way back when and don't clearly remember what it was all about just that it sounded cool and wanted to try again.
It was Angband/64 back then.

The next 'cool feature' to be implemented should be the spell system. Angband/64 had spell books into which you could transcribe individual spells at will (if you could find/get the spells in the first place).
__________________
Currently turning (Angband) Japanese.
PaulBlay is offline   Reply With Quote
Old April 14, 2009, 07:34   #8
Rizwan
Swordsman
 
Join Date: Jun 2007
Posts: 292
Rizwan is on a distinguished road
Quote:
Originally Posted by PaulBlay View Post
It was Angband/64 back then.

The next 'cool feature' to be implemented should be the spell system. Angband/64 had spell books into which you could transcribe individual spells at will (if you could find/get the spells in the first place).
Ooops yeah it was a while back
Rizwan is offline   Reply With Quote
Old April 14, 2009, 10:24   #9
tara_h
Rookie
 
Join Date: Apr 2007
Posts: 16
tara_h is on a distinguished road
"application configuration is incorrect" - this can be fixed by setting the runtime library to multi-threaded when you compile in Visual C++.
tara_h is offline   Reply With Quote
Old April 14, 2009, 14:15   #10
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,768
Donated: $40
Pete Mack will become famous soon enough
MT may be the problem, but I suspect the real issue is that you are trying to distribute a debug build, which require debug libraries. Making a release build should fix the problem.
Pete Mack is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Z+Angband 0.3.2 stable release Mangojuice Variants 87 May 13, 2009 23:48
Announce DaJAngband v1.0.96 Released will_asher Variants 3 September 30, 2008 18:17
[Un, others] Places to announce your variant release andrewdoull Variants 7 April 21, 2008 01:14
[Announce] Angband 3.0.9a released takkaria Vanilla 14 March 4, 2008 19:40
Announce: DaJAngband v1.0.03 will_asher Variants 4 February 6, 2008 20:23


All times are GMT +1. The time now is 17:20.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.