[QUOTE=gparent;15862939]This is why I recommend [url=http://www.codinghorror.com/blog/archives/000682.html]Zenburn[/url][/QUOTE]
For some reason, even with my LCD, zenburn hurts more then the traditional black on white :saddowns:
[QUOTE=gparent;15862939]This is why I recommend [url=http://www.codinghorror.com/blog/archives/000682.html]Zenburn[/url][/QUOTE]
I do like that look, but I just tried to use it and I couldn't.. would take way too much getting used to than I have time for. Here's mine (default with Visual Assist)
[img]http://img.garry.tv/highlighting.png[/img]
[editline]11:31PM[/editline]
[QUOTE=efeX;15863661]For some reason, even with my LCD, zenburn hurts more then the traditional black on white :saddowns:[/QUOTE]
I kind of feel like it's because the rest of the IDE is near enough bright white
Ever use Sublime Text?
[url=http://imgkk.com/c/0nD.png][img]http://imgkk.com/t/0nD.png[/img][/url]
I can't stand black background ides, or any programs with dark backgrounds for that matter
That's pretty cool haha.
Working on a Flash OS simulator. With features like notepad applications, calculators, file browsers, etc.
Still working on particle editor..
[img]http://www.garry.tv/wp-content/plugins/quickimg/image/2ad7d617ca2f778fd9d55f407c024b61.jpg[/img]
[img]http://www.garry.tv/wp-content/plugins/quickimg/image/baf7e98d319308c4a3e188037b9bbcb2.jpg[/img]
more here [url]http://www.garry.tv/?p=998[/url]
I'm currently doing a freelance website job, at the stage now where I'm finishing off a really simple CMS for it (which was a terrible idea). Also, as a little side project a friend and I are working a little time management, invoicing and the like web app using Google Gears. We're probably gonna make a proper website out of it at some point.
[QUOTE=garry;15864239]Still working on particle editor..
[img]http://www.garry.tv/wp-content/plugins/quickimg/image/2ad7d617ca2f778fd9d55f407c024b61.jpg[/img]
[img]http://www.garry.tv/wp-content/plugins/quickimg/image/baf7e98d319308c4a3e188037b9bbcb2.jpg[/img]
more here [url]http://www.garry.tv/?p=998[/url][/QUOTE]
Damn that's sick, I still need to read my C++ book :3
I'm working on a map making and saving application for a game I am making. I've had some good proress but now I've hit a problem. How do I run functions of a class that is declared in another scope?
[QUOTE=nos217;15864314]I'm working on a map making and saving application for a game I am making. I've had some good proress but now I've hit a problem. How do I run functions of a class that is declared in another scope?[/QUOTE]
Guessing you are using C++... headerfiles?
[QUOTE=User.;15864249]I'm currently doing a freelance website job, at the stage now where I'm finishing off a really simple CMS for it (which was a terrible idea).[/QUOTE]
I tend to just build on wordpress these days. The idea of building a CMS just seems like to much of a pain in the ass. I might consider writing one on a rainy day (assuming this rain is of sin-cleansing proportions)
Not using headerfiles. It's in my thread hehe.
I want to use a for loop to be able to draw all of the blocks onto the screen:
[code]for...{
block[i].draw;
}[/code]
but the compiler has an error saying that block was not declared in the scope, because it's in my input function.
[editline]12:21AM[/editline]
Don't know how to fix :(.
[QUOTE=omfgnex;15864387]I tend to just build on wordpress these days. The idea of building a CMS just seems like to much of a pain in the ass. I might consider writing one on a rainy day (assuming this rain is of sin-cleansing proportions)[/QUOTE]
Wordpress is really really bad; only have to look at the code to know that. I also hate how people are using it as a CMS. It's really slow. I was going to use ExpressionEngine, but I don't think I could have convinced the client to pay for it. I just went with my own because there were too many features it needed that no CMS' provided.
The body of the system is an event calendar, news (which is the only thing Wordpress is marginally good for), and database management. They're an organisation with paying members, so I had to get that part right. They're not very tech savvy either, so I'm trying to keep it as simple as possible.
[QUOTE=Eax;15837955]Wow! Lots of awesome projects :) I'm just trying to learn Perl.[/QUOTE]
you won't regret it, i don't understand why more people don't use it. you can PM me if you need any help with anything :biggrin:
[QUOTE=compwhiziitothemax;15864052]Ever use Sublime Text?
[url=http://imgkk.com/c/0nD.png][img]http://imgkk.com/t/0nD.png[/img][/url][/QUOTE]
<3
I love using it.
Argh, I never new making a new object of a class inside an if statement created scoping errors.
I'm working on a PHP application to manage documents, whether hosted for multiple users or just personal use. It's buggy right now, but it works fairly well and is the first (somewhat) large program I've written (by large, I mean not something written while learning something).
[url]http://code.google.com/p/docsplus/[/url]
I've been trying to modify Survival Crisis Z, but it's not making much sense to me unlike other games.
[code]loc_00423617: call MSVBVM60.DLL.__vbaHresultCheck
loc_0042361D: xor ebx, ebx
loc_0042361F: mov eax, 0000001Fh
loc_00423624: cmp bx, ax
loc_00423627: jnle 00423873h
loc_0042362D: mov ecx, [004E43E8h] ;
loc_00423633: lea eax, [ebx*8]
loc_0042363A: movsx edi, bx
loc_0042363D: sub eax, ebx
loc_0042363F: lea edx, [ecx+edi*2]
loc_00423642: push edx
loc_00423643: lea esi, [eax+eax*2][/code]
I guessed that has something to do with weapons and damage.
Might be a bit soon to ask, but Garry, any chance of collisions for the particles? Not so much collisions between particles, but collision between the particles and the 'world'. That'd be a fantastic feature to have.
[QUOTE=s0m3_guy;15865916]I've been trying to modify Survival Crisis Z, but it's not making much sense to me unlike other games.
[code]loc_00423617: call MSVBVM60.DLL.__vbaHresultCheck
loc_0042361D: xor ebx, ebx
loc_0042361F: mov eax, 0000001Fh
loc_00423624: cmp bx, ax
loc_00423627: jnle 00423873h
loc_0042362D: mov ecx, [004E43E8h] ;
loc_00423633: lea eax, [ebx*8]
loc_0042363A: movsx edi, bx
loc_0042363D: sub eax, ebx
loc_0042363F: lea edx, [ecx+edi*2]
loc_00423642: push edx
loc_00423643: lea esi, [eax+eax*2][/code]
I guessed that has something to do with weapons and damage.[/QUOTE]
EW! vb6 you sick freak!
Robots for Robocode - A java programming game.
A simple side scroller in Pyglet.
[QUOTE=Samuelgames;15867230]You don't know assembly or have an idea of what you're doing, do you?[/QUOTE]
Lol, no. I decided to screw around with stuff and learn to code along the way.
[editline]05:49PM[/editline]
[QUOTE=high6;15866200]EW! vb6 you sick freak![/QUOTE]
Yeah, I figured it was coded in VB.
[QUOTE=s0m3_guy;15868066]Lol, no. I decided to screw around with stuff and learn to code along the way.[/QUOTE]
Reverse Engineering is not the place to begin.
Nor is assembly programming, really.
[QUOTE=jA_cOp;15868144]Reverse Engineering is not the place to begin.
Nor is assembly programming, really.[/QUOTE]
Well, maybe if you went back to the 80's and started programming with a Motorola chip then assembly might be a good starting place.
Working on some performance timing in C#.
[media]http://files.getdropbox.com/u/99606/charts.PNG[/media]
Always good to know what effects your performance.
Huge image ffffff, but I'm too lazy to resize it. Media tags duh, thanks Jallen.
Well I'm a bit late on the IDE colouring thing but I just got up. So I'm going to post my awesome colour scheme anyway :buddy:
[media]http://imgkk.com/i/jnZU429p.png[/media]
You really need to cut down on those comments, lol.
EDIT: Apparently that's a Ogre file or something. Nevermind, aha.
[QUOTE=gparent;15869247]You really need to cut down on those comments, lol.[/QUOTE]
Haha, it was an Ogre basic practical usage thing I made, so the comments were for the nubs :D
Sorry, you need to Log In to post a reply to this thread.