November 2007 Commit Log

Number of Commits:
50
Number of Active Developers:
6
gros 2007-11-29 06:04 Rev.: 7584

Adapted the compound animations code so that it works with multipart monsters.

55 lines of code changed in 4 files:

qal21 2007-11-28 20:29 Rev.: 7582

Refactor poisoning code.

103 lines of code changed in 9 files:

qal21 2007-11-28 20:17 Rev.: 7581

Fix missing newline at end of file.

1 lines of code changed in 1 file:

tchize 2007-11-25 10:27 Rev.: 7575

Fix sigsegv when arrows are thrown by monster and hit (no wrapped object)

5 lines of code changed in 1 file:

tchize 2007-11-25 10:06 Rev.: 7573

probable fix for [ 1835332 ]. At least, now, the experiences for
throwing object is rewarded to a skill.

22 lines of code changed in 1 file:

gros 2007-11-25 06:52 Rev.: 7572

Added support for compound item apply animations.

23 lines of code changed in 2 files:

qal21 2007-11-25 03:17 Rev.: 7571

Refactor peacemaker code.

106 lines of code changed in 9 files:

akirschbaum 2007-11-24 16:19 Rev.: 7569

Remove code having no effect.

0 lines of code changed in 1 file:

akirschbaum 2007-11-24 16:17 Rev.: 7568

Fix typos.

21 lines of code changed in 12 files:

qal21 2007-11-23 12:51 Rev.: 7563

Refactor gate code.

257 lines of code changed in 9 files:

qal21 2007-11-22 01:52 Rev.: 7561

Refactor weapon_improver code. This slims a notably amount from apply.c :)

553 lines of code changed in 9 files:

qal21 2007-11-22 01:19 Rev.: 7560

Refactor applying treasure

116 lines of code changed in 9 files:

qal21 2007-11-22 00:40 Rev.: 7559

Refactor cf_handle code

73 lines of code changed in 7 files:

qal21 2007-11-21 23:57 Rev.: 7558

Fix a silly accidental paste

1 lines of code changed in 1 file:

qal21 2007-11-21 23:56 Rev.: 7557

Generalize poison 'killer' message

3 lines of code changed in 2 files:

qal21 2007-11-21 23:45 Rev.: 7556

Refactor poison code

83 lines of code changed in 10 files:

qal21 2007-11-21 20:57 Rev.: 7555

Refactor savebed code

118 lines of code changed in 9 files:

tchize 2007-11-20 14:35 Rev.: 7550

Fix for [ 1825248 ] Logging missing apartment map for player as error
The "can not load original map" message are now debug level for player appartments, but stay error level for normal maps

1 lines of code changed in 1 file:

tchize 2007-11-20 14:25 Rev.: 7549

Fix for [ 1823026 ] Server accepts map files missing size attributes

5 lines of code changed in 1 file:

tchize 2007-11-20 13:03 Rev.: 7547

Fix #1825589 Cheat bug with containers (access to locked container without key)

5 lines of code changed in 1 file:

tchize 2007-11-19 18:18 Rev.: 7545

JSON notation support for parameters
This notation will make it easier to customize script from editor interface.
For performances reasons, the JSON parser is C implemented. It's LGPL but
was converted to GPL for crossfire

1162 lines of code changed in 3 files:

gros 2007-11-18 15:14 Rev.: 7533

Updated the number of i18n strings.

1 lines of code changed in 1 file:

tchize 2007-11-18 13:03 Rev.: 7531

Fixed a sigsegv when maker is outside of map

6 lines of code changed in 1 file:

gros 2007-11-18 11:26 Rev.: 7528

Added support for compound animations for spellcasting.

27 lines of code changed in 3 files:

gros 2007-11-18 09:55 Rev.: 7527

Corrected an animation-switching bug caused by previous commit.

4 lines of code changed in 1 file:

gros 2007-11-18 08:37 Rev.: 7524

Added support for compound animations, allowing one to display
a custom animation when attacking with a weapon.

61 lines of code changed in 8 files:

gros 2007-11-18 03:51 Rev.: 7523

Add support for changing the FLAG_ANIMATE of an object from cfpython.

17 lines of code changed in 3 files:

gros 2007-11-18 03:05 Rev.: 7522

Further i18n translations.

166 lines of code changed in 1 file:

gros 2007-11-18 02:15 Rev.: 7521

Further i18n translations.

261 lines of code changed in 4 files:

gros 2007-11-17 12:53 Rev.: 7520

Corrected an erroneous cut-n-pasted code in the last i18n SVN commit.

32 lines of code changed in 1 file:

tchize 2007-11-17 12:31 Rev.: 7518

