May 2008 Commit Log

Number of Commits:
328
Number of Active Developers:
7
rjtanner 2008-05-31 19:23 Rev.: 9186

Run MapNormalizer script on all maps

489 lines of code changed in 179 files:

anmaster 2008-05-31 18:37 Rev.: 9185

Fix Makefile.am so aclocal.m4 generation works correctly.

8 lines of code changed in 3 files:

anmaster 2008-05-31 18:33 Rev.: 9184

Seems like the autotools define for LUA changed, update source to properly
use LUA.

423 lines of code changed in 6 files:

anmaster 2008-05-31 18:23 Rev.: 9183

More cleanup of autotools mess. Also update svn:ignore where needed.

21 lines of code changed in 5 files:

anmaster 2008-05-31 18:04 Rev.: 9182

Remove some auto generated autotools files from the tree. Just run autogen.sh
to create them. This prevents the mess of different developers using different
versions of autotools, making commits a mess.

20 lines of code changed in 13 files:

anmaster 2008-05-31 17:44 Rev.: 9181

Scripted removal of trailing whitespaces, also removing excessive newlines at
end of files (one final newline should be all).

39 lines of code changed in 15 files:

rjtanner 2008-05-31 17:44 Rev.: 9180

Updated ChangeLog file using svn2cl

785 lines of code changed in 2 files:

anmaster 2008-05-31 08:55 Rev.: 9179

Change even more sprintf to snprintf.

134 lines of code changed in 22 files:

anmaster 2008-05-31 08:06 Rev.: 9178

Change some more sprintf to snprintf.

74 lines of code changed in 17 files:

anmaster 2008-05-30 04:08 Rev.: 9177

Change some sprintf to snprintf.

28 lines of code changed in 4 files:

akirschbaum 2008-05-30 02:32 Rev.: 9176

Run MapNormalizer script on all maps.

223 lines of code changed in 83 files:

akirschbaum 2008-05-30 01:23 Rev.: 9175

Run 'Shrink Map Size' function from MapNormalizer editor script.

104 lines of code changed in 2 files:

ryo_saeba 2008-05-29 17:20 Rev.: 9174

Remove unused map.

0 lines of code changed in 1 file:

ryo_saeba 2008-05-29 17:13 Rev.: 9173

Remove unlinked map.

0 lines of code changed in 1 file:

ryo_saeba 2008-05-29 17:11 Rev.: 9172

Remove unlinked and empty maps.

0 lines of code changed in 2 files:

ryo_saeba 2008-05-29 17:02 Rev.: 9171

Make windows coherent with wall.

6 lines of code changed in 1 file:

ryo_saeba 2008-05-29 17:02 Rev.: 9170

First pass to add lore to the town.

32 lines of code changed in 3 files:

anmaster 2008-05-29 10:58 Rev.: 9169

Fix use of uninitialised variables in the plugin API and remove some dead code
from the plugin API (as in: never called from plugin_common.c) Also cleanup
indention in map.h, change order of members in some structs in face.h to pack
them a bit better.

62 lines of code changed in 5 files:

anmaster 2008-05-29 10:34 Rev.: 9168

Fix the member order in global.h to match the one in init.c. Fix some extern
with wrong type (was char* instead of const char* const). Change some prototypes
to use const pointers. Change to strtol if it exists, and only fall back to
strtol_local if it doesn't.

50 lines of code changed in 11 files:

anmaster 2008-05-29 10:18 Rev.: 9167

Fix a case of assigning and passing a string literal (const char*) as a char*.
Also pack one structure a bit better.

24 lines of code changed in 5 files:

anmaster 2008-05-29 06:27 Rev.: 9166

Resize some more maps with wasted empty space in the lower right part of the map.

61 lines of code changed in 22 files:

anmaster 2008-05-29 04:36 Rev.: 9165

Resize some Azumauindo maps that were mostly a lot of empty space.

99 lines of code changed in 34 files:

anmaster 2008-05-29 04:06 Rev.: 9164

Resize some more mlab maps that were mostly a lot of empty space.

81 lines of code changed in 30 files:

anmaster 2008-05-29 02:01 Rev.: 9163

Add move_block for boats in ground/Pstone/pstone_1.arc.

4 lines of code changed in 2 files:

anmaster 2008-05-29 01:59 Rev.: 9162

Resize some mlab maps that were mostly a lot of empty space, in some a few things outside map (like buttons/boulders) had to be moved a bit. In a few these things outside the map were actually not used.

63 lines of code changed in 15 files:

anmaster 2008-05-29 01:56 Rev.: 9161

Resize some maps in whalingoutpost to use smaller size, they were really wasteful, update to worldmap in order to fix exits for the new sizes.

4026 lines of code changed in 4 files:

anmaster 2008-05-29 01:54 Rev.: 9160

Change exits in /scorn/misc/castle to be under ground and thus look nicer.

13 lines of code changed in 1 file:

anmaster 2008-05-29 01:51 Rev.: 9159

Make server send size and data in one packet, this fix is suboptimal though as
it uses memcpy to do so, it should use writev instead.

21 lines of code changed in 2 files:

akirschbaum 2008-05-28 16:30 Rev.: 9158

Make editor scripts work with latest Gridarta build.

268 lines of code changed in 8 files:

anmaster 2008-05-28 04:43 Rev.: 9157

Fix some double ground in Darcap harbour.

1 lines of code changed in 1 file:

anmaster 2008-05-28 03:22 Rev.: 9156

Change /azumauindo/misc/entrance1 to use a creator instead of a conveyor belt for the passes. Also means the map doesn't have to be so wide so had to update entrances/exits on worldmap too.

390 lines of code changed in 2 files:

anmaster 2008-05-27 13:36 Rev.: 9155

Change the order of some members in some of the large and often used structs in
order to pack them better. This will mainly help on x86_64, but also a bit on x86.
No actual functionality change. Some structs could be packed even better but that
would destroy the logical sectioning of the members in groups.

128 lines of code changed in 6 files:

anmaster 2008-05-27 07:07 Rev.: 9154

Fix some more snprintf using a non-constant string as format parameter, and no
arguments to format string. Also change some more // comments to /**/, as crossfire
is C89 not C99. Add some missing prototypes to headers. Add missing value to a return.
Change from using strcasestr (GNU specific) to the already existing strcasestr_local
in one place.

36 lines of code changed in 13 files:

anmaster 2008-05-25 08:38 Rev.: 9153

Add some more @question/@reply to some maps.

