Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
About
Team
Rules
Stats
Status
Sitemap
Chat
Downloads
Forum
News
Our Projects
Major Community Projects
Recent Posts
Unread Posts
Replies
Tools
SourceCoder3
Other Things...
Omnimaga Radio
TI-83 Plus ASM File Unsquisher
Z80 Conversion Tools
IES TI File Editor
Free RAM areas
Comprehensive Getkeyr table
URL Shortener
Online Axe Tilemap Editor
Help
Contact Us
Change Request
Report Issue/Bug
Team
Articles
Members
View the memberlist
Search For Members
Buddies
Login
Register
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TSOD Episodes
« previous
next »
Print
Pages:
1
[
2
]
3
4
Go Down
Author
Topic: TSOD Episodes (Read 16410 times)
0 Members and 1 Guest are viewing this topic.
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #15 on:
July 17, 2006, 05:08:00 pm »
I am the greatest champion of BASIC but I do feel that it has its limitations. For example,
the water is stationay. It doesn't move. This could be fixed with C to run in real time. Limitations like this are the reason why I was so reluctant to finish. But then I got over it. So I would like to ask a question:
When basic programmers use C (xlib, flib, or self made libs) is it a lie to say that your program is BASIC?
Logged
Spellshaper
LV10
31337 u53r (Next: 2000)
Posts: 1690
Rating: +0/-0
This is me. Or maybe not.
TSOD Episodes
«
Reply #16 on:
July 17, 2006, 11:33:00 pm »
neat.
Well, if I use Asprgms/Apps/libs at all, I call it "enhanced BASIC"
Logged
Liazon
Guest
TSOD Episodes
«
Reply #17 on:
July 18, 2006, 12:48:00 am »
If you're talking about flib, I think it's still basic. People who use xlib for 8x+ seem to think so. But they categorize it as basic + xlib, as opposed to pure basic.
Logged
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #18 on:
July 18, 2006, 02:07:00 am »
Enhanced BASIC...I can live with that.
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
TSOD Episodes
«
Reply #19 on:
July 18, 2006, 03:01:00 am »
yeah thats what I call it. Tr1p1ea made a basic rpg demo using his own asm lib (xlib) and it has animated water and flower sprites
Logged
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #20 on:
July 18, 2006, 03:25:00 am »
QuoteBegin-xlibman+Jul 18 2006, 09:01 AM-->
QUOTE
(xlibman @ Jul 18 2006, 09:01 AM)
yeah thats what I call it. Tr1p1ea made a basic rpg demo using his own asm lib (xlib) and it has animated water and flower sprites
Makes me want to redo my collision detection program to C so that it can run in real time.
Logged
tifreak
LV11
Super Veteran (Next: 3000)
Posts: 2708
Rating: +82/-3
My Kung Fu IS strong...
TSOD Episodes
«
Reply #21 on:
July 18, 2006, 03:50:00 am »
Very nice! I would love to beta test, when you get that far.
Also, any plans on bringing back the old site??
Logged
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #22 on:
July 18, 2006, 03:58:00 am »
the site exists on geocities.com/mdjenkins86
Logged
tifreak
LV11
Super Veteran (Next: 3000)
Posts: 2708
Rating: +82/-3
My Kung Fu IS strong...
TSOD Episodes
«
Reply #23 on:
July 18, 2006, 04:00:00 am »
Hmm... lol, I guess I must have gotten your site confused with someone else's... >.<
*
tifreak8x
Logged
Projects: AOD Series: 75% | FFME: 80% | Pokemon: 18% | RPGSK: 60% | Star Trek: 70% | Star Trek 83+: 40% | TI-City: 5%
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #24 on:
July 18, 2006, 04:03:00 am »
Um, I think I just thought of a way to update the water in real time on the screen in BASIC at a decent speed
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
TSOD Episodes
«
Reply #25 on:
July 18, 2006, 04:03:00 am »
it was on comcast before, but it shutted down in october
Logged
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #26 on:
July 18, 2006, 07:02:00 am »
QuoteBegin-xlibman+Jul 18 2006, 10:03 AM-->
QUOTE
(xlibman @ Jul 18 2006, 10:03 AM)
it was on comcast before, but it shutted down in october
Thats right it was on comcast... as for a demo. Soon I profise. There is just one problem, and that is emulating HW3 AMS on VTI so I have to do double work to make it compatible....
interesting code piece if anyone cares:
//to figure out if you are runing a HW2 or HW3 (Titanium) in Basic
c1
-->
CODE
ec1if getConfg()[22]< 2000000: Text "Running a HW2"c2
ec2
//end of code
this also works on the emulator
Logged
DJ Omnimaga
Clacualters are teh gr33t
CoT Emeritus
LV15
Omnimagician (Next: --)
Posts: 55943
Rating: +3154/-232
CodeWalrus founder & retired Omnimaga founder
TSOD Episodes
«
Reply #27 on:
July 18, 2006, 07:07:00 am »
There is HW4 now btw o.o
Logged
Liazon
Guest
TSOD Episodes
«
Reply #28 on:
July 18, 2006, 07:15:00 am »
http://lpg.ticalc.org/prj_tiemu/
Use this to emulate 89titanium and Voyage 200 with an AMS upgrade from TI.
Logged
mdjenkins86
LV5
Advanced (Next: 300)
Posts: 235
Rating: +0/-0
TSOD Episodes
«
Reply #29 on:
July 18, 2006, 07:28:00 am »
Thanks, I needed something like this
Logged
Print
Pages:
1
[
2
]
3
4
Go Up
« previous
next »
Omnimaga
»
Forum
»
Calculator Community
»
Other Calc-Related Projects and Ideas
»
TSOD Episodes