Jonathan G Rennison
|
97e6f3062e
|
Adding of _t to (u)int types, and WChar to char32_t
See: eaae0bb5e
|
2024-01-07 17:20:41 +00:00 |
|
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
|
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
|
adf88
|
6dec889306
|
(svn r27908) -Codechange: Mark airport tile tables and FTAs "const" to be sure that they are really constant
|
2017-08-31 06:55:38 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
alberth
|
4af8c2d5e1
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
rubidium
|
ff143c6708
|
(svn r22413) -Document: even more stuff
|
2011-05-02 20:59:54 +00:00 |
|
terkhen
|
679cd3c21b
|
(svn r21803) -Cleanup: Remove unnecessary semicolons.
|
2011-01-15 15:36:58 +00:00 |
|
alberth
|
fa13971337
|
(svn r21088) -Doc: Additions/corrections of doxygen comments.
|
2010-11-05 16:34:22 +00:00 |
|
rubidium
|
30f2afac9b
|
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers
|
2010-08-26 22:01:16 +00:00 |
|
yexo
|
a65345d7ed
|
(svn r20538) -Codechange: introduce a few macros to initialize the airport classes
|
2010-08-18 01:19:03 +00:00 |
|
yexo
|
cf1f337e4d
|
(svn r20524) -Codechange: remove old airport debug code
|
2010-08-17 11:59:09 +00:00 |
|
yexo
|
bc96bdb203
|
(svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group
|
2010-08-13 00:36:12 +00:00 |
|
yexo
|
e4117dbfb7
|
(svn r20477) -Codechange: remove some airport-related constants/functions and add some documentation
|
2010-08-13 00:21:03 +00:00 |
|
yexo
|
7e4bdbbc9d
|
(svn r20368) -Codechange: automatically rotate all nodes for airport movement if the airport is rotated
|
2010-08-05 12:03:06 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
yexo
|
1579e9ded2
|
(svn r19465) -Codechange: support for multi-tile hangars
|
2010-03-19 11:17:52 +00:00 |
|
yexo
|
f2743cd5ed
|
(svn r19464) -Codechange: move GetHangarTile to Airport
|
2010-03-19 09:58:46 +00:00 |
|
yexo
|
c4a88ce022
|
(svn r19455) -Codechange: split all airport information in Station to a seperate class
|
2010-03-18 21:02:20 +00:00 |
|
yexo
|
89a069629e
|
(svn r19453) -Codechange: split getting the initial aircraft position to a new function
|
2010-03-18 18:38:32 +00:00 |
|
yexo
|
8d033e964e
|
(svn r19361) -Fix [FS#3664](r19353): crash when an airport was deleted
|
2010-03-06 23:54:54 +00:00 |
|
yexo
|
20e05f878c
|
(svn r19353) -Codechange: use static objects for the airport statemachines instead of new/delete at the start/end of the game
-Codechange: store the fta in AirportSpec
|
2010-03-06 15:38:13 +00:00 |
|
yexo
|
c42e2a9bfc
|
(svn r19326) -Codechange: store the airport name as property in AirportSpec
|
2010-03-05 23:21:41 +00:00 |
|
yexo
|
dd7c2b2f9d
|
(svn r19205) -Codechange: move AirportSpec to newgrf_airport.h/cpp
|
2010-02-22 16:09:26 +00:00 |
|
yexo
|
40f6e69ae9
|
(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h
|
2010-02-22 14:09:30 +00:00 |
|
yexo
|
de3c92dd06
|
(svn r18910) -Codechange: move the enum with airporttile names to table/airporttile_ids.h
|
2010-01-24 20:17:18 +00:00 |
|
yexo
|
830af8ee77
|
(svn r18845) -Codechange: introduce AirportTileSpec and use it for animation
|
2010-01-17 14:22:07 +00:00 |
|
yexo
|
31d1e9c051
|
(svn r18816) -Fix (r18807): getting the catchment area of oilrigs triggered an assert
|
2010-01-15 21:00:46 +00:00 |
|
yexo
|
d669801f1d
|
(svn r18807) -Codechange: introduce AirportSpec and move several non-statemachine-related variables to there
|
2010-01-15 12:08:08 +00:00 |
|
rubidium
|
ca167791b6
|
(svn r18805) -Codechange: move airport_movement.h to table/
|
2010-01-15 10:55:43 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
c8d13c521a
|
(svn r16620) -Fix (r16619): sometimes one misses the obvious :(
|
2009-06-21 21:08:20 +00:00 |
|
rubidium
|
7ed618997f
|
(svn r16619) -Cleanup: more coding style in airport stuff.
|
2009-06-21 21:05:06 +00:00 |
|
yexo
|
c7bd6c8d34
|
(svn r16614) -Codechange: Make the airport min/max available year a property of the Airport class.
-Change: rename station.always_small_airport to station.never_expire_airports to make it more future-proof
|
2009-06-21 13:26:30 +00:00 |
|
yexo
|
ea03c76bd6
|
(svn r16569) -Codechange: remove the gaps in the AirportTiles enum
|
2009-06-12 19:44:47 +00:00 |
|
yexo
|
f0e31a36df
|
(svn r16567) -Fix (r16566): some minor corrections
|
2009-06-12 15:31:38 +00:00 |
|
yexo
|
4b34957987
|
(svn r16566) -Codechange: enumify all airport tiles
|
2009-06-12 14:53:57 +00:00 |
|
smatz
|
0d3f5e6e74
|
(svn r15299) -Cleanup: remove many redundant includes
|
2009-01-31 20:16:06 +00:00 |
|
rubidium
|
1983754132
|
(svn r14625) -Codechange: a bit of coding style.
|
2008-11-25 18:42:06 +00:00 |
|
rubidium
|
923e21129c
|
(svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games.
|
2008-05-29 15:13:28 +00:00 |
|
rubidium
|
4625695653
|
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
-Codechange: move all Settings into substructs of _settings in a way that they are logically grouped.
|
2008-05-25 19:17:03 +00:00 |
|
belugas
|
fc35ad9ee9
|
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
|
2008-05-24 02:54:47 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
dc87b05e8c
|
(svn r11834) -Codechange: only include settings_type.h if needed.
|
2008-01-13 14:37:30 +00:00 |
|
rubidium
|
b9046c97fb
|
(svn r11702) -Codechange: move all date related stuff to date*.
|
2007-12-26 13:50:40 +00:00 |
|
rubidium
|
2786d789a1
|
(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
|
2007-12-26 11:45:43 +00:00 |
|
rubidium
|
bf98e25e43
|
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
|
2007-12-25 09:48:53 +00:00 |
|