Jonathan G Rennison
|
fd605e3cf3
|
Merge branch 'master' into jgrpp-beta
# Conflicts:
# .github/workflows/commit-checker.yml
# src/company_cmd.cpp
# src/console_cmds.cpp
# src/crashlog.cpp
# src/lang/english.txt
# src/lang/german.txt
# src/lang/indonesian.txt
# src/lang/japanese.txt
# src/lang/korean.txt
# src/lang/swedish.txt
# src/linkgraph/linkgraphjob.cpp
# src/linkgraph/mcf.cpp
# src/network/core/tcp.cpp
# src/network/core/tcp.h
# src/network/core/tcp_game.h
# src/network/core/udp.h
# src/network/network.cpp
# src/network/network_admin.cpp
# src/network/network_admin.h
# src/network/network_chat_gui.cpp
# src/network/network_client.cpp
# src/network/network_client.h
# src/network/network_func.h
# src/network/network_internal.h
# src/network/network_server.cpp
# src/network/network_server.h
# src/newgrf.cpp
# src/newgrf_station.cpp
# src/order_gui.cpp
# src/rail_cmd.cpp
# src/saveload/saveload.cpp
# src/settings.cpp
# src/settings_gui.cpp
# src/settings_internal.h
# src/settings_type.h
# src/station_cmd.cpp
# src/stdafx.h
# src/table/currency_settings.ini
# src/table/misc_settings.ini
# src/table/settings.h.preamble
# src/table/settings.ini
# src/terraform_cmd.cpp
# src/timetable_gui.cpp
# src/train_cmd.cpp
# src/tree_cmd.cpp
# src/water_cmd.cpp
|
2021-09-27 22:47:23 +01:00 |
|
Jonathan G Rennison
|
0b0d154788
|
Merge branch 'master' into jgrpp-beta
# Conflicts:
# .github/workflows/ci-build.yml
# src/lang/german.txt
# src/lang/romanian.txt
# src/lang/slovak.txt
# src/lang/turkish.txt
# src/network/core/address.cpp
# src/network/core/tcp.h
# src/network/core/udp.cpp
# src/network/network.cpp
# src/network/network_client.cpp
# src/network/network_server.cpp
# src/network/network_server.h
# src/network/network_udp.cpp
# src/openttd.cpp
# src/saveload/newgrf_sl.cpp
# src/tree_cmd.cpp
# src/video/video_driver.hpp
# src/window.cpp
# src/window_gui.h
|
2021-09-22 21:50:02 +01:00 |
|
rubidium42
|
44ca7d9377
|
Change: Use gender-neutral pronouns
|
2021-05-15 10:16:48 +02:00 |
|
glx22
|
38c97e1492
|
Codechange: Replace TILE_AREA_LOOP with range-based for loops
|
2021-05-13 00:13:54 +02:00 |
|
Jonathan G Rennison
|
6c3e5642f8
|
Merge branch 'master' into jgrpp
# Conflicts:
# cmake/CompileFlags.cmake
# src/crashlog.cpp
# src/fileio.cpp
# src/fileio_func.h
# src/fios_gui.cpp
# src/ini_load.cpp
# src/ini_type.h
# src/lang/english.txt
# src/lang/german.txt
# src/lang/korean.txt
# src/network/network_client.cpp
# src/order_base.h
# src/order_cmd.cpp
# src/os/windows/win32.cpp
# src/road_cmd.cpp
# src/saveload/saveload.cpp
# src/saveload/saveload.h
# src/settings.cpp
# src/station_cmd.cpp
# src/stdafx.h
# src/table/settings.ini
# src/tree_cmd.cpp
# src/tree_gui.cpp
# src/vehicle_base.h
# src/video/cocoa/cocoa_v.mm
# src/video/cocoa/event.mm
# src/video/cocoa/wnd_quartz.mm
# src/viewport.cpp
# src/widgets/tree_widget.h
|
2021-01-31 01:08:35 +00:00 |
|
Charles Pigott
|
860c270c73
|
Codechange: Replace assert_compile macro with static_assert
|
2020-12-27 10:55:42 +00:00 |
|
Jonathan G Rennison
|
2ad446369d
|
Cache animated tile speed, use btree map for animated tiles
|
2020-11-26 00:19:51 +00:00 |
|
Jonathan G Rennison
|
810bfd276e
|
Add several NewGRF variables to vehicle image callback whitelist
Add vehicle flags to control cached image invalidation
Various refactorings
|
2020-08-25 01:26:44 +01:00 |
|
Niels Martin Hansen
|
c8779fb311
|
Feature: NewGRF callback profiling (#7868)
Adds a console command newgrf_profile to collect some profiling data about NewGRF action 2 callbacks and produce a CSV file.
|
2020-01-26 13:45:51 +01: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 |
|
frosch
|
d9d669dcf8
|
(svn r27984) -Codechange: Make ScopeResolver constructors/destructors inlineable. Speedup sprite resolving by about 8 percent.
|
2018-03-11 13:19:41 +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 |
|
frosch
|
6b61c4608f
|
(svn r26388) -Codechange: Move resolving of Action 3 into ResolverObject constructor.
|
2014-03-03 20:02:31 +00:00 |
|
frosch
|
db894b0b3f
|
(svn r26085) -Codechange: Pass ResolverObjects as reference instead of pointer since they are never NULL.
|
2013-11-24 14:41:19 +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
|
33ff55a8f1
|
(svn r24693) -Doc: Add some doxymentation into the newgrf code.
|
2012-11-10 20:46:39 +00:00 |
|
alberth
|
4c9bea2a71
|
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
|
2012-11-10 20:45:59 +00:00 |
|
alberth
|
37605108e1
|
(svn r24686) -Codechange: Add resolver classes for airport tiles.
|
2012-11-10 20:42:19 +00:00 |
|
alberth
|
438495b433
|
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes.
|
2012-11-10 20:37:31 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
yexo
|
4d2ca18ee1
|
(svn r23161) -Fix (r23154): don't convert pointer to bool but actually check the grf_version variable
|
2011-11-08 17:40:48 +00:00 |
|
frosch
|
8f4c6d42f9
|
(svn r23154) -Change: [NewGRF v8] Use heightlevel units in nearby tile info variables. (rubidium)
|
2011-11-08 17:29:01 +00:00 |
|
frosch
|
30874b5e81
|
(svn r23147) -Change: [NewGRF v8] Unify the return values of boolean callbacks, and check the results for validity.
|
2011-11-08 17:26:49 +00:00 |
|
frosch
|
1ad7239247
|
(svn r23138) -Feature: [NewGRF] Allow passing 32bit parameters to 60+x variables (using var 7B). Currently most useful for vehicle var 60.
|
2011-11-08 17:23:30 +00:00 |
|
michi_cc
|
f66cd97776
|
(svn r23071) -Codechange: [NewGRF] Allow passing custom extra data through the generic NewGRF animation helper class.
|
2011-10-31 22:31:35 +00:00 |
|
frosch
|
8b18292a2e
|
(svn r22634) -Codechange: Deduplicate some code. Note that zeroing 'count' is intentionally removed, it is only used together with 'scope'.
|
2011-07-04 20:31:57 +00:00 |
|
terkhen
|
dc6218aa49
|
(svn r22563) -Codechange: Use a function for storing values inside the persistent storage.
|
2011-06-12 20:38:46 +00:00 |
|
terkhen
|
e8df5563db
|
(svn r22559) -Codechange: Remove constness from Station in ResolverObject.
|
2011-06-12 20:34:37 +00:00 |
|
terkhen
|
e127fca384
|
(svn r22557) -Codechange: Remove constness from AnimationBase callbacks.
|
2011-06-12 20:32:52 +00:00 |
|
frosch
|
a241a4ce97
|
(svn r22518) -Feature: [NewGRF] Advanced sprite layouts with register modifiers.
|
2011-05-29 16:56:22 +00:00 |
|
frosch
|
e55f849a29
|
(svn r22457) -Codechange: Make the NewGRFSpriteLayout a direct member of TileLayoutSpriteGroup instead of allocating it separately.
|
2011-05-14 17:33:26 +00:00 |
|
rubidium
|
a6a2fbd937
|
(svn r21198) -Fix: don't call variables properties in debug messages
|
2010-11-15 16:43:46 +00:00 |
|
yexo
|
9a07ebc382
|
(svn r21052) -Fix (r20435): house/airporttile/industrytile newgrfs that defined tiles that relied on the substitute being drawn were broken
|
2010-10-28 11:10:12 +00:00 |
|
frosch
|
e9cd81953a
|
(svn r20741) -Cleanup: Use IsTileOnWater() in more places.
|
2010-09-05 13:18:54 +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 |
|
rubidium
|
ddf1510a23
|
(svn r20627) -Codechange: unify the animation code of station, airport, house and industry tiles
|
2010-08-26 17:01:17 +00:00 |
|
rubidium
|
d3f57f0e4d
|
(svn r20626) -Codechange: pass AirportTileSpec to the airport tile callback
|
2010-08-26 16:56:06 +00:00 |
|
rubidium
|
82ef98a90a
|
(svn r20625) -Add: AirportTileSpec::GetByTile to simplify accessing the AirportTileSpec
|
2010-08-26 16:53:06 +00:00 |
|
rubidium
|
e2e26190d5
|
(svn r20623) -Codechange: unify the storing of animation related information
|
2010-08-26 15:31:40 +00:00 |
|
rubidium
|
4efa2efdbb
|
(svn r20622) -Codechange: unify [GS]et[Statation|Object|Industry|House]AnimationFrame
|
2010-08-26 14:45:45 +00:00 |
|
rubidium
|
193800e0fa
|
(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks
|
2010-08-26 11:18:32 +00:00 |
|
rubidium
|
ca7a067b7a
|
(svn r20435) -Codechange: move spritegroup to GRFFilePropsBase and prepare it for more spritegroups
|
2010-08-10 15:49:35 +00:00 |
|
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
|
rubidium
|
644deff9d2
|
(svn r20191) -Codechange: unVARDEF _tick_counter and move it to a more logical location
|
2010-07-19 17:24:33 +00:00 |
|
rubidium
|
1da0086a45
|
(svn r19707) -Add: helper functions to instantiate/fill ResolverObjects
|
2010-04-24 13:35:18 +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
|
beec6fa9e2
|
(svn r19208) -Codechange: fix a gcc warning
|
2010-02-22 16:32:50 +00:00 |
|
smatz
|
077fa11b3e
|
(svn r19203) -Codechange: silence some gcc warnings
|
2010-02-22 16:02:37 +00:00 |
|
yexo
|
cfc1571931
|
(svn r19201) -Codechange: airport tiles now have 4 random bits per tile.
|
2010-02-22 14:17:33 +00:00 |
|