1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00
Commit Graph

68 Commits

Author SHA1 Message Date
Duncan Frost
f25b6e2ba2 Fixed incorrectly assuming peep was underground if on water 2014-09-18 17:18:39 +01:00
adrian17
7359134fc5 Fix off-by-one error in center_2d_coordinates 2014-09-04 22:53:54 +02:00
adrian17
657621db20 Decompile window_rotate_camera, change sub_689174 to use z parameter 2014-09-04 22:53:40 +02:00
Jackson Davis
c6bb6f5809 Move to viewport.c 2014-09-02 19:10:49 +02:00
Duncan Frost
dffd689ee6 Added more to window_peep overview paint
Moved get_arguments_from_thought to peep.c and added to peep.h
Fixed possible crash in viewport_update_position
Fixed compile error
2014-08-28 06:35:08 +01:00
Duncan Frost
f94ebfc4e5 Tidied up 689174. Fixed remaining small map bugs 2014-08-24 17:39:36 +01:00
Duncan Frost
3b2fa2ddce Trying to find cause of subtle bug 2014-08-24 17:39:35 +01:00
Duncan Frost
d095dce810 Finished viewport_update_position. 2014-08-24 17:39:34 +01:00
Duncan Frost
330fa2326c Fix bugs with viewport 2014-08-24 17:39:33 +01:00
Duncan Frost
169a69cfec First draft of viewport_update.
Not working
2014-08-24 17:39:33 +01:00
Duncan Frost
2d2ff0dead Started reverse of viewport_update_position 2014-08-24 17:39:32 +01:00
Duncan Frost
7d29081331 Fix remaining issues. Viewport init working 2014-08-23 11:56:20 +01:00
qcz
5c22530965 Fix coordinate type to avoid invalid cast 2014-08-19 20:08:09 +02:00
Duncan Frost
cd1f71708e Fixed zoom bug. 2014-08-12 20:43:38 +01:00
Duncan Frost
3aaa9ef965 Tidy viewport code 2014-08-12 20:11:23 +01:00
Duncan Frost
1350c64284 Fix issue with viewport draw caused by large x/y 2014-08-11 06:52:08 +01:00
Duncan Frost
663a21dc95 Cleaned up drawing code 2014-08-10 11:11:46 +01:00
Duncan Frost
b98d4bb508 Viewport integrated into gfx_draw_sprite. 2014-08-10 11:11:43 +01:00
Duncan Frost
d4a2cebc84 Still working out crashing bug 2014-08-10 11:11:42 +01:00
Duncan Frost
1c79d9c19a Started trying to integrate viewport draw function 2014-08-10 11:11:42 +01:00
Duncan Frost
8d888756ca Fix compile issues 2014-08-10 11:11:41 +01:00
Duncan
2bae41a1a1 Finished paint struct. Implemented paint_struct in code.
Not tested.
2014-08-10 11:11:40 +01:00
Duncan Frost
087cc64b16 Started adding new paint_struct 2014-08-10 11:11:40 +01:00
Duncan
6016fe2888 Added more to draw code.
Still requires huge rewrite. Probably does not compile. Require to work out the structures pointed to by esi and ebp.
2014-08-10 11:11:39 +01:00
Duncan Frost
a9f3a30744 Started decompile of actual draw function 2014-08-10 11:11:38 +01:00
Duncan Frost
41c610ad4b Added start of one rotations setup 2014-08-10 11:11:38 +01:00
Duncan Frost
047b5196a1 Started decompiling litter paint prep function 2014-08-10 11:11:37 +01:00
Duncan Frost
8857b2fc6a Split the paint functions 2014-08-10 11:11:36 +01:00
Duncan Frost
2e8efe8006 Decompiled to end of sprite draw. 2014-08-10 11:11:36 +01:00
Duncan Frost
206029cc7b Fixed compile error added reference to address 2014-08-10 11:11:35 +01:00
Duncan
7a04adfdb1 started decompile of paint quadrant function 2014-08-10 11:11:34 +01:00
adrian17
037f59cd1a Remove viewport_paint_underground_setup, it's just gfx_clear 2014-07-29 16:46:04 +02:00
Duncan Frost
e1012eaae8 Updated viewport_create function variable inputs 2014-07-27 16:29:41 +01:00
Duncan Frost
d97c0b4679 First draft of draw_quadrant 2014-07-27 16:29:41 +01:00
Duncan Frost
03f4c2e57e Added note for function call 2014-07-27 16:29:40 +01:00
Duncan Frost
1b63aa6bff Decompiled second function. Function unknown 2014-07-27 16:29:40 +01:00
Duncan Frost
2f6945f270 Decompiled first func underground_setup 2014-07-27 16:29:39 +01:00
Duncan Frost
d6d61c7cfc Remove warning 2014-07-27 16:29:38 +01:00
Duncan Frost
2b5e1039ed Fix final zoom related error 2014-07-27 16:29:38 +01:00
Duncan Frost
1cbcf08925 Fix small bug in zooming. Another breaking bug still exists 2014-07-27 16:29:37 +01:00
Duncan Frost
66afea46bd Fixed all remaining bugs labeled more variables 2014-07-27 16:29:36 +01:00
Duncan Frost
34e422fabe Rewrite. Potential mistake 2014-07-27 16:29:36 +01:00
Duncan Frost
ede66261ef Added known addressess 2014-07-27 16:29:35 +01:00
Duncan Frost
5bbfc35565 Fixed bug causing crash 2014-07-27 16:29:34 +01:00
Duncan Frost
4562327e0f First very rough draft of viewport_paint 2014-07-27 16:29:34 +01:00
Duncan Frost
e63c169664 Started decompiling viewport_paint 2014-07-27 16:29:33 +01:00
Duncan Frost
d68e716cd8 Removed compile errors. Implemented changes to window.h 2014-07-23 18:07:38 +01:00
adrian17
3b6c0d4bbc Reworked viewport_render() 2014-07-21 22:38:52 +02:00
Ted John
7d16c653cb Merge pull request #214 from adrian17/master
Use address names from addresses.h
2014-07-19 11:12:46 +01:00
adrian17
843c45aafc Use address names from addresses.h 2014-07-18 22:28:15 +02:00