OpenRCT2/src/openrct2-ui/windows
Ted John 3de8e0d37e
Merge pull request #6772 from IntelOrca/remove-rct2-interop-2
Remove RCT2 interop
2017-12-04 20:10:35 +00:00
..
About.cpp Take line heights into account in About and Music Credits windows. 2017-10-22 21:48:09 +02:00
Banner.cpp Name only flag for banner objects 2017-11-22 22:06:56 +00:00
Changelog.cpp Make sure variables are either static or declared externally 2017-10-09 22:59:40 +02:00
Cheats.cpp Change min energy cheat to the correct min value 32. 2017-10-18 21:52:46 +02:00
ClearScenery.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
CustomCurrency.cpp Make sure variables are either static or declared externally 2017-10-09 22:59:40 +02:00
DebugPaint.cpp Rename map_element to tile_element 2017-10-31 19:59:06 +01:00
DemolishRidePrompt.cpp Fix #1185: Close button colour of prompt windows does not match 2017-12-01 17:36:30 +01:00
EditorBottomToolbar.cpp Move editor bottom toolbar to UI module 2017-11-18 21:07:21 +01:00
EditorInventionsList.cpp Fix #6294: Refactor Editor::SelectedObjects 2017-11-28 13:38:54 +01:00
EditorMain.cpp Fix #6701: assertion on string ID -2 and name it 2017-11-19 22:22:04 +01:00
EditorObjectiveOptions.cpp Stop using (void*)-1 for invalid pointers 2017-10-15 15:53:16 +02:00
EditorScenarioOptions.cpp Fix build in clang 2017-11-14 21:01:11 +01:00
Error.cpp Take line heights into account in Error windows. 2017-10-22 21:48:09 +02:00
Finances.cpp Split/rename ROW_HEIGHT constant into widget-specific ones. 2017-10-18 11:17:22 +02:00
Footpath.cpp Refactor slope flags and path type flag 2017-11-18 12:58:27 +01:00
GameBottomToolbar.cpp Move bottom toolbar to UI module 2017-11-18 21:07:21 +01:00
Guest.cpp Sort includes in Guest.cpp 2017-11-03 01:54:37 +01:00
GuestList.cpp Partially fix #6129: Guest List not updating after a ride rename 2017-11-23 09:40:39 +01:00
InstallTrack.cpp Fix #6681: Tons of visual glitches when zooming out 2017-11-20 13:48:00 +00:00
Land.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
LandRights.cpp Fix #5741: Disappearing land/construction rights indicators 2017-10-15 16:11:08 +02:00
LoadSave.cpp Apply some refactoring 2017-11-02 12:22:28 +01:00
Main.cpp Fix #6701: assertion on string ID -2 and name it 2017-11-19 22:22:04 +01:00
Map.cpp Make terminology use more consistent 2017-11-20 11:20:04 +01:00
MapGen.cpp Compile mapgen.c as C++ 2017-11-17 10:22:54 +01:00
MapTooltip.cpp Move map tooltip to ui module 2017-11-03 01:54:37 +01:00
MazeConstruction.cpp Move maze construction window to UI module 2017-11-03 01:54:37 +01:00
Multiplayer.cpp Use constant for LOCATION_NULL, split off location stuff to Location.h 2017-10-13 22:23:07 +02:00
MusicCredits.cpp Take line heights into account in About and Music Credits windows. 2017-10-22 21:48:09 +02:00
NetworkStatus.cpp Move network status window to UI module 2017-11-03 01:54:37 +01:00
NewCampaign.cpp Replace magic number check for food and drink items with a function call 2017-12-04 10:40:41 +01:00
NewRide.cpp Merge pull request #6772 from IntelOrca/remove-rct2-interop-2 2017-12-04 20:10:35 +00:00
News.cpp Take font line height into account in News window. 2017-10-27 11:11:43 +02:00
NewsOptions.cpp Add extra padding to options in News Options screen. 2017-10-27 11:11:43 +02:00
ObjectLoadError.cpp Fix #6663: Object load error window filename corruption 2017-11-24 07:53:49 +01:00
Options.cpp Fix #6782: Steam overlay checkbox widget not displayed correctly. 2017-12-04 20:10:29 +01:00
Park.cpp Fix: Realign Park Viewport 2017-11-03 07:53:25 +01:00
Player.cpp Use constant for LOCATION_NULL, split off location stuff to Location.h 2017-10-13 22:23:07 +02:00
Research.cpp Compile management as C++ 2017-10-11 21:38:26 +02:00
Ride.cpp Remove RCT2 interop 2017-12-04 19:04:06 +00:00
RideConstruction.cpp Fix include 2017-11-17 12:54:47 +01:00
RideList.cpp Invalidate ride window when opening/closing all 2017-11-20 18:28:22 +01:00
SavePrompt.cpp Fix #1185: Close button colour of prompt windows does not match 2017-12-01 17:36:30 +01:00
Scenery.cpp Create scenery_small_entry_has_flag() 2017-12-04 20:09:38 +01:00
ServerList.cpp Add status messages to server list window 2017-10-08 11:51:22 +02:00
ServerStart.cpp Refactor includes (#6512) 2017-10-19 10:01:05 +02:00
ShortcutKeyChange.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
ShortcutKeys.cpp Adding gridlines display toggle shortcut. (#6313) 2017-11-22 12:02:23 +00:00
Sign.cpp Refactor small, large and wall scenery 2017-11-20 14:40:56 +01:00
Staff.cpp Apply some refactoring 2017-11-02 12:22:28 +01:00
StaffFirePrompt.cpp Fix #1185: Close button colour of prompt windows does not match 2017-12-01 17:36:30 +01:00
StaffList.cpp Fix StaffList.cpp compilation 2017-11-26 20:36:03 +01:00
TextInput.cpp Move text input window to UI module 2017-11-03 01:54:37 +01:00
Themes.cpp Add theme support for console background colour. 2017-10-19 21:26:53 +02:00
TileInspector.cpp Create scenery_small_entry_has_flag() 2017-12-04 20:09:38 +01:00
TitleCommandEditor.cpp Refactor: Title sequences and switch to size_t 2017-11-01 22:42:58 +00:00
TitleEditor.cpp Enhance: Change title editor default selection 2017-11-03 21:34:37 +01:00
TitleExit.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
TitleLogo.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
TitleMenu.cpp Remove unused tutorial and guest number strings 2017-12-04 11:27:37 +01:00
TitleOptions.cpp Improve title screen options button appearance 2017-11-02 22:57:00 +01:00
TitleScenarioSelect.cpp Fix saving without dialog in new scenario 2017-10-16 08:07:10 +02:00
TopToolbar.cpp Create scenery_small_entry_has_flag() 2017-12-04 20:09:38 +01:00
TrackDesignManage.cpp Finish rebase 2017-09-24 22:41:49 +02:00
TrackDesignPlace.cpp Fix #6681: Tons of visual glitches when zooming out 2017-11-20 13:48:00 +00:00
TrackList.cpp Add clear button 2017-11-26 13:44:45 +00:00
ViewClipping.cpp Make sure variables are either static or declared externally 2017-10-09 22:59:40 +02:00
Viewport.cpp Rename map_element to tile_element 2017-10-31 19:59:06 +01:00
Water.cpp Move extern "C" {} blocks to headers (#6282) 2017-09-18 17:05:28 +02:00
Window.h Move tile inspector to UI module 2017-11-23 23:12:25 +01:00