Angband 4.0 beta release
Collapse
X
-
This morning I decided some more structure to this process was needed, and filed (I believe) all the outstanding bugs from this thread on the bug tracker. That was 37 new ones, for a total of 60 which need fixing before we have a final product (some of those are negotiable). Feel free to let me know if I've missed or misrepresented something.
Btw, did you see my post about CMake? I mention it only because it was a complete nightmare to get "-fsanitize=..." and Clang working with the Vanilla build system, during which I had to hack the Makefile rather badly... and yet with CMake it works rather trivially.
To everyone else, thanks again for all the excellent testing. There should certainly be at least one update this weekend, probably including a smallish rewrite of vault and template room handling, inspired by Nomad's observation that template tvals are broken. I also have a 4-day weekend coming up, so I have a vague working plan of trying to re-re-write object selection then and fixing the inscription and other issues.
Please note that none of the above is legally bindingOne for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Where is the discussion happening? (I.e. bug tracker or somewhere else...?)Comment
-
(I'm now doing a union jack vault and I've crashed 5 or 6 times so far)Comment
-
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
OK, I guess that's fair enough -- I'm certainly not asking for any pre-commitment to merging a CMake-based build system, but it'd be nice to have some idea of whether it's going to have any chance if I'm going to spend time on a proof of concept .
Where is the discussion happening? (I.e. bug tracker or somewhere else...?)One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
It's actually quite hard to get a savefile because it doesn't reliably reproduce. That is to say, you save, pick something up, autosquelch and drop it, crash. Reload, pick same something up, squelch and drop it fine.Comment
-
I'm wondering if fixing this will potentially fix it:
Not sure if this is related to the main squelch crash, but there's also a problem with using 'g' on a stack of items - it just automatically picks up the first item instead of prompting you to pick from a list, and sometimes this will cause you to actually pick up a squelched item. (The item is immediately recognised as on the ignore list and dropped again, which I assume returns it to the bottom of the stack, because if you press 'g' again you pick up something different. Although sometimes that turns out to be yet another squelched item.)Comment
-
Update 9295c63 fixes room template tvals (and also makes a number of other improvements to vault and template room code).
On the other hand, there are two new bugs, so we're minus 1 for today.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
-
Comment
-
Code:[TT][BC=black][COLOR=white] [COLOR="#00FFFF"]High-Elf[/COLOR] [COLOR="#00FFFF"]Swashbuckler[/COLOR] [COLOR="#00FFFF"]Warrior[/COLOR] LEVEL [COLOR="#00FF00"] 19[/COLOR] ########## NXT [COLOR="#00FF00"] 718[/COLOR] #....<...# AU [COLOR="#00FF00"] 4324[/COLOR] #.######.# [COLOR="#C0C0C0"]|[/COLOR][COLOR="#C08040"]}[/COLOR][COLOR="#0040FF"]=[/COLOR][COLOR="#C00000"]=[/COLOR][COLOR="#00FFFF"]"[/COLOR][COLOR="#C08040"]~[/COLOR][COLOR="#0040FF"]([/COLOR][COLOR="#008040"]([/COLOR][COLOR="#C08040"])[/COLOR][COLOR="#808080"]][/COLOR][COLOR="#C08040"]][/COLOR][COLOR="#808080"]][/COLOR] ########## #......#.# STR: [COLOR="#00FF00"] 18/30[/COLOR] .........# ####.#....#.### INT: [COLOR="#00FF00"] 11[/COLOR] ########.# #....#.####.#>## WIS: [COLOR="#00FF00"] 8[/COLOR] .......#.# ####.##.#.###[COLOR="#9020FF"]![/COLOR].[COLOR="#C08040"]'[/COLOR]..## DEX: [COLOR="#00FF00"] 18/40[/COLOR] .......#.######################.........##..###[COLOR="#808080"]][/COLOR].# CON: [COLOR="#00FF00"] 13[/COLOR] .......#.....................[COLOR="#00FFFF"]"[/COLOR]!.........###[COLOR="#804000"]'[/COLOR]# ###### .......#.##########################.#.##..[COLOR="#C08040"]'[/COLOR].###.[COLOR="#C08040"]'[/COLOR]..## Cur AC [COLOR="#00FF00"] 32[/COLOR] .......#.# #####...#.....#.@.# HP [COLOR="#00FF00"] 195[/COLOR]/[COLOR="#00FF00"] 195[/COLOR] #[COLOR="#C08040"]'[/COLOR]######.# #######.####### .........# ### ########## [/COLOR][/BC][/TT]
Comment
-
Quite looking forward to being able to play around with the new dungeon_profile edit file and maybe actually doing something with the room type and rating fields in room_template once 4.0 has been debugged.One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.Comment
Comment