September 2013 Commit Log

Number of Commits:
101
Number of Active Developers:
4
partmedia 2013-09-29 09:50 Rev.: 19067

Use correct datatype in format_si_number to prevent int overflow.

1 lines of code changed in 1 file:

rjtanner 2013-09-28 11:42 Rev.: 19066

Removed forced line breaks in message text to Barren Crypt (quests/todd/aljwaf/crypt4). No functional changes.

2 lines of code changed in 1 file:

rjtanner 2013-09-28 11:35 Rev.: 19065

Removed forced line breaks in message text to world map (world/world_109_125). No functional changes.

3 lines of code changed in 1 file:

rjtanner 2013-09-28 02:06 Rev.: 19064

Removed forced line breaks in message text to West Scorn Trade Market, Vault Level 1 (mlab/mlabscrntrdb1). No functional changes.

19 lines of code changed in 1 file:

rjtanner 2013-09-28 01:11 Rev.: 19063

Magic mouth text clarification to Darcap Circus Throwing Gallery (darcap/darcap/circus/wurfbude). No functional changes.

2 lines of code changed in 1 file:

partmedia 2013-09-21 18:56 Rev.: 19062

Rewrite standalone "random_map" program.

This makes testing random map generators easier and lets us remove the
already broken 'test.c' hack.

146 lines of code changed in 3 files:

partmedia 2013-09-21 18:56 Rev.: 19061

Fix comments and include statements.

29 lines of code changed in 2 files:

partmedia 2013-09-21 18:56 Rev.: 19060

Rename standalone.c -> main.c.

241 lines of code changed in 3 files:

partmedia 2013-09-21 18:56 Rev.: 19059

Properly protect header files.

25 lines of code changed in 5 files:

partmedia 2013-09-21 13:46 Rev.: 19058

Whitespace formatting and source header update.

1176 lines of code changed in 19 files:

partmedia 2013-09-21 13:46 Rev.: 19057

Clean up Makefile.am and rename Notes -> README.

54 lines of code changed in 3 files:

partmedia 2013-09-20 10:07 Rev.: 19056

Whitespace formatting and source header update.

2495 lines of code changed in 21 files:

rjtanner 2013-09-17 14:56 Rev.: 19055

Merge from trunk, improvements to Darcap Library.

1037 lines of code changed in 1 file:

kstenger 2013-09-15 22:20 Rev.: 19054

Check for player beeing loaded in memory before creating a new one with the same name.
Remove the player before re-using the socket in this case, because it's a char who never was actually saved.
If we don't, it would lead to weird situations as the one described in bug #742. This should fix it.

13 lines of code changed in 1 file:

partmedia 2013-09-15 15:43 Rev.: 19053

Improve readability of malloc fix.

2 lines of code changed in 2 files:

partmedia 2013-09-14 17:36 Rev.: 19052

Fix sound results display.

4 lines of code changed in 1 file:

partmedia 2013-09-14 16:41 Rev.: 19051

Fix allocator sizeof operand mismatch.

9 lines of code changed in 2 files:

partmedia 2013-09-14 16:03 Rev.: 19050

Fix allocator sizeof operand mismatch.

2 lines of code changed in 2 files:

kstenger 2013-09-14 15:47 Rev.: 19049

Don't pass already freed object. Change tabs for whitespaces while at it.

3 lines of code changed in 1 file:

akirschbaum 2013-09-14 13:43 Rev.: 19048

Fix drawing issues.

14 lines of code changed in 4 files:

partmedia 2013-09-14 13:38 Rev.: 19047

Avoid using unsafe strncpy/strncat combination.

3 lines of code changed in 1 file:

partmedia 2013-09-14 13:37 Rev.: 19046

Remove duplicate type specifiers.

2 lines of code changed in 2 files:

akirschbaum 2013-09-14 12:31 Rev.: 19045

Add nullable annotation.

1 lines of code changed in 1 file:

kstenger 2013-09-14 10:24 Rev.: 19044

Check if item container wasn't previously destroyed before removing it.

