|
Fable2
|
Jun 8 2008, 1:06 PM EDT |
|
edit |
1 word added
1 word deleted
|
Change:
screenshots and videos across the net, and they really give you an idea of how great the game will be. VideosTeaser Trailer TrailerVideoDeveloper WalkthroughLinksLionhead Studios
View changes from previous version.
(Word count: 54)
View all updates.
|
|
Timesplitters 4
|
Jun 8 2008, 1:01 PM EDT |
|
edit |
9 words added
|
Change:
game, so if I learn anything, I'll post it here, and if you know anything new, post it here.Several magazines have talked about the game, and there is an official teaser trailer.Teaser TrailerLinksFree Radical DesignTimesplitters4.net
View changes from previous version.
(Word count: 107)
View all updates.
|
|
Timesplitters 4
|
Jun 8 2008, 1:01 PM EDT |
|
edit |
35 words added
|
Change:
Since TS is personally my favorite fps series of all time (Future Perfect being my favorite) I can't wait to here more news about this game, so if I learn anything, I'll post it here.Several magazines have talked about the game, and there is an official teaser trailer.Teaser
View changes from previous version.
(Word count: 98)
View all updates.
|
|
Fable2
|
Jun 8 2008, 12:59 PM EDT |
Moved from: Timesplitters 4 |
move |
No content added or deleted. |
Change:
Moved by Jun 8 2008, 12:59 PM EDT
View all updates.
|
|
Fable2
|
Jun 8 2008, 12:59 PM EDT |
|
edit |
54 words added
3 widgets added
|
Change:
Fable 2 is being developed by Lionhead Studios. It is supposed to be released sometime this year, and looks very prommising. There are tons of screenshots and videos across the net, and they really give you an idea of how great the game will be. VideosTeaser TrailerTrailerDeveloper
View changes from previous version.
(Word count: 54)
View all updates.
|
|
Fable2
|
Jun 8 2008, 12:54 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jun 8 2008, 12:54 PM EDT for: no reason given
View all updates.
|
|
Timesplitters 4
|
Jun 8 2008, 12:53 PM EDT |
|
edit |
19 words added
|
Change:
some time before we will actually be seing screesnhots, but it'll be worth the wait. Several magazines have talked about the game, and there is an official teaser trailer.Teaser Trailer LinksFree Radical DesignTimesplitters4.net
View changes from previous version.
(Word count: 61)
View all updates.
|
|
Timesplitters 4
|
Jun 8 2008, 12:50 PM EDT |
|
edit |
40 words added
1 widget added
|
Change:
TS4 is being developed by Free Radical Design. Currently we know very little about it though, and it appears it will be quite some time before we will actually be seing screesnhots, but it'll be worth the wait.Teaser Trailer
View changes from previous version.
(Word count: 41)
View all updates.
|
|
Timesplitters 4
|
Jun 8 2008, 12:46 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jun 8 2008, 12:46 PM EDT for: no reason given
View all updates.
|
|
News
|
Jun 8 2008, 12:45 PM EDT |
|
edit |
13 words added
|
Change:
In this category you'll find news on the most anticipated un-released video games.
View changes from previous version.
(Word count: 15)
View all updates.
|
|
News
|
Jun 8 2008, 12:44 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jun 8 2008, 12:44 PM EDT for: no reason given
View all updates.
|
|
|
Jun 8 2008, 12:39 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by Jun 8 2008, 12:39 PM EDT for: no reason given
View all updates.
|
|
3D Game Realm Wiki Home
|
May 20 2008, 11:50 AM EDT |
|
edit |
98 words added
|
Change:
Under "Tutorials" you can find various programs that I have written tutorials for, for instance VB.net, C++, G-max etc. The programming tutorials have example code, and all code is in blue ( and green for comments). Under games you can find a list
View changes from previous version.
(Word count: 232)
View all updates.
|
|
Writing Files
|
May 20 2008, 11:42 AM EDT |
|
edit |
|
Change:
There were only format changes (bold, italics, etc.) in this version. See this version for details.
(Word count: 81)
View all updates.
|
|
Writing Files
|
May 20 2008, 11:41 AM EDT |
|
edit |
32 words added
|
Change:
code to the sub: Dim Filename As StringDim Filecontent As StringConsole.write("Enter a filename to load the file")console.writeline()console.write(my.computer.filesystem.readalltext(console.readline))console.write("Ok") Console.writline()Console.Write("Enter Some Text")FileContent = Console.ReadLine()Console.Writeline()Console.Write("Enter the filename to save the file to")FileName = Console.Readline()My.Computer.FileSystem.WriteAllText(Filename, Filecontent, True)Console.Write("File Written!")
View changes from previous version.
(Word count: 81)
View all updates.
|
|
C# Tutorials
|
May 19 2008, 3:21 PM EDT |
|
edit |
9 words added
|
Change:
Hello World ExampleA simple console applicationDifficulty: Beginner
View changes from previous version.
(Word count: 9)
View all updates.
|
|
C# Hello World Example
|
May 19 2008, 3:20 PM EDT |
|
edit |
73 words added
|
Change:
It will print "Hello, World!" into the console and then wait for the user to press a key before closing.the entire code should look like this:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { Console.Write("Hello, World!"); Console.WriteLine(); Console.ReadKey();
View changes from previous version.
(Word count: 81)
View all updates.
|
|
C# Hello World Example
|
May 19 2008, 3:17 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by May 19 2008, 3:17 PM EDT for: no reason given
View all updates.
|
|
C# Tutorials
|
May 19 2008, 3:14 PM EDT |
|
create |
No content added or deleted. |
Change:
Created by May 19 2008, 3:14 PM EDT for: no reason given
View all updates.
|
|
C++ Tutorials
|
May 19 2008, 3:12 PM EDT |
|
edit |
10 words added
|
Change:
Hello World ExampleA simple program in C++Difficulty: beginner
View changes from previous version.
(Word count: 10)
View all updates.
|