Jonathan G Rennison
|
6d4da8afd4
|
Add setting to ignore object introduction dates
|
2022-06-02 14:06:21 +01:00 |
|
Jonathan G Rennison
|
6fce46304a
|
Add setting to disable object expiry after a given year
|
2022-06-02 13:29:03 +01:00 |
|
Jonathan G Rennison
|
564d7e5029
|
Debug: Allow clicking to highlight group in sprite group dump window
|
2022-06-01 21:31:05 +01:00 |
|
Jonathan G Rennison
|
8eb86fa6c7
|
GRF: Use access mask when evaluating get nearby tile information variable
|
2022-05-31 01:32:18 +01:00 |
|
Jonathan G Rennison
|
23c472d2a0
|
Add support for road stop animation, availability callback
Add animation, callback mask, general flags properties
Add animation frame variables
|
2022-02-15 00:22:18 +00:00 |
|
Jonathan G Rennison
|
acc9dffab7
|
Add object mapped variables for slope after foundation applied
|
2022-01-24 02:01:09 +00:00 |
|
Jonathan G Rennison
|
33dc6c9688
|
Add NewGRF VarAction2 variable remapping infrastructure
|
2022-01-24 02:01:09 +00:00 |
|
Jonathan G Rennison
|
06fa1ae332
|
Add object shore/flooding support, adjust handling of foundations
Add info to debug window
|
2021-12-05 21:46:09 +00:00 |
|
Jonathan G Rennison
|
d9116106ca
|
Add NewGRF object property for new edge foundation mode
|
2021-12-05 21:33:56 +00:00 |
|
Jonathan G Rennison
|
924ffb013f
|
Add NewGRF object property/flag to use land as object ground sprite
This handles variable ground densities, snow/desert, etc.
|
2021-12-05 11:54:13 +00:00 |
|
Jonathan G Rennison
|
76fcfd3efd
|
Debug: Add sprite dump support to NewGRF objects
|
2021-12-03 18:13:58 +00: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 |
|
glx22
|
38c97e1492
|
Codechange: Replace TILE_AREA_LOOP with range-based for loops
|
2021-05-13 00:13:54 +02:00 |
|
frosch
|
e856d3f8fe
|
Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared-euclidian distance to 16 bit, when they should not.
(cherry picked from commit 2cf5df2a50 )
|
2021-05-06 20:52:00 +01:00 |
|
frosch
|
2cf5df2a50
|
Fix: [NewGRF] industry variable 66 and object variable 46 clamped the squared-euclidian distance to 16 bit, when they should not.
|
2021-05-02 13:45:43 +01:00 |
|
Jonathan G Rennison
|
b7ddd486cf
|
Merge branch 'master' into jgrpp
# Conflicts:
# cmake/CompileFlags.cmake
# src/aircraft_cmd.cpp
# src/blitter/32bpp_anim.cpp
# src/cargopacket.cpp
# src/cheat_gui.cpp
# src/company_cmd.cpp
# src/company_gui.cpp
# src/core/pool_func.hpp
# src/date.cpp
# src/economy.cpp
# src/error_gui.cpp
# src/ground_vehicle.cpp
# src/ground_vehicle.hpp
# src/group_gui.cpp
# src/industry_cmd.cpp
# src/lang/dutch.txt
# src/lang/french.txt
# src/lang/german.txt
# src/linkgraph/linkgraph_gui.cpp
# src/linkgraph/mcf.cpp
# src/network/network_content.cpp
# src/network/network_server.cpp
# src/network/network_udp.cpp
# src/newgrf_engine.cpp
# src/newgrf_station.cpp
# src/order_cmd.cpp
# src/order_gui.cpp
# src/pathfinder/follow_track.hpp
# src/pathfinder/yapf/yapf_common.hpp
# src/saveload/saveload.cpp
# src/settings_gui.cpp
# src/station_cmd.cpp
# src/station_kdtree.h
# src/string_func.h
# src/table/settings.ini
# src/tgp.cpp
# src/timetable_cmd.cpp
# src/timetable_gui.cpp
# src/toolbar_gui.cpp
# src/town_cmd.cpp
# src/train_cmd.cpp
# src/train_gui.cpp
# src/tree_gui.cpp
# src/tunnelbridge_cmd.cpp
# src/vehicle.cpp
# src/vehicle_gui.cpp
# src/video/sdl2_v.cpp
# src/video/sdl_v.cpp
# src/video/win32_v.cpp
# src/viewport.cpp
# src/viewport_sprite_sorter_sse4.cpp
# src/window.cpp
|
2021-02-01 17:07:34 +00:00 |
|
Charles Pigott
|
9b800a96ed
|
Codechange: Remove min/max functions in favour of STL variants (#8502)
|
2021-01-08 11:16:18 +01: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 |
|
glx
|
514565fad6
|
Codechange: Replace FOR_ALL_OBJECTS with range-based for loops
|
2019-12-21 20:13:03 +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 |
|
Charles Pigott
|
f5b1115039
|
Doc: Lots and lots of doxymentation fixes
|
2018-10-31 12:35:54 +01:00 |
|
Charles Pigott
|
5f86e1a390
|
Codechange: Silence -Wclass-memaccess warnings with GCC8
|
2018-06-27 22:54:46 +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 |
|
frosch
|
b4b98e5165
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +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
|
50c6b2486b
|
(svn r26316) -Feature [FS#5696]: Extend object variable 0x60 to also return the view.
|
2014-02-07 22:55:33 +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
|
2ee9a2b5e7
|
(svn r25875) -Change: In scenario editor allow to build all objects which were available at any point in the past to support building scenarios with historic items
|
2013-10-17 21:37:25 +00:00 |
|
frosch
|
35d7e8bca4
|
(svn r25833) -Codechange: Move ObjectType from map array into pool item.
|
2013-10-12 16:30: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
|
a9b8b22daf
|
(svn r24683) -Codechange: Add resolver classes for objects.
|
2012-11-10 20:40:46 +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 |
|
frosch
|
f0559db37c
|
(svn r24172) -Cleanup: Lighthouse and transmitter no longer need special treatment to not appear in the object GUI.
|
2012-04-22 16:28:42 +00:00 |
|
frosch
|
34969178db
|
(svn r24169) -Add: Make NewGRFClass distinguish between defined specs and specs visible for the user.
|
2012-04-22 16:28:27 +00:00 |
|
frosch
|
6f4d2160c2
|
(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favour of using Get() and direct member access (which is needed anyway for GRF string resolving).
|
2012-04-22 16:27:55 +00:00 |
|
frosch
|
27ffb03383
|
(svn r24160) -Codechange: Split parts of ObjectSpec::IsAvailable() into ObjectSpec::IsEverAvailable().
|
2012-04-22 16:27:45 +00:00 |
|
rubidium
|
6d6be50ae0
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
rubidium
|
e40eb8177a
|
(svn r23735) -Codechange: remove ~50 includes from headers that weren't needed
|
2012-01-03 20:26:05 +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
|
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 |
|
rubidium
|
2ed0f93bfb
|
(svn r23093) -Codechange: add a default NULL for the Z of GetTileSlope and use it
|
2011-11-04 10:22:27 +00:00 |
|
rubidium
|
7757a2ed40
|
(svn r23091) -Codechange: rename some Get*Z functions to Get*PixelZ functions if they return the Z in pixels (like TilePixelHeight)
|
2011-11-04 10:18:13 +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 |
|
planetmaker
|
86234253a5
|
(svn r22757) -Fix [FS#4730]: [NewGRF] Invalid memory access when querying the grfID of the default objects
|
2011-08-18 14:08:51 +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 |
|