4 lines of code changed in 1 file:

partmedia 2013-09-14 10:06 Rev.: 19043

Deprecate and remove original crossloop.pl script.

3 lines of code changed in 4 files:

partmedia 2013-09-14 09:54 Rev.: 19042

Add newline in default news file.

1 lines of code changed in 1 file:

partmedia 2013-09-14 09:53 Rev.: 19041

Improve crossloop script to save core dumps.

51 lines of code changed in 1 file:

partmedia 2013-09-14 09:53 Rev.: 19040

Simplify generation of crossloop script.

5 lines of code changed in 4 files:

partmedia 2013-09-13 20:12 Rev.: 19039

Improvements to Darcap Library.

1038 lines of code changed in 2 files:

partmedia 2013-09-13 18:03 Rev.: 19038

Improve ship boarding passes.

35 lines of code changed in 5 files:

akirschbaum 2013-09-13 03:07 Rev.: 19037

Add nullable annotation.

0 lines of code changed in 2 files:

partmedia 2013-09-12 16:44 Rev.: 19035

Remove old 1.11 branch.

This was used as trunk for the 1.x branch during the days where a 2.x release seemed imminent. Changes were merged into trunk a long time ago and has served it's purpose.

0 lines of code changed in 1 file:

partmedia 2013-09-12 16:35 Rev.: 19034

Properly rename tags.

0 lines of code changed in 2 files:

partmedia 2013-09-12 16:34 Rev.: 19033

Remove feature branch merged in long ago.

0 lines of code changed in 66 files:

akirschbaum 2013-09-12 13:02 Rev.: 19032

Exclude 'build' files from project.

6 lines of code changed in 6 files:

akirschbaum 2013-09-12 02:08 Rev.: 19031

Move Logger to different package.

154 lines of code changed in 5 files:

akirschbaum 2013-09-12 02:06 Rev.: 19030

Whitespace changes.

0 lines of code changed in 6 files:

akirschbaum 2013-09-12 01:51 Rev.: 19029

Remove duplicate file header.

0 lines of code changed in 2 files:

akirschbaum 2013-09-12 01:26 Rev.: 19028

Fix target name for Javadoc generation.

1 lines of code changed in 1 file:

kstenger 2013-09-11 13:03 Rev.: 19027

When reusing a socket in account_play_cmd() the player which is still loaded in the socket has to be saved before loading something else there.
This prevents weird things to happen when a malicious/buggy client logs-in a player without having it log out (apply a bed/crash/disconnect) before.

7 lines of code changed in 1 file:

akirschbaum 2013-09-11 03:05 Rev.: 19026

Improve debug output of --debug-screen.

0 lines of code changed in 2 files:

akirschbaum 2013-09-10 13:27 Rev.: 19025

Initialize GUI within EDT.

0 lines of code changed in 2 files:

akirschbaum 2013-09-10 11:58 Rev.: 19024

Add Gradle build script.

277 lines of code changed in 10 files:

partmedia 2013-09-09 19:37 Rev.: 19023

Do not play sound if no matching sound was found.

2 lines of code changed in 1 file:

akirschbaum 2013-09-09 16:53 Rev.: 19022

Fix spurious regression test failures.

42 lines of code changed in 4 files:

akirschbaum 2013-09-09 16:17 Rev.: 19021

Fix race condition when negotiating num_look_objects with the server.

83 lines of code changed in 1 file:

akirschbaum 2013-09-09 16:11 Rev.: 19020

Extract NumLookObjects from DefaultCrossfireServerConnection.

225 lines of code changed in 2 files:

akirschbaum 2013-09-09 14:58 Rev.: 19019

Solve more cyclic module dependencies.

48 lines of code changed in 6 files:

akirschbaum 2013-09-09 14:52 Rev.: 19018

Update comment.

0 lines of code changed in 2 files:

akirschbaum 2013-09-09 14:47 Rev.: 19017

Remove unneeded module.

0 lines of code changed in 3 files:

akirschbaum 2013-09-09 14:35 Rev.: 19016

