July 2007 Commit Log

Number of Commits:
112
Number of Active Developers:
6
ryo_saeba 2007-07-31 16:51 Rev.: 6854

Fix compilation, document compile command line.

12 lines of code changed in 2 files:

ryo_saeba 2007-07-31 16:48 Rev.: 6853

Move read_client_images() from socket/ to common/.

227 lines of code changed in 6 files:

akirschbaum 2007-07-31 16:45 Rev.: 6852

Move map model related classes to package com.realtime.crossfire.jxclient.map.

2011 lines of code changed in 8 files:

akirschbaum 2007-07-31 16:28 Rev.: 6851

Move skin related classes to package com.realtime.crossfire.jxclient.skin.

1324 lines of code changed in 7 files:

akirschbaum 2007-07-31 16:20 Rev.: 6850

Move gui related classes to package com.realtime.crossfire.jxclient.gui.

4290 lines of code changed in 27 files:

akirschbaum 2007-07-31 01:53 Rev.: 6849

Rename method names.

36 lines of code changed in 6 files:

akirschbaum 2007-07-31 01:50 Rev.: 6848

Remove unused code.

4 lines of code changed in 4 files:

ryo_saeba 2007-07-29 16:25 Rev.: 6847

Documentation, no functional change.

1633 lines of code changed in 10 files:

ryo_saeba 2007-07-29 12:17 Rev.: 6846

Documentation, no functional change.

291 lines of code changed in 4 files:

ryo_saeba 2007-07-27 17:04 Rev.: 6845

Documentation, no functional change.

545 lines of code changed in 2 files:

ryo_saeba 2007-07-27 12:56 Rev.: 6844

Enable svn:keywords property. Various tweaks.

48 lines of code changed in 1 file:

ryo_saeba 2007-07-27 12:50

Documentation, no functional change.

215 lines of code changed in 13 files:

akirschbaum 2007-07-26 18:08 Rev.: 6841

Fix typo.

2 lines of code changed in 2 files:

akirschbaum 2007-07-26 17:52 Rev.: 6840

Add the server hostname and player name to the window title.

96 lines of code changed in 7 files:

ryo_saeba 2007-07-26 17:40 Rev.: 6839

Documentation, no functional change.

608 lines of code changed in 5 files:

akirschbaum 2007-07-26 17:19 Rev.: 6838

Make sure the window interior has the correct size.

81 lines of code changed in 4 files:

akirschbaum 2007-07-26 16:28 Rev.: 6837

Center the main window on the screen.

2 lines of code changed in 2 files:

akirschbaum 2007-07-26 16:21 Rev.: 6836

Make the main window non-resizable.

3 lines of code changed in 2 files:

akirschbaum 2007-07-26 16:06 Rev.: 6835

Move HP/SP/GR/FP text display below the gauges.

6 lines of code changed in 3 files:

akirschbaum 2007-07-26 15:38 Rev.: 6834

Add tooltips for spellbelt and spelllist.

39 lines of code changed in 5 files:

akirschbaum 2007-07-26 15:17 Rev.: 6833

Whitespace change.

1 lines of code changed in 1 file:

akirschbaum 2007-07-26 15:08 Rev.: 6832

Increase font sizes and remove unnecessary text information.

32 lines of code changed in 4 files:

akirschbaum 2007-07-26 14:36 Rev.: 6831

Add option --server to skip the metaserver window.

27 lines of code changed in 3 files:

akirschbaum 2007-07-26 14:30 Rev.: 6830

Rewrite argument parser.

18 lines of code changed in 1 file:

akirschbaum 2007-07-26 14:22 Rev.: 6829

Rename option -opengl to --opengl.

6 lines of code changed in 2 files:

akirschbaum 2007-07-26 14:20 Rev.: 6828

Add final modifiers.

7 lines of code changed in 1 file:

akirschbaum 2007-07-26 14:17 Rev.: 6827

Remove unneeded parentheses.

6 lines of code changed in 1 file:

akirschbaum 2007-07-26 14:03 Rev.: 6826

Remove duplicate font file.

