June 2006 Commit Log

Number of Commits:
49
Number of Active Developers:
6
mwedel 2006-06-30 23:56 Rev.: 4658

gtk-v2/src/config.c: Fix bug resulting in a crash when opening the
configuration dialogue if you have an empty gdefaults2 file.
MSW 2006-06-30

5 lines of code changed in 2 files:

mwedel 2006-06-30 01:51 Rev.: 4657

add this file.
MSW 2006-06-28

0 lines of code changed in 1 file:

mwedel 2006-06-30 01:49 Rev.: 4656

Add banner for 1.9.1 demarcation.
MSW 2006-06-29

3 lines of code changed in 1 file:

mwedel 2006-06-30 00:46 Rev.: 4655

acinclude.m4, aclocal.m4, configure, configure.ac: Fix crossedit header
detection - even when passed --with-x to configure and having all the files,
it wouldn't find the headers because it didn't pass in the correct -I
options for where they sit. Also, update for 1.9.1 release.
MSW 2006-06-29

3608 lines of code changed in 5 files:

mwedel 2006-06-29 01:28 Rev.: 4654

Update for release 1.9.1
MSW 2006-06-28

24 lines of code changed in 4 files:

mwedel 2006-06-29 01:26 Rev.: 4653

copying of the newbiehouse map used to test out some traps.
MSW 2006-06-28

0 lines of code changed in 1 file:

mwedel 2006-06-29 01:24 Rev.: 4652

add license to maps directory.
MSW 2006-06-28

0 lines of code changed in 1 file:

mwedel 2006-06-29 01:09 Rev.: 4651

server/rune.c: Undo last patch - breaks summoning runes.
server/skills.c: Change disarm logic - after first failure, don't continue
to disarm traps (makes sense anyways - can really only disarm one thing
at a time) - this fixes the problem that last change to rune.c tried
to fix.
MSW 2006-06-27

23 lines of code changed in 3 files:

mwedel 2006-06-27 02:11 Rev.: 4650

commit missing file.
MSW 2006-06-26

1 lines of code changed in 1 file:

mwedel 2006-06-26 02:31 Rev.: 4649

server/rune.c: Patch from schmorp - when dealing with traps, don't put them
underneath the player when a disarm failure happens, instead, update the
direction to hit the player - prevents a recursion problems causing
hundreds of objects.
MSW 2006-06-25

12 lines of code changed in 2 files:

mwedel 2006-06-26 01:09 Rev.: 4648

sound-src/alsa9.c: Fix up sound for alsa9+. Not positive exact change that
fixed the problem, but following changes made: Add SOUND_DEBUG_WRITES to
separate the debug from writes vs all the other debug messags. If using
16 bit data, always use unsigned no matter wit the sign config option
says. In alsa_recover(), if error is EAGAIN, just do nothing and return.
In audio_play(), don't write more bytes than chunk size (basically
largest block that alsa wants at one time). In play_sound(), don't
decrease volume based on maximum number of sounds that may be played
at once - this makes things too quiet.
MSW 2006-06-25

98 lines of code changed in 2 files:

mwedel 2006-06-25 01:48 Rev.: 4647

Add new easy house maps.
MSW 2006-06-24

3336 lines of code changed in 3 files:

ryo_saeba 2006-06-24 05:41 Rev.: 4646

Fix merging bug.

4 lines of code changed in 2 files:

tchize 2006-06-18 06:27 Rev.: 4645


added some test, corrected some indentation, added some TODO and FIXME

272 lines of code changed in 2 files:

ryo_saeba 2006-06-11 15:58 Rev.: 4644

Duplicated images to have 8 faces and 8 pics

0 lines of code changed in 61 files:

ryo_saeba 2006-06-11 09:18 Rev.: 4642

New ice para elemental :)

1208 lines of code changed in 66 files:

qal21 2006-06-07 23:30 Rev.: 4641

Fix typo in comment

1 lines of code changed in 1 file:

tchize 2006-06-07 16:44 Rev.: 4640


