| Sat, 28 Jan 2006 11:10:52 +0000 |
Darkvater |
(svn r3459) - CodeChange: add help-output to strgen and also verbose variants of the switches
|
changeset |
files
|
| Sat, 28 Jan 2006 11:09:16 +0000 |
truelight |
(svn r3458) -Fix: forgot one instance in last commit
|
changeset |
files
|
| Sat, 28 Jan 2006 11:08:07 +0000 |
truelight |
(svn r3457) -Fix: killed some warnings about strict-alias in an ugly way (but it works ;))
|
changeset |
files
|
| Sat, 28 Jan 2006 10:16:15 +0000 |
matthijs |
(svn r3456) - Feature: [Makefile] Icons can now be installed in a seperate directory.
|
changeset |
files
|
| Sat, 28 Jan 2006 09:45:25 +0000 |
matthijs |
(svn r3455) * Assert against modifying the outer border of a map into anything but MP_VOID. This might detect a bug that has been there for quite some time, if it hasn't been fixed already.
|
changeset |
files
|
| Sat, 28 Jan 2006 01:33:57 +0000 |
Darkvater |
(svn r3454) - Fix: company-count was not updated correctly when loading a saved game with already existing companies for multiplayer.
|
changeset |
files
|
| Fri, 27 Jan 2006 17:06:29 +0000 |
Darkvater |
(svn r3453) - CodeChange: Also show the landinfo debug information when building in release mode; however it is shown at debug level 1.
|
changeset |
files
|
| Fri, 27 Jan 2006 14:55:43 +0000 |
Darkvater |
(svn r3451) - Fix documentation; PBS bits were missing for bridge
|
changeset |
files
|
| Fri, 27 Jan 2006 09:45:44 +0000 |
Darkvater |
(svn r3450) - Revert r3448 partly as some mingw's do have uint defined, others don't, so this needs more research
|
changeset |
files
|
| Fri, 27 Jan 2006 07:13:58 +0000 |
peter1138 |
(svn r3449) - NewGRF Fix: When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf)
|
changeset |
files
|
| Thu, 26 Jan 2006 22:09:25 +0000 |
Darkvater |
(svn r3448) - Fix: wrap up some MinGW warnings
|
changeset |
files
|
| Thu, 26 Jan 2006 19:06:16 +0000 |
Darkvater |
(svn r3447) - CodeChange: [ 1360866 ] station_land.h Naming ALL sprites. Also replaced the SPTR_STATUE_GROUND by the more obvious SPR_CONCRETE_GROUND in unmovable_cmd.c. No functional changes except for commenting out PALETTE_RECOLOR_SPRITE in table/sprites.h. (Belugas)
|
changeset |
files
|
| Thu, 26 Jan 2006 18:45:04 +0000 |
Darkvater |
(svn r3446) - Fix: incorrect validating of tree-planting command which can allow a buffer-overflow (Tron)
|
changeset |
files
|
| Thu, 26 Jan 2006 18:36:14 +0000 |
Darkvater |
(svn r3445) - Fix: [ 1415379 ] Enhance documentation of lift destination
|
changeset |
files
|
| Thu, 26 Jan 2006 17:43:31 +0000 |
peter1138 |
(svn r3443) - Fix signed/unsigned comparison warning when compiling with gcc 2.95 (tokai)
|
changeset |
files
|
| Thu, 26 Jan 2006 17:32:49 +0000 |
Darkvater |
(svn r3442) - Fix: Only windows has stricmp. So define strcasecmp to stricmp when using MSVC
|
changeset |
files
|
| Thu, 26 Jan 2006 17:10:11 +0000 |
Darkvater |
(svn r3441) - Feature: Allow the network game list to be sorted (by name/clients/compatibility ascending/descending)
|
changeset |
files
|
| Thu, 26 Jan 2006 16:19:24 +0000 |
Darkvater |
(svn r3439) - CodeChange: Remove a whole bunch of global variables and put them into the WP() macro. Also combine more than one WP-custom element. For this the maximum size of w->custom (WP) has been increased, and multiple types put inside one with possibly moved to the corresponding gui file if it is only used there.
|
changeset |
files
|
| Thu, 26 Jan 2006 15:55:53 +0000 |
Darkvater |
(svn r3438) - Fix: first request company data, then general. Yes, it should be the other way around, but with the current network code this doesn't work. So workaround (have some nice promise from TrueLight for fixing ;))
|
changeset |
files
|
| Thu, 26 Jan 2006 13:01:53 +0000 |
Darkvater |
(svn r3435) - Fix a warning, removed unused extern and some comments in network_gamelist.c
|
changeset |
files
|
| Thu, 26 Jan 2006 12:56:05 +0000 |
Darkvater |
(svn r3434) - Correctly update all network information when pressing refresh in the lobby. Also always allow the join button to a server unless all clients are used up (otherwise you can always join an existing company
|
changeset |
files
|
| Wed, 25 Jan 2006 21:33:57 +0000 |
peter1138 |
(svn r3431) - Fix crash when moving vehicles around in a train depot under certain conditions.
|
changeset |
files
|
| Wed, 25 Jan 2006 19:14:50 +0000 |
Darkvater |
(svn r3430) - You can of course not join when there are more companies than the maximum set, not the other way around.
|
changeset |
files
|
| Wed, 25 Jan 2006 19:03:50 +0000 |
Darkvater |
(svn r3429) - Feature (Followup): Change the gamelist window to accomodate for the new information.
|
changeset |
files
|
| Wed, 25 Jan 2006 18:40:12 +0000 |
Darkvater |
(svn r3428) - Feature: server_info was left out previous commit. Move some commands about a bit for better logical placement
|
changeset |
files
|
| Wed, 25 Jan 2006 18:11:06 +0000 |
Darkvater |
(svn r3427) - Feature: Allow seeing and setting the maximum amount of companies and spectators for a server. This can be changed/viewed during runtime as well in the console.
|
changeset |
files
|
| Tue, 24 Jan 2006 18:38:06 +0000 |
peter1138 |
(svn r3426) - Fix typo from r3019 -- only affected NPF debugging.
|
changeset |
files
|
| Tue, 24 Jan 2006 18:08:04 +0000 |
Darkvater |
(svn r3425) - Fix: Followup to r3421. Correctly reset the TileHighLightData structure to prevent crashes in all the other cases where it is not guarded against sufficiently
|
changeset |
files
|
| Tue, 24 Jan 2006 09:33:51 +0000 |
peter1138 |
(svn r3424) - NewGRF fix: Only power should decide whether a rail vehicle is an engine or a wagon. (fixes SHIKI 810 in jpsetw.grf)
|
changeset |
files
|
| Tue, 24 Jan 2006 07:41:28 +0000 |
peter1138 |
(svn r3423) - NewGRF: Update the base_intro age at which an engine will have a randomized intro date, as per (the now updated) spec.
|
changeset |
files
|