Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411423 Posts in 69363 Topics- by 58416 Members - Latest Member: JamesAGreen

April 19, 2024, 07:05:02 AM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsDeveloperTechnical (Moderator: ThemsAllTook)What are you programming RIGHT NOW?
Pages: 1 ... 46 47 [48] 49 50 ... 71
Print
Author Topic: What are you programming RIGHT NOW?  (Read 209936 times)
xeriku
Guest
« Reply #940 on: April 20, 2013, 12:46:03 PM »

Currently making a procedural level generator for our arcade shmup game. Kind of stuck right now, so I might ask for some help later if Google can't help me.

@xeriku, no offense, but your avatar is ridiculously large.

I fixed it, I didn't notice the scrollbar so I completely didn't realize it. Thanks for the heads up.
Logged
Dr. Cooldude
Guest
« Reply #941 on: April 20, 2013, 12:52:39 PM »

No problem Wink
Logged
indie11
Level 2
**


View Profile
« Reply #942 on: April 20, 2013, 04:43:26 PM »

coding save points in a platformer game
Logged

PyVr
Guest
« Reply #943 on: April 20, 2013, 04:46:11 PM »


Dungeon generation finished! Now I'm going to code the player class and all its stuff.
Logged
Maud'Dib Atreides
Level 4
****


Obsessed with space


View Profile WWW
« Reply #944 on: April 26, 2013, 04:14:57 PM »

Elementary precalculus in action through rotating a box.

Sines and Cosines, implemented by own rotations of texture directly through System.Math and OpenGL.

It's effective.

EDIT: 2 Achievements in one day!

Hair becomes wet when you stand in the rain!

« Last Edit: April 26, 2013, 07:21:07 PM by Maud'Dib Atreides » Logged

Guy: Give me all of your money.
Chap: You can't talk to me that way, I'M BRITISH!
Guy: Well, You can't talk to me that way, I'm brutish.
Chap: Somebody help me, I'm about to lose 300 pounds!
Guy: Why's that a bad thing?
Chap: I'M BRITISH.
indie11
Level 2
**


View Profile
« Reply #945 on: April 27, 2013, 02:50:05 AM »

Trying to create floating like effect but can't do it with the built-in tween functions, can anyone help me out ?
Logged

kamac
Level 10
*****


Notoriously edits his posts


View Profile
« Reply #946 on: April 28, 2013, 01:32:29 AM »

Trying to create floating like effect but can't do it with the built-in tween functions, can anyone help me out ?

Best idea is to create a new topic in technical thread. It's not really the best place to ask. Also, in that topic, please describe what do you want a bit more.
Logged

Brainswitch
Level 0
**



View Profile WWW
« Reply #947 on: April 30, 2013, 04:51:26 AM »

Coding a FSM AI system for my Action RPG, it's very LEGO-ish/modular. So far it's working quite nicely, I've already stitched together a few nice AIs.

Programming is fun when you design a system in your head, program it and it works great.
(Programming is frustrating when you are stuck on bugs you cannot locate, like when I was working on the network/multiplayer code yesterday night)
Logged

TomHunt
Level 3
***



View Profile WWW
« Reply #948 on: May 01, 2013, 11:55:34 AM »

an octree gameobject partitioner for unity to work around performance bottleneck of transform.parent assignment in a scene with a potentially very large number of interactive objects of uniform size and spacing.

Logged

~tom | □³ | kRYSTLR
Will Vale
Level 4
****



View Profile WWW
« Reply #949 on: May 13, 2013, 05:18:19 AM »

Porting my stuff to Android. The engine lib compiles, but things are missing. Still, it's progress Smiley
Logged
Klaim
Level 10
*****



View Profile WWW
« Reply #950 on: May 13, 2013, 05:22:31 AM »

In the middle of separating backend and frontend library of a GUI tool to make digital comics. I'm having great trouble defining a backend API which can be used in a wide range of contexts.
Logged

Schrompf
Level 9
****

C++ professional, game dev sparetime


View Profile WWW
« Reply #951 on: May 13, 2013, 05:43:22 AM »

Difficulty levels. I have a large XML file of "objects" specifying keyframe sequences and name-value pairs to configure every action in the game, so I simply added "contexts" that allow overwriting any of the values and I'm actually done. Now onwards to balance everything again.
Logged

Snake World, multiplayer worm eats stuff and grows DevLog
solkar
Level 0
***


One chili to bind them into hotness


View Profile WWW
« Reply #952 on: May 14, 2013, 12:01:13 PM »

I just finished with this effect random pixels turn on/off.

Logged
colinshark
Level 0
**


Greased Beast


View Profile WWW
« Reply #953 on: May 17, 2013, 12:03:16 PM »

A ummm... Email spammer.

This is the first time I've done such a thing, and I'm not proud. Funny though.



Logged

I make Gimbal - Build Ships - Multiplayer - Physics
Dr. Cooldude
Guest
« Reply #954 on: May 17, 2013, 01:56:32 PM »

A ummm... Email spammer.

This is the first time I've done such a thing, and I'm not proud. Funny though.




As long it's not for black hat purposes, then that's pretty nice Smiley


Off topic: why do I always get the first post in a new page... >_>
Logged
ALourenco
Level 0
***


View Profile WWW
« Reply #955 on: June 03, 2013, 05:43:26 AM »

I'm working on a projectile system. It's still buged but I'm trying to fix it. Quite anoying.
Logged

GameDev Master Student.
Game Engines and Computer Graphics in free time.

@CodinGree
George Michaels
Level 0
***


I like big butts and I can not lie


View Profile
« Reply #956 on: June 03, 2013, 03:32:55 PM »

I'm working on fixing a bug in my network code (using ENet) where somehow a user can connect from outside localhost and I get disconnected... Don't know what causes it, but if I'm hosting the server and I get my friend to connect to it, I get disconnected Sad
Logged

Yeah, that.
Halogen
Level 0
**



View Profile WWW
« Reply #957 on: June 04, 2013, 09:05:31 PM »

An object that changes sprites depending on what key is pressed as well as what the current sprite is.
Logged
Ivan
Owl Country
Level 10
*


alright, let's see what we can see


View Profile
« Reply #958 on: June 04, 2013, 09:16:11 PM »

A post processing shader editor for Polycode:

Logged

http://polycode.org/ - Free, cross-platform, open-source engine.
GCshepard
Level 0
***



View Profile
« Reply #959 on: June 04, 2013, 10:39:22 PM »

Flipping between programming a Galaga-like enemy and creating an in-house level editor that will work for the game. Actively working on the enemy, the editor on the back-burner.
Logged
Pages: 1 ... 46 47 [48] 49 50 ... 71
Print
Jump to:  

Theme orange-lt created by panic