Commit Graph

21536 Commits

Author SHA1 Message Date
Sergii Pylypenko
e2bdc7d6b4 Updated release version 2014-08-19 19:34:01 +03:00
frosch
938a2007f9 (svn r26739) [1.4] -Update documentation 2014-08-19 19:28:56 +03:00
frosch
ce48cd65bb (svn r26718) [1.4] -Update documentation 2014-08-19 19:28:56 +03:00
frosch
cc691caad5 (svn r26717) [1.4] -Backport from trunk:
- Fix: CMD_CLEAR_ORDER_BACKUP should not be suppressed by pause modes (r26716)
- Fix: Discard incorrectly saved order backups when clients join [FS#6066] (r26700)
2014-08-19 19:28:56 +03:00
frosch
661a627768 (svn r26715) [1.4] -Backport from trunk:
- Fix: [NewGRF] Parameters to SCC_NEWGRF_PUSH_WORD and SCC_NEWGRF_UNPRINT were not skipped during drawing (r26713)
- Fix: [OSX] Compilation fails with some lzo2 versions, if __LP64__ is defined to 0 instead of checking whether it is defined [FS#6069] (r26709)
- Codechange: Use awk instead of trying to convince cpp to preprocess nfo files (r26708)
- Fix: Wrong breakdown sound was played for ships [FS#6015] (r26706)
2014-08-19 19:28:56 +03:00
frosch
c36da8082a (svn r26714) [1.4] -Backport from trunk:
- Fix: Integer overflows in acceleration code causing either too low acceleration or too high acceleration [FS#6067] (r26702)
- Fix: Do not crash when trying to show an error about vehicle in a NewGRF and the NewGRF was not loaded at all (r26699)
- Fix: Tighten parameter bound checks on GSCargoMonitor functions, and return -1 on out-of-bound parameters (r26685)
2014-08-19 19:28:55 +03:00
rubidium
011591351d (svn r26710) [1.4] -Backport from trunk: language updates 2014-08-19 19:28:55 +03:00
frosch
e4f519adcc (svn r26673) [1.4] -Update documentation 2014-08-19 19:28:55 +03:00
frosch
74f5fe212c (svn r26670) [1.4] -Backport from trunk:
- Fix: CargoPacket::SourceStation() returns a StationID (r26660)
- Fix: Production cheat cannot be allowed to be active in multiplayer for desync reasons, even when activated in singleplayer previously [FS#6044] (r26656)
- Fix: Make sure an 'abs' is used that supports int64 when using 'abs' on those variables (r26651)
- Fix: Support save/load chunk lengths of up to (1 << 32) - 1 [FS#6041] (r26650)
2014-08-19 19:28:55 +03:00
rubidium
369711755b (svn r26668) [1.4] -Backport from trunk:
- Fix: Days in dates are not represented by ordinal numbers in all languages [FS#6047]
- Language updates
2014-08-19 19:28:55 +03:00
frosch
4548230987 (svn r26653) [1.4] -Backport from trunk:
- Fix: Incorrect usage of string commands in the base language [FS#6037] (r26642, r26640, r26639, r26632)
2014-08-19 19:28:44 +03:00
frosch
b702e94d70 (svn r26652) [1.4] -Backport from trunk:
- Fix: Segmentation fault when encountering a .obg/.obs/.obm with empty string/zero length MD5 checksums [FS#6038] (r26637)
- Fix: The 'Load' button was not properly enabled/disabled for old savegames without NewGRF information (r26634)
- Fix: If the video driver fails to supply a list of resolutions, display an error message [FS#6012] (r26629)
2014-08-19 19:25:25 +03:00
pelya
c33411c9c2 Added back todo.txt 2014-07-20 00:38:20 +03:00
pelya
7991048105 Slower scrolling for dropdown lists and scrollbars 2014-07-20 00:35:07 +03:00
pelya
fb567341fc Frameskip when pressing fast forward button 2014-07-20 00:16:43 +03:00
pelya
58c998aabc 'Visit website' button from online content menu was not working 2014-07-20 00:05:53 +03:00
pelya
c7950af003 Fixed company face selection dialog too tall 2014-07-19 23:53:30 +03:00
pelya
7f4b3e88c1 Fixed 'Replace vehicles' window too tall 2014-07-19 23:39:41 +03:00
pelya
138c4d86c4 Fixed build area not highlighted on mouse-over or stylus hover 2014-07-19 23:29:30 +03:00
pelya
214822fab2 Fixed more mousic clipping 2014-07-19 22:49:10 +03:00
pelya
68b1b3a625 Re-arranged buttons a bit 2014-07-19 22:21:29 +03:00
pelya
edc57a3314 Switch to full vertical toolbar, if enough screen height 2014-07-19 22:16:18 +03:00
pelya
2609f3dcc1 Added shorter command 'cheats' to open cheats window 2014-07-19 21:21:19 +03:00
pelya
b112a0aedd Increased height of 'Buy vehicle' window, so more info would fit the screen 2014-07-19 21:18:35 +03:00
Sergii Pylypenko
e4179d3428 Fixed 32bpp base graphics set not working on 16bpp videomode 2014-07-01 22:01:22 +03:00
pelya
4627d6c939 Fixed game crash when two vehicles crash 2014-06-15 23:18:37 +03:00
Sergii Pylypenko
9bbe393482 Fixed version yet again, for multiplayer games 2014-06-04 22:55:29 +03:00
Sergii Pylypenko
51575da525 Reverted to upstream way of guessing version number 2014-06-04 21:30:11 +03:00
Sergii Pylypenko
f7a8b7215c Updated version 2014-06-04 21:26:16 +03:00
Sergii Pylypenko
fa3ec77c1e Fixed compilation 2014-06-04 20:35:09 +03:00
frosch
bb3daf4c1e (svn r26626) [1.4] -Update documentation 2014-06-04 19:29:40 +03:00
frosch
24ce51c3fc (svn r26625) [1.4] -Backport from trunk:
- Fix: First send packages about new company, then clients joining it to admin port [FS#6025] (r26616)
2014-06-04 19:29:40 +03:00
frosch
fafa8753ed (svn r26599) [1.4] -Update documentation 2014-06-04 19:29:38 +03:00
rubidium
9c8347a771 (svn r26597) [1.4] -Backport from trunk: language updates 2014-06-04 19:28:44 +03:00
frosch
06bfe785e4 (svn r26596) [1.4] -Backport from trunk:
- Fix: Save/load issues on big endian machines (r26593, r26590, r26589)
- Fix: Consider multiheaded trains in station refits [FS#5995] (r26586)
- Fix: Game script could be changed in game by double clicking [FS#5974] (r26583)
2014-06-04 19:28:43 +03:00
frosch
9040444ebc (svn r26595) [1.4] -Backport from trunk:
- Fix: Transfer stations also should have a cargo rating [FS#5989] (r26581, r26580)
- Fix: [Network] AIs would not reset certain network state information upon creation of their company [FS#6003] (r26578, r26576)
- Fix: [Network] Client of non-dedicated server was not correctly put into the first company for all state variables [FS#6001] (r26577)
2014-06-04 19:28:43 +03:00
frosch
d29dbdc6f7 (svn r26561) [1.4] -Update documentation 2014-06-04 19:28:39 +03:00
rubidium
a7b5891927 (svn r26559) [1.4] -Backport from trunk: language updates 2014-06-04 19:26:38 +03:00
frosch
3493750241 (svn r26544) [1.4] -Backport from trunk:
- Fix: [Windows] Crash when the operating system performs the "paint" callback during window creation [FS#5994] (r26539, r26538)
- Fix: OpenBSD compilation [FS#5992] (r26523)
- Fix: prevent from ever reading huge (or negative) amounts of data in strgen (r26521)
- Fix: Severity rating of dedicated server messages during world generation (r26518)
2014-06-04 19:26:38 +03:00
frosch
e69b50c898 (svn r26543) [1.4] -Backport from trunk:
- Fix: Buffer overruns in handling of symbolic links inside tars (r26514)
- Fix: Incorrect usage of strecpy (r26505, r26485)
- Fix: Reading console input on dedicated server relied on unspecified behaviour (r26496)
2014-06-04 19:26:38 +03:00
frosch
fd7f0c28f3 (svn r26542) [1.4] -Backport from trunk:
- Change: Remove demand calculation based on tiles (r26484)
- Fix: Allow single-vehicle consists to station-refit in a meaningful way (r26483)
2014-06-04 19:26:38 +03:00
frosch
0dbfd505d8 (svn r26541) [1.4] -Backport from trunk:
- Fix: Prevent comparing to NULL when strndup could not allocate memory (r26476)
- Fix: Potentially undefined shifts in NewGRF code (r26475)
- Fix: Make sure there is no uninitialised sprite data (r26473)
- Fix: Draw text shadow for ellipses (r26467)
- Fix: Add special handling for PALETTE_CRASH to work for non-8bpp-mapped sprites (r26463)
2014-06-04 19:26:38 +03:00
rubidium
2d022cf63a (svn r26532) [1.4] -Backport: language updates 2014-06-04 19:26:31 +03:00
frosch
5fd1ac47ad (svn r26461) [1.4] -Backport from trunk:
- Fix: Avoid division by 0 when scaling flow values [FS#5970] (r26448)
- Feature: Draw links to match _settings_game.vehicle.road_side [FS#5961] (r26445)
- Change: Use pkg-config for libpng as well (r26435, r26433, r26432)
- Feature: Load button for heightmap list [FS#5953] (r26428)
2014-06-04 19:24:37 +03:00
Sergii Pylypenko
19472fd0d2 Fixed screenshot action, broken by 16bpp blitter 2014-06-03 23:35:05 +03:00
Sergii Pylypenko
8ca0bf745a Fixed bug in my previous commit 2014-06-03 22:36:38 +03:00
Sergii Pylypenko
3cb6c7d5ee Fixed right toolbar moving to the left, removed remainder of 'touchscreen mode' stuff 2014-06-03 21:55:41 +03:00
Sergii Pylypenko
75c376a23e Removed debug 2014-06-03 21:48:28 +03:00
Sergii Pylypenko
c323eb1c8a Fixed dropdown lists in main toolbar 2014-06-03 21:42:33 +03:00
Sergii Pylypenko
15db61be69 Fixed mouse click passed down to map after closing a window. 2014-06-03 20:32:39 +03:00