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
/
video
/
sdl_v.cpp
Age
Commit message (
Expand
)
Author
2008-06-16
(svn r13537) -Fix [FS#2090](r13523): QSortT won't work this way, use Dimensio...
smatz
2008-06-05
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd rel...
glx
2008-05-06
(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-05-04
(svn r12944) -Codechange: use rev.h instead of externs at many places
smatz
2008-04-18
(svn r12779) -Codechange: remove a few constants from openttd.h.
rubidium
2008-02-17
(svn r12167) -Feature(tte): change colour of autorail and autoroad selection ...
smatz
2008-01-29
(svn r12003) -Codechange: don't declare InteractiveRandom[Range] in multiple ...
rubidium
2008-01-11
(svn r11811) -Fix: make compilation without networking work again (and thus m...
rubidium
2008-01-01
(svn r11734) -Change: Allow ToggleFullScreen to return the result of the oper...
belugas
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-23
(svn r11684) -Codechange: split gfx.h in a type and functional header.
rubidium
2007-12-22
(svn r11682) -Codechange: move some 'generic' geometry related types into a s...
rubidium
2007-12-21
(svn r11674) -Codechange: refactor some functions out of macros.h into more l...
rubidium
2007-12-19
(svn r11667) -Codechange: split window.h into a header that defines some 'glo...
rubidium
2007-11-24
(svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fit...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-08-19
(svn r10932) -Codechange: replace "text" with "chat" for the chat related fun...
rubidium
2007-07-23
(svn r10663) -Fix r10662: bad me, didn't comply with coding style, as penalty...
truelight
2007-07-23
(svn r10662) -Add: added 'V' as new shortcut for new viewport (bilbo)
truelight
2007-07-05
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...
peter1138
2007-06-22
(svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPU
truelight
2007-06-22
(svn r10276) -Codechange: made a counter based on milliseconds and independen...
truelight
2007-06-21
(svn r10255) -Codechange: remove some old debug code nobody was using anymore
truelight
2007-06-19
(svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driv...
truelight
2007-06-19
(svn r10216) -Fix: palette animation always redid all palette entries, where ...
truelight
2007-06-17
(svn r10190) -Codechange: merged renderer and blitter to one single class API...
truelight
2007-06-12
(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...
truelight
2007-05-14
(svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible
truelight
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-06
(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...
truelight
2007-02-12
(svn r8691) -Cleanup: Some proper #endif comments for sound/music/video files...
Darkvater
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr