Age | Commit message (Collapse) | Author |
|
so don't jump through hoops to check if nothing was entered and simplify the code
|
|
instant notice
|
|
Thanks to Rubidium for reporting and fixing
|
|
|
|
care for the WE_ON_EDIT_TEXT_CANCEL event, so don't send one. This code looks like it was mindlessly copy&pasted from the query box
|
|
set. Comment-change only
|
|
size of the buffer (so length of string + '\0'), but in the code it was a mix of both. It didn't cause any problems though, only an occasionaly one-less character than allowed. (thanks Tron for noticing)
|
|
and pos is PacketSize not int)
|
|
potential crashes on invalid clients/servers (thanks test for bringing this to our attention)
|
|
crossings (michi_cc)
|
|
mental note to clean ship_cmd
|
|
|
|
a track right above the portal
|
|
more meaningful variable names, simplify control flow..
|
|
arrangement
|
|
and enum/array alignment
|
|
railway waypoints
|
|
|
|
undefined. Thanks to KUDr and Tron for research and stuff. (FS#98)
|
|
|
|
when possible
|
|
a platform if there were both elrails and convrails along the platform
|
|
station_map.h
|
|
|
|
|
|
|
|
needed anymore. All relevant patch-settings that are changed by a network-game are those that are saved with a savegame, so these are not affected for loaded games (since Patches are saved with them). Also there is a distinction between in-game patch settings and default patch settings and this is not affected in MP. Thus this temp copy can be removed.
|
|
receives from a server, and encapsulate this functionality into GetNetworkErrorMsg().
|
|
value)
|
|
declaration)
|
|
Last occurence of FindLandscapeTile in the tile-specific functions gone. Thanks to Tron for doing lots of work in this direction
|
|
marco. town_cmd is now map access free
|
|
cleaning on town.flags12 too
|
|
1) Improved the road vehicle allocation (aka slotting) for multistop. Stops can now accept unlimited, er... 256, vehicles.
2) Removed the "wait for stop" feature, because it did not work in practise.
3) Slotting now ignores unreachable stations. Uses NPF at the moment because the old pathfinder cannot do it (yet)
4) Now matter how many vehicles approach a station, they will always be distributed evenly over existing stops.
5) Hopefully the last fundamental change to multistop
|
|
ground types (including roadworks).
|
|
airport_sections_*
|
|
accessor.
|
|
concerning unmovables. unmovable_cmd is now map access free
|
|
|
|
map access free
|
|
|
|
|
|
by TILE_HEIGHT. Reverted one change from the previous commit because it was faulty
|
|
|
|
|
|
|
|
|
|
receives from a client. An invalid value may cause the server to terminate.
|
|
|
|
(Pointed out by peter1138)
|