More Documentation improvments.
[paraslash.git] / mood.c
2007-10-26 Andre NollFix a bug in the mood line parser.
2007-10-25 Andre NollRename struct audio_format_info to afh_info.
2007-10-25 Andre Nollloglevel adjustments.
2007-10-23 Andre NollMark some unused variables as such.
2007-10-23 Andre NollImplement com_select().
2007-10-23 Andre Nollmood.c: Add missing initialization of mood_name.
2007-10-23 Andre NollKill loading of first available mood.
2007-10-21 Andre NollComplete afs event handling.
2007-10-18 Andre NollImplement afs events.
2007-10-13 Andre NollReplace struct table_info by struct afs_table.
2007-10-06 Andre Nollmood.c: Fix comment for the scoring function.
2007-10-02 Andre NollMerge commit 'remotes/meins/v0.3' into v0.3
2007-10-01 Andre Nollmood.c: Remove debug log message.
2007-09-29 Andre Nollmood.c: Introduce DEFINE_MOOD_METHOD and DEFINE_MOOD_ME...
2007-09-29 Andre Nollmood.c: Add no_attributes_set mood method.
2007-09-29 Andre NollSpeed up mood loading.
2007-09-29 Andre Nollmood.c: Switch to fnmatch() in mood method name_like.
2007-09-27 Andre NollImplement pattern matching for com_touch().
2007-09-25 Andre Nollcom_check(): Implement mood checking.
2007-09-25 Andre Nollmood.c: Rename mood_loop() to load_mood_loop_func().
2007-09-25 Andre NollMore mood cleanups.
2007-09-25 Andre Nollcompute_mood_score(): Add additional mood * parameter.
2007-09-25 Andre Nollcompute_mood_score(): Rename "row" parameter to "aft_row".
2007-09-25 Andre Nollmood.c: Use current_mood as data pointer for parse_mood...
2007-09-25 Andre Nollmood.c: Add GPL header.
2007-09-25 Andre Nollmood.c: Change type of rows from "void *" to "struct...
2007-09-15 Andre Nollloglevel adjustments.
2007-09-09 Andre NollFix some format string warnings on x86_64.
2007-09-08 Andre NollMake struct signal_task generic and make afs use it.
2007-09-08 Andre Nollpara_server: Initialize the new afs.
2007-09-08 Andre NollMerge the new afs code.