summaryrefslogtreecommitdiffstats
path: root/src/server/EventWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-14Remove Thread context stuff and add a thread-specific variable class, ThreadV...David Robillard1-1/+1
2012-05-12Remove Ping event and associated cruft.David Robillard1-28/+9
2012-05-11Clean up and better document World interface.David Robillard1-1/+1
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-22/+15
2012-05-10Use SharedPtr references to Interfaces to keep things sane.David Robillard1-16/+11
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard1-47/+41
2012-05-09Simply event interface design and make only one pre-process thread.David Robillard1-14/+12
2012-05-03Separate EventWriter interface from EventQueue.David Robillard1-0/+188