1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 14:02:59 +01:00
Commit Graph

553 Commits

Author SHA1 Message Date
Ted John
e0d480fa6b Merge pull request #1276 from duncanspumpkin/bugs
Bugs
2015-06-09 18:31:05 +01:00
IntelOrca
0dd749baac refactor window event calls 2015-06-09 18:29:02 +01:00
Duncan Frost
62bdd8a0ab Fix options disabled_widgets
There was a bug that caused the first widget on each page to appear disabled due to not being reset when changing page / invalidating. Fixes #1275
2015-06-09 17:14:57 +01:00
IntelOrca
dc3fe2a6c8 remove commented out CALLPROCs and CALLFUNCs 2015-06-09 15:09:45 +01:00
IntelOrca
ed86db0635 fix sign issues with selection rectangle 2015-06-09 14:47:26 +01:00
Ted John
22c13f9f93 Merge pull request #1271 from trigger-death/decompile-ride-prices
Decompiled Ride Prices
2015-06-09 02:38:32 +01:00
Robert Jordan
fcbe561ad8 Decompiled Ride Prices 2015-06-08 21:28:07 -04:00
Robert Jordan
8e526ac525 Switch RCT1 and RCT2 theme order 2015-06-08 14:21:07 -04:00
Robert Jordan
e471592d16 Fixed themes features tab glitch 2015-06-07 21:11:47 -04:00
Robert Jordan
21734bd71f Fixed open button y 2015-06-07 20:56:31 -04:00
Robert Jordan
9960c8d901 Fixed merge conflicts 2015-06-07 20:37:56 -04:00
Robert Jordan
e90c724a3a Rewrote Themes
Added rct1 styles and lights.
Themes are now easier to expand
Added features tab to themes window
2015-06-07 20:31:54 -04:00
LRFLEW
d3a6965f95 Made window_loadsave_open accept a default file name
This fixes #1231, #1245, and adds room for future work, such as porting
track saving.
2015-06-07 17:12:17 -05:00
LRFLEW
73acb02946 Code Cleanup
thanks trigger-death
2015-06-07 15:20:45 -05:00
LRFLEW
66bf2abd37 A fix for #1231
This has the side-effect of incorrect default names in the scenario
editor, but that can be patched separately.
2015-06-07 15:20:45 -05:00
Duncan Frost
4f03b0c997 Refactor of research.
Fix bug that would cause a crash on a scenario that had rides with same base type
2015-06-07 19:19:17 +01:00
Duncan Frost
9ad775625a Fix small bugs in the inventions window.
I think there might have been a case where the list could get corrupted that this may prevent.
2015-06-07 19:19:16 +01:00
Duncan Frost
97966ac707 Implemented scenery_set_setup for research.
I've also labelled ride_type->flags.
2015-06-07 19:19:16 +01:00
Duncan Frost
cd22f9bd08 Implement the reset ride research function 2015-06-07 19:18:50 +01:00
IntelOrca
65377629e4 implement track save select nearby scenery 2015-06-07 16:02:43 +01:00
IntelOrca
28a122ac5c don't show tab image unless tab is shown in new ride window 2015-06-07 14:35:15 +01:00
IntelOrca
2eea6bcd4b fix #1229 2015-06-07 13:51:27 +01:00
Gymnasiast
90ac515a9b Fix bug introduced in refactor 2015-06-07 13:34:17 +02:00
Gymnasiast
c15da4370a Added cheat to edit land ownership settings in-game 2015-06-07 12:45:55 +02:00
Ted John
5fb44a443e Merge pull request #1248 from trigger-death/text-box-widget
Fixed #1247 font issues.
2015-06-07 02:56:00 +01:00
Robert Jordan
02a9f1b535 Fixed #1247 font issues. 2015-06-06 21:18:20 -04:00
Ted John
ad6ccc2553 Merge pull request #1246 from trigger-death/themes-fix
Fixed themes "editor" tooltip
2015-06-07 02:09:41 +01:00
Robert Jordan
c0df70a9b0 Fixed themes "editor" tooltip 2015-06-06 21:04:14 -04:00
Robert Jordan
9f9143a5c6 textbox widget 2015-06-06 17:04:53 -04:00
Robert Jordan
4e43b04524 Fixed english_uk conflicts 2015-06-05 20:19:53 -04:00
Robert Jordan
a490284569 Renumbered strings 2015-06-05 20:16:01 -04:00
Robert Jordan
c3d36c96ef Now resets scroll properly 2015-06-05 19:02:20 -04:00
Robert Jordan
6179888231 Renamed strings and removed warnings 2015-06-05 18:59:07 -04:00
Robert Jordan
c9c3e66289 Object selection search
Can now search for objects in the object selection window.
2015-06-05 18:54:47 -04:00
Robert Jordan
83fda8fc56 Clear scenery tool now as options
Can now choose to clear small scenery, large scenery, and/or footpaths.
2015-06-05 12:38:52 -04:00
zsilencer
c6e63d5d25 add volume control in options 2015-06-04 16:31:54 -06:00
Ted John
dfcea20443 Merge pull request #1222 from ThomasdenH/develop
Change use of gfx_draw_string() to gfx_draw_string_left()
2015-06-04 20:40:41 +01:00
Thomas
e9a33e0de6 Change use of gfx_draw_string() to gfx_draw_string_left() 2015-06-04 21:27:38 +02:00
Duncan Frost
47e41b5d82 Fix bug introduced in previous bug fixing!
Accidently switched two functions. Small refactor as well.
2015-06-04 20:15:27 +01:00
Duncan Frost
44d4ff4d03 Fix cross hatching graphical glitch.
Forgot to Xor the value before clearing it. Fixes #1177
2015-06-04 20:15:25 +01:00
Duncan Frost
2765f15584 Cheats showing pressed after tab change
Fixes #1084
2015-06-04 20:15:24 +01:00
Duncan Frost
cd753e13e4 Fix #1213 once and for all.
Forgot to check that the tool in use was the set land rights tool.
2015-06-04 20:15:23 +01:00
Ted John
b688b1eb5f Merge pull request #1220 from trigger-death/options-window-pages
Options window now uses paged widgets
2015-06-04 20:04:11 +01:00
Robert Jordan
319fe2b6a2 Didn't commit one file. 2015-06-04 14:51:54 -04:00
Robert Jordan
4b0d005e0f Options window now uses paged widgets
Widgets now are defined by page.
Fixed options window flashing text colour when first opened.
Fixed themes window gfx_invalidate happening every step.
2015-06-04 14:51:39 -04:00
Ted John
3e12e9502f Merge pull request #1218 from ThomasdenH/develop
Refactor cheat window and fix #1084
2015-06-04 19:08:46 +01:00
Thomas
9ddd655b20 Refactor cheat window and fix #1084 2015-06-04 19:52:35 +02:00
danidoedel
bcbc05e9a2 fix mapgen background bug 2015-06-04 17:39:07 +02:00
danidoedel
c481905d0a fix research label position 2015-06-04 17:34:47 +02:00
danidoedel
d9807221b8 fix number of selected items label position 2015-06-04 17:33:29 +02:00