31 lines of code changed in 2 files:

anmaster 2008-05-25 08:33 Rev.: 9152

Fix some snprintf using a non-constant string as format parameter, and no
arguments to format string. Also change some // comments to /**/, as crossfire
is C89 not C99.

37 lines of code changed in 6 files:

anmaster 2008-05-25 05:03 Rev.: 9151

Removed unused .cvsignore files, after all we use SVN since a long time.

7 lines of code changed in 46 files:

anmaster 2008-05-25 04:49 Rev.: 9150

Add length parameter for some functions to be able to use snprintf instead of
sprintf in those. Fixed a char* that should have been const char* in plugin code.
Fixed some typos in protocol documentation. Also fixed indention in some code while
I was working on it anyway.

118 lines of code changed in 8 files:

anmaster 2008-05-24 14:04 Rev.: 9149

Clean up autoconf/automake a bit: remove some unneeded tests for X, updated syntax, and more (see changelog for details).

178 lines of code changed in 6 files:

anmaster 2008-05-23 18:08 Rev.: 9148

Make Castle of Eureca show up on the south pupland world map part. Had to shift all tiles one step south to make the change work so a lot of exits updated too, none of them seems broken, but if they are that is a mistake. In the future tiling should probably be used for the south and north part of the pupland map.

1104 lines of code changed in 10 files:

anmaster 2008-05-23 17:30 Rev.: 9147

Even more fixes for redundant patterns in @match (it is case insensitive, but a lot of maps treated it as if it was case sensitive). Mostly done with grep + sed. Also add @question to two pupland maps and fix a typo on a lake country map.

267 lines of code changed in 84 files:

anmaster 2008-05-23 05:52 Rev.: 9146

Yet more fixes for redundant patterns in @match (it is case insensitive, but a lot of maps treated it as if it was case sensitive). Mostly done with a script.

187 lines of code changed in 55 files:

anmaster 2008-05-23 04:49 Rev.: 9145

More fixes for redundant patterns in @match (it is case insensitive, but a lot of maps treated it as if it was case sensitive). Also fix some broken dialogs (missing the match part of @match and other such typos).

259 lines of code changed in 47 files:

anmaster 2008-05-23 03:11 Rev.: 9144