update test build process slighlty, changed tests so unimplemented ones success, added some *FIXME*

193 lines of code changed in 123 files:

tchize 2006-06-07 16:28 Rev.: 4639


partial update of check_object

228 lines of code changed in 1 file:

mwedel 2006-06-07 02:10 Rev.: 4638

common/object.c: in insert_ob_in_map() don't stop processing flying objects
if the object also has floor set. This fixes crashes when an object
is both flying and has floor set.
MSW 2006-06-06

8 lines of code changed in 2 files:

ryo_saeba 2006-06-06 17:16 Rev.: 4637

Fix Win32 compilation

0 lines of code changed in 1 file:

akirschbaum 2006-06-06 16:38 Rev.: 4636

Add commands rules and news to display the rules/news files.

43 lines of code changed in 9 files:

k_ahlers 2006-06-06 05:02 Rev.: 4635

* Added the first Quest to the forgotten Town

5176 lines of code changed in 2 files:

k_ahlers 2006-06-05 15:03 Rev.: 4634

* Added Shop Inventory Sign

4 lines of code changed in 1 file:

k_ahlers 2006-06-05 13:27 Rev.: 4633

* Added a Library with integrated Shop to the Forgotten Town

6833 lines of code changed in 2 files:

k_ahlers 2006-06-05 09:47 Rev.: 4632

Fixed Enter-Bug

1 lines of code changed in 1 file:

k_ahlers 2006-06-05 09:44 Rev.: 4631

* Fixed X-Ray Bug

52 lines of code changed in 1 file:

k_ahlers 2006-06-05 09:37 Rev.: 4630

* Addet a Funhouse in the Forgotten Town

2761 lines of code changed in 2 files:

k_ahlers 2006-06-05 08:27 Rev.: 4629

Deleted 9 Rows to make the City a bit more little.

821 lines of code changed in 1 file:

tchize 2006-06-05 07:07 Rev.: 4628


Improved log message (to see priority of error in log file).
This change is part of unit tests writing.

11 lines of code changed in 1 file:

mwedel 2006-06-05 02:23 Rev.: 4627

Fix problem with create food when used on transports. Rather than put a
specific check in the create food code, modify insert_ob_in_map to
check to see of the passed in originator is on a transport, and if so,
find out the right info - this probably fixes the same type of bug that
happens from other areas of the code.
common/object.c: Above change, as well as #if 0 out some unused functions.
MSW 2006-06-04

29 lines of code changed in 2 files:

mwedel 2006-06-05 01:28 Rev.: 4626

Clean up some compiler warnings. Most of the changes are related to replaced
%lld with FMT64 defines so that the format will be correct, no matter if
the 64 bit type is a long, long long, or if this is windows. #if 0 out a
bunch of code that isn't used.
--
common/exp.c: Replaced lld with FMT64
common/holy.c: #if 0 out baptize_altar(). Add banner copyright at top of file.
common/info.c, common/item.c, common/loader.l, common/loader.c, common/map.c:
common/porting.c Replaced lld with FMT64
common/time.c: Replace a bunch of variables declared as longs to be uint32.
Update various sprintf appropriately.
include/global.h: Add FMT64 and FMT64U as appropriate for different systems.
Change max_time to be a uint32
include/sockproto.h, include/sproto.h: rebuilt
server/apply.c: #if 0 out monster_apply_special
server/c_range.c: Add != 0 in assignment if statement - same meaning, clearer
on intention and avoids compiler warning.
server/c_wiz.c: Update command_kick() to take const char. Update command_speed()
to operate properly based on max_time being a uint32. Update various lld
to FMT64. Clarify ambiguous if/if/else statement in command_insert_into()
server/commands.c: Add cast to command_kick for new function prototype. #if
0 out find_command(), parse_string(), parse_command()
server/disease.c: #if 0 out find_disease(), reduce_symptoms()
server/egoitem.c: #if 0 out create_artifact(). Add copyright at top of file.
server/gods.c: #if 0 out get_god()
server/hiscore.c: Replace lld with FMT64
server/login.c: #if 0 out create_savedir_if_needed()
server/resurrection.c: Replace lld with FMT64. #if 0 out dead_character() and
dead_player_exists()
server/server.c: Remove info_keys() - hasn't been used in a long time. #if 0
out process_active_maps()
server/skill_util.c: Replace lld with FMT64
server/spell_util.c: #if 0 out check_spell_effect()
server/weather.c: #if 0 out feather_map(). Fix what I suspect is an error
in worldmap_to_weathermap() to skip over starting slashes.
socket/image.c: Add a fair number of char * casts to suppress warnings.
socket/init.c: Change buflen in init_connection() to socklen_t to match
function prototype. Add some char * casts.
socket/loop.c: Add some char * casts.
--
MSW 2006-06-04

