Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Development

Reply
 
Thread Tools Display Modes
Old August 7, 2010, 22:18   #1
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
[Announce] NPPAngband 0.5.1 WIP

Today a preliminary version of NPPAngband 0.5.1 was released (WIP is a "work in progress"). A more detailed announcement is found here:

http://forum.nppangband.org/viewtopic.php?id=929

Source code:
http://download.nppangband.org/npp-0.5.1-src-WIP1.zip

Windows executable:
http://download.nppangband.org/npp-0.5.1-win-WIP1.zip

This is essentially NPP 0.5.0, but with an updated codebase, and a couple dozen minor features added as well. NPP050 was based on Angband 3.0.6. This release incorporates the backbone of Angband 3.1.2v2, and most of the UI improvements. I still need to incorporate the Angband ui improvements to the knowledge menus, the options menus, and the squelch menus. I will be doing this over the next couple weeks. And I will be releasing updates probably every couple days as I fix things and add other features & improvements from Angband 3.1.2v2.

Even though I have tested this as best as one person can, I expect it will be moderately buggy. At this point it is for harcore NPP fans, people willing to playtest, or for anyone kind enough to attempt to compile this for other operating systems (this version has all of the makefiles and main-xxx files from the current Angband, so it should compile about the same). I expect in about a month or so the code will be pretty clean, and I will have most of the recent Angband changes worked into NPP, and then I will do an official release of 0.5.1.
nppangband is offline   Reply With Quote
Old August 7, 2010, 23:40   #2
ekolis
Knight
 
ekolis's Avatar
 
Join Date: Apr 2007
Location: Cincinnati, OH, USA
Age: 39
Posts: 918
ekolis is on a distinguished road
Send a message via AIM to ekolis Send a message via MSN to ekolis Send a message via Yahoo to ekolis
Cool!

I did find that 'l'ooking at shop services displays info on items stocked by the shop, not services...

And I'm kinda surprised that there's no detailed spell-browser...
__________________
You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!
ekolis is offline   Reply With Quote
Old August 8, 2010, 01:08   #3
ekolis
Knight
 
ekolis's Avatar
 
Join Date: Apr 2007
Location: Cincinnati, OH, USA
Age: 39
Posts: 918
ekolis is on a distinguished road
Send a message via AIM to ekolis Send a message via MSN to ekolis Send a message via Yahoo to ekolis
Oh, yeah, is it intentional that items in shops have their prices in all sorts of fancy colors (matching the item name colors)? It's kinda neat, but on the other hand, I do like seeing the price of the selected item highlighted in cyan.... Maybe if you used a lighter version of the item color? And maybe use that lighter version for the item name, too? Then the whole row would be highlighted
__________________
You read the scroll labeled NOBIMUS UPSCOTI...
You are surrounded by a stasis field!
The tengu tries to teleport, but fails!
ekolis is offline   Reply With Quote
Old August 8, 2010, 05:04   #4
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,726
Donated: $40
Pete Mack will become famous soon enough
Bugs:
From Makefile.win:
Makefile.src lines 74, 76: missing '\' terminator
Also, some instances of leading <blank> rather than <tab>
attack.c:
line 77: declaration after code not legal in ansi pedantic
dungeon.c:
make: *** No rule to make target `option.h', needed by `dungeon.o'. Stop.
Pete Mack is offline   Reply With Quote
Old August 8, 2010, 09:48   #5
Daniel Fishman
Adept
 
Join Date: Apr 2007
Age: 33
Posts: 131
Daniel Fishman is on a distinguished road
Quote:
Originally Posted by nppangband View Post
...
I still need to incorporate the Angband ui improvements to ... the squelch menus.
...
I have to wonder, in what way is V squelch ui better than NPP squelch ui?
Daniel Fishman is offline   Reply With Quote
Old August 8, 2010, 16:16   #6
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
Quote:
Originally Posted by ekolis View Post
Cool!

I did find that 'l'ooking at shop services displays info on items stocked by the shop, not services...
I fixed this, thanks.

Quote:
Originally Posted by ekolis View Post
And I'm kinda surprised that there's no detailed spell-browser...
I had already done something similar in NPP. All spells give a detailed description when the spellbook is browsed. I will double check Angband to see if I missed some additional features.
nppangband is offline   Reply With Quote
Old August 8, 2010, 16:17   #7
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
Quote:
Originally Posted by Daniel Fishman View Post
I have to wonder, in what way is V squelch ui better than NPP squelch ui?
I assume it has bigscreen support, and you can input with the mouse. I am going to keep the NPP squelch system, though. I haven't looked at it too closely yet, though. The Angband dev team has been working hard the last couple years. I have *ALOT* of catching up to do.
nppangband is offline   Reply With Quote
Old August 8, 2010, 16:34   #8
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
Quote:
Originally Posted by ekolis View Post
Oh, yeah, is it intentional that items in shops have their prices in all sorts of fancy colors (matching the item name colors)? It's kinda neat, but on the other hand, I do like seeing the price of the selected item highlighted in cyan.... Maybe if you used a lighter version of the item color? And maybe use that lighter version for the item name, too? Then the whole row would be highlighted
I didn't notice that the selected item's colors were inconsistent. The whole line now shows up as light blue (cyan?). Thanks again.
nppangband is offline   Reply With Quote
Old August 8, 2010, 16:40   #9
nppangband
NPPAngband Maintainer
 
Join Date: Dec 2008
Location: Stat Gain, Angband
Posts: 926
nppangband is on a distinguished road
Quote:
Originally Posted by Pete Mack View Post
Bugs:
From Makefile.win:
Makefile.src lines 74, 76: missing '\' terminator.
Fixed. Thanks.

Quote:
Originally Posted by Pete Mack View Post

Also, some instances of leading <blank> rather than <tab>
attack.c:
line 77: declaration after code not legal in ansi pedantic.
Whoops. The object_flags line just needed to be moved down. I used to do a test compile in cygwin before any release, because that was good at picking up those "mixed declarations and code" problems, and LCC-WIN doesn't notice those. I should take up that practice again.

Quote:
Originally Posted by Pete Mack View Post

dungeon.c:
make: *** No rule to make target `option.h', needed by `dungeon.o'. Stop.
Pasting error. NPP doesn't have an option.h (yet). The entry a little further down for quest.o has the same problem.

Thanks for trying Pete, I cleaned all that up. Are there any more?
nppangband is offline   Reply With Quote
Old August 8, 2010, 19:08   #10
Tatami
Apprentice
 
Join Date: Oct 2009
Posts: 59
Tatami is on a distinguished road
I just rolled a high elf ranger and the character description is missing a few spaces between the different aspects of the char description. I know I know, stop the presses the game doesn't function..
Tatami 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
New Verison of NPPAngband version 050 to be released in about a week nppangband Variants 17 January 31, 2010 18:55
NPPAngband? andrewdoull Variants 2 May 31, 2009 00:04
Gumband 2.3.1 Announce rdanhenry Variants 35 May 22, 2009 06:16
Announce: DaJAngband v1.0.03 will_asher Variants 4 February 6, 2008 20:23
Review: NPPangband TJA Variants 0 August 20, 2007 17:39


All times are GMT +1. The time now is 01:52.


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