summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-17(svn r18841) -Fix (r16869): Default-waypoint was drawn incorrectly for ↵frosch
monorail and maglev in the waypoint picker.
2010-01-16(svn r18840) -Codechange: Use DrawCommonTileSeq[InGUI] for roaddepot drawing.frosch
2010-01-16(svn r18839) -Codechange: Detriplicate drawing of spritelayouts in the GUI.frosch
2010-01-16(svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration ↵rubidium
code plus some minor optimisations (Terkhen)
2010-01-16(svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() ↵frosch
and move it to separate file.
2010-01-16(svn r18836) -Codechange: make TrainUpdateSpeed a class function and update ↵rubidium
some comments (Terkhen)
2010-01-16(svn r18835) -Fix: Large sounds could still cause an overflow with high ↵peter1138
sample rates, causing them to be cut off.
2010-01-16(svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze)rubidium
2010-01-16(svn r18833) -Cleanup: Const-ness and stylepeter1138
2010-01-16(svn r18832) -Fix: some indentation whitespace.frosch
2010-01-16(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case ↵rubidium
loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report
2010-01-16(svn r18830) -Update from WebTranslator v3.0:translators
croatian - 36 changes by finnish - 2 changes by jpx_ french - 1 changes by glx german - 1 changes by planetmaker hungarian - 2 changes by IPG slovenian - 144 changes by ntadej
2010-01-16(svn r18829) -Codechange: Don't free memory from within audio mixer callback ↵peter1138
handler as it may be required to be real-time safe.
2010-01-16(svn r18828) -Fix (r18823): Decrementing uints is different to ints.frosch
2010-01-16(svn r18827) -Fix: Center main window using smallmap widget edge coordinates.alberth
2010-01-16(svn r18826) -Codechange: Unifiy return value of ↵frosch
(SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13)
2010-01-16(svn r18825) -Codechange: Sometimes code is shorter if you do not use a ↵frosch
function for deduplication. (skidd13)
2010-01-16(svn r18824) -Codechange: Turn some public members into protected ones. ↵frosch
(skidd13)
2010-01-16(svn r18823) -Codechange: Some uints for unsigned ints. (skidd13)frosch
2010-01-16(svn r18822) -Codechange: Rename YAPF-related container classes and their ↵frosch
members to better fit other container classes. (skidd13)
2010-01-15(svn r18821) -Codechange: [Allegro] make the frequency and number of samples ↵rubidium
runtime configurable
2010-01-15(svn r18820) -Codechange: [SDL] make the number of samples runtime ↵rubidium
configurable and increase the default slightly
2010-01-15(svn r18819) -Change [FS#3493]: be consistent with airport namingrubidium
2010-01-15(svn r18818) -Fix [FS#3526] (r18766): some train acceleration type ↵rubidium
conversions were missed
2010-01-15(svn r18816) -Fix (r18807): getting the catchment area of oilrigs triggered ↵yexo
an assert
2010-01-15(svn r18815) -Fix (r18813): adding a single newgrf via the newgrf gui added ↵yexo
all newgrfs after the selected one too
2010-01-15(svn r18814) -Update from WebTranslator v3.0:translators
croatian - 36 changes by polish - 5 changes by amateja romanian - 1 changes by kkmic spanish - 1 changes by Terkhen
2010-01-15(svn r18813) -Codechange: deduplicate copying a newgrf configyexo
2010-01-15(svn r18812) -Codechange: make some functions in train.h functions of Train.rubidium
2010-01-15(svn r18811) -Fix (r18803): also swap the parameters for the AI APIrubidium
2010-01-15(svn r18810) -Fix (r18809): broken win32 compilation with SDLglx
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-15(svn r18808) -Cleanup: deplicate by using an existing functionyexo
2010-01-15(svn r18807) -Codechange: introduce AirportSpec and move several ↵yexo
non-statemachine-related variables to there
2010-01-15(svn r18806) -Codechange: Typo in commentpeter1138
2010-01-15(svn r18805) -Codechange: move airport_movement.h to table/rubidium
2010-01-14(svn r18804) -Codechange: guard against binaries claiming to be compatible ↵rubidium
with a future (stable) release of OpenTTD.
2010-01-14(svn r18803) -Feature [FS#3318]: make building (long) roads work like ↵rubidium
building rail; build upon the first obstruction instead of failing totally. Patch by Terkhen.
2010-01-14(svn r18802) -Codechange: Deduplicate drawing-code for depots and ↵frosch
stations/waypoints.
2010-01-14(svn r18801) -Fix: in some cases error messages weren't properly sent to the ↵rubidium
client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different.
2010-01-14(svn r18800) -Fix: in some cases with invalid packets one can crash recent ↵rubidium
trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though.
2010-01-14(svn r18799) -Update from WebTranslator v3.0:translators
croatian - 36 changes by russian - 2 changes by Lone_Wolf ukrainian - 3 changes by Madvin
2010-01-14(svn r18798) -Codechange: Simplify use of parameter p2 by using the data it ↵belugas
is represeting. Based on work by Terkhen
2010-01-13(svn r18797) -Fix (r18781): building wagons didn't add them to a trainrubidium
2010-01-13(svn r18796) -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD ↵rubidium
while starting it
2010-01-13(svn r18795) -Update from WebTranslator v3.0:translators
croatian - 36 changes by dutch - 190 changes by Hirundo portuguese - 2 changes by JayCity spanish - 1 changes by Terkhen
2010-01-13(svn r18794) -Codechange: add local company and network 'state' to the crash logrubidium
2010-01-12(svn r18793) -Update from WebTranslator v3.0:translators
croatian - 36 changes by dutch - 69 changes by Hirundo german - 1 changes by planetmaker russian - 2 changes by Lone_Wolf
2010-01-12(svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter ↵rubidium
with a dedicated server
2010-01-12(svn r18791) -Fix [FS#3504]: when copying an 'image' back into the buffer ↵rubidium
the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back