Commit Graph

13544 Commits

Author SHA1 Message Date
smatz 7163c7d3ab (svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as 'const char \*' 2009-11-14 15:28:57 +00:00
michi_cc 32c6633bef (svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when building without Cocoa. 2009-11-14 15:26:43 +00:00
rubidium 1066af500f (svn r18073) -Codechange: remove some more unneeded skips 2009-11-14 13:11:40 +00:00
rubidium 9d74a2910e (svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the order window 2009-11-14 12:55:48 +00:00
rubidium d41302c310 (svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace window + strings 2009-11-14 12:50:38 +00:00
rubidium 629b7fcfe5 (svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG 2009-11-14 11:57:55 +00:00
alberth 94261ad01a (svn r18069) -Codechange: Initialize window flags at the same tme as the other fields instead of afterwards. 2009-11-14 09:58:52 +00:00
alberth 4d84dbb26b (svn r18068) -Cleanup: Remove obsolete BaseVehicleListWindow(const WindowDesc *desc, WindowNumber window_number) constructor. 2009-11-14 08:49:58 +00:00
alberth fb0158c8ce (svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows. 2009-11-14 08:44:12 +00:00
alberth e016fa0fac (svn r18066) -Codechange: Make group gui window use pure nested widgets. 2009-11-13 21:42:49 +00:00
rubidium 2b5154f0a2 (svn r18065) -Codechange/Fix: account for the text in WWT_FRAMEs when determining the minimum width 2009-11-13 20:23:48 +00:00
rubidium 7288ef506e (svn r18064) -Codechange: make the sticky box size to the height of the title bar preventing glitches with larger fonts 2009-11-13 20:10:13 +00:00
rubidium 6ed7c6a88c (svn r18063) -Change: remove some unneeded blue pixels that only cause the sprites to be displayed too big if size is taken from the sprites 2009-11-13 20:03:22 +00:00
rubidium d529886056 (svn r18061) -Fix: glitches with the dock GUI when the title is very long 2009-11-13 19:46:12 +00:00
translators 38d7e95fb2 (svn r18060) -Update from WebTranslator v3.0:
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 18:45:27 +00:00
alberth ad2c2c2be3 (svn r18059) -Codechange: Move some variable declarations to their use. 2009-11-13 18:17:46 +00:00
rubidium c77c24cb7a (svn r18058) -Fix: typos in parameter names 2009-11-13 17:40:21 +00:00
smatz 8d95e16ff1 (svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() 2009-11-13 15:53:51 +00:00
rubidium 1a04b9081a (svn r18056) -Fix (r17737): compiling without networking failed 2009-11-12 21:08:41 +00:00
rubidium 2b39e239a6 (svn r18055) -Fix (r18045): ICC warning 2009-11-12 21:07:55 +00:00
rubidium b0f18a27fb (svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase 2009-11-12 20:52:14 +00:00
rubidium 64ecceadda (svn r18053) -Codechange: remove the manual pause/unpause limitation with min_active_clients 2009-11-12 20:38:52 +00:00
rubidium 2a1cab4d46 (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually 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 20:33:30 +00:00
rubidium 934e6a295d (svn r18051) -Codechange: make the active clients pause use a separate bit in the pause mode 2009-11-12 17:46:04 +00:00
rubidium 3f2dce581e (svn r18050) -Codechange: disallow 'pause on join' paused when not in a network game 2009-11-12 17:44:49 +00:00
rubidium 9059e4f85f (svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is turning on a drive through road station that gets forcefully (bankrupt) removed 2009-11-12 17:28:20 +00:00
rubidium c08c10f329 (svn r18048) -Change: make no distinction between unpausing because of a client aborting to join or actually joining 2009-11-12 17:27:24 +00:00
rubidium 485b5a9c2f (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.
2009-11-11 21:15:58 +00:00
rubidium 285d25e01b (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 2009-11-11 21:09:04 +00:00
rubidium e972033af1 (svn r18043) -Document: the resizing issue with SDL and OpenTTD 2009-11-11 21:07:12 +00:00
rubidium 83e7ca3dc8 (svn r18042) -Cleanup: remove some stale comments 2009-11-11 20:53:23 +00:00
rubidium ac25ba62d2 (svn r18041) -Codechange: some coding style 2009-11-11 20:43:06 +00:00
rubidium 8f9157b648 (svn r18040) -Codechange: the size parameter (if it's that actually) isn't needed for the delete operator 2009-11-11 20:40:40 +00:00
translators c5ebac830a (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
2009-11-11 18:45:14 +00:00
rubidium 6cfeb1920f (svn r18038) -Fix [FS#3290] (r17402): AIs failed to load their data from savegames by crashing them when they tried 2009-11-11 18:13:17 +00:00
translators dd28ddfd9f (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
2009-11-10 18:45:15 +00:00
frosch 364eb961ae (svn r18036) -Fix (r17999): Always two they are. 2009-11-10 16:50:00 +00:00
rubidium 15ede6b763 (svn r18035) -Fix (r16909): one could remotely crash (assert) the server on certain commands 2009-11-10 11:19:07 +00:00
translators 7247011636 (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
2009-11-09 18:45:32 +00:00
rubidium cbeba59fc2 (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 2009-11-09 17:20:48 +00:00
smatz a84921f8f5 (svn r18032) -Codechange: add one const 2009-11-09 16:33:52 +00:00
rubidium 88a7e23897 (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. 2009-11-09 16:07:03 +00:00
rubidium cbf4b80b86 (svn r18030) -Fix: screen jumped a bit for at least SDL and Allegro when right-click-dragging 2009-11-09 16:05:24 +00:00
glx 85a910f02e (svn r18029) -Fix (r18028): AppendPathSeparator() should stay global 2009-11-09 15:16:38 +00:00
rubidium 860b9b1cea (svn r18028) -Codechange: unglobalise some functions 2009-11-09 10:40:33 +00:00
rubidium c2221885f4 (svn r18027) -Codechange: make some unneededly global variables static and remove some unused variables 2009-11-09 09:59:35 +00:00
rubidium 3702746756 (svn r18026) -Codechange: make a lookup table static that doesn't need to be 'exported' 2009-11-09 09:27:48 +00:00
rubidium 6db598e408 (svn r18025) -Fix (r17217): more missing/extra parentheses (for compilers I've never heard of) 2009-11-08 23:56:39 +00:00
rubidium 29ee106efa (svn r18024) -Fix (r17217): missing ( 2009-11-08 22:24:33 +00:00
alberth 311534797a (svn r18023) -Codechange: Make the timetable window nested. 2009-11-08 20:52:14 +00:00