Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Eeems

Pages: 1 ... 18 19 [20] 21 22 ... 370
286
The Axe Parser Project / Re: Getting Started with Axe Parser
« on: January 02, 2017, 02:41:46 am »
Here is a list of tutorials. Quite a few of them will be kinda out of date, but they will still be useful.

287
I sure hope you are heavily documenting your toolchain so that others can benefit from it in the future. It sounds like you've got lots and lots of cool tools/macros.

288
Miscellaneous / Re: Name for all TI-8x languages
« on: November 20, 2016, 06:55:11 pm »
But that will only affect my repository, not everyone's unfortunately.
So everybody who wants to use the language highlighting can just add that to their repos as well.

289
Miscellaneous / Re: Name for all TI-8x languages
« on: November 10, 2016, 12:44:35 pm »
8xp isn't a binary file though technically. You should just update your gitattributes file to mark 8xp files as text files:
Code: [Select]
*.8xp diff

290
TI Z80 / Re: ICE - an interpreter/compiler of CE-BASIC
« on: November 10, 2016, 12:34:39 pm »
Are you also going to upload to ticalc.org?

291
Computer Projects and Ideas / Re: Pebble MPD Client
« on: October 16, 2016, 07:23:41 am »
yay mpd ^_^

Yay! More pebble users :)

When will it be available on other pebbles? (OG, PTR, P2 etc).

How hard do you think it would be to add in album art like Music Boss does?

mpd's database / protocol don't provide for album art, so any implementation would have to fetch it from some other service, musicbrainz or amizon or whatever
Seems to also not be recommended http://mpd.wikia.com/wiki/MusicPlayerDaemonAlbumCovers

292
Computer Projects and Ideas / Re: Pebble MPD Client
« on: October 13, 2016, 03:50:33 pm »
I would maybe start looking into album art if i had an idea how to display it UI-wise :P
I'd suggest borrowing how Music Boss does their UI. It's quite nice IMO.
As for other pebbles, I'm not really too interested in porting that, however I am positive it should just run on the P2 and if the compiling process auto-converts images to gray it should also work on the pebble 1. I'd be glad if you wanted to help, though :3
Right, well as a PTR user I'm unable to try out your app ;)
I could do some help I guess, but only if you do most of the work and then I just do the testing on device ;P
http://cloudpebble.net/ is quite useful.

293
Computer Projects and Ideas / Re: Pebble MPD Client
« on: October 13, 2016, 03:40:08 pm »
Yay! More pebble users :)

When will it be available on other pebbles? (OG, PTR, P2 etc).

How hard do you think it would be to add in album art like Music Boss does?

294
Art / Re: General purpose art thread
« on: October 12, 2016, 11:29:41 am »
Bit of a necro-post there.
Welcome to the forum. Please take a look at the rules and keep in mind, standard netiquette applies.

295
TI Z80 / Re: Standard RPG Game
« on: October 03, 2016, 01:32:07 pm »
Actually you don't have to parse the VAT yourself, there are bcalls for that. The one you are looking for is ChkFindSym.
For creating an appvar you need CreateAppVar
And for archiving / unarchiving you need Arc_Unarc
He's asking about reading an appvar from the archive without unarchiving it. So, for when you are just using it for static data.

296
TI Z80 / Re: Standard RPG Game
« on: October 03, 2016, 01:13:26 pm »
Quote
You should be able to read the archived appvar into somewhere in memory and just use it that way.

Ya, I've just never written/read from an app variable before, so I'm not sure what to expect. Is there any good tutorials on how to do it, or an example so I know what it would look like?
Well you'd want to use the VAT to find out where it's stored, and then read from there: http://ourl.ca/9291/176449 http://t.eeems.ca/ASMin28Days/lesson/day21.html
As for tutorials/examples for working specifically with appvars, I don't have any offhand sorry :(

297
Reuben Quest / Re: Reuben 3 teasers / change / stuff
« on: October 03, 2016, 12:42:44 pm »
My wife and I had a little trouble reading the font in the tutorial there. Looks like the lowercase N's and the lowercase G's are a little difficult to read. Not sure what to do about the G's, but I'm sure there is something to be done to clean up the N's

298
TI Z80 / Re: Standard RPG Game
« on: September 29, 2016, 12:59:45 pm »
You should be able to read the archived appvar into somewhere in memory and just use it that way. Maybe instead of calling the routine checkbush, you should call it chechandreplacetile. It's a bit more wordy, but it does explain what is happening a little bit better.

299
TI Z80 / Re: Menu hooks for the 83/84 plus
« on: September 27, 2016, 12:24:31 pm »
Since I haven't got any replies, can an admin delete this thread or tack it onto the end of random questions?
Thanks
We don't just delete threads for lack of replies. That or merge them together. Plus, your thread was only four days old. Not really that old.

300
Miscellaneous / Re: Ayy I'm back I guess
« on: September 27, 2016, 12:22:41 pm »
Welcome back!
Well, I got married. But that's not really something that happened on the forum.

Pages: 1 ... 18 19 [20] 21 22 ... 370