Revision 70113dba
Added by danij about 12 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- engine
- engine.pro (diff)
- portable
- include
- dfilebuilder.h (diff)
- filelist.h
- fs_main.h (diff)
- src
- dfile.c (diff)
- filelist.c
- fs_main.cpp (diff)
- include
- engine
Refactor: Reimplemented FileList with QList<DFile*>
Same usage semantics and pretty similar internals but QList wins on
performance. Into the bin goes the old FileList.