Commit Graph

13519 Commits (764aae2733ac8483a4de2802d45bc58886a78fcb)
 

Author SHA1 Message Date
rubidium 764aae2733 (svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is turning on a drive through road station that gets forcefully (bankrupt) removed 15 years ago
rubidium d8580eb8b9 (svn r18048) -Change: make no distinction between unpausing because of a client aborting to join or actually joining 15 years ago
rubidium eeb6cf766b (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "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.
15 years ago
rubidium ff08eaf231 (svn r18044) -Change: mention (one of the) bug report(s) for the known-but-will-not-or-cannot-fix bugs and order them by FS ID 15 years ago
rubidium 0d6032da56 (svn r18043) -Document: the resizing issue with SDL and OpenTTD 15 years ago
rubidium fd35f12584 (svn r18042) -Cleanup: remove some stale comments 15 years ago
rubidium 407c541c82 (svn r18041) -Codechange: some coding style 15 years ago
rubidium 88edbfe3d6 (svn r18040) -Codechange: the size parameter (if it's that actually) isn't needed for the delete operator 15 years ago
translators 275e6e4582 (svn r18039) -Update from WebTranslator v3.0:
bulgarian - 5 changes by Tvel
polish - 7 changes by amateja
ukrainian - 2 changes by Madvin
vietnamese - 12 changes by nglekhoi
15 years ago
rubidium 8f4ae09c03 (svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried 15 years ago
translators 805429eecb (svn r18037) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
czech - 3 changes by SmatZ
indonesian - 1 changes by prof
polish - 4 changes by silver_777
15 years ago
frosch bca56c5bc6 (svn r18036) -Fix (r17999): Always two they are. 15 years ago
rubidium 266511971c (svn r18035) -Fix (r16909): one could remotely crash (assert) the server on certain commands 15 years ago
translators 1baee19432 (svn r18034) -Update from WebTranslator v3.0:
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
15 years ago
rubidium 2396f693a2 (svn r18033) -Codechange: make the padding for IMGBTN_2 the same as for IMGBTN; the image doesn't move, so the extra space at the right and bottom aren't needed 15 years ago
smatz 0fb50708bd (svn r18032) -Codechange: add one const 15 years ago
rubidium 639395b69f (svn r18031) -Codechange: since basically r7157 adding up 'all' mouse 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. 15 years ago
rubidium b3394dbeb4 (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging 15 years ago
glx 2e499a43a9 (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 15 years ago
rubidium 224f4e0197 (svn r18028) -Codechange: unglobalise some functions 15 years ago
rubidium b2d7edddfa (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 15 years ago
rubidium f1f3009782 (svn r18026) -Codechange: make a lookup table static that doesn't need to be 'exported' 15 years ago
rubidium a2a336b585 (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 15 years ago
rubidium a6eb65c06b (svn r18024) -Fix (r17217): missing ( 15 years ago
alberth ff1ed0b26b (svn r18023) -Codechange: Make the timetable window nested. 15 years ago
rubidium 064365fc7a (svn r18022) -Cleanup: remove some (now) unused button resize functions 15 years ago
alberth 71eaf2b320 (svn r18021) -Codechange: Have a widget for every cargo-type to eliminate searching. 15 years ago
alberth b4a514a1dc (svn r18020) -Codechange: Make the company station list window nested. 15 years ago
rubidium a17586c620 (svn r18019) -Codechange: make the 'engine preview' window nested 15 years ago
rubidium cf5dbddede (svn r18018) -Codechange: make the 'buy company' window nested 15 years ago
translators dee172762f (svn r18017) -Update from WebTranslator v3.0:
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
15 years ago
frosch c0936d100d (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. 15 years ago
rubidium f43a38709c (svn r18015) -Codechange: redesign the world generation windows to make 'proper' use of nested widgets. 15 years ago
alberth aa5f72f614 (svn r18014) -Codechange: Station view window uses pure nested widgets. 15 years ago
alberth ade53126b4 (svn r18013) -Codechange: Add possibility to change window size during ReInit(). 15 years ago
rubidium 9e39af5230 (svn r18012) -Codechange: make the world generation windows nested; they'll need some tweaks to use the full potential though 15 years ago
frosch 1bd8a982d5 (svn r18011) -Feature(ette): [NewGRF] CB 36 for roadvehicle property 09 'running cost factor'. 15 years ago
alberth c08a37c114 (svn r18010) -Codechange: Split StationViewWindow::OnPaint in four functions. 15 years ago
rubidium 2b1ca0c513 (svn r18009) -Codechange: make the 'create scenario' window nested 15 years ago
frosch d6e65fc173 (svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. 15 years ago
frosch 17039eaf42 (svn r18007) -Codechange: No need to call CB 36 'running cost factor' if the vehicle has no running cost class anyway. 15 years ago
rubidium 3f06d32080 (svn r18006) -Codechange: make the world generation progress window nested 15 years ago
frosch 040404c5d3 (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. 15 years ago
frosch a36db7d8f6 (svn r18004) -Codechange: Deduplicate some magic. 15 years ago
rubidium 79a039b0df (svn r18003) -Cleanup: prune some unused functions from Window 15 years ago
rubidium 6c107011fc (svn r18002) -Change: add cases to Greek and use them (fumantsu) 15 years ago
peter1138 0314ad1a38 (svn r18001) -Codechange: [SDL] When the mouse cursor is locked into position when scrolling a viewport, warp the mouse pointer to the centre of the window. This gives maximum freedom of movement. The pointer position is restored when the lock is removed. Visually the mouse cursor stays where it was. 15 years ago
translators b4b50e8c37 (svn r18000) -Update from WebTranslator v3.0:
greek - 1 changes by fumantsu
15 years ago
frosch d86a79bfad (svn r17999) -Fix: [NewGRF] Improve parsing of RIFF data. Skip unknown chunks and check chunk sizes. 15 years ago
alberth 58b6fb8417 (svn r17998) -Fix (r17994): Use a consistent item list width. 15 years ago