11 lines of code changed in 6 files:

kbulgrien 2007-07-26 00:12 Rev.: 6825

- Biglake arches replaced with new sea equivalents to make water consistent.
- Merge no_pass -> move_block changes from trunk to branch.
- Smoothing fixes to improve shoreline rendering.
- Removed unnecessary msg line break.

93 lines of code changed in 2 files:

kbulgrien 2007-07-25 23:41 Rev.: 6824

- Remove redundant match strings and unnecessary match expressions.
- Merge some minor changes from trunk to branch.
- Clean up line breaks in message text.
- Minor conversation adjustments.

56 lines of code changed in 2 files:

kbulgrien 2007-07-25 21:53 Rev.: 6823

- Smoothing fix. The lake rendering was terrible, and Filur's Cave was all
but invisible.
- Partial biglake arches replaced by new and more appropriate sea arches.
- Trunk difficulty and name settings merged back down to branch.

136 lines of code changed in 2 files:

ryo_saeba 2007-07-25 17:42 Rev.: 6822

Documentation, no functional change.

646 lines of code changed in 3 files:

ryo_saeba 2007-07-25 17:11

Sanity checks on parameters for usual crashing culprit.

90 lines of code changed in 4 files:

akirschbaum 2007-07-25 15:16 Rev.: 6819

Do not reference CrossfireServerConnection from faces package.

51 lines of code changed in 4 files:

akirschbaum 2007-07-25 15:12 Rev.: 6818

Fix syntax error.

3 lines of code changed in 1 file:

akirschbaum 2007-07-25 15:04 Rev.: 6817

Move code to manage the face cache to class FaceCache.

72 lines of code changed in 2 files:

akirschbaum 2007-07-25 14:49 Rev.: 6816

Rename FaceCache to FileCache.

109 lines of code changed in 4 files:

akirschbaum 2007-07-25 14:45 Rev.: 6815

Fix boilerplate comments.

38 lines of code changed in 2 files:

akirschbaum 2007-07-25 14:43 Rev.: 6814

Move SQUARE_SIZE to Faces class.

12 lines of code changed in 3 files:

akirschbaum 2007-07-25 14:41 Rev.: 6813

Move face handling classes into separate package.

749 lines of code changed in 17 files:

akirschbaum 2007-07-25 14:32 Rev.: 6812

Simplify face handling code.

19 lines of code changed in 4 files:

akirschbaum 2007-07-25 13:52 Rev.: 6811

Remove superfluous code.

0 lines of code changed in 1 file:

akirschbaum 2007-07-25 13:52 Rev.: 6810

Use an external javac to prevent build problems.

1 lines of code changed in 1 file:

akirschbaum 2007-07-24 17:44 Rev.: 6809

Fix CTRL key handling when switching between applications with (for example) CTRL+ALT+direction key.

74 lines of code changed in 2 files:

kbulgrien 2007-07-24 14:52 Rev.: 6808

- Applied patch by "Olivier Huet" <huet.o@free.fr> to fix experience label and
progress bar for high levels (int -> sint64, %d -> %"FMT64").

13 lines of code changed in 4 files:

akirschbaum 2007-07-24 02:44 Rev.: 6807

Move code to display the current spell into class GUISpellLabel.

180 lines of code changed in 4 files:

akirschbaum 2007-07-24 02:12 Rev.: 6806

Rename method name.

3 lines of code changed in 3 files:

akirschbaum 2007-07-24 02:10 Rev.: 6805

Fix player and weapon speed display.

10 lines of code changed in 3 files:

akirschbaum 2007-07-24 00:54 Rev.: 6804

Implement client-side animations in map window.

658 lines of code changed in 7 files:

akirschbaum 2007-07-24 00:50 Rev.: 6803

Document option to disable full-screen mode.

1 lines of code changed in 1 file:

ryo_saeba 2007-07-23 16:48 Rev.: 6802

Documentation, no functional change.

168 lines of code changed in 3 files:

kbulgrien 2007-07-22 17:01 Rev.: 6801