289 lines of code changed in 29 files:

ryo_saeba 2006-06-03 17:01 Rev.: 4625

Add random map's name

6 lines of code changed in 1 file:

ryo_saeba 2006-06-03 16:56 Rev.: 4624

Implement feature request #815622

50 lines of code changed in 5 files:

tchize 2006-06-03 13:47 Rev.: 4623


Created 2 little script to detect functions that are dead or shuold go static and to extract check_prototypes

0 lines of code changed in 2 files:

tchize 2006-06-03 13:28 Rev.: 4622


made a few methods in object.c static and created empty checks.
Methods in object.c that weren't used anywhere else were made static.
Methods in object.c that weren't static where assigned an empty test in check_object.c

769 lines of code changed in 3 files:

qal21 2006-06-02 16:58 Rev.: 4621

toolkit_common.c: Clarify comment.

3 lines of code changed in 1 file:

akirschbaum 2006-06-02 03:19 Rev.: 4620

Do not merge renamed items with differing custom names.

35 lines of code changed in 3 files:

tchize 2006-06-01 18:07 Rev.: 4619


toolkit_common activated in unit test.
check_arch is the first check to use it.
Rebuilded makefiles in accordance

250 lines of code changed in 18 files:

akirschbaum 2006-06-01 15:55 Rev.: 4618

Do not merge locked and unlocked items.

19 lines of code changed in 3 files:

tchize 2006-06-01 14:07 Rev.: 4617


Fixed error in build process regarding unit test.
Our modularization is way broken, with have intredependent .a files, this should be solved.
Applied a compilation workaround suggest by gnu, twice every .a at link time. Applied an automake
workaround as we need to pass --preserver-dup-deps to autotools and to do this only current CVS
version can do it without a bit i hacking. Applied Hacking suggested by automake mailing list.

5655 lines of code changed in 31 files:

akirschbaum 2006-06-01 14:05 Rev.: 4616

Rescale image to 32x32. This fixes a display error in the gtk client.

0 lines of code changed in 1 file:

akirschbaum 2006-06-01 13:59 Rev.: 4615

Rescale image to 32x32 to make generic builders show up in cfclient.

0 lines of code changed in 1 file:

tchize 2006-06-01 13:59 Rev.: 4614


Fixed error with function declared as static in one place and not static in another, leading to problems in make proto

7 lines of code changed in 2 files:

akirschbaum 2006-06-01 13:04 Rev.: 4613

lib/artifacts: Fix typo to not anymore generate "boots of of steel".

2 lines of code changed in 2 files:

akirschbaum 2006-06-01 12:59 Rev.: 4612

Fix typo to make bows of Sorig work.

2 lines of code changed in 2 files:

akirschbaum 2006-06-01 12:47 Rev.: 4611

lib/archetypes, lib/treasures.bld: Rebuilt.

3 lines of code changed in 1 file:

akirschbaum 2006-06-01 12:26 Rev.: 4610

Fix typo in comment.

1 lines of code changed in 1 file:

akirschbaum 2006-06-01 12:24 Rev.: 4609

Make earthwalls block all movement types. This makes the spell earth to dust work again.

1 lines of code changed in 1 file:

May 2006 »

Generated by StatSVN 0.7.0