Angband.oook.cz
Angband.oook.cz
AboutVariantsLadderForumCompetitionComicScreenshotsFunniesLinks

Go Back   Angband Forums > Angband > Vanilla

Reply
 
Thread Tools Display Modes
Old February 10, 2020, 19:50   #41
Pete Mack
Prophet
 
Join Date: Apr 2007
Location: Seattle, WA
Posts: 6,725
Donated: $40
Pete Mack will become famous soon enough
@gg --
You can build curses-mode angband (from git) pretty easily in a linux window on android. You might have to install lynx to upload character dumps, but that is easy to. It is sort of a pain, but it does work. I had to make a small number of obvious changes to Makefile.std for it to build properly.
Pete Mack is offline   Reply With Quote
Old February 16, 2020, 18:37   #42
Diego Gonzalez
Adept
 
Join Date: May 2007
Posts: 170
Diego Gonzalez is on a distinguished road
Published Angband 4.2.0 for Android in the Play Store

Hi,

You can find it here: https://play.google.com/store/apps/d...hial.xyangband

Sources: https://github.com/Cuboideb/angbandroid

Vanilla sources were updated to the commit on 2020-02-09. Next version will add newer updates.

TODO:
-Fix term refresh while running and changing pannels.
-Make a reduced keyboard (The player could drag and drop it across the screen). I'm open to suggestions here...

Enjoy!
Diego Gonzalez is offline   Reply With Quote
Old February 16, 2020, 21:35   #43
moosferatu
Apprentice
 
Join Date: Feb 2020
Posts: 99
moosferatu is on a distinguished road
Nice! Thanks for putting this together! I messed around with it for around an hour and it seems to work great. My only nitpicks are the running refresh problem (that you already noted) and that the min-map is a lot less usable, though I'm guessing you can't do anything to fix that.

PS: Your Git repo name is excellent.
moosferatu is offline   Reply With Quote
Old February 17, 2020, 00:18   #44
Diego Gonzalez
Adept
 
Join Date: May 2007
Posts: 170
Diego Gonzalez is on a distinguished road
Im glad you like it!

Yes, I have to take a deeper look to that refresh glitch.

By the way, I added a modification to the display visible monsters command. The trigger is Ctrl-U and it sort the monster list by experience gained. Im trying to figure out if its too much of a spoiler
Diego Gonzalez is offline   Reply With Quote
Old February 18, 2020, 12:43   #45
Diego Gonzalez
Adept
 
Join Date: May 2007
Posts: 170
Diego Gonzalez is on a distinguished road
I've uploaded a new version in the playstore to fix the problem with running. I've also added the latest changes in the official repository.

https://play.google.com/store/apps/d...hial.xyangband

https://github.com/Cuboideb/angbandroid

The update takes a few days to appear in the play store.

I put the change in player-calcs.c here because it may be a problem in Vanilla too. The game doesn't change the panel when running.

Code:
@@ -2593,7 +2593,7 @@ void redraw_stuff(struct player *p)
 
 	/* Hack - rarely update while resting or running, makes it over quicker */
 	if (((player_resting_count(p) % 100) || (p->upkeep->running % 100))
-		&& !(redraw & PR_MESSAGE))
+		&& !(redraw & (PR_MESSAGE|PR_MAP)))
 		return;
 
 	/* For each listed flag, send the appropriate signal to the UI */
Diego Gonzalez is offline   Reply With Quote
Old February 18, 2020, 21:30   #46
Nick
Vanilla maintainer
 
Nick's Avatar
 
Join Date: Apr 2007
Location: Canberra, Australia
Age: 57
Posts: 9,463
Donated: $60
Nick will become famous soon enoughNick will become famous soon enough
Quote:
Originally Posted by Diego Gonzalez View Post
I put the change in player-calcs.c here because it may be a problem in Vanilla too. The game doesn't change the panel when running.

Code:
@@ -2593,7 +2593,7 @@ void redraw_stuff(struct player *p)
 
 	/* Hack - rarely update while resting or running, makes it over quicker */
 	if (((player_resting_count(p) % 100) || (p->upkeep->running % 100))
-		&& !(redraw & PR_MESSAGE))
+		&& !(redraw & (PR_MESSAGE|PR_MAP)))
 		return;
 
 	/* For each listed flag, send the appropriate signal to the UI */
Yes!! I've been looking for this for ages, thank you!
__________________
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
Nick is offline   Reply With Quote
Old May 19, 2020, 21:00   #47
chris28
Rookie
 
Join Date: Jun 2008
Posts: 15
chris28 is on a distinguished road
Quote:
Originally Posted by Diego Gonzalez View Post
Im glad you like it!

Yes, I have to take a deeper look to that refresh glitch.

By the way, I added a modification to the display visible monsters command. The trigger is Ctrl-U and it sort the monster list by experience gained. Im trying to figure out if its too much of a spoiler
The ribbon with icons is great! I'll restart to play Angband on my tablet. Thanks to you
chris28 is offline   Reply With Quote
Old May 20, 2020, 14:47   #48
Cuboideb
Adept
 
Join Date: May 2020
Location: Argentina
Posts: 192
Cuboideb is on a distinguished road
The ribbon has two modes, one with icons and the other with keys. I'm using the one with keys right now.

There is a option menu for user defined keymaps. It's very handy.

Thank you for playing!
Cuboideb is offline   Reply With Quote
Old May 21, 2020, 12:33   #49
chris28
Rookie
 
Join Date: Jun 2008
Posts: 15
chris28 is on a distinguished road
Keymaps are very useful. I like the icons mode and it will be great if we can assign an icon (from http://angband.oook.cz/forum/showthread.php?t=9889) to a user defined keymap. I don't know if it's difficult and it's just an idea (the UI is already great) .
chris28 is offline   Reply With Quote
Old May 21, 2020, 14:33   #50
Cuboideb
Adept
 
Join Date: May 2020
Location: Argentina
Posts: 192
Cuboideb is on a distinguished road
I'll do it in the next release. Its a nice addition.
Cuboideb 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
Sil and Angband variants available on Android half Sil 37 November 11, 2016 01:19
Angband variants for android-device Angrist Variants 0 June 26, 2015 18:50
Angband for android - with graphics? maboleth Idle chatter 0 May 16, 2015 10:45
Angband on Android david3x3x3 Vanilla 56 March 22, 2013 14:31
Android Antoine Development 3 July 30, 2011 02:59


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


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