Mercurial > hg > openttd
graph
-
(svn r25512) -Fix-ish: the high score company name could not have enough space to have both the company and president name draftSat, 29 Jun 2013 12:07:40 +0000, by rubidium
-
(svn r25511) -Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache draftSat, 29 Jun 2013 12:03:44 +0000, by rubidium
-
(svn r25510) -Fix: forgot to update some documentation draftSat, 29 Jun 2013 09:51:03 +0000, by rubidium
-
(svn r25508) -Change: split unit localisation choice into a choice per type of unit, and move it to the advanced settings draftSat, 29 Jun 2013 09:47:18 +0000, by rubidium
-
(svn r25506) -Document: a function, and name it slightly better draftFri, 28 Jun 2013 21:11:35 +0000, by rubidium
-
(svn r25505) -Fix [FS#5563]: use proper doxygen style link to images draftFri, 28 Jun 2013 20:54:05 +0000, by rubidium
-
(svn r25504) -Feature [FS#5563]: allow images in the (doxygen) documentation (adf88) draftFri, 28 Jun 2013 20:53:42 +0000, by rubidium
-
(svn r25495) -Fix [FS#5553]: when addings bits to a (train) station, the train trying to stop there could overshoot the (new) stop location and not stop at all draftFri, 28 Jun 2013 18:09:07 +0000, by rubidium
-
(svn r25493) -Codechange: support for the safer variant of ICU's getFontTable draftThu, 27 Jun 2013 21:21:47 +0000, by rubidium
-
(svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result... draftThu, 27 Jun 2013 20:30:22 +0000, by rubidium
-
-Codechange: Allow video drives to handle the mouse cursor. draftMon, 24 Jun 2013 22:15:49 +0200, by Michael Lutz
-
-Codechange: Introduce an interface for all classes that can do sprite encoding. draftMon, 24 Jun 2013 21:29:15 +0200, by Michael Lutz
-
-Add: Blitters can now delete resources associated with a sprite when it is purged from the sprite cache. draftMon, 10 Jun 2013 23:15:28 +0200, by Michael Lutz
-
-Codechange: Make calculating the ideal sprite cache size specific to each blitter. draftMon, 03 Jun 2013 22:47:36 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Explicitly assign which framebuffer target receives the colour values. draftSun, 02 Jun 2013 16:30:12 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Use GLSL version 1.50 if available. draftSun, 02 Jun 2013 00:40:30 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Use generic vertex attributes in the shader program. draftSun, 02 Jun 2013 00:28:04 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Use shaders to display the video buffer on screen. draftMon, 03 Jun 2013 23:01:11 +0200, by Michael Lutz
-
-Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible. draftTue, 28 May 2013 00:03:42 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Use a pixel buffer object to store the video buffer. draftTue, 21 May 2013 23:24:40 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Use a vertex array object to store the vertex state for the video buffer. draftSat, 01 Jun 2013 21:48:34 +0200, by Michael Lutz
-
-Codechange: [OpenGL] Use a vertex buffer object to store the vertex data for the video buffer. draftSun, 26 May 2013 22:25:18 +0200, by Michael Lutz
-
-Codechange: [Win32] Move the global video buffer pointer into the driver class. draftSat, 23 Feb 2013 02:43:17 +0100, by Michael Lutz
-
-Codechange: [OpenGL] Only update the dirty parts of the video buffer texture. draftSat, 23 Feb 2013 02:42:18 +0100, by Michael Lutz
-
-Codechange: [OpenGL] Use new-style extension testing introduced with OpenGL 3.0. draftThu, 14 Feb 2013 21:40:21 +0100, by Michael Lutz
-
-Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to the screen. draftMon, 03 Jun 2013 22:57:53 +0200, by Michael Lutz
-
-Codechange: [Win32] Move common initialization and finalization to the video driver base class. draftWed, 06 Feb 2013 00:57:02 +0100, by Michael Lutz
-
-Codechange: [Win32] Move GDI-specific variables and related functions into the GDI video driver class. draftThu, 31 Jan 2013 01:43:07 +0100, by Michael Lutz
-
-Codechange: [Win32] Move GDI specific drawing code into the GDI video driver class. draftWed, 30 Jan 2013 00:23:54 +0100, by Michael Lutz
-
-Codechange: [Win32] Split the video driver into a base class and a GDI backend class. draftTue, 29 Jan 2013 22:54:25 +0100, by Michael Lutz
-
-Fix: [Win32] Use a separate event to indicate that the drawing thread has finished initialising, preventing potential deadlocks. draftWed, 30 Jan 2013 22:21:02 +0100, by Michael Lutz
-
(svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined draftThu, 27 Jun 2013 20:20:13 +0000, by rubidium
-
(svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along draftThu, 27 Jun 2013 20:07:09 +0000, by rubidium
-
(svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on draftThu, 27 Jun 2013 19:57:41 +0000, by rubidium
-
(svn r25487) -Fix: do not allow control codes in names of things (signs, vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone draftThu, 27 Jun 2013 19:56:54 +0000, by rubidium
-
(svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs draftThu, 27 Jun 2013 19:23:23 +0000, by rubidium
-
(svn r25482) -Fix [FS#5620]: forced newlines were not properly handled draftThu, 27 Jun 2013 16:24:19 +0000, by rubidium
-
(svn r25481) -Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account draftThu, 27 Jun 2013 15:22:19 +0000, by rubidium
-
(svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration. draftWed, 26 Jun 2013 21:17:09 +0000, by michi_cc
-
(svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed. draftWed, 26 Jun 2013 20:38:32 +0000, by frosch
-
(svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement. draftWed, 26 Jun 2013 19:35:40 +0000, by frosch
-
(svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early draftWed, 26 Jun 2013 19:10:22 +0000, by rubidium
-
(svn r25476) -Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width. draftWed, 26 Jun 2013 18:49:53 +0000, by frosch
-
(svn r25474) -Fix [FS#5618]: OS X compilation failure draftWed, 26 Jun 2013 15:02:16 +0000, by rubidium