- From wiki: 2007/12/28 17:18 dev:objects – FIXME - Add information for legs
65.193.16.100
10 lines of code changed in 2 files:
Fix variable being used while not initialized.
5 lines of code changed in 2 files:
- ChangeLog update for revision 8051.
4 lines of code changed in 1 file:
- No functional change. Minor reformat of object type definitions to clean up
for re-display in the wiki at dev:object_types.
182 lines of code changed in 1 file:
- Apply changes made on wiki (dev:objects 2007/12/27 13:30).
60 lines of code changed in 1 file:
Fix spurious errors in log from plugins.
31 lines of code changed in 4 files:
plugins/cfpython/cfpython.c: fix invalid options when empty parameter.
11 lines of code changed in 2 files:
Add support for user-defined events. Those can be called from the Python plugin.
80 lines of code changed in 9 files:
Remove mention of quest file, does not exist anymore, quest system removed
0 lines of code changed in 1 file:
Add scriptability to magic ear, add Log to TriggerConnected
16 lines of code changed in 3 files:
Change skill animation to use anim_suffix instead of the name.
6 lines of code changed in 2 files:
- Merge changes from the wiki that occurred between 2006/12/08 09:10 and
2007/12/02 11:41. This document and wiki are still not completely in
agreement, but this brings them closer.
211 lines of code changed in 1 file:
Fix missing animation first pic.
21 lines of code changed in 5 files:
More compound animations. Make animations loop instead of resetting all the time.
18 lines of code changed in 3 files:
Add Line/Row information to cjson upon errors
3 lines of code changed in 2 files:
missing log entries
115 lines of code changed in 1 file:
Add try_find_animation() for compound animations, LOG() again in find_animation().
30 lines of code changed in 3 files:
Whitespace changes.
4 lines of code changed in 1 file:
Fix incorrect "setup sound FALSEFALSE" response.
5 lines of code changed in 2 files:
Add row/col of errors in cjson exceptions (easier debugging ;) )
79 lines of code changed in 1 file:
Add Object.NoDamage and Object.RandomMovement to Python Crossfire Object.
52 lines of code changed in 3 files:
Add 'apply' sound, sounds for spell casting.
20 lines of code changed in 4 files:
New sound support. Check doc/Developers/sound.
290 lines of code changed in 23 files:
Add help for sound command.
2 lines of code changed in 2 files:
Document sound related commands
16 lines of code changed in 1 file:
Fix indentation.
72 lines of code changed in 1 file:
Do not forget background music when swapping map.
5 lines of code changed in 2 files:
Do not include stray \\n character in background_music field. Do not modify const strings.
19 lines of code changed in 3 files:
Remove unused variables.
6 lines of code changed in 4 files:
Extract some code from massive move_monster().
138 lines of code changed in 2 files:
Remove redundant check.
5 lines of code changed in 2 files:
Factorise wand charge draining code.
31 lines of code changed in 5 files:
Fix memory leaks; add error message instead of core dump for out of memory condition.
7 lines of code changed in 1 file:
Real path-finding algorithm for monsters. Pretty basic, but works for now.
76 lines of code changed in 2 files:
Fix trailing newline in i18n messing display. Convert \n to 'real' newline.
27 lines of code changed in 2 files:
Have player's language be a variable in player instead of a key/value.
24 lines of code changed in 6 files:
Factorize compound animation code.
49 lines of code changed in 6 files:
Fix typo on sample metaserver2 line.
MSW 2007-12-04
1 lines of code changed in 1 file:
Fix 0 destination coordinates warning for final exit of random maps.
7 lines of code changed in 2 files:
Enable a special exit to final map in random maps, through the 'final_exit_archetype' field.
14 lines of code changed in 5 files:
Add death animation to objects, through the key 'death_animation'.
16 lines of code changed in 2 files:
Fix bug #1828785: Possible false positive in the alchemy formula list.
6 lines of code changed in 2 files:
Fix bug #1825685: 'Got no region...' when creating weather.
5 lines of code changed in 2 files:
Fix some nrof issues when many items. Always return real money value.
39 lines of code changed in 4 files:
Fix bug #1827100: Curse dection not working or problem with containers ?
17 lines of code changed in 3 files:
Fux bug #1841391: Item Power and pickup bug.
5 lines of code changed in 2 files:
Fix bug #1833943: Buffer overflow in item power calculation.
21 lines of code changed in 4 files:
Fix bugs #825265: Broken container images and #799392: 2.0 server mat container = chest.
30 lines of code changed in 2 files: