Omnimaga: The Coders Of Tomorrow
Welcome, Guest. Please login or register.
 
Omnimaga: The Coders Of Tomorrow
22 May, 2013, 18:31:47 *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  home news downloads projects tutorials misc forums rules new posts irc about Login Register  
+-OmnomIRC

You must Register, be logged in and have at least 40 posts to use this shout-box! If it still doesn't show up afterward, it might be that OmnomIRC is disabled for your group or under maintenance.

Note: You can also use an IRC client like mIRC, X-Chat or Mibbit to connect to an EFnet server and #omnimaga.

  Show Contributions
Pages: [1] 2 3 4
1  Calculator Community / TI-Nspire Projects / Mode 7 engine on: 09 January, 2013, 04:18:21
Just something I've been working on the past couple days. The screenshot makes it look slow, but it is actually running in full resolution on the lower half of the screen at just over 60fps in the emulator. So far I haven't implemented turning, but that will come soon, and shouldn't be too much of a performance hit. The map is just a 64 x 64 array of random colors, I'll add proper texture tiles later. It's only in grayscale because I don't have a CX or a CX boot1 dump *cough* *cough*.
2  General Discussion / Gaming Discussion / Portal is free! on: 20 September, 2011, 05:38:52
If you haven't heard, portal is free on steam until the 20th. So I would get it. 'nuff said. (If there is already a thread for this, I apologize, I just checked the gaming discussion section for one)
3  General Discussion / Miscellaneous Discussion / Gone for three days on: 31 August, 2011, 17:22:38
I'm going to florida for a wedding, I'll probably have internet there but I'll be to busy to actually do anything. I'll be back on the 4th, our flight is leaving in a few hours.
4  Calculator Community / Casio PRIZM Hacking Discussion / Prizm C Q&A thread on: 31 August, 2011, 06:40:40
I am totally overwhelmed with the prizm mini SDK documentation. Right now all I need to know is: How do I draw pixels, both directly to the screen and to a back buffer, and how do I read keypresses?
5  Calculator Community / Calculator C Language / How do I write directly to the flash memory on an Nspire? on: 17 August, 2011, 20:25:53
I want to put random garbage at flash page 0x0020, (for the purpose of corrupting boot2  Evil) how do I accomplish this? Also, is overwriting the boot2 supported in the emulator? (for the purpose of testing to make sure I overwrite the right thing)
6  Omnimaga / Ndless / Ndless suggestions thread on: 14 August, 2011, 05:41:09
What are some things you would like to see in the next version of ndless? I'm thinking more along the lines of functions and stuff, not major changes like a permanent installation.

Here's my first one:

1
2
3
4
5
6
7
8
9
void set_cpu_150_mhz() {
  *(volatile unsigned*) 0x900B0000 = 0x00000002;
  *(volatile unsigned*) 0x900B000C = 4;
}
void set_cpu_90_mhz() {
  *(volatile unsigned*) 0x900B0000 = 0x00141002;
  *(volatile unsigned*) 0x900B000C = 4;
}
7  General Discussion / Math and Science / Sorting Algorithms on: 08 August, 2011, 08:24:07
What would you say the best sorting algorithm is for a list of around 30-50 values?
8  Calculator Community / Calculator C Language / Nspire printf syscall is not ANSI compliant on: 07 August, 2011, 07:42:37
I was trying to debug a program I was writing with printf, and realized it was giving me incorrect results when I tried doing printf("%f", 2.0); and it printed 0.000000. This means TI is being lazy and has not provided a full implementation of printf. Some other things I discovered were that the flag %Lf does not work (it just prints Lf), and that sprintf has the same issues. Could any other C developers help look into this and experiment so we can figure out the extent of these limitations?
9  General Discussion / Miscellaneous Discussion / I just realized my old nickname was a hex number on: 26 July, 2011, 18:05:51
0xFB39CA4 = 263429284 Tongue I can't believe I didn't notice that any sooner.
10  General Discussion / General Technology and Hardware Discussion / Can you solder stuff? on: 25 July, 2011, 21:15:14
Just wondering how many people here can solder staff stuff. I just learned last week Tongue
11  General Discussion / Miscellaneous Discussion / Gone for a week :( on: 14 July, 2011, 19:14:09
Starting on Saturday, I will be gone for a week, due to Summer camp. Sad Once I get back I'm really going to have to start working on my contest project.
12  Calculator Community / Calculator C Language / C Q&A Thread on: 04 July, 2011, 02:29:36
I'm just going to create a thread for all of the questions I have in regard to nspire C programming, so there isn't like 20 threads with my questions.
First question: Is there a way to make printf display output while a program is running? When I do it, everything gets printed at once after I exit the program. I'd like to see stuff printed while I run the program for debugging purposes.
13  Calculator Community / Calculator C Language / How are exceptions handled? on: 03 July, 2011, 21:29:00
How does ndless handle exceptions? I specifically want to know about [explosion]divide by zero.[/explosion]
14  General Discussion / Miscellaneous Discussion / fb39ca4 is now known as t0xic_kitt3n on: 02 July, 2011, 23:01:50
Just letting you all know to avoid any confusion  Grin

And, I now have 2^10 posts!
15  General Discussion / Gaming Discussion / Shattered Horizon - I haz guest passes! on: 02 July, 2011, 05:10:52
This game is a zero gravity fps. Basically you are floating around in space with 6 degrees of freedom, shooting people, so you have to learn to think in 3d when you play this, as enemies could come from any direction. It is hard to get across what this game is like in words, so here's a video someone made:
<a href="http://www.youtube.com/watch?v=CqsU5nWLguU" target="_blank">http://www.youtube.com/watch?v=CqsU5nWLguU</a>
If anyone wants to try it out, I have steam guest passes, so PM me if you are interested. (Make sure you have a good video card, though, it needs an 8800gt/hd 3870 to be playable on low resolutions and detail)
Pages: [1] 2 3 4
Powered by EzPortal
Powered by MySQL Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Powered by PHP
Page created in 0.26 seconds with 27 queries.
Skin by DJ Omnimaga edited from SMF default theme with the help of tr1p1ea.
All programs, games and songs avaliable on this website are property of their respective owners.
Best viewed in Opera, Firefox, Chrome and Safari with a resolution of 1024x768 or above.