Added a "removed" check in CrossfireObject.InsertInto
This check is needed because backend proprety of
cfapi issue error messages when it's not the case and
the python CrossfireObject.RemoveObject issue a free
that make object unusable.

6 lines of code changed in 1 file:

gros 2007-11-17 09:53 Rev.: 7517

Added some French translations for the help texts.

63 lines of code changed in 7 files:

gros 2007-11-17 09:29 Rev.: 7516

Added some more French translations for the help files.

104 lines of code changed in 7 files:

gros 2007-11-17 08:28 Rev.: 7515

Further i18n conversion of static strings.

339 lines of code changed in 3 files:

ryo_saeba 2007-11-17 06:37 Rev.: 7514

Misc fixes, no functional change.

71 lines of code changed in 7 files:

gros 2007-11-17 06:29 Rev.: 7513

Remove duplicate help files, due to switch to i18n.

0 lines of code changed in 3 files:

gros 2007-11-17 06:12 Rev.: 7512

Removing duplicate help files, due to i18n changes.

0 lines of code changed in 47 files:

gros 2007-11-17 05:44 Rev.: 7511

Added support for internationalization of help and static string texts.

1194 lines of code changed in 64 files:

tchize 2007-11-16 08:24 Rev.: 7508

Plugins Added Trigger, updated TimeOfDay and glowRadius
Add support to trigger a specific "connected" from plugins
Add support to get timeofday names (seasons, months, weeks, day, period of day)
Add in timeofday the notion of period of the day (Night, Morning, Noon, etc)
Fixed glowRadius setter priperty in plugin interface so changes are reflected to user's UI
Add EVENT_TRIGGER call to all objects triggered in a connected chain
autogen.sh invoked

Note: those changes were necessary to build some basic tod based scripts

566 lines of code changed in 18 files:

tchize 2007-11-09 12:58 Rev.: 7502

removed FIXME comment, kbulgrien fixed it.

1 lines of code changed in 1 file:

kbulgrien 2007-11-09 11:13 Rev.: 7501

- Move include directory to first in the list of subdirectories to be sure it
is rebuilt prior to inclusion in other directories. Re-delete svnversion.h.
- Commit changed include/autoconf.h.in because autoconf keeps changing it.

9 lines of code changed in 4 files:

tchize 2007-11-09 05:39 Rev.: 7500

Reenabled svnversion.h, server don't compile without it and make process don't build it automatically.

This is a temporary solution, until orignial author of svnversion.h fixes the make process so it works
out of the box without resorting to a first "cd include; make svnversion.h; cd .." manual precompile step.

Sample output of compilation without it:
**
In file included from metaserver.c:48:
../include/version.h:1:68: error: svnversion.h: No such file or directory
make[1]: *** [metaserver.o] Error 1
**

3 lines of code changed in 2 files:

kbulgrien 2007-11-09 04:39 Rev.: 7499

- Removing svnversion.h as it appears it will be recommitted over and over
again even though not needed, and the client which also uses this logic
does not have the file in SVN either. A comment has been added to
version.h to clear up any misconception about it being missing.

6 lines of code changed in 3 files:

tchize 2007-11-08 19:06 Rev.: 7497

Prefixing python logs with script name was bad idea (full script path, too long).
Falled back to just prefixing log message with "CFPython: "

3 lines of code changed in 2 files:

tchize 2007-11-08 18:34 Rev.: 7495

Add Log support to python, plus add a plain log entry to plugin api (prevents
useless consumption of a buffer for already formatted outputs)

51 lines of code changed in 5 files:

tchize 2007-11-08 17:01 Rev.: 7494

Add autogen related information to build instruction + link to wiki for details

4 lines of code changed in 1 file:

kbulgrien 2007-11-08 12:47 Rev.: 7492

configure.ac
- Check for svnversion utility.

server/init.c
server/server.c
socket/metaserver.c
- include version.h
- Change VERSION to FULL_VERSION for reported server version.

include/svnversion.h
include/version.h
- New file added.

include/Makefile.am
- Support newly added header files and auto-generation of svnversion.h.

56 lines of code changed in 8 files:

akirschbaum 2007-11-04 14:05 Rev.: 7475

Remove support for spellcasting objects using sp/dam fields.

4 lines of code changed in 2 files:

akirschbaum 2007-11-03 14:14 Rev.: 7461

Fix collect script to not insert editor_folder lines into nested inventory objects.

11 lines of code changed in 2 files:

akirschbaum 2007-11-03 12:09 Rev.: 7460

Adapt alchemy formulas to changed archetypes.

8 lines of code changed in 2 files:

October 2007 »

Generated by StatSVN 0.7.0