1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00
Commit Graph

20549 Commits

Author SHA1 Message Date
OpenRCT2 git bot
017f7ef9e4 Merge Localisation/master into OpenRCT2/develop 2021-01-06 04:21:33 +00:00
ζeh Matt
e6d1fcce5d Merge pull request #13698 from ZehMatt/perf/tweening
Improve performance of tweening entities between ticks
2021-01-05 19:47:24 +02:00
ζeh Matt
12c6854a3e Fix #13701: Use correct max zoom level for peeps on invalidation 2021-01-05 18:24:52 +01:00
Matt
f77076def6 Apply review suggestions 2021-01-05 19:19:02 +02:00
Michael Steenbeek
cdafc9c8ec Fix PPA builds (hopefully) 2021-01-05 17:32:25 +01:00
ζeh Matt
fbd001517e Merge pull request #13699 from ZehMatt/refactor/paint-arrange
Collapse function template in PaintSessionArrange
2021-01-05 09:24:36 +02:00
OpenRCT2 git bot
fd37700433 Merge Localisation/master into OpenRCT2/develop 2021-01-05 04:20:44 +00:00
Matt
876b55727e Correctly remove entities from tweening list when object is removed 2021-01-05 01:35:18 +02:00
Matt
b1561001b7 Apply review suggestions 2021-01-05 01:18:25 +02:00
Matt
9c88cc7589 Collapse function template in PaintSessionArrange 2021-01-05 01:02:06 +02:00
Matt
c442ef6207 Improve performance of tweening entities between ticks 2021-01-05 00:26:58 +02:00
Michael Steenbeek
48c8e66d7b Put the 0.3.2 changelog into debian/changelog
The Ubuntu updater has gained the ability to show changelogs in recent years, so time to replace the dummy with an actual changelog.
2021-01-04 20:44:36 +01:00
Michael Steenbeek
e60ccbd1bc Update changelog.txt 2021-01-04 19:28:48 +01:00
skdltmxn
81e7e29eb5 Refactor vehicle_paint to move rideEntry to the inner scope (#13695) 2021-01-04 17:43:22 +00:00
OpenRCT2 git bot
f8c0aea9e2 Merge Localisation/master into OpenRCT2/develop 2021-01-04 04:20:10 +00:00
Michael Steenbeek
361910d91e Add #9631, #10716 to changelog. 2021-01-03 23:14:21 +01:00
Michael Steenbeek
b21f8284ac Merge pull request #13669 from ZehMatt/enhancements/banner-limit
Refactor logic to allow to draw 256 banners at the same time
2021-01-03 23:02:31 +01:00
Michael Steenbeek
406967c71f Refactor object_entry_get_entry() to return Object 2021-01-03 23:01:52 +01:00
ζeh Matt
30aea2bb2a Merge pull request #13667 from ZehMatt/refactor/invalidation
Simplify object invalidation automatically when possible
2021-01-03 20:10:15 +02:00
Michael Steenbeek
a27ec2deb3 Merge pull request #13172 from keithstellyes/gog-extractor-posix
Part of #12307: GOG installer extraction for POSIX
2021-01-03 19:00:29 +01:00
Sadret
d22c2edee5 Implement #13384: Expose all TileElement data to plugin API 2021-01-03 18:42:21 +01:00
Gymnasiast
52bc650abf Improve feedback when selecting the wrong file 2021-01-03 18:40:02 +01:00
Gymnasiast
07c3a930e4 Apply review requests 2021-01-03 17:53:38 +01:00
Gymnasiast
09c6339bd4 Stub Execute() for Win32 2021-01-03 17:53:15 +01:00
Gymnasiast
9058f00bfa Strictly use int32_t for ShowMenuDialog 2021-01-03 17:53:14 +01:00
Gymnasiast
72cc8df395 Stub FindApp on Windows 2021-01-03 17:53:14 +01:00
Keith Stellyes
268e39d12a GOG installer extraction for POSIX 2021-01-03 17:53:14 +01:00
Ted John
6fb7921dbd [Plugin] Add context.setInterval and context.setTimeout 2021-01-03 16:08:35 +01:00
amdoku
85efe047bb Close #12444: Refactor TILE_INSPECTOR_PAGE to use strong enum (#13134) 2021-01-03 10:30:59 -03:00
Michael Steenbeek
44d595835a Fix #13653: Incorrect colours in Inventions List 2021-01-03 14:06:52 +01:00
Karthik NS
ae637bf088 Close #13623: Refactor LightFXQualifier to use strong enum 2021-01-03 14:03:13 +01:00
OpenRCT2 git bot
920dd756f3 Merge Localisation/master into OpenRCT2/develop 2021-01-03 04:18:46 +00:00
ζeh Matt
52f5fa6411 Merge pull request #13662 from ZehMatt/formatter-perf
Replace std::stringstream with custom string buffer
2021-01-02 19:03:12 +02:00
Matt
7d4637613a Format the integers into temporary buffer to fix inline sprites 2021-01-02 16:46:05 +02:00
Matt
c2fd7708ad Use char_traits for length 2021-01-02 16:46:05 +02:00
Matt
2ef4dd23aa Replace std::stringstream with custom string buffer 2021-01-02 16:46:05 +02:00
Matt
5bbc07847c Remove unused field 2021-01-02 16:43:17 +02:00
Matt
474ed67696 Initialize scrolling text sprites without a copy from original 2021-01-02 16:43:17 +02:00
Matt
95551b0504 Use correct type 2021-01-02 16:43:17 +02:00
Matt
7dfe0b02a6 Add ScrollingText.h 2021-01-02 16:43:17 +02:00
Matt
9d473bbfbe Refactor logic to allow to draw 256 banners at the same time 2021-01-02 16:43:17 +02:00
Matt
19b63a1825 Refactor logic of MoveTo to always imply invalidation 2021-01-02 16:22:28 +02:00
Matt
efa1db826e Refactor invalidation logic to be generic to the callee 2021-01-02 16:22:28 +02:00
ζeh Matt
5ae54eb9f9 Merge pull request #13666 from ZehMatt/refactor/miscsprite-enum
Refactor MISC_SPRITE to strong enum
2021-01-02 16:12:09 +02:00
Michael Steenbeek
ac6cc9d63e Fix #13609: Crash in LargeSceneryRemoveAction.cpp (#13663) 2021-01-02 15:06:51 +01:00
Matt
cb719a6e10 Add missing case statements for entity scripting 2021-01-02 15:31:26 +02:00
Matt
5f2945d238 Refactor MISC_SPRITE to strong enum 2021-01-02 15:30:44 +02:00
Michael Steenbeek
1b686816db Move tile element banner functions to methods 2021-01-02 11:28:39 +01:00
Ted John
b0e57c0ca9 Do not allocate vector each time format string legacy is called 2021-01-02 11:27:50 +01:00
Michael Steenbeek
ad52abf39a Revert "Avoid unnecessary calculations when the passed DPI is the active DPI" (#13672) 2021-01-01 13:29:10 +01:00