• R/O
  • SSH
  • HTTPS

jband: List of commits


RSS
Rev. Time Author
r102 2009-06-21 19:27:49 paulblay

__T and translation stuff (probably, I forget).

r101 2009-06-21 19:26:45 paulblay

Changed to HeapAlloc, but didn't still crashes.

r100 2009-06-21 01:37:26 paulblay

Corrects a mistake in the knowledge menu handling. Continuing work on supporting dual languages.

r99 2009-06-20 22:00:02 paulblay

Closes Ticket #17439 and 'news.txt' now displays (mostly) correctly.

r98 2009-06-20 17:32:17 paulblay

"Any key" stuff.

r97 2009-06-20 05:52:36 paulblay

Some translation work (to be checked).

r96 2009-06-19 20:41:46 paulblay

More 'Japanese version' text files. news_jpn.txt still needs to be translated.

r95 2009-06-19 16:38:50 paulblay

Roughly split internationalization stuff into separate files.

r94 2009-06-19 02:53:03 paulblay

Added 'Japanese versions' of help files. Note that translation has not yet actually been done.

r93 2009-06-19 00:51:16 paulblay

This closes Ticket #17422 Term windows are not being displayed with font set in INI file. However INI file now needs to be in Unicode (UTF-16) and has to be distributed with program. (Not ideal)

r92 2009-06-18 22:22:49 paulblay

This closes Ticket #17396 Handling for double-width characters required. (Although with some very ugly code)

r91 2009-06-18 19:11:20 paulblay

Next step towards displaying Japanese text correctly.

r90 2009-06-18 05:29:22 paulblay

This closes Ticket #17397 Need to add "switch language" option / command.

r89 2009-06-18 00:24:21 paulblay

This closes Ticket #17398 Crash on creating other character classes

r88 2009-06-17 01:38:32 paulblay

Switched to using fread instead of _read and the load function (apparently) worked. Who-hoo! This closes Ticket #17380 Unable to load save file

r87 2009-06-16 22:12:06 paulblay

Removed load-old.c code (by #if 0). There are no older versions of save files available to load at this time.

r86 2009-06-16 20:32:31 paulblay

Corrected some errors, but still not fixed Ticket #17380 Unable to load save file

r85 2009-06-16 19:42:16 paulblay

Help files converted to UTF-8 format. (Still display OK).

r84 2009-06-16 19:10:42 paulblay

This closes #17326 (Assert failure on save.)

r83 2009-06-16 18:02:39 paulblay

Includes (commented out) code that experimented with splitting keypad numbers from other numbers. Was only partially successful (walking worked, running and menu selection didn't). Might have another go sometime.

r82 2009-06-16 06:05:18 paulblay

Apart from a lot of tweaking white space while looking at the code this commit fixes one genuine error. ;-)

r81 2009-06-16 03:56:01 paulblay

Thinking about what we might do with macros with Unicode available. (e.g. split keypad numerals off from standard numerals on Windows).

r80 2009-06-16 00:09:51 paulblay

Now up to date with Vanilla Angband Changeset 1443

r79 2009-06-15 23:21:33 paulblay

This should close Ticket #17339 The words 'macro' and 'keymap' turn to gibberish in pref dump

r78 2009-06-15 21:30:07 paulblay

This closes the "can't drop stuff in home" ticket (which was another silly error in store.c).

r77 2009-06-15 21:17:28 paulblay

This closes Ticket #17331 'p' does not work in shops.

r76 2009-06-15 18:25:56 paulblay

This reverses change to the pref file as it is no longer needed. Fixed problem with use of char constant definitions for arrow keys. (Over 128 are interpreted as negative numbers) e.g. Changed '\x8D' etc. to 141. Unfortunately this does not fix Ticket #17291 Key catching is somewhat broken. in its entirety.

r75 2009-06-15 17:16:08 paulblay

Hack that partially alleviates Ticket #17291 Key catching is somewhat broken.

r74 2009-06-15 05:40:03 paulblay

Changed a bunch of text files to UTF-8 format and added a word in Japanese characters to each (to show that they are encoded correctly). Note that they all have the BOM. With Windows the BOM can be removed (with effort) from UTF-8 files, but those files must have at least one word with multi-byte characters or they effectively 'revert' to plain ASCII.

r73 2009-06-15 04:39:40 paulblay

More __T(. I'm going to try experimenting with the pref files to see if I can sort out this keymap problem.

Show on old repository browser