index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
driver.cpp
Age
Commit message (
Expand
)
Author
2011-11-12
(svn r23198) -Codechange: introduce a free that takes const pointers so we do...
rubidium
2011-10-04
(svn r23000) -Feature: Base graphics sets can now specify a preferred blitter...
michi_cc
2011-05-01
(svn r22407) -Document: the "root" driver related stuff
rubidium
2011-05-01
(svn r22397) -Document: some tidbits of the blitter code
rubidium
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-19
(svn r20186) -Codechange: remove VARDEF from _realtime_tick and _rightclick_e...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
2009-10-04
(svn r17690) -Fix: minor coding style issue
smatz
2009-09-19
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-06-30
(svn r16702) -Change: don't implicitly fall back to the null/dedicated (video...
rubidium
2009-05-24
(svn r16421) -Codechange: do not unnecessarily remove constness or unnecessar...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-10
(svn r14949) -Cleanup: pointer coding style
rubidium
2009-01-08
(svn r14908) -Codechange: Add support for text parameters.
peter1138
2009-01-08
(svn r14907) -Codechange: Remove 32 character limit from driver/blitter selec...
peter1138
2008-10-28
(svn r14540) -Codechange: introduce [v]seprintf which are like [v]snprintf bu...
rubidium
2008-06-24
(svn r13619) -Codechange: use 'const char *' instead of std::string for blitt...
smatz
2008-06-16
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...
smatz
2008-06-11
(svn r13462) -Codechange: move DriverFactoryBase destructor definition from h...
smatz
2008-06-05
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...
glx
2008-06-01
(svn r13351) -Codechange: disable warnings about unused variable for builds w...
smatz
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-06
(svn r12594) -Codechange: move large functions from driver.h to driver.cpp to...
smatz
2008-01-13
(svn r11839) -Codechange: move some variables from variables.h to a more logi...
rubidium
2008-01-07
(svn r11777) -Codechange: split the string header and make do not include it ...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-07-05
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...
peter1138
2007-06-24
(svn r10310) -Fix: Trunk can now be built on OS/2 :)
orudge
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-02-23
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...
belugas
2007-02-16
(svn r8757) -Add: added libtimidity music driver (it is a nice small library ...
truelight
2007-01-21
(svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done ...
truelight
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr