1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00
Commit Graph

41 Commits

Author SHA1 Message Date
Timmy Weerwag
930a9d61dd Fixes for a couple of warnings 2015-04-12 23:26:15 +02:00
Ted John
f28d2c9f2d Merge pull request #953 from Garogolun/proc-6a8388
Decompiled 0x006A8388
2015-03-28 17:22:51 +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
Timmy Weerwag
af8857dd32 Replace more occurrences of addresses with new name 2015-03-24 22:04:22 +01:00
IntelOrca
745614c959 refactor misc. sprites and implement jumping_fountain_begin 2015-03-23 10:39:47 +00: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
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
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
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
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
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
Duncan Frost
8b86ded534 Fix gloom at increased zoom levels. 2014-12-31 18:42:03 +00:00
Duncan Frost
cfd83eca1d Fix rain gloom. Mistake in viewport_paint caused no change in gloom 2014-12-31 18:13:58 +00:00
Adrian Wielgosik
8d65078abf Remove a no longer relevant comment 2014-12-17 23:30:39 +01:00
Duncan Frost
c0378279f8 Properly pass dx and bp 2014-12-17 22:08:57 +00:00
Duncan Frost
03da2b07a6 Fix viewport tearing. 2014-12-17 20:19:10 +00:00
Adrian Wielgosik
7611cd0ad6 Condition fix in viewport.c 2014-12-16 22:10:16 +01:00
Adrian Wielgosik
a20b16f651 Fix a bug in sub_6E7F34 and reenable new code 2014-12-16 21:56:08 +01:00
IntelOrca
d00001fed2 remove unnecessary header includes 2014-11-30 20:27:14 +00:00
Duncan Frost
502b4c4cbd Fix peeps walking on water after entering. Added some known offsets. 2014-11-10 17:23:13 +00:00
Duncan Frost
8f2b180603 Fix another viewport issue by removing new function call it can be fixed at a later date. Change viewport address name to make it more obvious how to use it. 2014-11-09 08:50:02 +00:00
Duncan Frost
2ddbc8f190 Found cause of viewport issue. Added invalidate_sprite function. 2014-11-06 21:42:18 +00:00
Duncan Frost
f3da25622a Added start of new function 2014-11-06 21:16:48 +00:00
Duncan Frost
21dd6f227d Added some more viewport functions 2014-11-06 21:16:47 +00:00
Duncan Frost
3003419160 Add debug flag to dirty box draw 2014-11-06 21:16:46 +00:00
Duncan Frost
1a857edc21 Playing about with viewport setup 2014-11-06 21:16:45 +00:00
Duncan Frost
f58be44a20 Remove previous hack 2014-11-01 13:13:11 +00:00
IntelOrca
6fe1bace20 refactor input (flags in particular) and add sub_6EA73F 2014-10-15 22:59:26 +01:00
IntelOrca
3cf28d6ef8 refactor config and add window size 2014-10-09 15:55:47 +01:00
IntelOrca
1d92e3d7ab Merge branch 'master' into reorganise-src
Conflicts:
	projects/openrct2.vcxproj
	projects/openrct2.vcxproj.filters
	src/audio/audio.c
	src/audio/mixer.h
	src/game.c
	src/ride/vehicle.c
	src/windows/finances.c
	src/windows/research.c
2014-10-07 19:10:16 +01:00
IntelOrca
c8df6174b8 organisation: fix includes 2014-10-06 17:36:58 +01:00
IntelOrca
554e1fe70e organisation: move files and update project 2014-10-06 10:21:07 +01:00