[QUOTE=Sippeangelo;18477401]It does not matter. I want to be able to access any index returned by this function without making an extra ugly variable holding the returned array.[/QUOTE]
Yet you say you wanted every index returned EXCEPT one.
[QUOTE=SteveUK;18477451]Yet you say you wanted every index returned EXCEPT one.[/QUOTE]
No, I said that I may need to be able to [i]access[/i] any index but one.
I hope you're making some kind of funny joke Sippeangelo.
[QUOTE=blankthemuffin;18477655]I hope you're making some kind of funny joke Sippeangelo.[/QUOTE]
Its not funny yet
Just want to point out that there is an IRC channel for petty talk and arguments: irc.gamesurge.net / #fpcoders
Anyhow, back to the topic at hand.
What I'm working on: (text logs, nothing worth taking a picture of yet)
[quote]
18:34:00:859 [ steam.exe ] SteamStartEngine() = 1
pError = TSteamError [ eSteamError = eSteamErrorNone, eDetailedErrorType = eNoDetailedErrorAvailable, nDetailedErrorCode = 0, szDesc = "" ]
18:34:02:468 [ FileSystem_Steam.dll ] _f( pName = "Steam006" ) = 0x30291598
Returning own CSteam006: 0xff7670
18:34:02:609 [ FileSystem_Steam.dll ] CSteam006::Startup( uUsingMask = 15 ) = 1
pError = TSteamError [ eSteamError = eSteamErrorNone, eDetailedErrorType = eNoDetailedErrorAvailable, nDetailedErrorCode = 0, szDesc = "" ]
18:34:02:625 [ FileSystem_Steam.dll ] CSteam006::IsLoggedIn() = 1
pbIsLoggedIn = 1237272
pError = TSteamError [ eSteamError = eSteamErrorNone, eDetailedErrorType = eNoDetailedErrorAvailable, nDetailedErrorCode = 0, szDesc = "" ]
[/quote]
Doesn't look like much, but it's just the next step in examining just how Steam.exe does it's magic.
Also started coding a litle more on my raytracer, since i saw nullsquared's ^^
Implemented Texturing :)
[IMG]http://img43.imageshack.us/img43/2746/raytracertexturing.png[/IMG]
[QUOTE=s0ul0r;18482913]Also started coding a litle more on my raytracer, since i saw nullsquared's ^^
Implemented Texturing :)
[IMG]Tracer of Rays[/IMG][/QUOTE]
I remember that you had written a raytracer in C# about a year ago, or something like that. I practically studied the code for 2 days.
oh yeah, I can upload it if you want.
[editline]08:41AM[/editline]
But be aware, it's not commented at all xD
[url]http://uploaded.to/file/c1d6r6[/url]
There we go, it also has an .obj parser now to load models.
And I added a few comments to the code.
[img]http://i45.tinypic.com/2qasppd.png[/img]
And that installer has just been [url=http://github.com/a2h/bugspray/commit/eba8621293568c0c1bcf3347db8c75429be6a11c]commited[/url] to the bugspray repository.
(Error is because the specified database already has bugspray installed into it)
I also added a templating system a few commits back.
[QUOTE=s0ul0r;18483188]oh yeah, I can upload it if you want.
[editline]08:41AM[/editline]
But be aware, it's not commented at all xD
[url]http://uploaded.to/file/c1d6r6[/url]
There we go, it also has an .obj parser now to load models.
And I added a few comments to the code.[/QUOTE]
Oh god including the OBJ makes everything so much slower.
I've finally downloaded Visual C# Express 2010 and decided to take a break from the usual XNA related stuff and learn about some crazy new thing called the Windows Presentation Foundation. Sadly I'm stuck with XP so it's sort of lacking the visual awesome M$ intended due to a lack of aero. But things should improve when I get my new computer early next year with Win7. Until then, there's no harm in learning it and improving my skillset.
Also, a question, are any of Microsoft's new apps running on the WPF? It seems that office 2010 and Visual Studio 2010 might be.
Last time I looked VS2010 was using a god awful mix of WPF and old forms.
[QUOTE=a2h;18484032][img//]http://i45.tinypic.com/2qasppd.png[/img]
And that installer has just been [url=http://github.com/a2h/bugspray/commit/eba8621293568c0c1bcf3347db8c75429be6a11c]commited[/url] to the bugspray repository.
(Error is because the specified database already has bugspray installed into it)
I also added a templating system a few commits back.[/QUOTE]
I got a error while install it:
[code]
Could not populate the database, reason: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `actiontypes` ( `id` int(11) NOT NULL AUTO_INCREMEN' at line 6
[/code]
[QUOTE=DividesByZero;18484630]I've finally downloaded Visual C# Express 2010 and decided to take a break from the usual XNA related stuff and learn about some crazy new thing called the Windows Presentation Foundation. Sadly I'm stuck with XP so it's sort of lacking the visual awesome M$ intended due to a lack of aero. But things should improve when I get my new computer early next year with Win7. Until then, there's no harm in learning it and improving my skillset.
Also, a question, are any of Microsoft's new apps running on the WPF? It seems that office 2010 and Visual Studio 2010 might be.[/QUOTE]
Visual Studio 2010 uses WPF. I don't think Office does (yet).
The [url=http://www.microsoft.com/expression/]Expression Studio[/url] apps use WPF.
[quote=ddrl46;18484871]i got a error while install it:
[code]
could not populate the database, reason: You have an error in your sql syntax; check the manual that corresponds to your mysql server version for the right syntax to use near 'create table if not exists `actiontypes` ( `id` int(11) not null auto_incremen' at line 6
[/code][/quote]
auto_incremen[b]t[/b]
[QUOTE=Xeon06;18487103]auto_incremen[b]t[/b][/QUOTE]
Ill fix his code :D.
[QUOTE=Xeon06;18487103]auto_incremen[b]t[/b][/QUOTE]
That's not the error, it just cut off the string there. Fairly sure anyway.
-snipsnap-
I'm reading my book, I just learned how to properly use Vectors, and typedef.
At last! Next year I will start a programming course at my school. I'm just a first year student and the course is for second year students but they let me in since I asked nicely. I am really looking forward to it, I think we will start with Java and some other language I forgot and later on we will study C++ too. Then I can finally be cool and post my useless projects here!
After realising any physics code I code is shitty I finnaly took the plunge and started the long transfer to Box2D. I really like it so far.
Getting libraries to work with MinGW and CodeBlocks and C is a pain. With FreeBASIC I just compiled with the header included and made sure the DLL was in the same place as the application on run.
[QUOTE=Jawalt;18489545]With FreeBASIC I just compiled with the header included and made sure the DLL was in the same place as the application on run.[/QUOTE]
It's the same idea with C and MinGW...
[QUOTE=Senney;18484145]Oh god including the OBJ makes everything so much slower.[/QUOTE]
it does, since there is absoultely no performance improvements, it just checks every single triangle for intersection, but well, i don't care xD
[QUOTE=nullsquared;18489566]It's the same idea with C and MinGW...[/QUOTE]
Except I've got to fuck with linkers and compiler options, or some shit :(
[QUOTE=ddrl46;18484871]I got a error while install it:
[code]
Could not populate the database, reason: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE TABLE IF NOT EXISTS `actiontypes` ( `id` int(11) NOT NULL AUTO_INCREMEN' at line 6
[/code][/QUOTE]
[code]CREATE TABLE IF NOT EXISTS `actiontypes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`color` varchar(6) NOT NULL,
`img` varchar(32) NOT NULL,
`title` varchar(24) NOT NULL,
`logdescription` varchar(24) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 ;[/code]
Uh
That was generated by phpMyAdmin, I don't see anything wrong with it, plus I've successfully run the installer on my XAMPP server and on my webhost's server as well
So I've been working on basic physics, what of it...
[media]http://www.youtube.com/watch?v=Nnuqcz7oGJE[/media]
This is something I coded in about 1 hour. It's a ball that moves depending on how much force you apply. Soon I will be adding Friction... I hope...
[QUOTE=ddrl46;18487500]-snipsnap-[/QUOTE]
I remember asking you to be more original in designing, but when I said original I didn't mean "deviate from the old gray everywhere style and instead copy something else"
[media]http://filesmelt.com/downloader/hmm1.png[/media]
For quick testing of that OS, you could install Bochs. It's like a VM, but small.
[url]http://bochs.sourceforge.net/[/url]
I've been messing with Raxan PDI. It reminds me of when I tried getting VB.NET (the web kind) but there's no good guide that explains what anything is for beginners. [url]http://raxanpdi.com[/url]
[editline]01:15PM[/editline]
Edit: Raxan takes PHP code and makes it Ajax and javascript stuff
[editline]01:17PM[/editline]
The os... is written in assembly :psyboom:
[editline]01:26PM[/editline]
I just updated my bochs and can't remember how to use it
[editline]01:50PM[/editline]
[quote]
Welcome to DLX V1.0 (C) 1995-96 Erich Boehm
(C) 1995 Hannes Boehm
dlx login:
[/quote]
I found my old Bochs that I know how to work, but I think I did something wrong. It's not loading the img and is giving me a login :downs:
Sorry, you need to Log In to post a reply to this thread.