Search found 204 matches

by tappatekie
Thu Apr 19, 2012 2:54 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

VolsporTV wrote:I'm waiting for my AMD build to get complete, I still have to get all the parts for it, but I'm going to install Windows 7 on it when I get it finish. Only $432.56 x)
Lol :P
by tappatekie
Thu Apr 19, 2012 2:34 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

;)
DVD's? I store it on a file server :P no need for physical disks :D
by tappatekie
Thu Apr 19, 2012 2:29 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

VolsporTV wrote:What are you using the compile and code it?
Microsoft Visual Studio 2010 Ultimate (as well as it's cs compiler included)
by tappatekie
Thu Apr 19, 2012 2:20 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

:O Just finished a code cleanup ;)
teaser4.png
teaser4.png (93.32 KiB) Viewed 3742 times
(Note: I use internal instead of private in the interpreter so my functions (for plywood functions) can easily manage it.)
by tappatekie
Thu Apr 19, 2012 1:03 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

VolsporTV wrote:Wish you the best of luck. x)
Cheers :P
by tappatekie
Thu Apr 19, 2012 12:59 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

Just a screen video with me narrating, I was thinking of me "webcamming?" myself introducing the video.... If you are going to screen capture the video I would use CamStudio, it's free in simple to run. Will do ;) oh and yeh, i meant CamStudio not QuickCam.... lol thats a web cam brand......
by tappatekie
Thu Apr 19, 2012 12:52 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

VolsporTV wrote: As for filming are you doing it on the computer or a film of yourself like the ES team does?
Just a screen video with me narrating, I was thinking of me "webcamming?" myself introducing the video....

As for the software you said, it looks pretty good, il get it :D
by tappatekie
Thu Apr 19, 2012 12:34 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

"Programming Language Development Episode 1" starts being filmed this Sunday! (22/04/12) so expect a video next week!! Also, does anyone recommend any software for me to use to film&edit it? I have got a microphone and Im thinking of using QuickCam. Even if that software is pricey... (...
by tappatekie
Thu Apr 19, 2012 8:49 am
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

No problem mate
by tappatekie
Thu Apr 19, 2012 5:38 am
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

I have an game engine, in it I am planning to make it so any scripting language you want can be implemented, may I ask A: Will you be able to set instances of C# classes as script globals and use them (call methods set public variables, use refs?) in the script? B: If so, may I see a sample as to h...
by tappatekie
Wed Apr 18, 2012 7:21 pm
Forum: General/Off-Topic
Topic: New Game Dev Youtube Channel
Replies: 5
Views: 1781

Re: New Game Dev Youtube Channel

Subbed! Great videos, but the sound was a bit off?
by tappatekie
Wed Apr 18, 2012 2:51 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

Hmm, atm the code is nothing like that :L Its just a single definition (private class) array, definition holds the name, value, numeric (boolean flag), and array list. Although I plan to make it more "friendlier" so it's easier to add variables directly to the interpreter from a third part...
by tappatekie
Wed Apr 18, 2012 2:33 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

VolsporTV wrote: That's looking pretty good! :)
You have a lot of talent mate.
Cheers :P Looking forward to making the video :P
by tappatekie
Wed Apr 18, 2012 1:58 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

Okay enough teasers about the actual source code for plywood, now lets see some plywood code being executed! And yes, that is notepad++... Some of the text has been blocked out since, its a secret :D. This specific code expresses the "Dynamic Object Type Association (DOTA)" in action. the ...
by tappatekie
Wed Apr 18, 2012 1:48 pm
Forum: Programming Discussion
Topic: Scripting Language development
Replies: 120
Views: 35513

Re: Development video on youtube

I agree on the code comments, you should just comment what really needs comments. I refer to documentation outside the code. I think one example will clarify things: http://www.boost.org/doc/libs/1_49_0/doc/html/chrono.html Of course it doesn't need to be that long and detailed. Sometimes a single ...