Darkvater
|
71fb375f8c
|
(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (added icon to openttd.grf, introduced FIOS_TYPE_DIRECT that allows arbitrary directory jumping).
- Fix: on Win32 capitalize the drive-letter in the saveload dialog windows when it is first opened.
|
2005-10-28 00:09:59 +00:00 |
|
Darkvater
|
f561993112
|
(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (added icon to openttd.grf, introduced FIOS_TYPE_DIRECT that allows arbitrary directory jumping).
- Fix: on Win32 capitalize the drive-letter in the saveload dialog windows when it is first opened.
|
2005-10-28 00:09:59 +00:00 |
|
bjarni
|
eac803845e
|
(svn r3093) -Fix: [autoreplace] fixed issue where the money limit message showed up in some cases when no replace was needed
|
2005-10-27 19:30:40 +00:00 |
|
bjarni
|
1cc5379706
|
(svn r3093) -Fix: [autoreplace] fixed issue where the money limit message showed up in some cases when no replace was needed
|
2005-10-27 19:30:40 +00:00 |
|
tron
|
e310aef45f
|
(svn r3090) Remove long dead pieces of code
|
2005-10-26 07:12:14 +00:00 |
|
tron
|
203726ed34
|
(svn r3090) Remove long dead pieces of code
|
2005-10-26 07:12:14 +00:00 |
|
peter1138
|
6b0bbde53d
|
(svn r3089) Fix possible issue with out-of-bounds array access in replace vehicle gui, and add brief commenting.
|
2005-10-25 19:52:25 +00:00 |
|
peter1138
|
b97473e874
|
(svn r3089) Fix possible issue with out-of-bounds array access in replace vehicle gui, and add brief commenting.
|
2005-10-25 19:52:25 +00:00 |
|
bjarni
|
85002131fe
|
(svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ]
|
2005-10-25 19:41:32 +00:00 |
|
bjarni
|
477aa9f69c
|
(svn r3088) -Fix: [OSX] fixed issue where OSX could not dynamic link to quicktime [ 1334917 ]
|
2005-10-25 19:41:32 +00:00 |
|
tron
|
cb0c82fdc3
|
(svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numbers to sort out wagons
|
2005-10-25 18:29:32 +00:00 |
|
tron
|
66e688cba3
|
(svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numbers to sort out wagons
|
2005-10-25 18:29:32 +00:00 |
|
bjarni
|
d0d6804bf8
|
(svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit)
|
2005-10-24 20:12:39 +00:00 |
|
bjarni
|
7cace07e01
|
(svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit)
|
2005-10-24 20:12:39 +00:00 |
|
bjarni
|
0f5c8787f8
|
(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
this is a complete rewrite, that makes use of existing commands like build and sell
this means that multiheaded train engines are replaced correctly
|
2005-10-24 19:40:48 +00:00 |
|
bjarni
|
bf467bd99c
|
(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
this is a complete rewrite, that makes use of existing commands like build and sell
this means that multiheaded train engines are replaced correctly
|
2005-10-24 19:40:48 +00:00 |
|
tron
|
5536de2319
|
(svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE
|
2005-10-24 05:51:23 +00:00 |
|
tron
|
e0dd7efc82
|
(svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE
|
2005-10-24 05:51:23 +00:00 |
|
tron
|
355d834c6e
|
(svn r3079) Determine the type of the "first arrival" message for road vehicles using the cargo type and not a magic engine number
|
2005-10-23 14:38:09 +00:00 |
|
tron
|
f5ea31b9da
|
(svn r3079) Determine the type of the "first arrival" message for road vehicles using the cargo type and not a magic engine number
|
2005-10-23 14:38:09 +00:00 |
|
tron
|
181d586a7c
|
(svn r3078) Some more stuff, which piled up:
- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants
|
2005-10-23 13:04:44 +00:00 |
|
tron
|
47137cefb7
|
(svn r3078) Some more stuff, which piled up:
- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants
|
2005-10-23 13:04:44 +00:00 |
|
tron
|
0b936c3222
|
(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
nothing spectacular, just some stuff, which piled up
|
2005-10-22 06:39:32 +00:00 |
|
tron
|
2cc2154ad2
|
(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
nothing spectacular, just some stuff, which piled up
|
2005-10-22 06:39:32 +00:00 |
|
tron
|
4642ac94a9
|
(svn r3076) s/OSX/OS X/
and Unix is spelled "Unix", not "Linux"
|
2005-10-21 12:24:55 +00:00 |
|
tron
|
0163870006
|
(svn r3076) s/OSX/OS X/
and Unix is spelled "Unix", not "Linux"
|
2005-10-21 12:24:55 +00:00 |
|
peter1138
|
04a4166889
|
(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.
|
2005-10-21 06:04:17 +00:00 |
|
peter1138
|
5565abb871
|
(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.
|
2005-10-21 06:04:17 +00:00 |
|
peter1138
|
49c627ba35
|
(svn r3074) -NewGrf: Fix stupid typo in weight setting.
|
2005-10-20 19:44:41 +00:00 |
|
peter1138
|
8bf11c2e41
|
(svn r3074) -NewGrf: Fix stupid typo in weight setting.
|
2005-10-20 19:44:41 +00:00 |
|
tron
|
d7cbd0d4c3
|
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE
0x10 -> OWNER_NONE
|
2005-10-20 17:43:13 +00:00 |
|
tron
|
2b91f55b32
|
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE
0x10 -> OWNER_NONE
|
2005-10-20 17:43:13 +00:00 |
|
tron
|
6d16862126
|
(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them
|
2005-10-20 17:23:33 +00:00 |
|
tron
|
6a5c0fabdd
|
(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them
|
2005-10-20 17:23:33 +00:00 |
|
peter1138
|
3931d8ef5c
|
(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.
|
2005-10-20 15:15:58 +00:00 |
|
peter1138
|
d5eb4183b8
|
(svn r3071) -NewGRF: Add support for rail vehicle weight greater than 255 tons.
|
2005-10-20 15:15:58 +00:00 |
|
Darkvater
|
16f1af429b
|
(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron
|
2005-10-19 20:00:05 +00:00 |
|
Darkvater
|
4253f3d330
|
(svn r3070) - it doesn't matter where the '.' is found for the IP, if it is found, it is not a normal index when unbanning clients ('\0' should of course be NULL); thx Tron
|
2005-10-19 20:00:05 +00:00 |
|
Darkvater
|
e6ff0a52ac
|
(svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention
|
2005-10-19 19:44:01 +00:00 |
|
Darkvater
|
afc9951648
|
(svn r3069) - CodeChange: now that we have the '|' char, use that as a seperator instead of '\' as was originally intention
|
2005-10-19 19:44:01 +00:00 |
|
Darkvater
|
8c7e9f00dc
|
(svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of.
|
2005-10-19 19:41:38 +00:00 |
|
Darkvater
|
4fb76f67ae
|
(svn r3068) - Feature: make it possible to create a screenshot from the console that is both big and has no console, or any combination of.
|
2005-10-19 19:41:38 +00:00 |
|
Darkvater
|
7b52c5f6bb
|
(svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
- Feature: 'status' and 'clients' now show the IP of the players
|
2005-10-19 19:38:35 +00:00 |
|
Darkvater
|
e611fee4e5
|
(svn r3067) - Feature: allow unbanning players based on banlist-id (as well as IP).
- Feature: 'status' and 'clients' now show the IP of the players
|
2005-10-19 19:38:35 +00:00 |
|
tron
|
71d293f2a3
|
(svn r3066) Constify the parameter of GetSlopeZ_*()
|
2005-10-19 14:49:46 +00:00 |
|
tron
|
ece9b9b2b6
|
(svn r3066) Constify the parameter of GetSlopeZ_*()
|
2005-10-19 14:49:46 +00:00 |
|
celestar
|
ab049c7bca
|
(svn r3065) -Codechange/Add: Modified the bridge drawing code so that the basic offset is read from the RailTypeInfo struct. This is (hopefully) the last DrawTile change on the way to electrified railways. While being at it, de-mystified the function a bit and added some asserts.
|
2005-10-19 08:34:37 +00:00 |
|
celestar
|
5f604ec63a
|
(svn r3065) -Codechange/Add: Modified the bridge drawing code so that the basic offset is read from the RailTypeInfo struct. This is (hopefully) the last DrawTile change on the way to electrified railways. While being at it, de-mystified the function a bit and added some asserts.
|
2005-10-19 08:34:37 +00:00 |
|
tron
|
b17b87469c
|
(svn r3064) Replace some numbers by sprite names
|
2005-10-19 06:46:41 +00:00 |
|
tron
|
758ae7e8f6
|
(svn r3064) Replace some numbers by sprite names
|
2005-10-19 06:46:41 +00:00 |
|