IntelOrca
d86f15c87d
Fix bug in rct1_fix_entrance_positions.
...
Refactor RCT1 import.
Allow rotate shortcut to rotate park entrance placement.
2015-04-01 21:23:05 +01:00
IntelOrca
851b0819b9
clean up many CALL_PROCs and implement a few functions
2015-03-31 02:21:30 +01:00
Ted John
f28d2c9f2d
Merge pull request #953 from Garogolun/proc-6a8388
...
Decompiled 0x006A8388
2015-03-28 17:22:51 +00:00
IntelOrca
aacd6b9db0
implement balloon_press and duck_press
2015-03-25 21:42:58 +00:00
Duncan Frost
bfe92e07f4
Fix small potential subtype issue. Finished sub_state_2
2015-03-25 18:36:15 +00:00
Duncan Frost
4bdf05b59f
Labelled next_in_quadrant
2015-03-25 18:34:21 +00:00
Duncan Frost
d624dcfbd4
Added more of rotation 0 paintstruct setup
2015-03-25 18:34:20 +00:00
IntelOrca
63561f396a
fix window update event call for old window code
2015-03-25 18:01:03 +00:00
IntelOrca
c6c796ab06
fix invalid park stats information when paused, fixes #957
2015-03-25 11:14:59 +00:00
Timmy Weerwag
af8857dd32
Replace more occurrences of addresses with new name
2015-03-24 22:04:22 +01:00
Ted John
eac4e28efd
Merge pull request #952 from Garogolun/footpath-functions
...
Decompiled some footpath stuff
2015-03-23 21:03:33 +00:00
IntelOrca
745614c959
refactor misc. sprites and implement jumping_fountain_begin
2015-03-23 10:39:47 +00:00
Timmy Weerwag
d4f495cc0e
Renamed sub_6A7831 to footpath_provisional_update
2015-03-22 22:18:36 +01:00
Adrian Wielgosik
3a6fcf790c
Iterate over windows backwards to close last window; fixes #932
2015-03-19 22:35:33 +01:00
Ted John
d862ff73a7
Merge pull request #891 from Gericom/develop
...
Implemented some viewport drawing functions
2015-03-17 17:07:37 +00:00
Gericom
b0562dbb37
Call the original viewport_banner_paint_setup
...
Because as long as the original function gets called sometimes, there
are localisation glitches.
Also, some small refactoring
2015-03-17 17:08:40 +01:00
Gericom
5655a5a5cf
Fixed banner text glitch
2015-03-14 15:48:06 +01:00
Gericom
11b0646176
Added some viewport functions and refactoring
2015-03-11 19:13:14 +01:00
IntelOrca
de34ab5ed8
add options for finance and research on toolbar
2015-03-07 16:38:17 +00:00
Adrian Wielgosik
21b55888ec
Clean up guest_list_open_with_filter a bit
2015-03-05 21:02:16 +01:00
Adrian Wielgosik
7f10024b8e
Decompiled window_guest_list_open_with_filter
2015-03-05 21:02:14 +01:00
Gericom
2cdbff80f6
Implemented some viewport drawing functions
...
- sub_68B35F
- viewport_banner_paint_setup
-- This function is complete, but as long as 0x6C42D9 is not complete it
will cause glitches in the rendering of banners, because the wrong
(because localized) string length is used for calculating the scroll
position
2015-03-03 18:01:30 +01:00
Ted John
fcf5ead11c
Merge pull request #881 from Gericom/develop
...
Implemented some more functions, memory leak fix in paint_park_entrance_entry
2015-02-28 23:51:03 +00:00
Duncan Frost
3fa3f6b4b1
Added in HACK comments for future reference
2015-02-28 15:52:47 +00:00
Duncan Frost
daf0b4e1b1
Fix formating of input.c. Added bring to front on scroll to mask #784
2015-02-28 13:53:30 +00:00
Duncan Frost
c30dda131d
Fix scrolling when on small map sizes.
2015-02-28 12:27:43 +00:00
Gericom
961a251dd0
Added rct_balloon and rct_duck structs
2015-02-28 11:47:09 +01:00
IntelOrca
4268c930e8
fix shortcuts, fixes #824 , fixes #512...
...
- add saving of shortcut configuration
- allow setting of shortcuts in title screen
2015-02-27 17:29:23 +00:00
Gericom
ff79e98819
Implemented a couple of functions, memory leak fix
...
- create_duck
- viewport_set_underground_flag (0x006E7A15)
Free dpi in paint_park_entrance_entry
2015-02-27 16:34:52 +01:00
Timmy Weerwag
454e7dbd23
Move title_options button after resizing screen
2015-02-20 02:31:17 +01:00
Timmy Weerwag
09e9288eb8
Added options button to title screen
2015-02-20 01:35:29 +01:00
IntelOrca
2ab48c998e
Merge branch 'set-ride-status' into develop
...
Conflicts:
src/ride/track.h
2015-02-17 17:00:47 +00:00
Adrian Wielgosik
6c3294c167
Correct two conditions and change wrong documented address; probably fixes #799
2015-02-17 16:39:19 +01:00
IntelOrca
7f0ed995b5
improve reading and saving of configuration
2015-02-16 22:47:11 +00:00
IntelOrca
524ae55052
fix initial directory issue on loadsave and sort items
2015-02-15 15:35:30 +00:00
IntelOrca
e2ee120483
make scenery window usable, partially fixes #408
2015-02-15 13:54:11 +00:00
IntelOrca
66c302eb3d
use new create_window_centred function
2015-02-14 18:26:59 +00:00
IntelOrca
ac4cd56b63
add new load / save window, closes #580
2015-02-14 02:16:03 +00:00
IntelOrca
a66b29076b
move osinterface code to shared or windows
2015-02-12 20:51:40 +00:00
IntelOrca
483e983639
allow mouse wheel zooming on viewports, fixes #774
2015-02-11 22:42:54 +00:00
IntelOrca
0db1c88f2b
refactor window hold down widgets (var_020)
2015-02-10 20:40:33 +00:00
IntelOrca
f6c09b44b6
merge in random map generator
2015-02-10 20:11:59 +00:00
Duncan Frost
00583d12e6
Fix #751 . Main bug caused by doing subtraction before factoring in zoom
2015-02-10 19:13:37 +00:00
Duncan Frost
04e7ff76e4
Added start of actual paint code. Bugs encountered
2015-02-09 18:51:57 +00:00
IntelOrca
9d2abf1925
add map generation window
2015-02-09 18:32:58 +00:00
IntelOrca
a6c95f1f38
Merge branch 'develop' into set-ride-status
...
Conflicts:
src/ride/track.c
src/windows/ride_construction.c
2015-02-08 16:04:35 +00:00
IntelOrca
dfc723573c
fix expenditure table issues, fixes #762
2015-02-08 14:31:57 +00:00
Duncan Frost
0f6dd51736
Added load_palette. Labelled offset for paused and palette effect frame. Fixed fast moving water.
2015-02-07 17:40:20 +00:00
IntelOrca
5b4ec3621a
refactor many functions to use rct_xy_element
2015-01-30 19:20:19 +00:00
IntelOrca
36971b29cb
implement game_command_set_park_name and game_command_remove_park_entrance
2015-01-27 21:18:41 +00:00