- GTK2 Metaserver dialog modifications:
* Minor rework of prompt texts.
* Add Escape key accelerator for the Quit button.
* Add tooltip to the Quit button to tell a user about the accelerator.
* Cosmetic improvement to the metaserver dialog done by adding padding or
* border width to some widgets so there is spacing between them.
* Make more room for "Server Comments" by removing the redundant "IP Addr"
field, renaming "Last Update (Sec)" to "Updated (Sec)", and renaming
"# Players" to "Players".
- Various non-descript Glade Interface Designer generated file changes.

146 lines of code changed in 11 files:

kbulgrien 2007-07-22 15:26 Rev.: 6800

- Adjust GTK2 client setup_list_columns() so "Weight" column titles are no
longer truncated (on some systems).

26 lines of code changed in 4 files:

ryo_saeba 2007-07-21 15:48 Rev.: 6799

Copy from trunk, used by IPO.

0 lines of code changed in 5 files:

ryo_saeba 2007-07-18 11:45 Rev.: 6798

Remove unused return values. Fix wrong return for cure_disease. Remove hardcoded value.

2 lines of code changed in 1 file:

eracc 2007-07-17 16:25 Rev.: 6797

Update Gorokh Temple random map to discourage camping for experience.

5340 lines of code changed in 2 files:

ryo_saeba 2007-07-17 16:08 Rev.: 6796

Remove unused return values. Fix wrong return for cure_disease. Remove hardcoded value.

42 lines of code changed in 2 files:

ryo_saeba 2007-07-17 15:54 Rev.: 6795

Change function return type for coherence with experience.

8 lines of code changed in 4 files:

ryo_saeba 2007-07-17 15:46 Rev.: 6794

Remove obsolete color_bg field.

0 lines of code changed in 99 files:

ryo_saeba 2007-07-17 14:09 Rev.: 6793

Remove obselete fields, even if those archetypes aren't really used.

0 lines of code changed in 36 files:

ryo_saeba 2007-07-17 14:03 Rev.: 6792

Remove obsolete color_bg handling.

19 lines of code changed in 3 files:

mwedel 2007-07-17 02:13 Rev.: 6791

No functional changes - various cleanups to reduce number of compiler warnings
when compiled with -Wall - makes it easier to catch real errors. Most things
changed/fixed are missing returns in non void functions, missing includes,
declared but unused variables, not escaping #include sproto in CEXTRACT
checks. MSW 2007-07-16

108 lines of code changed in 42 files:

mwedel 2007-07-17 02:12 Rev.: 6790

server/Makefile.am: Don't include main.c when building sproto.h
MSW 2007-07-16

1 lines of code changed in 1 file:

mwedel 2007-07-17 02:12 Rev.: 6789

test/unit/server/Makefile.am, test/bugs/bugtrack/Makefile.am:
Remove duplicate build directions for libtypes.a
MSW 2007-07

0 lines of code changed in 2 files:

mwedel 2007-07-17 02:09 Rev.: 6788

common/shstr.c, include/shstr.h, server/c_misc.c: Move SS_STATISTICS from
shstr.h to shstr.c - c_misc.c also includes the file,
and got warnings about unused static variables. - MSW 2007-07-16

6 lines of code changed in 3 files:

mwedel 2007-07-17 00:47

Add support for using png files for html handbook and spoiler - png support
is common enough in browsers now days that don't need to convert to gif.
Reduces tool requirements to build documents (as it is a simple copy
for the png, vs actual conversion), and speeds up building the files
dramatically.
--
doc/scripts/makeps.pl: Add png output handling. What this amounts to is
doing a hard link to the original png file.
doc/playbook-html/Makefile.am, doc/spoiler-html/Makefile.am: Use png
output for images now, not gif.
MSW 2007-07-16

76 lines of code changed in 11 files:

ryo_saeba 2007-07-16 17:20

Fix potential crash.

10 lines of code changed in 4 files:

ryo_saeba 2007-07-16 17:18 Rev.: 6783

Improve IPO help, give prices and max weight. Clean code some. Copied from trunk.

51 lines of code changed in 1 file:

ryo_saeba 2007-07-16 17:15 Rev.: 6782

Improve IPO help, give prices and max weight. Clean code some.

28 lines of code changed in 1 file:

ryo_saeba 2007-07-16 16:19 Rev.: 6781

Remove 'random_move' field, 'random_movement' exists.

7 lines of code changed in 3 files:

ryo_saeba 2007-07-16 16:16 Rev.: 6780

Remove obsolete and invalid flag.

1 lines of code changed in 1 file:

ryo_saeba 2007-07-15 17:04

Remove obsolete/unused things.

11 lines of code changed in 9 files:

ryo_saeba 2007-07-15 16:32 Rev.: 6777

Remove unused field.

5 lines of code changed in 4 files:

ryo_saeba 2007-07-15 09:02 Rev.: 6776

Fix doc generation.

4 lines of code changed in 3 files:

ryo_saeba 2007-07-15 08:54 Rev.: 6775

Fix doc generation.

10 lines of code changed in 5 files:

ryo_saeba 2007-07-15 08:51 Rev.: 6774

File is generated by make archive, no need to keep it.

0 lines of code changed in 1 file:

mwedel 2007-07-12 02:09 Rev.: 6773

server/skills.c: Fix crash - using incorrect map pointer in call
to get_map_ob
MSW 2007-07-11

5 lines of code changed in 2 files:

mwedel 2007-07-12 01:55 Rev.: 6772

lib/Makefile.in: Rebuilt
server/skills.c: Fix crash - using incorrect map pointer in call
to get_map_ob
common/object.c: Add some debugging to maybe help track down a crash
on metalforge.
MSW 2007-07-11

21 lines of code changed in 4 files:

ryo_saeba 2007-07-11 17:16 Rev.: 6771

Fix memory leak.

5 lines of code changed in 2 files:

ryo_saeba 2007-07-11 15:35 Rev.: 6770

Tentative fix for bug #1746208: Critical crash with 'printlos'.

14 lines of code changed in 2 files:

ryo_saeba 2007-07-11 15:30 Rev.: 6769

Tentative fix for bug #1746208: Critical crash with 'printlos'.

11 lines of code changed in 2 files:

mwedel 2007-07-10 02:39 Rev.: 6768

Add client_anim_... support for all objects that support it, remove
their speed attributes if the only reason they had speed set was for
animation.
MSW 2007-07-09

330 lines of code changed in 113 files:

mwedel 2007-07-10 02:38 Rev.: 6767

gtk-v2/src/inventory.c: Add support for client side animation of look window.
MSW 2007-07-09

74 lines of code changed in 2 files:

mwedel 2007-07-10 01:06 Rev.: 6766

socket/request.c: In map sending routine, use object anim_speed if so for
animation speed instead of object speed. Allows for zero speed objects
to be animated, also matches behavior for inventory items.
MSW 2007-07-09

10 lines of code changed in 2 files:

ryo_saeba 2007-07-09 17:20 Rev.: 6765

Documentation, no functional change.

106 lines of code changed in 3 files:

ryo_saeba 2007-07-09 15:34 Rev.: 6764

Remove superfluous calls to esrv_del_item (since remove_ob calls it if needed).

10 lines of code changed in 12 files:

mwedel 2007-07-09 02:30 Rev.: 6763

Add notes about object stacking behavior, client view.
MSW 2007-07-08

100 lines of code changed in 1 file:

mwedel 2007-07-09 01:45 Rev.: 6762

Update face information below player if it changes. Add P_PLAYER mapflag
field, as well as pointer to player on space making it easy to find
players on a space. Fix for bug 1735459. Change merged from trunk.
---
test/unit/common/stubs_common.c, crossedit/stubs.c, random_maps/standalone.c:
Add esrv_update_item() stub
common/map.c: Modify update_position() to look for player and
update MapSpace accordingly.
common/object.c: update_object(): If player is object, update map
attributes immediately. Add handling for face or object changes.
include/map.h: Add SET/GET_MAP_PLAYER, player * to MapSpace, P_PLAYER
flag
---
MSW 2007-07-08

