Age | Commit message (Expand) | Author |
2009-11-02 | (svn r17950) -Fix (r17776): _draw_mutex was never destroyed, _draw_thread was... | smatz |
2009-11-02 | (svn r17949) -Fix (r17776): unlock mutex before deleting it when creating dra... | smatz |
2009-10-19 | (svn r17815) -Fix [SDL]: asynchronious drawing caused extra unresponsiveness ... | rubidium |
2009-10-15 | (svn r17776) -Codechange: [SDL] make "update the video card"-process asynchro... | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-06-30 | (svn r16699) -Fix [FS#3001]: if SDL fails to allocate a surface due to it bei... | rubidium |
2009-06-27 | (svn r16677) -Codechange: Dimension width and height are unsigned. | alberth |
2009-05-06 | (svn r16242) -Codechange: rework pausing | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-23 | (svn r15233) -Fix (r15231): compilation with SDL broken on win32 | glx |
2009-01-23 | (svn r15232) -Codechange: sprinklin' of coding style | rubidium |
2009-01-23 | (svn r15231) -Change: (sdl) check the full screen resolutions to determine wh... | rubidium |
2008-11-29 | (svn r14641) -Change [Allegro]: when making a debug build revert Allegro's ho... | rubidium |
2008-09-07 | (svn r14260) -Fix [FS#2277]: merge keycode for "normal" 0-9 keys and keypad 0... | rubidium |
2008-08-11 | (svn r14047) -Codechange: move chatmessage handling to the network directory ... | rubidium |
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 |