Fixed refcount updating, made lazy deletion actually delete eventually.
[2oom.git] / ChangeLog
blob782cea473518f59757f762828ffaa9c63a61da46
1 2007-02-18
2         -Revamped audio output API to move resource access to the ao plugin,
3          allowing for the plugin to have more control over how things are
4          played.
5 2007-02-08
6         -Fixed build so that FFMpeg plugin is not built if libav{codec,format}
7          support is disabled / not detected.
8 2007-02-07
9         -Added configure checks for FFMpeg and SDL.
10 2007-01-31
11         -Implemented functional base for audio output.
12         -Added SDL audio output driver.
13 2007-01-30
14         -Fixed heap corruption in service allocation in plugin/service.c.
15         -Added service for accessing AV resources.
16 2007-01-29
17         -AV access framework in-place.  No support for multiple plugins yet.
18         -Base FFmpeg audio access implemented.
20         Revision 18:
21         -Base AV system begun
22         -FFmpeg AV input plugin started
23         -Fixed various VFS issues
24         -Plugin service for accessing VFS added
25 2006-11-08
26         -Implemented basic VFS access routines
27 2006-10-27
28         -Moved VFS access routines to their own source file
29 2006-10-26
30         -Began adding VFS resource access routines
31 2006-10-25
32         -VFS resource population partially implemented
33 2006-10-24
34         -Made VFS-Flat plugin actually load rather than bailing
35         -Altered plugin loading to not require symbols from the executable
36 2006-10-23
37         -Began working on VFS
38         -Added plugin service interface
39         -Grouped routines in Doxygen
40         -Further developed plugin prologue
41 2006-10-22
42         -Added libltdl stuff to autotools scripts
43         -Plugin initialization further developed
44 2006-10-21
45         -Began working on game loop framework
46         -Began working on plugin framework
47         -Added conf_getsubpath() allowing for work within the config dir
48         -Added Doxygen stuff
49         -Disabled optimizations in the autogen.sh
50         -Started to clean up the code to deal with the user's home dir.
51         -Fixed logging so that it actually displays the log severity.