Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (292)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  Judges Java Versions?  (Read 2039 times)
0 Members and 1 Guest are viewing this topic.
Offline Ranger
« Posted 2009-12-07 22:15:13 »

Could I ask what Java version the judges are using (1.5 or 1.6)?

- Arni Arent (appel)
- Kevin Glass (kevglass)
- Eli Delventhal (Demonpants)

I know the rules say it needs to run on Java 1.5.  Problem is, my entry so far, runs really slowly on Java 1.5, so you'd need a fairly high spec PC to make it playable (Ref: http://craig.dlinkddns.com/DestructionDerby4K/).

Thanks!
Offline zeroone
« Reply #1 - Posted 2009-12-07 22:27:37 »

Cool game.

I didn't realize that 1.6 offered significant performance improvements with graphics.  What specifically was sped up?  Rotation?
Offline Ranger
« Reply #2 - Posted 2009-12-07 22:35:25 »

Cool game.

I didn't realize that 1.6 offered significant performance improvements with graphics.  What specifically was sped up?  Rotation?

Thanks, not really a game yet, only just started.  Cool  Lots of the graphics functions were sped up in 1.6, however, yes, bitmap rotation seemed to get the biggest boost (it's the biggest speed killer in 1.5 for me).
Games published by our own members! Check 'em out!
Try the Free Demo of Revenge of the Titans
Offline steveyO
« Reply #3 - Posted 2009-12-07 23:01:03 »

Very smooth here (1.6), however don't forget there will be community voting this year (I think!). 1.5 users may not be too kind to you..

https://play.google.com/store/apps/details?id=com.bullsquared.alggame Annoying Little Gits (Android)
www.bullsquared.com   Play java (applet) games! www.chessclockpro.com Free Online Chess Clock
Offline zeroone
« Reply #4 - Posted 2009-12-07 23:15:03 »

I recently wrote a small game that uses a lot of sprite rotation:

http://www.meatfighter.com/buggame/

It seems to run at the same speed in 1.5 and 1.6.  Perhaps the problem only shows up if you try to rotate larger sprites though.
Offline appel

JGO Ninja


Medals: 35
Projects: 5


I always win!


« Reply #5 - Posted 2009-12-08 10:02:16 »

I'm running 1.5.

There have been a few racing games in the past with rotating views. See how they do it.

e.g.

http://java4k.com/index.php?action=games&method=view&gid=197

Check out the 4K competition @ www.java4k.com
Check out GAMADU (my own site) @ http://gamadu.com/
Offline Ranger
« Reply #6 - Posted 2009-12-08 12:50:00 »

I'm running 1.5.

There have been a few racing games in the past with rotating views. See how they do it.

e.g.

http://java4k.com/index.php?action=games&method=view&gid=197

Yep, that was my entry last year.  Grin  I wasted a lot of bytes coping my large bitmap into a smaller bitmap before doing a rotation - and even then it still didn't run all that great on Java 1.5.   Do you think it's about time to upgrade from 1.5, after all, it has even been end of lifed by Sun  Wink  Ref: http://java.sun.com/products/archive/eol.policy.html
Offline icza

Junior Member


Projects: 2



« Reply #7 - Posted 2009-12-08 12:57:22 »

Not sure if my opinion matters, but I also vote for Java 6.0 (1.6.0).

Everyone has Java 6.0, and it just complicates things if we have to install the 1.5.0, and configure it for browser plugins etc.

On the other hand, some old Mac computers might not be able to install Java 6.0. But I think this isn't a problem for them as they can just develop and test with Java 5.0, and their applets should run on 6.0 no problem.
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #8 - Posted 2009-12-08 12:58:47 »

I have 1.6 but since the contest has a target of 1.5 I thought I should judge using 1.5?

Wouldn't it be cheating to use 1.6 features since it has to run on 1.5 too?

Kev

Offline icza

Junior Member


Projects: 2



« Reply #9 - Posted 2009-12-08 13:02:15 »

I have 1.6 but since the contest has a target of 1.5 I thought I should judge using 1.5?

Wouldn't it be cheating to use 1.6 features since it has to run on 1.5 too?

Kev

With the current rules, yes, it would be cheating. I think we are now talking about modifying the rules to allow Java 6.0.

I don't think it makes a big difference (if any), it would be just easier for everyone to develop, to test, and in many cases the applets will run faster.
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline zammbi

JGO Coder


Medals: 4



« Reply #10 - Posted 2009-12-08 14:34:10 »

Quote
Wouldn't it be cheating to use 1.6 features since it has to run on 1.5 too?
Well you could still use 1.6 features and still get the game working for 1.5 too  Roll Eyes

I think java4k.com should check its traffic and see if theres a large percent of Java 5 that go there.

If its low then personally I think its really a waste of time to enforce Java 5. If its still greater then 5% then maybe...

Current project - Rename and Sort
Offline appel

JGO Ninja


Medals: 35
Projects: 5


I always win!


« Reply #11 - Posted 2009-12-08 15:01:35 »

It's about backwards compatibility.

If users have 1.6, then the games will run faster for them. If they have 1.5, they still can play the games.

Don't MacOSX users have 1.5?

Check out the 4K competition @ www.java4k.com
Check out GAMADU (my own site) @ http://gamadu.com/
Offline icza

Junior Member


Projects: 2



« Reply #12 - Posted 2009-12-08 15:21:14 »

It's about backwards compatibility.

If users have 1.6, then the games will run faster for them. If they have 1.5, they still can play the games.

Don't MacOSX users have 1.5?

I don't have a MAC, but one of my Java program is used by OS-X users too. They say that today's MAC has Java 6.0, "old" MACs has only Java 5.0.
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #13 - Posted 2009-12-08 15:24:02 »

1) The rules have been set and the contest has been started. Changing the rules now seems unfair to me.

2) Staistics on Java versions are available:

http://www.statowl.com/java.php

Minimum is about 15% loss of users. Significant to me.

Kev

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (67 views)
2013-05-17 21:29:12

alaslipknot (76 views)
2013-05-16 21:24:48

gouessej (109 views)
2013-05-16 00:53:38

gouessej (104 views)
2013-05-16 00:17:58

theagentd (115 views)
2013-05-15 15:01:13

theagentd (104 views)
2013-05-15 15:00:54

StreetDoggy (149 views)
2013-05-14 15:56:26

kutucuk (172 views)
2013-05-12 17:10:36

kutucuk (170 views)
2013-05-12 15:36:09

UnluckyDevil (179 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.104 seconds with 22 queries.