The @match expression in npc dialog is case insensitive, but a lot of map treated it as if it was case sensitive, fixing a lot of them (there may be more left, that the grep didn't find).

245 lines of code changed in 51 files:

anmaster 2008-05-23 02:20 Rev.: 9143

Add buttons under the actual doors as well to prevent player getting crushed.

26 lines of code changed in 1 file:

anmaster 2008-05-23 02:17 Rev.: 9142

Add @question/@reply stuff to some maps.

17 lines of code changed in 3 files:

anmaster 2008-05-23 02:16 Rev.: 9141

Cosmetic change of /lake_country/Butakis/inn to hide the blue exits under the floor.

9 lines of code changed in 1 file:

anmaster 2008-05-22 17:30 Rev.: 9140

Extend the dialog for the inn & outpost section of maps a bit.

29 lines of code changed in 9 files:

anmaster 2008-05-22 17:18 Rev.: 9139

Add @question to hermes inn maps' dialogs and add some buttons to prevent doors from crushing you

57 lines of code changed in 2 files:

anmaster 2008-05-22 16:45 Rev.: 9138

Run the pshop_copier script to update the shops, some of the shops had small differences.

70 lines of code changed in 10 files:

anmaster 2008-05-22 16:40 Rev.: 9137

Make some tourches that could be used to bypass some maps in puplands non-pickable.

27 lines of code changed in 3 files:

anmaster 2008-05-22 16:26 Rev.: 9136

Fix wrong price of objects in help for IPO.

2 lines of code changed in 1 file:

anmaster 2008-05-22 16:24 Rev.: 9135

Workaround for cfrhg causing random maps when walking on gates to castle of Scorn.

5 lines of code changed in 1 file:

akirschbaum 2008-05-21 16:14 Rev.: 9134

Fix typo in error message.

2 lines of code changed in 3 files:

anmaster 2008-05-21 12:23 Rev.: 9133

Backport fix for bug #1965528 from trunk.

5 lines of code changed in 2 files:

anmaster 2008-05-21 12:06 Rev.: 9132

Fix for bug #1965528.

6 lines of code changed in 2 files:

anmaster 2008-05-21 11:27 Rev.: 9131

Change a lot of static variables to static const, as they are never modified.
Also remove some non-needed nested (inside a function) extern. Also fix some
compiler warning in cfanim (on x86_64 int is not same size as long int!).

71 lines of code changed in 17 files:

anmaster 2008-05-21 05:44 Rev.: 9130

Fix wrong format string for 64-bit unsigned values. Fix confusing error log message in shop code (confusing due to not refering to the correct function).

9 lines of code changed in 3 files:

anmaster 2008-05-21 03:40 Rev.: 9129

Remove an unused static const array. Not referenced anywhere.

4 lines of code changed in 2 files:

qal21 2008-05-21 01:33 Rev.: 9128

Make coloured mail work in the Scorn armour shop

13 lines of code changed in 2 files:

ryo_saeba 2008-05-20 17:02 Rev.: 9127

Add a new professor to the university, and associated scripts (only Lorkas lore, for now). Fix some lights and wrong desks.

132 lines of code changed in 3 files:

ryo_saeba 2008-05-20 16:59 Rev.: 9126

Add a 'message' command, that will display a message on the whole map the victim is on.

23 lines of code changed in 2 files:

ryo_saeba 2008-05-20 16:25 Rev.: 9125

Some fun with plugins.

39 lines of code changed in 3 files:

ryo_saeba 2008-05-20 16:24 Rev.: 9124

Misc say test.

13 lines of code changed in 1 file:

ryo_saeba 2008-05-20 16:23 Rev.: 9123

Clean some stuff, allow animation to be specified through the message field of the event connector.

59 lines of code changed in 3 files:

anmaster 2008-05-20 16:19 Rev.: 9122

The current configure.ac was already set to use the utils directory for auxillary
files, so the config.guess and config.sub in the top source directory were not
used, thus moved them to utils directory. (Before, locally created copies by
autogen.sh placed in utils/ would were used. Try removing them if svn complains
about already existing files). Also force update of all autoconf/automake files
to last versions. Also fix a minor issue with "inline" and "void" being in wrong
order in a function (gcc will handle it, but the C standard doesn't allow it).

3768 lines of code changed in 15 files:

anmaster 2008-05-20 11:01 Rev.: 9121

Update the script to make it work correctly, it assumed too much about the layout of the file, so it was broken. New script should be somewhat more robust.

72 lines of code changed in 2 files:

anmaster 2008-05-20 04:36 Rev.: 9120

Fix some cases of using snprintf function with potentially untrusted data as
format parameter. Change two sprintf into snprintf. Add return value for all
code paths in a non-void returning function.

32 lines of code changed in 5 files:

anmaster 2008-05-20 03:12 Rev.: 9119

Just updates to svn:ignore property for various directories in the server source.

5 lines of code changed in 1 file:

anmaster 2008-05-20 02:49 Rev.: 9118

Apply Patch #1966455: Fix for cut off NPC dialog messages.

29 lines of code changed in 2 files:

anmaster 2008-05-20 02:10 Rev.: 9117

Apply Patch #1966113: Fix uninitialised range vector in monster.c.

5 lines of code changed in 2 files:

akirschbaum 2008-05-19 18:11 Rev.: 9116

Improve map renderer performance.

40 lines of code changed in 1 file:

ryo_saeba 2008-05-19 17:47 Rev.: 9115

Add some stuff, fix a few rooms.

384 lines of code changed in 1 file:

akirschbaum 2008-05-19 17:18 Rev.: 9114

Improve map model performance.

36 lines of code changed in 1 file:

ryo_saeba 2008-05-19 17:16 Rev.: 9113

Increase base book max size, to try to get more various messages.

5 lines of code changed in 2 files:

akirschbaum 2008-05-19 16:48 Rev.: 9112

Make method private.

1 lines of code changed in 1 file:

akirschbaum 2008-05-19 16:42 Rev.: 9111

Fix off-by-one error when building cache filenames.

1 lines of code changed in 1 file:

ryo_saeba 2008-05-19 16:10 Rev.: 9110

Mailboxes shouldn't be pickable.

1 lines of code changed in 1 file:

ryo_saeba 2008-05-19 16:09 Rev.: 9109

Navar university, first ground. Only one professor, but some lore already.

10356 lines of code changed in 2 files:

gros 2008-05-19 10:18 Rev.: 9108

Apply Patch #1967076: Fix crash in use command.
- Arvid Norlander

5 lines of code changed in 2 files:

qal21 2008-05-18 14:50 Rev.: 9107

Add region info in Scorn, courtesy of Arvid Norlander

10 lines of code changed in 3 files:

qal21 2008-05-18 14:46 Rev.: 9106

Add region info in Brest, courtesy of Arvid Norlander

62 lines of code changed in 29 files:

qal21 2008-05-18 14:43 Rev.: 9105

Add region info in Wolfsburg, courtesy of Arvid Norlander

13 lines of code changed in 6 files:

qal21 2008-05-18 14:41 Rev.: 9104

Add region info in , courtesy of Arvid Norlander

4 lines of code changed in 2 files:

qal21 2008-05-18 14:40 Rev.: 9103

Add region info in darcap, courtesy of Arvid Norlander

5 lines of code changed in 2 files:

qal21 2008-05-18 14:38 Rev.: 9102

Add region info in mlab, courtesy of Arvid Norlander

47 lines of code changed in 23 files:

ryo_saeba 2008-05-17 07:53 Rev.: 9101

Apply patch #1965969: Unit test for common/path.c.

91 lines of code changed in 4 files:

ryo_saeba 2008-05-17 07:37

Split animation to its own file.

30 lines of code changed in 4 files:

ryo_saeba 2008-05-17 05:49 Rev.: 9098

Large doors correctly merging with the wall parts.

74 lines of code changed in 4 files:

ryo_saeba 2008-05-17 05:48 Rev.: 9097

Wall parts to correctly merge with doors.

24 lines of code changed in 3 files:

ryo_saeba 2008-05-17 03:47 Rev.: 9096

Merge animations, fix missing face issue.

11 lines of code changed in 1 file:

ryo_saeba 2008-05-16 15:29 Rev.: 9095

Apply patch #1964563: Fix compile error when "MEMORY_DEBUG" is defined in config.h.

4 lines of code changed in 2 files:

ryo_saeba 2008-05-16 15:27 Rev.: 9094

Apply patch #1964058: Fix missing \0 in buffer in add_object_to_socklist.

6 lines of code changed in 2 files:

ryo_saeba 2008-05-16 15:23 Rev.: 9093

Apply patch #1964051: Valgrind error fix: Bad format string.

7 lines of code changed in 3 files:

gros 2008-05-16 11:51 Rev.: 9092

Fix incorrect boundary of the object type array, courtesy of Arvid Norlander.

4 lines of code changed in 2 files:

akirschbaum 2008-05-15 16:30 Rev.: 9091

Fix memory leaks.

8 lines of code changed in 2 files:

akirschbaum 2008-05-15 16:15 Rev.: 9090

Simplify code.

28 lines of code changed in 3 files:

akirschbaum 2008-05-15 16:06 Rev.: 9089

Reformat comments.

25 lines of code changed in 1 file:

akirschbaum 2008-05-15 15:53 Rev.: 9088

Remove FaceCache.init().

4 lines of code changed in 2 files:

akirschbaum 2008-05-15 15:34 Rev.: 9087

Auto-select the default server entry even if not visible initially.

158 lines of code changed in 6 files:

akirschbaum 2008-05-15 14:55 Rev.: 9086

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2008-05-15 14:50 Rev.: 9085

Improve tooltips for hp/sp/grace/food/experience gauges.

88 lines of code changed in 11 files:

akirschbaum 2008-05-15 14:42 Rev.: 9084

Remove unused import statements.

0 lines of code changed in 1 file:

akirschbaum 2008-05-15 14:40 Rev.: 9083

Order import statements.

1 lines of code changed in 1 file:

akirschbaum 2008-05-15 13:49 Rev.: 9082

Include item weight and cursed/damned/magic/blessed/unpaid information in item tooltips.

88 lines of code changed in 3 files:

akirschbaum 2008-05-15 13:09 Rev.: 9081

Rename field names.

6 lines of code changed in 3 files:

akirschbaum 2008-05-15 12:44 Rev.: 9080

Replace cursed/damned/magic/blessed markers with icon background colors.

524 lines of code changed in 13 files:

akirschbaum 2008-05-15 01:12 Rev.: 9079

Highlight magical, blessed, and unpaid items in inventory and ground view.

435 lines of code changed in 24 files:

akirschbaum 2008-05-14 16:07 Rev.: 9078

Add support for different icons for cursed and damned items.

410 lines of code changed in 14 files:

akirschbaum 2008-05-14 15:23 Rev.: 9077

Move code to paint the icon's background out of GUIItem.

25 lines of code changed in 4 files:

akirschbaum 2008-05-14 15:06 Rev.: 9076

Accelerate face loading.

14 lines of code changed in 3 files:

akirschbaum 2008-05-14 14:54 Rev.: 9075

Merge duplicated code.

13 lines of code changed in 1 file:

akirschbaum 2008-05-14 14:36 Rev.: 9074

Remove unused code.

4 lines of code changed in 3 files:

akirschbaum 2008-05-14 14:31 Rev.: 9073

Remove unused parameters from "item" skill commands.

49 lines of code changed in 2 files:

akirschbaum 2008-05-14 14:19 Rev.: 9072

Change syntax of "item" skin commands.

408 lines of code changed in 11 files:

akirschbaum 2008-05-14 14:05 Rev.: 9071

Move fields to correct classes; make them private.

41 lines of code changed in 5 files:

rjtanner 2008-05-14 11:36 Rev.: 9070

Typo correction, should be mission instead of misson

2 lines of code changed in 2 files:

gros 2008-05-14 02:34 Rev.: 9069

Allow the server to be built from outside of its source directory.

11 lines of code changed in 6 files:

akirschbaum 2008-05-13 17:02 Rev.: 9068

Check for correct flag.

1 lines of code changed in 1 file:

akirschbaum 2008-05-13 16:44 Rev.: 9067

Add support for F_BLESSED item flag.

6 lines of code changed in 1 file:

akirschbaum 2008-05-13 16:38 Rev.: 9066

Move GUIItem and related classes to separate package.

1142 lines of code changed in 9 files:

akirschbaum 2008-05-13 15:45 Rev.: 9065

Rename field names.

89 lines of code changed in 1 file:

akirschbaum 2008-05-13 15:35 Rev.: 9064

Print correct animation ID in warning message.

1 lines of code changed in 1 file:

akirschbaum 2008-05-13 15:29 Rev.: 9063

Make methods static.

7 lines of code changed in 6 files:

akirschbaum 2008-05-13 15:25 Rev.: 9062

Inline calls to simple getters.

3 lines of code changed in 2 files:

akirschbaum 2008-05-13 15:20 Rev.: 9061

Add @Override annotations.

3 lines of code changed in 2 files:

qal21 2008-05-13 13:20 Rev.: 9060

Backport darcap/temple_justice/temple_justice.2 fix from trunk

8 lines of code changed in 2 files:

qal21 2008-05-13 13:16 Rev.: 9059

Fix broken dialog in darcap/temple_justice/temple_justice.2

8 lines of code changed in 2 files:

gros 2008-05-13 09:19 Rev.: 9058

Updated the ChangeLog for the previous commit.

4 lines of code changed in 1 file:

gros 2008-05-13 09:17 Rev.: 9057

Fix for bug #1962926 "Fix for crash on division by zero". Courtesy of Arvid Norlander

27 lines of code changed in 1 file:

akirschbaum 2008-05-12 17:50 Rev.: 9056

Move JXCWindow.executeCommand() to Commands.execute().

135 lines of code changed in 11 files:

akirschbaum 2008-05-12 17:24 Rev.: 9055

Remove JXCWindow.executeSingleCommand().

18 lines of code changed in 2 files:

akirschbaum 2008-05-12 17:14 Rev.: 9054

Remove JXCWindow.getShortcuts().

25 lines of code changed in 4 files:

akirschbaum 2008-05-12 17:07 Rev.: 9053

Remove JXCWindowRenderer.getTooltip().

18 lines of code changed in 3 files:

ryo_saeba 2008-05-12 17:04 Rev.: 9052

Removed 'context' stuff as it isn't used here. Clean event handling.

31 lines of code changed in 4 files:

akirschbaum 2008-05-12 16:57 Rev.: 9051

Remove JXCWindow.getMouseTracker().

75 lines of code changed in 6 files:

akirschbaum 2008-05-12 16:34 Rev.: 9050

Remove JXCWindow.getExperienceTable().

31 lines of code changed in 4 files:

ryo_saeba 2008-05-12 16:34 Rev.: 9049

Bug fixes, add 'moveto' command and 'byname' victim type.

6 lines of code changed in 2 files:

akirschbaum 2008-05-12 16:22 Rev.: 9048

Remove JXCWindow.getMetaserver() and calls to JXCWindow.getWindowRenderer().

43 lines of code changed in 6 files:

ryo_saeba 2008-05-12 15:59 Rev.: 9047

Bug fixes, add 'moveto' command and 'byname' victim type.

167 lines of code changed in 4 files:

akirschbaum 2008-05-12 15:58 Rev.: 9046

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2008-05-12 15:55 Rev.: 9045

Remove calls to JXCWindow.getCommandQueue().

44 lines of code changed in 6 files:

akirschbaum 2008-05-12 15:50 Rev.: 9044

Remove call to JXCWindow.getCommandQueue().

25 lines of code changed in 4 files:

ryo_saeba 2008-05-12 15:48 Rev.: 9043

Wrapper for move_to(). Fix invalid move_to parameter order.

21 lines of code changed in 3 files:

ryo_saeba 2008-05-12 15:46 Rev.: 9042

CFAnim basic test map.

1731 lines of code changed in 3 files:

ryo_saeba 2008-05-12 15:45 Rev.: 9041

Give access to find_string() to plugins. Fix invalid manual_apply parameter order.

34 lines of code changed in 3 files:

akirschbaum 2008-05-12 15:42 Rev.: 9040

Remove calls to JXCWindow.getCommandQueue().

30 lines of code changed in 4 files:

akirschbaum 2008-05-12 15:37 Rev.: 9039

Move ExperienceTable to jxclient.experience package.

206 lines of code changed in 7 files:

akirschbaum 2008-05-12 15:29 Rev.: 9038

Make project compilable.

1 lines of code changed in 1 file:

akirschbaum 2008-05-12 15:26 Rev.: 9037

Remove call to JXCWindow.getOptionManager().

4 lines of code changed in 1 file:

akirschbaum 2008-05-12 15:19

Remove call to JXCWindow.getOptionManager().

22 lines of code changed in 4 files:

akirschbaum 2008-05-12 15:14 Rev.: 9034

Rename variable name.

3 lines of code changed in 1 file:

akirschbaum 2008-05-12 15:10 Rev.: 9033

Move timeout related classes to jxclient.timeouts package.

266 lines of code changed in 4 files:

akirschbaum 2008-05-12 15:02 Rev.: 9032

Move Resolution into jxclient.skin package.

153 lines of code changed in 6 files:

akirschbaum 2008-05-12 14:57 Rev.: 9031

Move ConnectionStateListener into jxclient.window package.

41 lines of code changed in 3 files:

akirschbaum 2008-05-12 14:52 Rev.: 9030

Move CommandQueue into jxclient.server package.

180 lines of code changed in 3 files:

akirschbaum 2008-05-12 14:42 Rev.: 9029

Consistently rename parameter names.

317 lines of code changed in 51 files:

akirschbaum 2008-05-12 14:35 Rev.: 9028

Fix typo.

4 lines of code changed in 2 files:

akirschbaum 2008-05-12 14:33 Rev.: 9027

Detect correct prototype for strerror_r().

41 lines of code changed in 5 files:

akirschbaum 2008-05-12 14:09 Rev.: 9026

Rename parameter names.

12 lines of code changed in 2 files:

akirschbaum 2008-05-12 13:58 Rev.: 9025

Remove dependency CrossfireServerConnection->Animations.

43 lines of code changed in 5 files:

akirschbaum 2008-05-12 13:44 Rev.: 9024

Ansi C compatibility improvement: use prototypes.

69 lines of code changed in 23 files:

akirschbaum 2008-05-12 13:34 Rev.: 9023

Ansi C compatibility improvement: use #include <errno.h>.

2 lines of code changed in 2 files:

akirschbaum 2008-05-12 13:28 Rev.: 9022

Ansi C compatibility improvement: do not redeclare variable.

5 lines of code changed in 2 files:

akirschbaum 2008-05-12 13:18 Rev.: 9021

Fix possible buffer overflows.

9 lines of code changed in 2 files:

ryo_saeba 2008-05-12 13:04 Rev.: 9020

Give access to move_to() to plugins.

30 lines of code changed in 4 files:

akirschbaum 2008-05-12 12:43 Rev.: 9019

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2008-05-12 12:41 Rev.: 9018

Add CrossfireExpTableListener; use listener interface for ExperienceTable updating.

71 lines of code changed in 4 files:

akirschbaum 2008-05-12 12:22 Rev.: 9017

Add CrossfireStatsListener; move protocol related constants from SkillSet and Stats to CrossfireStatsListener; use listener interface for Stats updating.

799 lines of code changed in 12 files:

akirschbaum 2008-05-12 11:21 Rev.: 9016

Simplify code.

10 lines of code changed in 1 file:

akirschbaum 2008-05-12 11:15 Rev.: 9014

Remove CrossfireCommandMapscrollEvent.

35 lines of code changed in 5 files:

akirschbaum 2008-05-12 11:07 Rev.: 9013

Remove CrossfireCommandMapEvent.

17 lines of code changed in 4 files:

akirschbaum 2008-05-12 11:06 Rev.: 9012

Make code Ansi C conforming.

1 lines of code changed in 1 file:

akirschbaum 2008-05-12 10:51 Rev.: 9011

Rename CrossfirePlayerListener into PlayerListener.

74 lines of code changed in 5 files:

akirschbaum 2008-05-12 10:46 Rev.: 9010

Rename CfItemModifiedListener into CfItemListener.

48 lines of code changed in 3 files:

akirschbaum 2008-05-12 10:39 Rev.: 9009

Rename Crossfire{Mapscroll,Map,Newmap}Listener into {Mapscroll,Map,Newmap}Listener.

141 lines of code changed in 7 files:

akirschbaum 2008-05-12 10:29 Rev.: 9008

Rename CrossfireSpellChangedListener into SpellsManagerListener.

70 lines of code changed in 3 files:

akirschbaum 2008-05-12 10:19 Rev.: 9007

Rename CrossfireStatsListener/Event into StatsListener/Event.

125 lines of code changed in 8 files:

akirschbaum 2008-05-12 10:01 Rev.: 9006

Fix parsing of (obsolete) CS_STAT_EXP attribute.

3 lines of code changed in 1 file:

akirschbaum 2008-05-12 09:54 Rev.: 9005

Extract SkillSet from Stats class.

158 lines of code changed in 7 files:

akirschbaum 2008-05-12 09:37 Rev.: 9004

Move code to update player stats from CrossfireServerConnection to ItemsManager.

3 lines of code changed in 2 files:

akirschbaum 2008-05-12 09:31 Rev.: 9003

Remove unused code.

2 lines of code changed in 2 files:

akirschbaum 2008-05-12 09:28 Rev.: 9002

Remove dependency CrossfireServerConnection->ItemsManager.

76 lines of code changed in 4 files:

akirschbaum 2008-05-12 09:13 Rev.: 9001

Add CrossfireUpdateItemListener interface.

135 lines of code changed in 4 files:

akirschbaum 2008-05-12 08:49 Rev.: 9000

Remove unused fields.

2 lines of code changed in 1 file:

akirschbaum 2008-05-12 08:47 Rev.: 8999

Fix possible synchronization issue.

1 lines of code changed in 1 file:

akirschbaum 2008-05-12 08:44 Rev.: 8998

Extract JXCWindow.loadSkin() into separate method.

25 lines of code changed in 1 file:

akirschbaum 2008-05-12 08:28 Rev.: 8997

Remove SoundManager.instance.

70 lines of code changed in 7 files:

akirschbaum 2008-05-12 08:10 Rev.: 8996

Rename field names.

16 lines of code changed in 1 file:

akirschbaum 2008-05-12 08:07 Rev.: 8995

Make constructors protected in abstract classes.

8 lines of code changed in 8 files:

akirschbaum 2008-05-12 08:04 Rev.: 8994

Remove unused return value.

2 lines of code changed in 1 file:

akirschbaum 2008-05-12 08:03 Rev.: 8993

Remove unused parameters.

17 lines of code changed in 9 files:

akirschbaum 2008-05-12 07:51 Rev.: 8992

Rename parameter names.

9 lines of code changed in 3 files:

akirschbaum 2008-05-12 07:48 Rev.: 8991

Add final modifiers to fields.

6 lines of code changed in 5 files:

akirschbaum 2008-05-12 07:46 Rev.: 8990

Add private constructor to utility class.

7 lines of code changed in 1 file:

akirschbaum 2008-05-12 07:45 Rev.: 8989

Remove final modifiers from methods.

3 lines of code changed in 2 files:

akirschbaum 2008-05-12 07:44 Rev.: 8988

Remove final modifiers from classes.

4 lines of code changed in 4 files:

akirschbaum 2008-05-12 07:42 Rev.: 8987

Remove unneeded this qualifier.

1 lines of code changed in 1 file:

akirschbaum 2008-05-12 07:39 Rev.: 8986

Reliably close I/O resources.

78 lines of code changed in 1 file:

akirschbaum 2008-05-12 07:23 Rev.: 8985

Extract proocessing of replyinfo commands into separate methods.

88 lines of code changed in 1 file:

akirschbaum 2008-05-12 07:04 Rev.: 8984

Rename method names.

10 lines of code changed in 1 file:

akirschbaum 2008-05-12 06:55 Rev.: 8983

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2008-05-12 06:46 Rev.: 8982

Rename variable names.

30 lines of code changed in 5 files:

akirschbaum 2008-05-12 06:39 Rev.: 8981

Rename field name.

29 lines of code changed in 7 files:

akirschbaum 2008-05-12 06:34 Rev.: 8980

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2008-05-12 06:27 Rev.: 8979

Fix typos.

2 lines of code changed in 1 file:

akirschbaum 2008-05-12 06:26 Rev.: 8978

Rename variable names.

11 lines of code changed in 1 file:

akirschbaum 2008-05-12 06:23 Rev.: 8977

Rename method name.

5 lines of code changed in 3 files:

akirschbaum 2008-05-12 06:16 Rev.: 8976

Highlight damned items in inventory and ground view.

3 lines of code changed in 2 files:

akirschbaum 2008-05-12 05:59 Rev.: 8975

Rewrite the face caching code to remove lags when loading (many) images after entering a new map. Now all image loading is executed asynchronously to the main rendering loop.

2425 lines of code changed in 44 files:

akirschbaum 2008-05-12 04:31 Rev.: 8974

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2008-05-12 03:52 Rev.: 8973

Fix incorrect printf arguments.

3 lines of code changed in 3 files:

akirschbaum 2008-05-12 03:18 Rev.: 8972

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2008-05-11 13:51 Rev.: 8971

Fix possible synchronization problem.

1 lines of code changed in 1 file:

akirschbaum 2008-05-11 13:30 Rev.: 8970

Add CfMapSquare.toString().

6 lines of code changed in 1 file:

akirschbaum 2008-05-11 13:27 Rev.: 8969

Fix Javadoc issue.

1 lines of code changed in 1 file:

ryo_saeba 2008-05-11 12:52 Rev.: 8968

Simple test map for the new dialog system.

423 lines of code changed in 1 file:

ryo_saeba 2008-05-11 12:48 Rev.: 8967

Rewrite NPC communication system.

375 lines of code changed in 16 files:

akirschbaum 2008-05-11 04:59 Rev.: 8966

Remove empty space around map.

3 lines of code changed in 1 file:

akirschbaum 2008-05-11 04:50 Rev.: 8965

Remove empty space around map.

3 lines of code changed in 1 file:

ryo_saeba 2008-05-11 04:46 Rev.: 8964

Add 'move_to' function, that can be used later on for eg plugins.

38 lines of code changed in 4 files:

ryo_saeba 2008-05-11 04:43 Rev.: 8963

Merge NPC and MAGIC_EAR handling, add comments, fix prototype to use const.

62 lines of code changed in 3 files:

ryo_saeba 2008-05-10 16:45 Rev.: 8962

Document a few things.

92 lines of code changed in 3 files:

ryo_saeba 2008-05-10 16:08 Rev.: 8961

Fix bombs being really too powerful.

5 lines of code changed in 1 file:

ryo_saeba 2008-05-10 15:24 Rev.: 8960

First fix pass on CFAnim.

27 lines of code changed in 3 files:

ryo_saeba 2008-05-10 05:12 Rev.: 8959

Fix a few warnings.

7 lines of code changed in 3 files:

ryo_saeba 2008-05-10 05:03 Rev.: 8958

Rename some functions, fix documentation.

57 lines of code changed in 8 files:

ryo_saeba 2008-05-10 03:00

Implement feature request #1961031: 'drop food' and 'drop flesh' buttons would be nice.

66 lines of code changed in 8 files:

akirschbaum 2008-05-09 15:34 Rev.: 8955

Consistently rename identifiers.

149 lines of code changed in 13 files:

ryo_saeba 2008-05-09 08:50 Rev.: 8954

Fix bug #1846018: artifact monster graphics broken.

22 lines of code changed in 3 files:

ryo_saeba 2008-05-09 08:16

Fix bug #1871476:] client script 'watch stats' error.

20 lines of code changed in 6 files:

akirschbaum 2008-05-09 06:40 Rev.: 8951

Remove cyclic class dependency.

65 lines of code changed in 5 files:

akirschbaum 2008-05-09 03:44 Rev.: 8950

Convert utility class CfMapUpdater into normal class.

230 lines of code changed in 14 files:

akirschbaum 2008-05-08 18:36 Rev.: 8949

Move DialogStateParser.hasChangedDialog() to JXCSkin.

23 lines of code changed in 3 files:

akirschbaum 2008-05-08 18:30 Rev.: 8948

Move DialogStateParser.isChangedDialog() to Gui.isChangedFromDefault().

27 lines of code changed in 2 files:

akirschbaum 2008-05-08 18:22 Rev.: 8947

Move map2 protocol command related constants to CrossfireMap2Command.

67 lines of code changed in 11 files:

akirschbaum 2008-05-08 18:04 Rev.: 8946

Remove AbstractCommand.getWindow().

61 lines of code changed in 9 files:

akirschbaum 2008-05-08 17:47 Rev.: 8945

Remove cyclic class dependency.

22 lines of code changed in 4 files:

akirschbaum 2008-05-08 17:41 Rev.: 8944

Rename method names.

16 lines of code changed in 4 files:

akirschbaum 2008-05-08 17:34 Rev.: 8943

Remove unused code.

0 lines of code changed in 1 file:

akirschbaum 2008-05-08 17:32 Rev.: 8942

Rename parameter names.

32 lines of code changed in 10 files:

akirschbaum 2008-05-08 17:21 Rev.: 8941

Add static modifiers.

2 lines of code changed in 1 file:

akirschbaum 2008-05-08 17:17 Rev.: 8940

Rename class names.

91 lines of code changed in 5 files:

ryo_saeba 2008-05-08 17:08 Rev.: 8939

Also extract NPC messages for friendly living things.

5 lines of code changed in 2 files:

akirschbaum 2008-05-08 16:44 Rev.: 8938

Move field to top of class.

5 lines of code changed in 1 file:

akirschbaum 2008-05-08 16:40 Rev.: 8937

Convert fields into local variables.

3 lines of code changed in 1 file:

akirschbaum 2008-05-08 16:36 Rev.: 8936

Move FileCache.saveImageIcon() to Images.

64 lines of code changed in 2 files:

akirschbaum 2008-05-08 16:28 Rev.: 8935

Move FileCache.quoteName() to Filenames.

46 lines of code changed in 2 files:

akirschbaum 2008-05-08 16:21 Rev.: 8934

Convert utility class Faces into normal class.

139 lines of code changed in 9 files:

akirschbaum 2008-05-08 15:54 Rev.: 8933

Remove cyclic class dependency.

13 lines of code changed in 4 files:

akirschbaum 2008-05-08 15:44 Rev.: 8932

Remove cyclic class dependency.

3 lines of code changed in 3 files:

akirschbaum 2008-05-08 15:36 Rev.: 8931

Remove cyclic class dependency.

3 lines of code changed in 3 files:

akirschbaum 2008-05-08 15:28 Rev.: 8930

Remove ItemsList.

70 lines of code changed in 2 files:

akirschbaum 2008-05-08 15:14 Rev.: 8929

Move ItemsList.updateItem() to ItemsManager.

30 lines of code changed in 3 files:

akirschbaum 2008-05-08 15:11 Rev.: 8928

Convert utility class ItemsList into normal class.

210 lines of code changed in 17 files:

ryo_saeba 2008-05-08 05:18

Fix for bug #1930002: Siegfried standing in wrong place ; cannot solve quest. Fix typos, remove useless tests.

36 lines of code changed in 2 files:

ryo_saeba 2008-05-08 05:03

Potential fix for bug #1928570: x-ray vision now needs a push start.

16 lines of code changed in 4 files:

ryo_saeba 2008-05-08 04:26 Rev.: 8923

Fix a potential underflow, forbid players to create too powerful missiles.

12 lines of code changed in 2 files:

ryo_saeba 2008-05-08 04:20 Rev.: 8922

Fix a potential underflow, forbid players to create too powerful missiles.

12 lines of code changed in 2 files:

ryo_saeba 2008-05-08 04:08 Rev.: 8921

Remove unpaid items when returning a player to his savebed for map reset or after server-specific timeout.

39 lines of code changed in 4 files:

ryo_saeba 2008-05-08 04:03 Rev.: 8920

Remove unpaid items when returning a player to his savebed for map reset or after server-specific timeout.

25 lines of code changed in 4 files:

ryo_saeba 2008-05-08 03:34 Rev.: 8919

Generate NPC information page.

115 lines of code changed in 2 files:

ryo_saeba 2008-05-08 03:08

Better and more logical fix for bug #1936178: Trying to remove removed object causes server crash.

32 lines of code changed in 4 files:

ryo_saeba 2008-05-08 02:32

Fix artifact reading to (kind of) trim strings. Fix add missing artifacts to fix alchemy warning.

52 lines of code changed in 6 files:

ryo_saeba 2008-05-08 02:01

Tentative fix for bug #1936178: Trying to remove removed object causes server crash.

151 lines of code changed in 5 files:

ryo_saeba 2008-05-07 15:17 Rev.: 8912

Apply patch #1878451: Let crossfire client compile with OSS4's soundcard.h courtesy anonymous.

7 lines of code changed in 2 files:

ryo_saeba 2008-05-07 15:12 Rev.: 8911

Apply patch by Jochen Suckfüll to move recently updated skills to top of list for X11 client (could possibly be used for other clients).

57 lines of code changed in 6 files:

ryo_saeba 2008-05-07 14:48 Rev.: 8910

Tentative fix for bug #1956908: bolt wc can overflow.

15 lines of code changed in 2 files:

ryo_saeba 2008-05-07 14:33 Rev.: 8909

Tentative fix for bug #1956908: bolt wc can overflow.

15 lines of code changed in 2 files:

ryo_saeba 2008-05-07 14:19 Rev.: 8908

Fix bug #1929084: Wrong artifact stats on forged items.

12 lines of code changed in 4 files:

ryo_saeba 2008-05-07 14:09 Rev.: 8907

Fix bug #1929084: Wrong artifact stats on forged items.

9 lines of code changed in 4 files:

ryo_saeba 2008-05-07 13:47

Fix consecrate not correctly working for Valkyrie.

4 lines of code changed in 2 files:

ryo_saeba 2008-05-07 13:25

Fix bugs #1958325 and #1958326.

6 lines of code changed in 2 files:

ryo_saeba 2008-05-07 13:10 Rev.: 8902

Remove obsolete code.

3 lines of code changed in 2 files:

ryo_saeba 2008-05-07 13:00 Rev.: 8901

Add min/max monster level information to maps.

20 lines of code changed in 3 files:

ryo_saeba 2008-05-07 12:58 Rev.: 8900

Description of where those maps come from.

17 lines of code changed in 1 file:

ryo_saeba 2008-05-07 12:56 Rev.: 8899

Add various links to other maps, set difficulty from monsters on map.

95 lines of code changed in 14 files:

ryo_saeba 2008-05-06 16:01 Rev.: 8898

Remove unused #ifdef and useless LOG.

7 lines of code changed in 2 files:

ryo_saeba 2008-05-06 15:17 Rev.: 8897

Totally unfinished, so move to unlinked.

1 lines of code changed in 16 files:

ryo_saeba 2008-05-06 15:07

Define good key/door slayings.

24 lines of code changed in 6 files:

ryo_saeba 2008-05-06 12:43 Rev.: 8894

Apply patch #1940896: ten kilo pic, by Mike B (mikeeusa).

6 lines of code changed in 1 file:

ryo_saeba 2008-05-06 12:40 Rev.: 8893

Move pic to classical set before applying a patch.

6 lines of code changed in 2 files:

akirschbaum 2008-05-06 01:41 Rev.: 8892

ragnorok: Do not display duplicate items in ground view.

60 lines of code changed in 5 files:

ryo_saeba 2008-05-05 17:09 Rev.: 8891

Patch #1947664: Modified resir's house simi-harder some what moe fun, courtesy Anthony Wyatt (buzzsawddog), slightly modified.

1900 lines of code changed in 1 file:

akirschbaum 2008-05-02 10:19 Rev.: 8890

Move stats watcher initialization code into JXCWindow.

2 lines of code changed in 2 files:

buzzsawddog 2008-05-01 19:54 Rev.: 8889

This is an update to the fireborn graphic, asked a few people in irc if they liked, responce from several was looks better

0 lines of code changed in 8 files:

buzzsawddog 2008-05-01 19:35 Rev.: 8888

This is an update to the fireborn graphic, asked a few people in irc if they liked, responce from several was looks better

0 lines of code changed in 4 files:

akirschbaum 2008-05-01 12:06

Merge duplicated code.

13 lines of code changed in 2 files:

akirschbaum 2008-05-01 12:01

Merge duplicated code.

23 lines of code changed in 2 files:

akirschbaum 2008-05-01 11:49

Merge duplicated code.

11 lines of code changed in 2 files:

akirschbaum 2008-05-01 11:43 Rev.: 8881

Move classes to newly created package.

3550 lines of code changed in 81 files:

akirschbaum 2008-05-01 11:05 Rev.: 8880

Reorder import statements.

126 lines of code changed in 59 files:

akirschbaum 2008-05-01 10:36 Rev.: 8879

Move Commands.patternWhitespace to Patterns.patternWhitespace.

47 lines of code changed in 3 files:

akirschbaum 2008-05-01 10:26 Rev.: 8878

Fix comment.

1 lines of code changed in 1 file:

akirschbaum 2008-05-01 09:21 Rev.: 8877

Remove unneeded this qualifier.

4 lines of code changed in 2 files:

akirschbaum 2008-05-01 09:15 Rev.: 8876

Replace catch(Exception).

2 lines of code changed in 1 file:

akirschbaum 2008-05-01 09:14 Rev.: 8875

Remove unneeded try...catch blocks.

12 lines of code changed in 2 files:

akirschbaum 2008-05-01 09:12 Rev.: 8874

Fix Javadoc issues.

50 lines of code changed in 27 files:

akirschbaum 2008-05-01 08:53 Rev.: 8873

Remove unusedd import statements.

0 lines of code changed in 4 files:

akirschbaum 2008-05-01 08:51 Rev.: 8872

Replace for with foreach.

6 lines of code changed in 1 file:

akirschbaum 2008-05-01 08:49 Rev.: 8871

Rewrite code.

9 lines of code changed in 1 file:

akirschbaum 2008-05-01 08:47 Rev.: 8870

Make methods static.

17 lines of code changed in 10 files:

akirschbaum 2008-05-01 08:41 Rev.: 8869

Inline call to getter.

1 lines of code changed in 1 file:

akirschbaum 2008-05-01 08:36 Rev.: 8868

Do not use string literals for synchronization.

3 lines of code changed in 1 file:

akirschbaum 2008-05-01 08:34 Rev.: 8867

Rename field names.

12 lines of code changed in 1 file:

akirschbaum 2008-05-01 08:29 Rev.: 8866

Remove JXCWindow.getCrossfireServerConnection().

75 lines of code changed in 11 files:

akirschbaum 2008-05-01 08:07 Rev.: 8865

Remove calls to JXCWindow.getCrossfireServerConnection().

61 lines of code changed in 10 files:

akirschbaum 2008-05-01 07:37 Rev.: 8864

Remove support for obsolete 'item' protocol command.

0 lines of code changed in 1 file:

akirschbaum 2008-05-01 07:35 Rev.: 8863

Remove class CrossfireCommandNewmapEvent.

4 lines of code changed in 4 files:

akirschbaum 2008-05-01 07:27 Rev.: 8862

Remove unused parameter.

2 lines of code changed in 2 files:

akirschbaum 2008-05-01 07:20 Rev.: 8861

Remove unused code.

1 lines of code changed in 12 files:

akirschbaum 2008-05-01 06:52 Rev.: 8860

Add final modifiers.

7 lines of code changed in 5 files:

akirschbaum 2008-05-01 06:45 Rev.: 8859

Replace fully qualified class name with simple name+import.

3 lines of code changed in 1 file:

akirschbaum 2008-05-01 06:44 Rev.: 8858

Remove unneeded this qualifiers.

17 lines of code changed in 9 files:

akirschbaum 2008-05-01 06:37

Rename parameter name.

7 lines of code changed in 2 files:

akirschbaum 2008-05-01 06:34 Rev.: 8855

Fix typo.

2 lines of code changed in 1 file:

akirschbaum 2008-05-01 06:31 Rev.: 8854

Remove unneeded static qualifiers.

13 lines of code changed in 3 files:

akirschbaum 2008-05-01 06:17 Rev.: 8853

Add final modifiers.

22 lines of code changed in 14 files:

akirschbaum 2008-05-01 06:07 Rev.: 8852

Whitespace change.

1 lines of code changed in 1 file:

akirschbaum 2008-05-01 06:01 Rev.: 8851

Remove C-style array declarations.

4 lines of code changed in 3 files:

akirschbaum 2008-05-01 05:59 Rev.: 8850

Add @Override annotations.

42 lines of code changed in 26 files:

akirschbaum 2008-05-01 05:03 Rev.: 8849

Check for invalid color indices in log_color skin command. Report sensible error rather than crash.

24 lines of code changed in 2 files:

akirschbaum 2008-05-01 04:51 Rev.: 8848

Rewrite code.

29 lines of code changed in 1 file:

akirschbaum 2008-05-01 04:01 Rev.: 8847

Move comment to correct location.

4 lines of code changed in 1 file:

akirschbaum 2008-05-01 03:31 Rev.: 8846

Accelerate map updates.

14 lines of code changed in 3 files:

akirschbaum 2008-05-01 03:13 Rev.: 8845

Remove unused code.

0 lines of code changed in 3 files:

akirschbaum 2008-05-01 03:08 Rev.: 8844

Whitespace changes.

52 lines of code changed in 14 files:

akirschbaum 2008-05-01 03:03 Rev.: 8843

Suppress unneeded map tile repaints after mapscroll commands.

0 lines of code changed in 1 file:

akirschbaum 2008-05-01 03:00 Rev.: 8842

Repaint correct tiles after mapscroll event.

5 lines of code changed in 1 file:

April 2008 »

Generated by StatSVN 0.7.0