Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411517 Posts in 69377 Topics- by 58431 Members - Latest Member: Bohdan_Zoshchenko

April 27, 2024, 10:56:26 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)What are you programming RIGHT NOW?
Pages: 1 ... 49 50 [51] 52 53 ... 71
Print
Author Topic: What are you programming RIGHT NOW?  (Read 210183 times)
Sir Wolf
Level 0
***


A wolf cub growing up


View Profile
« Reply #1000 on: July 12, 2013, 02:10:22 PM »

Trying to get projectiles to be in sync on two clients connected over a network. It's proving to be harder than the theory of it sounded. Unity's physics are doing some work for us, and I was hoping it would be deterministic to a point where I could just give the same starting values to a projectile on each client and let clients handle their own physics. Seems that hope crashed and burned, and I need to come up with an authoritative server, which is bad right now, because deadlines.
Logged

"We don't stop playing because we grow old; we grow old because we stop playing."
-George Bernard Shawn
ThemsAllTook
Administrator
Level 10
******



View Profile WWW
« Reply #1001 on: July 12, 2013, 03:14:54 PM »

I had a gap in my programming knowledge around threads, so I'm learning a lot more about synchronization techniques. Previously I'd only used basic mutex locking for cross-thread communication, but I'm just now getting familiar with semaphores, condition variables, and compare-and-swap. Cool stuff! I feel kind of slow for not knowing more about these things earlier, but better late than never.
Logged

rivon
Level 10
*****



View Profile
« Reply #1002 on: July 13, 2013, 01:29:09 PM »

Don't forget barriers.
Logged
sublinimal
Level 8
***



View Profile
« Reply #1003 on: November 10, 2013, 05:02:14 AM »

Hey, what happened to this thread? Let's get it back on track with some demo effects galore.



Logged
Manuel Magalhães
Forum Dungeon Master
Level 10
*****



View Profile WWW
« Reply #1004 on: November 10, 2013, 06:10:00 AM »

best necropost  Hand Thumbs Up Left that looks awesome.
Logged

Naz.j
Level 0
**


View Profile WWW
« Reply #1005 on: November 10, 2013, 10:15:02 AM »

I'm making a little something to keep track of what I'm doing with my life. I was planning on making it in Flask, but I think I'll go all pyQt4 on this. Also I'm working on a Conway's Game of Life and controlling a DC motor via parallel port both in VB6. The only one that actually works is the last one (I have to turn that in tomorrow, and I'm here, procastinating), but after I finish my exams I'll finish the other two I guess.
Logged
SolarLune
Level 10
*****


It's been eons


View Profile WWW
« Reply #1006 on: November 11, 2013, 08:25:10 PM »

I was programming some dialog handling code, as well as adding on to someone else's image drawing code to allow for animation.



@sublinimal - AWESOME! How exactly are you doing that? Is it editing a sprite or surface that you're drawing on? Are you doing it in OpenGL or something like that?
Logged

0x0961h
Level 2
**


Quantum Demon


View Profile
« Reply #1007 on: November 11, 2013, 09:17:16 PM »

Let's get it back on track with some demo effects galore.
Looks like Conway's Game of Life meets Shader Magic.
Logged

Vanin
Level 0
**



View Profile
« Reply #1008 on: November 12, 2013, 01:36:22 PM »

Diminishing XP return equations that also take level, bonuses, buffs, and class differentiation tuning into account.
Logged

Working on Spellcaster Adventure- a hybrid word RPG inspired by Boggle and PuzzleQuest
Check out our Kickstarter!
And Steam Greenlight!
sublinimal
Level 8
***



View Profile
« Reply #1009 on: November 12, 2013, 01:53:15 PM »

@sublinimal - AWESOME! How exactly are you doing that? Is it editing a sprite or surface that you're drawing on? Are you doing it in OpenGL or something like that?

Those are just complex munching squares with palette tricks (and a completely pointless chromatic aberration filter). Made in C+SDL for direct and fast pixel-level access. Such effects are hard to replicate in environments where the pixel is abstracted away.

Also, you might be interested in viznut's

, which work with a similar principle, except for audio data.
Logged
rundown
Level 5
*****



View Profile WWW
« Reply #1010 on: November 12, 2013, 02:00:02 PM »

FrustumClipping, and yes I hate it. Just finnished it now. Works as it should.
Logged

Kinaetron
Level 5
*****



View Profile WWW
« Reply #1011 on: November 28, 2013, 08:00:10 AM »

I'm in the middle of writing a texture loader method for my DirectX11 based framework. So just pray for me guys  Beg
Logged

Life sucks and then you die.
Saishy
Level 0
***



View Profile WWW
« Reply #1012 on: November 28, 2013, 10:13:08 PM »

Got tired of unity's shit physics for 2d and I'm doing my own Tile engine:

http://puu.sh/5wu5V.png

Tiles in all their glory!


White is total collision, cyan is one-way platforms, yellow is ladder.
It does not show ingame, only used for collision calculation.
« Last Edit: November 28, 2013, 10:23:53 PM by Saishy » Logged

TinyBird Games  We make tiny games!
Trent
Level 0
***


Someday I'll make games!


View Profile WWW
« Reply #1013 on: November 30, 2013, 11:34:28 AM »

Batching!


And path finding!


 Crazy
Logged

0x0961h
Level 2
**


Quantum Demon


View Profile
« Reply #1014 on: December 01, 2013, 10:39:49 AM »

This thing.




Doesn't even know what it is...
Logged

George Michaels
Level 0
***


I like big butts and I can not lie


View Profile
« Reply #1015 on: December 01, 2013, 03:14:56 PM »

Rewriting my engine. I write engines, not games.
Logged

Yeah, that.
Johnman
Level 0
**



View Profile
« Reply #1016 on: December 04, 2013, 08:05:57 AM »

The galaxy map for my 4X game.



It's a crowded galaxy...
And a bit buggy right now.
Logged
Saishy
Level 0
***



View Profile WWW
« Reply #1017 on: December 11, 2013, 10:37:39 AM »

http://www.youtube.com/watch?v=hYn1EahFR-8&feature=youtu.be

Yay, we have collision now!
Logged

TinyBird Games  We make tiny games!
DC
Level 0
**


View Profile
« Reply #1018 on: December 11, 2013, 02:42:26 PM »

Trying to get my friggin' collision to work. The guy's not supposed to be on top of the platform, he pushed through the sphere-to-stage detection and now he's up there.

Logged
0x1A
Level 0
**



View Profile
« Reply #1019 on: December 11, 2013, 03:02:23 PM »

Trying to get sprite movement working. I'm so new at this...
Logged

Segmentation fault (core dumped)
Pages: 1 ... 49 50 [51] 52 53 ... 71
Print
Jump to:  

Theme orange-lt created by panic