Battery 1.00 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Battery 1.00 (Default branch)
# 1  
Old 05-09-2008
Battery 1.00 (Default branch)

Image Battery is a Web browser based 2D scrolling shooter game. The player controls an airplane in a top-down view and shoots down enemy planes, helicopters, and tanks. License: Freely Distributable Changes:
Parameter transmitting to the Replay Client (not the class) was fixed. Heli's life was reduced from 50 to 40. The lastcameray parameter was added for logging. A loading screen was added. The "Exception in thread "Thread-8" java.lang.NullPointerException" was (probably) fixed. Now a bullet is white. The monsters activation mechanism was changed. The classes Tank, TankAI, and Gun were created. Another monster view was added for after damage when he's invulnerable.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. AIX

TOD battery dead

My TOD battery of IBM 285 is dead Fast question: i have to buy an original battery(there is only one on ebay!) Or i can use a normal lithium battery for pc bios? Thanks (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

2. Programming

c/c++ clock like , battery charging

Hi all , I need to make a program who describes this ( upper ) graphic: http://upload.wikimedia.org/wikipedia/commons/8/82/Sawtooth-td_and_fd.png My idea is to implement a battery charge x: 0 to time T, y : 0 to 1 values. Can you help me ? (1 Reply)
Discussion started by: jerold
1 Replies

3. Linux

Battery always 0%

Im running Ubuntu 9.04 and the battery indicator on my laptop always reads 0% no matter what. Whether im charging or discharging, the pop up says: "Computer is running on battery power Laptop battery discharging (0.0%) Battery discharge time is currently unknown" When plugged in it says... (2 Replies)
Discussion started by: Charbs
2 Replies

4. Solaris

SE 3510 Battery Issue

Hi everyone, I changed the batteries on 29-Jun-2008 for the storedges. But received error messages from the server today,I used the "-u" option to update the service date information but it syntaticaly fails. Why? Jul 4 12:00:03 auriga SUNWscsdServer: <rctrl8001> The battery on... (3 Replies)
Discussion started by: incredible
3 Replies

5. UNIX for Dummies Questions & Answers

A1000 Battery Question

After searching and finding the link to the A1000 pdf ( http://192.18.99.138/805-7147/805-7147.pdf ) my questions are: 1) I have a battery failure on a A1000. I know that caching is disabled and it reports to see log. After reading the manual I have learned that the battery is a data-cache... (2 Replies)
Discussion started by: finster
2 Replies
Login or Register to Ask a Question
XBATTBAR(1)						    BSD General Commands Manual 					       XBATTBAR(1)

NAME
xbattbar -- show battery status in X Window SYNOPSIS
xbattbar [-a] [-t thickness] [-p interval] [-I color] [-O color] [-i color] [-o color] [-c] [-s script-name] [top | bottom | left | right] DESCRIPTION
xbattbar shows the current (laptop) battery status in the X window environment. Battery status is obtained through the APM kernel module. The APM kernel module depends on your UNIX platform, therefore, consult your documentation for its detail. xbattbar shows its battery status in a simple bar indicator. -a option makes the indicator window keep always on top of your screen. The thickness of the indicator is 3 pixels in default and you can set the thickness as a parameter of -t option. This indicator is appeared in the bottom of the display, as its default. The option top, left, or right forces the status indicator to be at the top, left, and right of the display, respectively. Though it's a default, you can also use buttom as the option. In the case the AC line is on-line (plugged in), its color of the bar indicator consists of "green" and "olive drab" portions. The "green" portion shows its battery charging level. These colors can be changed by -I and -O options. In the other case (AC line is off-line), the "blue" portion of the bar indicator shows the percentage of its remaining battery level. The color conbination for the AC off-line case can be changed by -i and -o options. xbattbar trys to know its battery status in every 10 seconds in default. This is achived by APM polling. If it is used with option -c then ACPI polling will be used. You can use your external script for check battery status. It must print two lines to STDOUT 'battery=value' and 'ac_line=on|off -p option sets the polling interval in second. If the mouse cursor enters in the status indicator, the diagnosis window appears in the center of the display, which shows both AC line sta- tus and battery remaining level. This diagnosis window disappears if the mouse cursor leaves from the status indicator. AUTHOR
Suguru Yamaguchi <suguru@wide.ad.jp>, Akira Kato <kato@wide.ad.jp>, Noriyuki Shigechika <nazo@wide.ad.jp>, Dmitry E. Oboukhov <unera@debian.org> BSD
December 5, 1998 BSD