Commit Graph

14726 Commits (e69d50d86bdeab67d57d707758d3600e3475799f)
 

Author SHA1 Message Date
frosch 119de3a5fe (svn r18837) -Codechange: Rename DrawStationTileSeq() to DrawCommonTileSeq() and move it to separate file. 15 years ago
rubidium 64c249d50e (svn r18836) -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen) 15 years ago
peter1138 43edfbf7c0 (svn r18835) -Fix: Large sounds could still cause an overflow with high sample rates, causing them to be cut off. 15 years ago
rubidium 8676af5618 (svn r18834) -Fix [FS#3538]: compilation failed on OpenBSD (matze) 15 years ago
peter1138 47279b296d (svn r18833) -Cleanup: Const-ness and style 15 years ago
frosch a2d9e85336 (svn r18832) -Fix: some indentation whitespace. 15 years ago
rubidium fd060c7276 (svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case 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 15 years ago
translators 5475ff0f5d (svn r18830) -Update from WebTranslator v3.0:
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
15 years ago
peter1138 b8ef711ba3 (svn r18829) -Codechange: Don't free memory from within audio mixer callback handler as it may be required to be real-time safe. 15 years ago
frosch b717136581 (svn r18828) -Fix (r18823): Decrementing uints is different to ints. 15 years ago
alberth 55d0d54627 (svn r18827) -Fix: Center main window using smallmap widget edge coordinates. 15 years ago
frosch 556f449f0b (svn r18826) -Codechange: Unifiy return value of (SmallArray|FixedSizeArray)::(Append|AppendC) with other containers. (skidd13) 15 years ago
frosch 757c9667ce (svn r18825) -Codechange: Sometimes code is shorter if you do not use a function for deduplication. (skidd13) 15 years ago
frosch 3e76cffbdd (svn r18824) -Codechange: Turn some public members into protected ones. (skidd13) 15 years ago
frosch fa2e4072a9 (svn r18823) -Codechange: Some uints for unsigned ints. (skidd13) 15 years ago
frosch 75b7bb4231 (svn r18822) -Codechange: Rename YAPF-related container classes and their members to better fit other container classes. (skidd13) 15 years ago
rubidium f762b70a41 (svn r18821) -Codechange: [Allegro] make the frequency and number of samples runtime configurable 15 years ago
rubidium d017ada3a3 (svn r18820) -Codechange: [SDL] make the number of samples runtime configurable and increase the default slightly 15 years ago
rubidium f415917c40 (svn r18819) -Change [FS#3493]: be consistent with airport naming 15 years ago
rubidium 146d7c9e4a (svn r18818) -Fix [FS#3526] (r18766): some train acceleration type conversions were missed 15 years ago
yexo b46c6d56c0 (svn r18816) -Fix (r18807): getting the catchment area of oilrigs triggered an assert 15 years ago
yexo 1da504aa73 (svn r18815) -Fix (r18813): adding a single newgrf via the newgrf gui added all newgrfs after the selected one too 15 years ago
translators e9bed57b0e (svn r18814) -Update from WebTranslator v3.0:
croatian - 36 changes by 
polish - 5 changes by amateja
romanian - 1 changes by kkmic
spanish - 1 changes by Terkhen
15 years ago
yexo e7fbbdc81d (svn r18813) -Codechange: deduplicate copying a newgrf config 15 years ago
rubidium ea240269dc (svn r18812) -Codechange: make some functions in train.h functions of Train. 15 years ago
rubidium 7acb21987b (svn r18811) -Fix (r18803): also swap the parameters for the AI API 15 years ago
glx 8cf835c18c (svn r18810) -Fix (r18809): broken win32 compilation with SDL 15 years ago
rubidium 9467b7c6d6 (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header 15 years ago
yexo 009e8cf001 (svn r18808) -Cleanup: deplicate by using an existing function 15 years ago
yexo 84cd40a483 (svn r18807) -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there 15 years ago
peter1138 43dba09df0 (svn r18806) -Codechange: Typo in comment 15 years ago
rubidium 80702e8b87 (svn r18805) -Codechange: move airport_movement.h to table/ 15 years ago
rubidium 2cbb3dd7d1 (svn r18804) -Codechange: guard against binaries claiming to be compatible with a future (stable) release of OpenTTD. 15 years ago
rubidium 45a978a104 (svn r18803) -Feature [FS#3318]: make building (long) roads work like building rail; build upon the first obstruction instead of failing totally. Patch by Terkhen. 15 years ago
frosch 24dd307206 (svn r18802) -Codechange: Deduplicate drawing-code for depots and stations/waypoints. 15 years ago
rubidium 1e68ee0de8 (svn r18801) -Fix: in some cases error messages weren't properly sent to the client before closing the connection. As a result the client would say 'connection lost' when the cause was something completely different. 15 years ago
rubidium 119d742015 (svn r18800) -Fix: in some cases with invalid packets one can crash recent trunk and 1.0.0 betas; 0.7.5 and before can't be crashed though. 15 years ago
translators 2f667d21e9 (svn r18799) -Update from WebTranslator v3.0:
croatian - 36 changes by 
russian - 2 changes by Lone_Wolf
ukrainian - 3 changes by Madvin
15 years ago
belugas 17eaca2694 (svn r18798) -Codechange: Simplify use of parameter p2 by using the data it is represeting. Based on work by Terkhen 15 years ago
rubidium 0c7fd04bed (svn r18797) -Fix (r18781): building wagons didn't add them to a train 15 years ago
rubidium f83ccb60c7 (svn r18796) -Fix [FS#3521]: [SDL] possible deadlock when killing OpenTTD while starting it 15 years ago
translators d5c0846658 (svn r18795) -Update from WebTranslator v3.0:
croatian - 36 changes by 
dutch - 190 changes by Hirundo
portuguese - 2 changes by JayCity
spanish - 1 changes by Terkhen
15 years ago
rubidium 15d422b905 (svn r18794) -Codechange: add local company and network 'state' to the crash log 15 years ago
translators 5d4ce8d6d0 (svn r18793) -Update from WebTranslator v3.0:
croatian - 36 changes by 
dutch - 69 changes by Hirundo
german - 1 changes by planetmaker
russian - 2 changes by Lone_Wolf
15 years ago
rubidium 3bd247017e (svn r18792) -Fix [FS#3522] (r18709): crash when using the 32bpp blitter with a dedicated server 15 years ago
rubidium d39be5715f (svn r18791) -Fix [FS#3504]: when copying an 'image' back into the buffer the 32bpp anim blitter triggered palette check of the whole window instead of only the part the got copied back 15 years ago
peter1138 694470e325 (svn r18790) -Revert (r18001,r18177,FS#3515): Viewport could still jump under high CPU load. Revert as change caused more problems than it fixed. 15 years ago
rubidium f544df0a2d (svn r18789) -Codechange: when we're not in a network game we don't even need to consider undrawing the chat messages 15 years ago
rubidium dc94ed8d02 (svn r18788) -Codechange: replace macro as without macro it's shorter than with the macro. 15 years ago
rubidium fac458a2dd (svn r18787) -Fix [FS#3516]: crash when getting the tooltip of the industry amount in the world generation window 15 years ago