tinyRealm Journal

Welcome, Guest. Please Login or Register.
09/07/10 at 1:19am

Home Home Help Help Search Search Login Login Register Register
tinyRealm Forum « »

1  General / C++, C# and JAVA / Re: Need help
 on: 11/20/09 at 3:18pm 
Started by vanvanero | Post by mtyarborough
Yeah a tutor for C# would be very nice!!!!!
Reply Reply Quote Quote  

2  General / Internet / Google wave
 on: 11/05/09 at 8:23am 
Started by jonnygros | Post by jonnygros
Don't know if anyone reads this on a regular basis but i was wondering if the comp sci department has access to google wave? if so i am petitioning for an invite please!  Grin
Reply Reply Quote Quote  

3  General / Game programming / Re: Game Engine Anatomy 101
 on: 10/18/09 at 2:15am 
Started by mrkoje | Post by Saroset
Kongregate.com actually has some really cool little tutorials on flash game developing. Some of the user created tutorials give you the code for some really cool things, you just kinda have to dig through it all.
 
http://www.kongregate.com/labs
Reply Reply Quote Quote  

4  General / C++, C# and JAVA / Need help
 on: 09/03/09 at 6:02pm 
Started by vanvanero | Post by vanvanero
Does anyone know where I can get tutoring help for Introduction to Computer Science? thanks guys.
 
Rey
Reply Reply Quote Quote  

5  General / C++, C# and JAVA / C# parse instruction
 on: 08/23/09 at 11:22pm 
Started by Forum Admin | Post by Forum Admin
string tst_string;
float f_num;
double d_num;
int i_num;
 
tst_string = "12.45";
f_num = Decimal.Parse(tst_string);
d_num = Double.Parse(tst_string);
 
tst_striing = "12";
i_num = Int32.Parse(tst_string);
 
or
 
i_num = (int) d_num;  //first casting d_num to an integer and then assigning it's value to i_num
Reply Reply Quote Quote  

6  General / Game programming / Game Engine Anatomy 101
 on: 02/23/09 at 1:35am 
Started by mrkoje | Post by mrkoje
I thought I would share this 10 part series on what a game engine really is. I'm only on the second part but it is a very good read so far.
 
http://www.extremetech.com/article2/0,2845,594,00.asp
Reply Reply Quote Quote  

7  General / Game programming / Re: Broken shapes or textues
 on: 02/17/09 at 12:56pm 
Started by Forum Admin | Post by Mr.X
Broken trees:
 
treea
tree_test (no texture)
ftree02_bb (suddenly appears at very close proximity)
 
 
Broken markers:
 
flame
 
 
Broken Plants:
 
bamboo01
bamboo02
 
 
Broken Items:
 
healthkit doesn't heal
 
 
Broken Mission:
 
Teleporter can't make destination selection.
 
Reply Reply Quote Quote  

8  General / Game programming / Broken shapes or textues
 on: 02/17/09 at 12:08pm 
Started by Forum Admin | Post by Forum Admin
Post a reply listing any broken shapes of textures in our game...  Shocked
Reply Reply Quote Quote  

9  General / Game programming / Graphics Programming Lab 8 - Broken Link
 on: 12/10/08 at 9:17am 
Started by AGray | Post by AGray
On Lab 8, the link to the Props.zip file is a link to a bad archive.  Downloaded and tried unzipping so I could complete 8, and every time I tried to extract the files, it threw a "corrupt archive" error.  Thought you'd want to know.
Reply Reply Quote Quote  

10  General / C++, C# and JAVA / interfacing between different programming language
 on: 10/09/08 at 4:36am 
Started by mrkoje | Post by mrkoje
Here is a basic primer of how to import/export code from different languages into your projects. Keep in mind though that this is very basic and does not address all issues.
 
http://www.etro.vub.ac.be/Personal/bjansen/dlls/interfacing.html
Reply Reply Quote Quote  



Design & Forum setup by Kitty A4Design.org

tinyRealm Forum » Powered by YaBB 2.0 Pre-Release!
YaBB © 2000-2005. All Rights Reserved.