Split off protocol module from network module. This solves a cyclic dependency between the network and model modules.

656 lines of code changed in 40 files:

akirschbaum 2013-09-09 13:33 Rev.: 19015

Move skins into proper resource directory.

6 lines of code changed in 5 files:

akirschbaum 2013-09-09 13:21 Rev.: 19014

Fix project files.

37 lines of code changed in 10 files:

akirschbaum 2013-09-09 13:02 Rev.: 19013

Move resource directory into subdirectory.

8 lines of code changed in 125 files:

akirschbaum 2013-09-09 12:52 Rev.: 19011

Move source directories into common subdirectory 'src'.

9 lines of code changed in 494 files:

partmedia 2013-09-08 19:19 Rev.: 19010

Correctly add SDL LIBS to sound-src build.

3 lines of code changed in 1 file:

partmedia 2013-09-08 18:54 Rev.: 19009

Adapt to new sound def format.

30 lines of code changed in 5 files:

partmedia 2013-09-08 18:53 Rev.: 19008

Adapt new sound definition format.

166 lines of code changed in 1 file:

partmedia 2013-09-08 15:57 Rev.: 19007

Sound definitions belong in the sound folder, not the client sources.

108 lines of code changed in 7 files:

partmedia 2013-09-08 15:06 Rev.: 19006

Add appropriate attributions.

4 lines of code changed in 1 file:

partmedia 2013-09-08 15:02 Rev.: 19005

Move sound config file here, add fire spell sound.

1368 lines of code changed in 2 files:

partmedia 2013-09-08 13:06 Rev.: 19004

Remove raw sounds and conversion artifacts.

0 lines of code changed in 33 files:

partmedia 2013-09-08 13:02 Rev.: 19003

Convert sounds to WAV.

12947 lines of code changed in 31 files:

partmedia 2013-09-08 12:49 Rev.: 19002

Reduce buffer size, improve error message, and use WAV instead of OGG.

4 lines of code changed in 1 file:

partmedia 2013-09-08 11:59 Rev.: 19001

Fix sound effects. Remove type conversion hack and take out select() calls.

55 lines of code changed in 2 files:

partmedia 2013-09-08 10:43 Rev.: 19000

Clean up old code and global variables.

308 lines of code changed in 6 files:

partmedia 2013-09-07 18:54 Rev.: 18999

Reorganize code into logical sections.

518 lines of code changed in 7 files:

partmedia 2013-09-07 18:11 Rev.: 18998

Clean up useless variables, move stuff into separate functions.

56 lines of code changed in 2 files:

akirschbaum 2013-09-07 01:48 Rev.: 18997

Properly track cast spells. Fixes infrequent server crashes due to 100% CPU load.

14 lines of code changed in 4 files:

akirschbaum 2013-09-07 01:25 Rev.: 18996

Set object attribute before inserting it into a map.

2 lines of code changed in 1 file:

partmedia 2013-09-06 23:03 Rev.: 18995

Fix options disabled by default.

2 lines of code changed in 1 file:

partmedia 2013-09-06 23:02 Rev.: 18994

Remove obsolete/redundant code, being accepting (some) arguments.

110 lines of code changed in 4 files:

partmedia 2013-09-06 16:03 Rev.: 18993

Remove redundant configure options.

1 lines of code changed in 1 file:

rjtanner 2013-09-06 14:37 Rev.: 18992

Merge from Trunk changes to lake_country/ with the exception of the guild map.

24131 lines of code changed in 95 files:

rjtanner 2013-09-06 14:18 Rev.: 18991

Merge from Trunk changes to euthville/ with the exception of the guild map.

46415 lines of code changed in 29 files:

rjtanner 2013-09-06 13:22 Rev.: 18990

Merge from Trunk changes to inn_and_outpost/ - no python based guild in this region.

325 lines of code changed in 14 files:

akirschbaum 2013-09-06 05:37 Rev.: 18989

Whitespace changes.

1 lines of code changed in 1 file:

akirschbaum 2013-09-06 04:48 Rev.: 18988

