Lol :PVolsporTV 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)
Search found 204 matches
- Thu Apr 19, 2012 2:54 pm
- Forum: Programming Discussion
- Topic: Scripting Language development
- Replies: 120
- Views: 35513
Re: Development video on youtube
- 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
- Thu Apr 19, 2012 2:29 pm
- Forum: Programming Discussion
- Topic: Scripting Language development
- Replies: 120
- Views: 35513
Re: Development video on youtube
Microsoft Visual Studio 2010 Ultimate (as well as it's cs compiler included)VolsporTV wrote:What are you using the compile and code it?
- 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
(Note: I use internal instead of private in the interpreter so my functions (for plywood functions) can easily manage it.)- Thu Apr 19, 2012 1:03 pm
- Forum: Programming Discussion
- Topic: Scripting Language development
- Replies: 120
- Views: 35513
Re: Development video on youtube
Cheers :PVolsporTV wrote:Wish you the best of luck. x)
- 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......
- Thu Apr 19, 2012 12:52 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....VolsporTV wrote: As for filming are you doing it on the computer or a film of yourself like the ES team does?
As for the software you said, it looks pretty good, il get it :D
- 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... (...
- 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
- 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...
- 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?
- 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...
- Wed Apr 18, 2012 2:33 pm
- Forum: Programming Discussion
- Topic: Scripting Language development
- Replies: 120
- Views: 35513
Re: Development video on youtube
Cheers :P Looking forward to making the video :PVolsporTV wrote: That's looking pretty good!
You have a lot of talent mate.
- 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 ...
- 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 ...