Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Waterlimon

Member Since 28 May 2011
Offline Last Active Today, 01:49 PM
-----

Posts I've Made

In Topic: Input method to emulate multiple sliders?

07 May 2013 - 04:30 AM

I think you need a system for directly moving workers from x to y, while allowing multiple x or multiple y to be selected (so you can lets say select to take from "idlers" and move to all the others)

 

If you only drag a single bar, it takes from all the others (or puts to all the others)

 

I would make it so that you can select the "from bars" by clicking them, then dragging to each "to" bar from any of the selected "from" bars.

 

So if you want to move from "idlers" and "slackers" to "slaves" and "minions", you will click the first 2, then drag from either idlers or slackers to both minions and slaves.

 

There would be a "master" slider which you can then use to evenly move workers between the above groups. You should also be able to still use the individual sliders without deselecting your "from" and "to" selections. eg. if you were to drag ONLY idlers, it would go to both slaves and minions while slackers would stay unchanged.


In Topic: You spawn in a forest, in your backpack you have a...

07 May 2013 - 03:19 AM

-Duct tape

-Stick

-Socks

-Termos bottle with old chocolate milk in it

-Scifi book you are reading

-A poorly balanced paper plane that immediately makes a loop and hits you in the eye if thrown

 

Unless the player had time to prepare, in which case:

-Duct tape * 8

-10 random knives from the kitchen

-tool box

-matches

-toilet paper

-cereal


In Topic: ISS - International Space Station - Simulator

05 May 2013 - 03:46 AM

If theres simulated air pressure inside the ship and explosives, i could consider playing it :P

In Topic: Petition for the White House: Perpetual Motion Machines

03 May 2013 - 10:01 AM

No thank you, ill go with the ads selling super efficient solar panel kits energy companies want to hide.

In Topic: Is there an overhead for performing chains of method calls?

29 April 2013 - 02:26 PM

Is there any inlining taking place?

I would assume so in c++ in highly used code, but dont know about java.

PARTNERS