Fri, 15 Jan 2010 16:41:15 +0000 |
rubidium |
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
draft
|
Fri, 25 Dec 2009 23:22:41 +0000 |
smatz |
(svn r18636) -Codechange: make TextEffect::duration a value in ticks instead of ticks * 8
draft
|
Fri, 25 Dec 2009 23:15:08 +0000 |
smatz |
(svn r18635) -Codechange: store TextEffects in a SmallVector
draft
|
Tue, 22 Dec 2009 12:50:41 +0000 |
rubidium |
(svn r18602) -Codechange: unify the viewport sign and text effect drawing
draft
|
Sun, 22 Nov 2009 20:23:41 +0000 |
frosch |
(svn r18244) -Codechange: Make texteffects big font aware.
draft
|
Sun, 04 Oct 2009 17:16:41 +0000 |
rubidium |
(svn r17693) -Cleanup: remove some unneeded includes
draft
|
Fri, 21 Aug 2009 20:21:05 +0000 |
rubidium |
(svn r17248) -Fix: add GPL license notice where appropriate
draft
|
Mon, 29 Jun 2009 09:32:58 +0000 |
rubidium |
(svn r16691) -Codechange: what's the point of getting the fifth dparam and then using that as the second dparam later on? Especially when the fifth dparam is never set and the second dparam is never used.
draft
|
Sat, 31 Jan 2009 20:16:06 +0000 |
smatz |
(svn r15299) -Cleanup: remove many redundant includes
draft
|
Mon, 11 Aug 2008 22:45:11 +0000 |
rubidium |
(svn r14047) -Codechange: move chatmessage handling to the network directory as that's the only case chat messages are used. Furthermore remove any trace of chatmessages when compiling without network support.
draft
|
Sat, 28 Jun 2008 15:44:24 +0000 |
frosch |
(svn r13649) -Codechange: Split the GfxFillRect() special flags from 'color' into their own parameter.
draft
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
draft
|
Sun, 25 May 2008 19:17:03 +0000 |
rubidium |
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
draft
|
Sat, 24 May 2008 10:15:06 +0000 |
rubidium |
(svn r13228) -Codechange: split console.h.
draft
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
draft
|
Sun, 20 Apr 2008 08:22:59 +0000 |
rubidium |
(svn r12800) -Codechange: move the animated tile related functions out of texteff.cpp (it isn't a text effect after all). Also remove a few more functions from functions.
draft
|
Sun, 13 Jan 2008 14:37:30 +0000 |
rubidium |
(svn r11834) -Codechange: only include settings_type.h if needed.
draft
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
draft
|
Wed, 09 Jan 2008 09:57:48 +0000 |
rubidium |
(svn r11788) -Fix (11787): makedepend doesn't mark delete files as changed...
draft
|
Mon, 07 Jan 2008 14:23:25 +0000 |
rubidium |
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
draft
|
Wed, 26 Dec 2007 13:50:40 +0000 |
rubidium |
(svn r11702) -Codechange: move all date related stuff to date*.
draft
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
draft
|
Tue, 25 Dec 2007 09:48:53 +0000 |
rubidium |
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
draft
|
Sat, 22 Dec 2007 23:30:28 +0000 |
rubidium |
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
draft
|
Fri, 21 Dec 2007 22:50:51 +0000 |
rubidium |
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
draft
|
Fri, 21 Dec 2007 19:49:27 +0000 |
rubidium |
(svn r11675) -Codechange: split the string types from the string functions.
draft
|
Fri, 21 Dec 2007 19:21:21 +0000 |
rubidium |
(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.
draft
|
Sat, 08 Dec 2007 14:50:41 +0000 |
rubidium |
(svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
draft
|
Sat, 10 Nov 2007 01:17:15 +0000 |
belugas |
(svn r11399) -Feature(ette): transparency settings can now be saved and thus remembered.
draft
|
Wed, 17 Oct 2007 16:09:04 +0000 |
rubidium |
(svn r11286) -Fix (r11228): NewGRF industries assume that the order of animation always stays the same. Patch by Csaboka.
draft
|
Mon, 08 Oct 2007 19:56:21 +0000 |
rubidium |
(svn r11228) -Codechange: implement the "moreanimation" feature of TTDP, so we can properly support newindustries.
draft
|
Sun, 09 Sep 2007 10:13:17 +0000 |
rubidium |
(svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.
draft
|
Fri, 07 Sep 2007 21:15:32 +0000 |
rubidium |
(svn r11055) -Fix [FS#1214]: loading indicators would sometimes glitch due to a bounding box that was too small. Patch by frosch.
draft
|
Sun, 19 Aug 2007 09:38:30 +0000 |
rubidium |
(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
draft
|
Thu, 05 Jul 2007 12:23:54 +0000 |
peter1138 |
(svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model.
draft
|
Thu, 21 Jun 2007 19:08:47 +0000 |
rubidium |
(svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger.
draft
|
Thu, 21 Jun 2007 16:17:47 +0000 |
truelight |
(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)
draft
|
Thu, 21 Jun 2007 13:31:41 +0000 |
truelight |
(svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs
draft
|
Thu, 21 Jun 2007 12:36:46 +0000 |
truelight |
(svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes
draft
|
Sun, 17 Jun 2007 20:30:28 +0000 |
truelight |
(svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
draft
|
Tue, 12 Jun 2007 20:24:12 +0000 |
truelight |
(svn r10121) -Codechange: split renderer from rest of code; no longer any code directly accesses the video-buffer
draft
|
Mon, 11 Jun 2007 11:59:36 +0000 |
truelight |
(svn r10093) -Revert: removed 16x zoom-out as it is broken beyond repair
draft
|
Sat, 19 May 2007 22:48:04 +0000 |
truelight |
(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times
draft
|
Tue, 15 May 2007 16:08:46 +0000 |
truelight |
(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons
draft
|
Tue, 15 May 2007 14:08:39 +0000 |
truelight |
(svn r9844) -Codechange: replace zoomlevel with an enum
draft
|
Wed, 18 Apr 2007 22:41:53 +0000 |
rubidium |
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
draft
|
Thu, 12 Apr 2007 13:07:15 +0000 |
maedhros |
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
draft
|
Wed, 04 Apr 2007 03:21:14 +0000 |
belugas |
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done
draft
|
Sun, 25 Mar 2007 00:13:22 +0000 |
rubidium |
(svn r9437) -Fix (r9420): dedicated server crashed when the y part of the resolution was less than 10.
draft
|
Fri, 23 Mar 2007 22:20:39 +0000 |
rubidium |
(svn r9420) -Fix [FS#701]: crashes when the chatbox would be drawn outside of the main window.
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Mon, 05 Mar 2007 00:45:56 +0000 |
Darkvater |
(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines also take into consideration whitespace characters of more than 1 byte length (eg IDEOGRAPHIC SPACE, IsWhitespace() function). When trimming such strings, account for multiple-byte long sequences so use *Utf8PrevChar(v) = '\0'.
draft
|
Sun, 14 Jan 2007 19:57:49 +0000 |
peter1138 |
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
draft
|
Wed, 10 Jan 2007 18:56:51 +0000 |
rubidium |
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.
draft
|
Wed, 10 Jan 2007 18:12:09 +0000 |
KUDr |
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
draft
|