Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,253 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 18 of 23 1 2 16 17 18 19 20 22 23
Re: AckCon12 Live Stream [Re: alibaba] #403170
06/15/12 17:10
06/15/12 17:10
Joined: Dec 2000
Posts: 4,608
mk_1 Offline

Expert
mk_1  Offline

Expert

Joined: Dec 2000
Posts: 4,608
ist off, gibt demnächst nen richtigen Stream


Follow me on twitter
Re: AckCon12 Live Stream [Re: mk_1] #403182
06/15/12 20:19
06/15/12 20:19
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Hier ist der livestream:

http://www.twitch.tv/reiayanami2015

Re: AckCon12 Live Stream [Re: HeelX] #403186
06/15/12 21:09
06/15/12 21:09
Joined: Apr 2005
Posts: 4,506
Germany
F
fogman Offline
Expert
fogman  Offline
Expert
F

Joined: Apr 2005
Posts: 4,506
Germany
Laaaaaangweilig!!! grin
(Habt Ihr einen Zeitplan für die Vorträge? Oder waren die schon?)


no science involved
Re: AckCon12 Live Stream [Re: fogman] #403188
06/15/12 21:36
06/15/12 21:36
Joined: Dec 2000
Posts: 4,608
mk_1 Offline

Expert
mk_1  Offline

Expert

Joined: Dec 2000
Posts: 4,608
Kommen wohl erst morgen


Follow me on twitter
Re: AckCon12 Live Stream [Re: mk_1] #403194
06/16/12 02:27
06/16/12 02:27
Joined: Aug 2003
Posts: 7,440
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,440
Red Dwarf
Hier schonmal ein code-spoiler für das nächste Lotter spiel:

Code:
void skychange ()
{
	COLOR oldColor, newColor;
	var factor = 0.0;
	
	vec_set(oldColor.blue, screen_color.blue);
	vec_set(newColor.blue, vector(random(255), random(255), random(255)));
	
	while (1)
	{
		factor += 0.2 * time_step;
		factor = clamp(factor, 0.0, 1.0);
		
		vec_lerp(screen_color.blue, oldColor.blue, newColor.blue, factor);
		vec_set(sky_color.blue, screen_color.blue);
		
		if (factor == 1.0)
		{
			factor = 0.0;
			vec_set(oldColor.blue, screen_color.blue);
			vec_set(newColor.blue, vector(random(255), random(255), random(255)) );
		}	
		
		wait(1);
	}
}



Was tut das? Einfach in euer eigenes projekt einbauen und herausfinden!


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: AckCon12 Live Stream [Re: Michael_Schwarz] #403197
06/16/12 08:17
06/16/12 08:17
Joined: Dec 2000
Posts: 4,608
mk_1 Offline

Expert
mk_1  Offline

Expert

Joined: Dec 2000
Posts: 4,608
Morgen!


Follow me on twitter
Re: AckCon12 Live Stream [Re: mk_1] #403201
06/16/12 08:46
06/16/12 08:46
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
*gähn*

Kaffee.

Re: AckCon12 Live Stream [Re: FBL] #403203
06/16/12 11:42
06/16/12 11:42
Joined: Aug 2003
Posts: 7,440
Red Dwarf
Michael_Schwarz Offline
Senior Expert
Michael_Schwarz  Offline
Senior Expert

Joined: Aug 2003
Posts: 7,440
Red Dwarf
Moin moin!


"Sometimes JCL reminds me of Notch, but more competent" ~ Kiyaku
Re: AckCon12 Live Stream [Re: Michael_Schwarz] #403211
06/16/12 15:08
06/16/12 15:08
Joined: Sep 2003
Posts: 9,859
F
FBL Offline
Senior Expert
FBL  Offline
Senior Expert
F

Joined: Sep 2003
Posts: 9,859
Die Lottery ist am lottern!

Re: AckCon12 Live Stream [Re: FBL] #403214
06/16/12 16:57
06/16/12 16:57
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
Some top secret WIP info has been leaked!

http://www.youtube.com/watch?v=LIesG0VBip4

Page 18 of 23 1 2 16 17 18 19 20 22 23

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1