Peter Nelson
|
2909a14374
|
Codechange: Include table/strings.h in files that use StringIDs.
Be consistent with how and where the file is incldued.
|
2025-03-21 12:53:40 +00:00 |
Peter Nelson
|
3fde611012
|
Codechange: Use EnumBitSet for AirportMovingDataFlags. (#13754)
|
2025-03-06 19:03:41 +00:00 |
Peter Nelson
|
f309b90a1d
|
Codechange: Use EnumBitSet for Airport blocks.
|
2025-02-13 22:02:02 +00:00 |
Peter Nelson
|
0d5708ba86
|
Codechange: Use EnumBitSet for AirportFTAClass::Flags (#13535)
|
2025-02-11 21:49:18 +00:00 |
Rubidium
|
f90fa2a4d1
|
Codechange: use C++ constructs over MallocT/free
|
2025-02-07 22:49:03 +01:00 |
Patric Stout
|
a3cfd23cf9
|
Codechange: rename byte to uint8_t (#12308)
|
2024-03-16 23:59:32 +01:00 |
Rubidium
|
eaae0bb5e7
|
Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done
|
2023-07-19 19:30:14 +02: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 |