File: CHANGES

package info (click to toggle)
filler 1.02-1
  • links: PTS
  • area: contrib
  • in suites: woody
  • size: 1,236 kB
  • ctags: 803
  • sloc: java: 4,207; makefile: 79; sh: 56; xml: 29
file content (27 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Since 1.01
----------

 * Added 'inc' to 'other' directory. This is the code header you include
   to say that the code is released under GPL.
 * Removed resources_de.properties, resources_fr.properties, as I wrote them
   and they were pretty bad.
 * Added sortByRandom() to PlayerWrappers.
 * Added 'build.xml' to 'other'. This is for use with ant.
 * Cleaned up some access privileges on some fields, cleaned up some bad identifiers.
 * Added Kris Verbeeck's RemotePlayer.

Since 1.0
---------

 * Added INTERNATIONALISATION file.
 * Added 'filler.spec' to 'other' directory.
 * Removed erroneous line from resources.properties
 * Changed filler script to pass extra parameters through to Java
 * Changed filler script to pass LANG variable as user language.
 * Modified Filler.java to work around a bug in Sun's JDK1.3 for Linux,
   where the default locale was always en_US no matter what the user.language
   setting was. Filler now uses a method similar to that in the Locale class to
   figure out what the locale should be.
 * Fixed bug where player descriptions were not i18ned correctly.
 * Added Finnish translation by Sini Ruohomaa.
 * Added Russian translation by Alexei Sinitsyn.