October 2009 Commit Log

Number of Commits:
44
Number of Active Developers:
2
akirschbaum 2009-10-29 15:01 Rev.: 12236

Omit objects below the floor from the ground view.

7 lines of code changed in 2 files:

anmaster 2009-10-29 12:31 Rev.: 12235

Remove some double floor in /quests/peterm/FireTemple/Fire2, move one magic mouth below the floor.

6 lines of code changed in 1 file:

anmaster 2009-10-29 11:55 Rev.: 12234

Remove some double floor and bogus non-reachable exits in /quests/peterm/FireTemple/LavaChamber and /quests/peterm/FireTemple/Passageway.

2 lines of code changed in 2 files:

anmaster 2009-10-29 05:39 Rev.: 12233

Fix exit location for the goto command in server/c_wiz.c (was broken when exit coordinates recently changed so that (-1,-1) meant default coordinates).

6 lines of code changed in 2 files:

akirschbaum 2009-10-26 15:21 Rev.: 12232

Do not display 'null' disconnect reason.

4 lines of code changed in 1 file:

akirschbaum 2009-10-24 17:51 Rev.: 12231

Disable [Debug] messages by default. Use the -d command-line option to enable debug messages.

5 lines of code changed in 2 files:

akirschbaum 2009-10-24 17:47 Rev.: 12230

Fix incorrect error message for throwing skill when no throwable object was found.

9 lines of code changed in 2 files:

akirschbaum 2009-10-24 17:20 Rev.: 12229

Fix incorrect checks for empty script messages/options.

2 lines of code changed in 1 file:

akirschbaum 2009-10-24 17:15 Rev.: 12228

Remove debugging code.

0 lines of code changed in 1 file:

akirschbaum 2009-10-24 17:13 Rev.: 12227

Fix check for 'PU_NOTHING' pickup option.

1 lines of code changed in 1 file:

akirschbaum 2009-10-24 17:11 Rev.: 12226

Fix checks for incorrect/missing parameters of 'abil' command.

6 lines of code changed in 2 files:

akirschbaum 2009-10-24 17:07 Rev.: 12225

Do not discard 'const' qualifier in variable initialization.

1 lines of code changed in 1 file:

akirschbaum 2009-10-24 17:03 Rev.: 12224

Remove unreachable code.

2 lines of code changed in 3 files:

akirschbaum 2009-10-24 16:53 Rev.: 12223

Prevent possible writes to string constant.

1 lines of code changed in 1 file:

akirschbaum 2009-10-24 16:50 Rev.: 12222

Remove old-style function definitions.

3 lines of code changed in 1 file:

akirschbaum 2009-10-24 16:49 Rev.: 12221

Fix incorrect error check.

1 lines of code changed in 1 file:

akirschbaum 2009-10-24 16:42 Rev.: 12220

Rewrite code to prevent integer overflows.

1 lines of code changed in 1 file:

akirschbaum 2009-10-24 16:28 Rev.: 12219

Remove unneeded type casts.

5 lines of code changed in 2 files:

akirschbaum 2009-10-24 16:23 Rev.: 12218

Remove type casts removing 'const' qualifiers.

12 lines of code changed in 4 files:

akirschbaum 2009-10-24 15:56 Rev.: 12217

Adapt regression test to changed spell parameters (r12127).

9 lines of code changed in 2 files:

akirschbaum 2009-10-24 09:49 Rev.: 12216

Stop repaints if the main window is iconified.

36 lines of code changed in 3 files:

akirschbaum 2009-10-24 09:29 Rev.: 12215

Rename field name.

5 lines of code changed in 1 file:

akirschbaum 2009-10-24 09:11 Rev.: 12214

Make project compilable.

3 lines of code changed in 1 file:

akirschbaum 2009-10-24 09:06 Rev.: 12213

Add nullable annotations.

3035 lines of code changed in 296 files:

akirschbaum 2009-10-23 18:45 Rev.: 12212

Fix Javadoc issues.

9 lines of code changed in 1 file:

akirschbaum 2009-10-23 18:43 Rev.: 12211

Weaken types.

323 lines of code changed in 97 files:

akirschbaum 2009-10-23 17:40 Rev.: 12210

Add public modifier.

1 lines of code changed in 1 file:

akirschbaum 2009-10-23 17:38 Rev.: 12209

Make SpellComparator serializable.

7 lines of code changed in 1 file:

akirschbaum 2009-10-23 17:35 Rev.: 12208

Add private/protected modifiers.

59 lines of code changed in 34 files:

akirschbaum 2009-10-23 17:12 Rev.: 12207

Move Dialogs creation from DefaultJXCSkin to JXCSkinLoader.

5 lines of code changed in 2 files:

akirschbaum 2009-10-23 17:10 Rev.: 12206

Inline function.

1 lines of code changed in 1 file:

akirschbaum 2009-10-23 17:07 Rev.: 12205

Move code from GuiManager to JXCWindow.

3 lines of code changed in 2 files:

akirschbaum 2009-10-23 17:04 Rev.: 12204

Move JXCWindowRenderer creation from GuiManager to JXCwindow.

10 lines of code changed in 2 files:

akirschbaum 2009-10-23 16:56 Rev.: 12203

Move MouseTracker creation from GuiManager to JXCwindow.

12 lines of code changed in 2 files:

akirschbaum 2009-10-23 16:07 Rev.: 12202

Fix #2879249 (SIGSEGV on transport moving across some edges of tiled maps).

96 lines of code changed in 4 files:

akirschbaum 2009-10-23 15:57 Rev.: 12201

Fix typo.

1 lines of code changed in 1 file:

akirschbaum 2009-10-22 18:06 Rev.: 12200

Adapt exit coordinates to server r12199.

220 lines of code changed in 48 files:

akirschbaum 2009-10-22 18:02 Rev.: 12199

Change exits pointing to new map's default coordinates from (0,0) to (-1,-1). This allows exits to point to (0,0).

5 lines of code changed in 2 files:

anmaster 2009-10-15 07:29 Rev.: 12198

Fix tables in /scorn/houses/wizardw to render below books that are supposed to be placed on top of them.

3 lines of code changed in 1 file:

anmaster 2009-10-14 11:13 Rev.: 12197

Minor code cleanup in some python modules (removing unused variables, cleaning up some if tests, removing import statements for some modules that were then never used.

4 lines of code changed in 4 files:

anmaster 2009-10-11 06:09 Rev.: 12196

Enable python 3.1 to be used for the server as well.

3 lines of code changed in 1 file:

anmaster 2009-10-11 05:56 Rev.: 12195

Make svnversion give the right result for out of tree builds of the client (already works for server).

2 lines of code changed in 1 file:

anmaster 2009-10-11 05:50 Rev.: 12194

Make out-of-source-tree builds work by making common/msgtypes.pl to look in the right place.

6 lines of code changed in 2 files:

anmaster 2009-10-11 05:43 Rev.: 12193

// comments is not C89. Change to /**/ to make GCC shut up warning.

1 lines of code changed in 1 file:

September 2009 »

Generated by StatSVN 0.7.0