Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-13 | (svn r18066) -Codechange: Make group gui window use pure nested widgets. | alberth | |
2009-11-13 | (svn r18065) -Codechange/Fix: account for the text in WWT_FRAMEs when ↵ | rubidium | |
determining the minimum width | |||
2009-11-13 | (svn r18064) -Codechange: make the sticky box size to the height of the ↵ | rubidium | |
title bar preventing glitches with larger fonts | |||
2009-11-13 | (svn r18063) -Change: remove some unneeded blue pixels that only cause the ↵ | rubidium | |
sprites to be displayed too big if size is taken from the sprites | |||
2009-11-13 | (svn r18061) -Fix: glitches with the dock GUI when the title is very long | rubidium | |
2009-11-13 | (svn r18060) -Update from WebTranslator v3.0: | translators | |
finnish - 9 changes by jpx_ french - 9 changes by glx german - 9 changes by Roujin italian - 9 changes by lorenzodv polish - 165 changes by silver_777 spanish - 9 changes by Terkhen ukrainian - 9 changes by Madvin | |||
2009-11-13 | (svn r18059) -Codechange: Move some variable declarations to their use. | alberth | |
2009-11-13 | (svn r18058) -Fix: typos in parameter names | rubidium | |
2009-11-13 | (svn r18057) -Codechange: replace assert_compile() by new one which works ↵ | smatz | |
with gcc3.3 and removes the need of assert_tcompile() | |||
2009-11-12 | (svn r18056) -Fix (r17737): compiling without networking failed | rubidium | |
2009-11-12 | (svn r18055) -Fix (r18045): ICC warning | rubidium | |
2009-11-12 | (svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the ↵ | rubidium | |
whole joining (including download) phase | |||
2009-11-12 | (svn r18053) -Codechange: remove the manual pause/unpause limitation with ↵ | rubidium | |
min_active_clients | |||
2009-11-12 | (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually ↵ | rubidium | |
executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. | |||
2009-11-12 | (svn r18051) -Codechange: make the active clients pause use a separate bit ↵ | rubidium | |
in the pause mode | |||
2009-11-12 | (svn r18050) -Codechange: disallow 'pause on join' paused when not in a ↵ | rubidium | |
network game | |||
2009-11-12 | (svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is ↵ | rubidium | |
turning on a drive through road station that gets forcefully (bankrupt) removed | |||
2009-11-12 | (svn r18048) -Change: make no distinction between unpausing because of a ↵ | rubidium | |
client aborting to join or actually joining | |||
2009-11-11 | (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a ↵ | rubidium | |
"non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'. We implemented these delete(void *, size_t) operator functions because MSVC warned that "no matching operator delete found; memory will not be freed if initialization throws an exception" for new(size_t, size_t). This disables MSVC warning about this because we do not use exceptions in the (constructors that use the) overridden allocation functions, as such they will never be called; delete(void *) remains necessary though. | |||
2009-11-11 | (svn r18044) -Change: mention (one of the) bug report(s) for the ↵ | rubidium | |
known-but-will-not-or-cannot-fix bugs and order them by FS ID | |||
2009-11-11 | (svn r18043) -Document: the resizing issue with SDL and OpenTTD | rubidium | |
2009-11-11 | (svn r18042) -Cleanup: remove some stale comments | rubidium | |
2009-11-11 | (svn r18041) -Codechange: some coding style | rubidium | |
2009-11-11 | (svn r18040) -Codechange: the size parameter (if it's that actually) isn't ↵ | rubidium | |
needed for the delete operator | |||
2009-11-11 | (svn r18039) -Update from WebTranslator v3.0: | translators | |
bulgarian - 5 changes by Tvel polish - 7 changes by amateja ukrainian - 2 changes by Madvin vietnamese - 12 changes by nglekhoi | |||
2009-11-11 | (svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from ↵ | rubidium | |
savegames by crashing them when they tried | |||
2009-11-10 | (svn r18037) -Update from WebTranslator v3.0: | translators | |
traditional_chinese - 1 changes by josesun czech - 3 changes by SmatZ indonesian - 1 changes by prof polish - 4 changes by silver_777 | |||
2009-11-10 | (svn r18036) -Fix (r17999): Always two they are. | frosch | |
2009-11-10 | (svn r18035) -Fix (r16909): one could remotely crash (assert) the server on ↵ | rubidium | |
certain commands | |||
2009-11-09 | (svn r18034) -Update from WebTranslator v3.0: | translators | |
catalan - 1 changes by arnau dutch - 1 changes by habell finnish - 1 changes by jpx_ french - 1 changes by glx greek - 4 changes by fumantsu hungarian - 1 changes by Petert italian - 1 changes by lorenzodv polish - 42 changes by amateja, silver_777 serbian - 1 changes by etran spanish - 1 changes by Terkhen | |||
2009-11-09 | (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for ↵ | rubidium | |
IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed | |||
2009-11-09 | (svn r18032) -Codechange: add one const | smatz | |
2009-11-09 | (svn r18031) -Codechange: since basically r7157 adding up 'all' mouse ↵ | rubidium | |
movement isn't needed anymore because after each even that movement is handled and the counter is reset. As such simply assigning instead of adding works. | |||
2009-11-09 | (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when ↵ | rubidium | |
right-click-dragging | |||
2009-11-09 | (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global | glx | |
2009-11-09 | (svn r18028) -Codechange: unglobalise some functions | rubidium | |
2009-11-09 | (svn r18027) -Codechange: make some unneededly global variables static and ↵ | rubidium | |
remove some unused variables | |||
2009-11-09 | (svn r18026) -Codechange: make a lookup table static that doesn't need to be ↵ | rubidium | |
'exported' | |||
2009-11-08 | (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers ↵ | rubidium | |
I've never heard of) | |||
2009-11-08 | (svn r18024) -Fix (r17217): missing ( | rubidium | |
2009-11-08 | (svn r18023) -Codechange: Make the timetable window nested. | alberth | |
2009-11-08 | (svn r18022) -Cleanup: remove some (now) unused button resize functions | rubidium | |
2009-11-08 | (svn r18021) -Codechange: Have a widget for every cargo-type to eliminate ↵ | alberth | |
searching. | |||
2009-11-08 | (svn r18020) -Codechange: Make the company station list window nested. | alberth | |
2009-11-08 | (svn r18019) -Codechange: make the 'engine preview' window nested | rubidium | |
2009-11-08 | (svn r18018) -Codechange: make the 'buy company' window nested | rubidium | |
2009-11-08 | (svn r18017) -Update from WebTranslator v3.0: | translators | |
arabic_egypt - 15 changes by kasakg german - 1 changes by planetmaker greek - 1 changes by fumantsu hungarian - 1 changes by Petert indonesian - 1 changes by prof polish - 52 changes by silver_777 portuguese - 4 changes by SupSuper | |||
2009-11-08 | (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) ↵ | frosch | |
to newgrf loading and make the internal state zero-based instead. | |||
2009-11-08 | (svn r18015) -Codechange: redesign the world generation windows to make ↵ | rubidium | |
'proper' use of nested widgets. | |||
2009-11-08 | (svn r18014) -Codechange: Station view window uses pure nested widgets. | alberth | |