90 lines of code changed in 8 files:

mwedel 2007-07-09 01:20 Rev.: 6761

Update face information below player if it changes. Add P_PLAYER mapflag
field, as well as pointer to player on space making it easy to find
players on a space. Fix for bug 1735459
---
common/map.c: Modify update_position() to look for player and
update MapSpace accordingly.
common/object.c: update_object(): If player is object, update map
attributes immediately. Add handling for face or object changes.
include/map.h: Add SET/GET_MAP_PLAYER, player * to MapSpace, P_PLAYER
flag
---
MSW 2007-07-08

63 lines of code changed in 4 files:

ryo_saeba 2007-07-08 17:43 Rev.: 6760

Documentation, no functional change.

182 lines of code changed in 2 files:

ryo_saeba 2007-07-07 12:20 Rev.: 6759

Try to factor esrv_del_item and esrv_send_item into remove_ob() and insert_ob_in_ob(). Fix calls to esrv_send_item that are really esrv_update_item().

89 lines of code changed in 21 files:

qal21 2007-07-05 18:43 Rev.: 6758

Revert accidental commit

0 lines of code changed in 1 file:

qal21 2007-07-05 17:06

0 lines of code changed in 2 files:

ryo_saeba 2007-07-05 17:06 Rev.: 6755

Fix various GAIM/GTK links.

8 lines of code changed in 5 files:

akirschbaum 2007-07-05 16:59 Rev.: 6754

Add option -N to disable full-screen mode/enable windowed mode.

20 lines of code changed in 4 files:

akirschbaum 2007-07-05 16:49 Rev.: 6753

Use non-transparent images whenever possible.

1 lines of code changed in 9 files:

ryo_saeba 2007-07-05 14:28 Rev.: 6752

Remove crossedit-related documentation, replace with Gridarta.

29 lines of code changed in 8 files:

akirschbaum 2007-07-05 14:26 Rev.: 6751

Fix element size.

1 lines of code changed in 1 file:

akirschbaum 2007-07-05 14:19 Rev.: 6750

Remove transparent borders from pictures.

27 lines of code changed in 2 files:

akirschbaum 2007-07-05 14:05 Rev.: 6749

Fix possible crash when loading skin files.

4 lines of code changed in 1 file:

qal21 2007-07-05 14:00 Rev.: 6748

Fix merge conflict blurb that got commited

0 lines of code changed in 1 file:

akirschbaum 2007-07-05 13:59 Rev.: 6747

Allow arguments to run.sh script.

1 lines of code changed in 1 file:

akirschbaum 2007-07-05 13:55 Rev.: 6746

Fix possible NullPointerException.

17 lines of code changed in 1 file:

ryo_saeba 2007-07-05 13:47 Rev.: 6745

Don't lose golem if only consulting the spell list.

14 lines of code changed in 2 files:

akirschbaum 2007-07-04 16:27 Rev.: 6744

Change skin handling from hard-coded JXCSkinPrelude class to config files.

2287 lines of code changed in 30 files:

ryo_saeba 2007-07-04 16:08

Hopefully fix invalid player count on map.

58 lines of code changed in 16 files:

akirschbaum 2007-07-04 13:30 Rev.: 6741

Remove unused variables.

4 lines of code changed in 1 file:

akirschbaum 2007-07-04 04:10 Rev.: 6740

Output debug messages if a broken skin in detected.

3 lines of code changed in 1 file:

akirschbaum 2007-07-04 04:08 Rev.: 6739

Fix typos.

4 lines of code changed in 1 file:

ryo_saeba 2007-07-02 16:34

Remove stacking logic for blockview items, obsolete with map_layer.

12 lines of code changed in 4 files:

akirschbaum 2007-07-02 15:01 Rev.: 6736

Add help for skills command.

26 lines of code changed in 6 files:

ryo_saeba 2007-07-01 17:27 Rev.: 6735

Documentation, no functional changes.

111 lines of code changed in 3 files:

June 2007 »

Generated by StatSVN 0.7.0