Remove trailing whitespace.

1801 lines of code changed in 144 files:

rjtanner 2013-09-05 16:38 Rev.: 18987

Merge from Trunk changes to dungeons/ - no python based guild in this region.

168048 lines of code changed in 41 files:

partmedia 2013-09-04 22:40 Rev.: 18986

Fix broken CFLAGS for SDL_mixer.

2 lines of code changed in 1 file:

partmedia 2013-09-04 20:45 Rev.: 18985

Drop support for legacy sound systems. SDL_mixer can use either OSS or ALSA (and perhaps more) as a backend, anyways.

13 lines of code changed in 3 files:

partmedia 2013-09-04 17:55 Rev.: 18984

Remove depricated "swapped" attribute introduced by broken Glade editor.

75 lines of code changed in 2 files:

partmedia 2013-09-04 17:30 Rev.: 18983

GTK2 interface requires 2.16 only features; this was not correctly set in the glade file.

439 lines of code changed in 1 file:

partmedia 2013-09-04 17:23 Rev.: 18982

Fix debug flag and add FIXME for configuration option.

2 lines of code changed in 1 file:

partmedia 2013-09-04 16:19 Rev.: 18981

Give documentation appropriate file extensions.

2428 lines of code changed in 29 files:

kstenger 2013-09-04 12:18 Rev.: 18980

Update status of the key modifiers to 0 when the main window looses focus.

30 lines of code changed in 3 files:

partmedia 2013-09-03 23:09 Rev.: 18979

Fix cut off menu bar by removing unused labels. Somehow Glade insists on shuffling the format of the entire file, which will confuse diff.

1080 lines of code changed in 1 file:

partmedia 2013-09-03 22:48 Rev.: 18978

Remove unused dialog window.

0 lines of code changed in 1 file:

partmedia 2013-09-03 22:14 Rev.: 18977

Use stock buttons whenever possible.

47 lines of code changed in 1 file:

partmedia 2013-09-03 21:12 Rev.: 18976

Rename "Metaserver Selection" to "Server Selection" and switch to a few stock buttons.

18 lines of code changed in 1 file:

partmedia 2013-09-03 20:07 Rev.: 18975

Clean up client configure script options.

51 lines of code changed in 1 file:

partmedia 2013-09-03 19:42 Rev.: 18974

Improve post-configure status message.

10 lines of code changed in 1 file:

partmedia 2013-09-03 19:18 Rev.: 18973

Require an explicit command-line argument to 'configure' script to enable Lua.

23 lines of code changed in 1 file:

kstenger 2013-09-03 13:32 Rev.: 18972

Function script_tell() modifies the command it receives.
Since the parameter is a pointer to the command, it was actually modifying the binding command itself when you used a binding.
Now it will only modify a local copy of the command making it posible to actually bind things to tell to your scripts.

6 lines of code changed in 1 file:

partmedia 2013-09-02 18:36 Rev.: 18971

Replace buggy strncpy/strncat calls with safer snprintf.

6 lines of code changed in 2 files:

partmedia 2013-09-02 14:03 Rev.: 18970

Remove unused variables.

2 lines of code changed in 3 files:

partmedia 2013-09-02 14:01 Rev.: 18969

Remove unnecessary sign check on an unsigned variable.

0 lines of code changed in 1 file:

partmedia 2013-09-02 13:27 Rev.: 18968

Remove and ignore automatically generated files.

0 lines of code changed in 1 file:

partmedia 2013-09-02 13:03 Rev.: 18967

Temporarily fix sound with SDL_mixer. Sound files must be converted to OGG to use this, though.

11 lines of code changed in 1 file:

partmedia 2013-09-02 10:51 Rev.: 18966

Remove USE_PIPE conditional compilation; always use pipes. This also fixes scripting on FreeBSD.

8 lines of code changed in 1 file:

partmedia 2013-09-01 22:26 Rev.: 18964

Automatic whitespace formatting and source header change.

647 lines of code changed in 5 files:

August 2013 »

Generated by StatSVN 0.7.0