aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/engine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace 0 and NULL pointer constants with nullptr. Also fix an oldlloyd2012-05-181-12/+12
| | | | style cast in secmem.h
* Move PBKDF lookups to enginelloyd2010-11-041-0/+7
|
* Compilation fixeslloyd2010-06-161-1/+3
|
* Move the implemention of the functions in the Engine base class into alloyd2010-06-161-0/+82
| | | | | | | source file. Otherwise we ran into a conflict between Doxygen comments, which require us to name the params, and GCC's -Wunused-parameters, which will warn about parameters which aren't being used.
* Move engine to libstate/ directory, since there is a mutual dependencylloyd2008-11-091-358/+0
| | | | | | (messy). Remove unused libstate.h includes from a few files.
* Inline no-op Engine virtual functionslloyd2008-11-091-56/+0
|
* Move some lookup related code from src/engine to src/libstate/lookup.cpplloyd2008-11-091-254/+243
|
* Add virtual hook to remove dep of Default_Engine on Engine itselflloyd2008-11-081-16/+10
|
* Move most of the Default_Engine code into engine/def_engine, and thelloyd2008-11-081-0/+431
engine base classes into src/engine