summaryrefslogtreecommitdiff
path: root/modules/commands/cs_fantasy_top.cpp
AgeCommit message (Expand)Author
2013-07-29Move chanstats stuff to stats/Adam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-26Get rid of the remaining references in the core to specific services. Move mo...Adam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Move module header files to include/modules to fix naming conflicts with syst...Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-16Move extras header files out of extras so when users copy modules out they do...Adam
2013-04-11Remove the need for having to set syntax to "" for commands with no syntaxAdam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2013-02-02Some more typo and help text fixes, proper formatting of control codes, missi...Robby-
2013-01-09Update copyright to 2013. This was done with:Adam
2013-01-08Use m_rewrite to rewrite op, deop, halfop, ... etcAdam
2012-12-13Optimize much of the database code and serialize code.Adam
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-06-18Allow userless command sourcesAdam
2012-06-01updated chanstatsDukePyrolator
2012-04-08Added Chanstats. It uses a new, improved database format and is not compatibl...DukePyrolator