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
/
cocoa_v.mm
Age
Commit message (
Expand
)
Author
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 r10450) -Fix (r10444): Fix search & replace errors
peter1138
2007-07-05
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/mus...
peter1138
2007-07-02
(svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something th...
bjarni
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 r10220) -Fix r10216: even more fuck-ups for non-SDL video backends
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 r10192) -Fix r10190: forgot to change the includes of win32 and cocoa vi...
truelight
2007-06-17
(svn r10190) -Codechange: merged renderer and blitter to one single class API...
truelight
2007-06-17
(svn r10182) -Codechange: rewrite most part of the file loading/searching to ...
rubidium
2007-06-12
(svn r10124) -Fix r10123: fix the OSX video driver properly
truelight
2007-06-12
(svn r10123) -Fix r10121: the 8 bpp cocoa video driver works again
bjarni
2007-06-12
(svn r10121) -Codechange: split renderer from rest of code; no longer any cod...
truelight
2007-03-17
(svn r9266) -Codechange: unify the retrieval of the base paths a little more.
rubidium
2007-03-11
(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map ...
bjarni
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 r9039) -Fix r9034: missed the _pause in cocoa_v.mm
bjarni
2007-03-02
(svn r8967) -Fix (OSX): silent the warnings in cocoa_v.mm about deprecated st...
truelight
2007-02-26
(svn r8907) -Fix (r3281): reading from an unitialized variable.
rubidium
2007-02-05
(svn r8605) -Codechange: [OSX] changed all objective C to objective C++
bjarni