Aaron van Geffen
|
ecc1cfed2a
|
Rename WWT_DROPDOWN_BUTTON to WWT_BUTTON.
The previous name implied an exclusive association with dropdowns.
While used to display the dropdown triangle button, this is not an
exclusive use.
|
2018-01-08 00:01:32 +01:00 |
|
Michael Steenbeek
|
7d5de63484
|
Refactor rct_research_item, refactor access to rct_research_item
This takes away a lot of the bitshift and bit mask trickery previously used.
|
2018-01-07 15:33:44 +01:00 |
|
Ted John
|
83d1b6eb8f
|
Refactor widget.c to C++
|
2018-01-07 12:39:58 +01:00 |
|
Michael Steenbeek
|
755add6c9a
|
Compile localisation folder as C++
|
2018-01-06 18:32:25 +01:00 |
|
Michael Steenbeek
|
1a9975d683
|
Compile util and cheats as C++
|
2017-12-14 10:03:21 +01:00 |
|
Michael Steenbeek
|
6dc49d643a
|
Compile files in base dir as C++
|
2017-12-13 08:03:48 +01:00 |
|
Michael Steenbeek
|
3f8556c85a
|
Fix #6294: Refactor Editor::SelectedObjects
|
2017-11-28 13:38:54 +01:00 |
|
Michael Steenbeek
|
bf69b2e682
|
Make terminology use more consistent
|
2017-11-20 11:20:04 +01:00 |
|
Aaron van Geffen
|
ec53c1c953
|
Add extra padding to the editor's scrollable invention lists.
|
2017-10-22 22:00:49 +02:00 |
|
Tomas Dittmann
|
e393ff1f22
|
Stop using (void*)-1 for invalid pointers
|
2017-10-15 15:53:16 +02:00 |
|
Michael Steenbeek
|
3a9dc3f491
|
Ensure that get_ride_entry returns NULL on invalid ride entries
|
2017-10-12 21:07:35 +02:00 |
|
Michael Steenbeek
|
25b72260d7
|
Compile research.cpp as C++, small refactor
|
2017-10-06 21:41:50 +02:00 |
|
Michael Steenbeek
|
289e154fe4
|
Fix #6315: Not all researched items in S4 are available
|
2017-09-28 16:24:44 +02:00 |
|
Michael Steenbeek
|
1fd1d8c26b
|
Move editor to C++; add defines for object limits
|
2017-09-22 07:56:24 +02:00 |
|
Michael Steenbeek
|
fa5ec031f1
|
Clean up ride naming
|
2017-09-20 21:19:55 +02:00 |
|
Michał Janiszewski
|
00fd18809c
|
Move extern "C" {} blocks to headers (#6282)
|
2017-09-18 17:05:28 +02:00 |
|
Gymnasiast
|
a28509e24c
|
Split Ride and rct2_ride
|
2017-09-12 11:16:57 +02:00 |
|
Michał Janiszewski
|
d698ad1100
|
Convert NULL -> nullptr in C++
|
2017-08-15 11:51:56 +02:00 |
|
Marijn van der Werf
|
294cef3c9b
|
Move additional windows to UI project
|
2017-08-14 23:53:28 +02:00 |
|