Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  Judges Java Versions?  (Read 1682 times)
0 Members and 2 Guests are viewing this topic.
Offline Ranger

Sr. Member
**

Posts: 340
Medals: 1



« on: 2009-12-07 16: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

Sr. Member
**

Posts: 295
Medals: 10



« Reply #1 on: 2009-12-07 16: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

Sr. Member
**

Posts: 340
Medals: 1



« Reply #2 on: 2009-12-07 16: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! Go get 'em!
Offline steveyO

Sr. Member
**

Posts: 310
Medals: 4



« Reply #3 on: 2009-12-07 17: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..

www.bullsquared.com   Play java (applet) games! www.chessclockpro.com Free Online Chess Clock
Offline zeroone

Sr. Member
**

Posts: 295
Medals: 10



« Reply #4 on: 2009-12-07 17: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 Wizard
****

Posts: 1477
Medals: 23


I always win!


« Reply #5 on: 2009-12-08 04: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

Sr. Member
**

Posts: 340
Medals: 1



« Reply #6 on: 2009-12-08 06: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

JGO n00b
*

Posts: 32



« Reply #7 on: 2009-12-08 06: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
*****

Posts: 5214
Medals: 49


Mentally unstable, best avoided.


« Reply #8 on: 2009-12-08 06: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

JGO n00b
*

Posts: 32



« Reply #9 on: 2009-12-08 07: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! Go get 'em!
Offline zammbi

JGO Strike Force
***

Posts: 963
Medals: 9



« Reply #10 on: 2009-12-08 08: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 Wizard
****

Posts: 1477
Medals: 23


I always win!


« Reply #11 on: 2009-12-08 09: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

JGO n00b
*

Posts: 32



« Reply #12 on: 2009-12-08 09: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
*****

Posts: 5214
Medals: 49


Mentally unstable, best avoided.


« Reply #13 on: 2009-12-08 09: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]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.136 seconds with 21 queries.