1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00
Commit Graph

5994 Commits

Author SHA1 Message Date
Michał Janiszewski
4be4ed19a3 Don't tween objects when minimised (#3891) 2016-06-17 08:13:15 +01:00
Michał Janiszewski
542828b5d4 Fix wrong vehicle position, nullptr guard 2016-06-16 23:14:38 +02:00
Michał Janiszewski
78e2aec5fe Make map element arrays static 2016-06-16 22:51:28 +02:00
Michał Janiszewski
c2bf4b75e7 Integrate tile map element pointers usage (#3442) 2016-06-16 19:05:15 +02:00
janisozaur
c301f8ee14 Load g1 elements correctly into memory (#3436) 2016-06-16 15:03:36 +02:00
Michał Janiszewski
3d4eceb5ca Fix rebase 2016-06-16 11:36:15 +02:00
Ted John
ad1b9265dc integrate variables for various drawing pointers 2016-06-16 11:36:15 +02:00
Michał Janiszewski
a5c119ba60 Load assets properly for 32 bit builds 2016-06-16 11:36:15 +02:00
Ted John
b73861be99 integrate variable: g1Elements 2016-06-16 11:36:15 +02:00
Ted John
d07b9535c2 integrate variables: object entry lists 2016-06-16 11:36:15 +02:00
duncanspumpkin
31812a08a5 Remove hooks. All string code now implemented 2016-06-15 19:11:51 +01:00
Ted John
19cd56b9c2 Add Shader Palette Lookup 2016-06-15 17:53:26 +01:00
Ted John
d0dead085a Merge pull request #3873 from marijnvdwerf/macos
Clean up Xcode project
2016-06-15 12:17:05 +01:00
Duncan
f339bd6e7a Merge pull request #3465 from marijnvdwerf/paint-setup/path
Path paint
2016-06-15 07:10:55 +01:00
duncanspumpkin
0bdff0af63 Refactor 2016-06-14 20:33:56 +01:00
Yaroslav Tretyakov
a5bf11ce86 Fix #3859: Scenery bounding box incorrect (#3874) 2016-06-14 08:02:59 +01:00
Ted John
3d76480808 fix #1433: Peep spawn point does not get set using sandbox mode
Now show peep spawns if in editor OR in sandbox mode.
2016-06-13 21:23:30 +01:00
Ted John
602d84156c fix #3856: Save Game causes Crash 2016-06-13 19:39:11 +01:00
Ted John
4b2f0b4119 fix #3825: Multiplayer crashes with UI buttons
Window was measuring number of lines of user's config server description rather than the connected server's description
2016-06-13 19:02:37 +01:00
Marijn van der Werf
42ee299f65 Replace references to OS X 2016-06-13 19:49:06 +02:00
Ted John
79c8455cad Merge pull request #3862 from OpenRCT2/feature/opengl3
Implement OpenGL 3 drawing
2016-06-13 00:13:13 +01:00
LRFLEW
0311fdd35c Fixed Depricated Enum Drawing Errors 2016-06-12 17:55:48 -05:00
Michał Janiszewski
e0bb89d1d6 Explicitly request OpenGL 3.3 context 2016-06-12 17:45:18 -05:00
Ted John
f5604c6b69 add missing GetUniformLocation 2016-06-12 22:37:44 +01:00
Michał Janiszewski
0503b88071 Cast shader program 2016-06-12 19:22:50 +02:00
Marijn van der Werf
b13f499d5b Fix typo in enum value 2016-06-12 19:01:16 +02:00
Marijn van der Werf
b0d08d6e42 Make two branches match better 2016-06-12 19:00:30 +02:00
Ted John
fa4662be42 add missing include 2016-06-12 17:44:58 +01:00
Matte A
9872ae03be Remove green background under the version string 2016-06-12 17:23:57 +01:00
Ted John
bd6986cd3f fix #3858: Tooltip showed when hovering over title logo 2016-06-12 17:19:31 +01:00
Ted John
f6665a188a add missing DISABLE_OPENGL guards 2016-06-12 15:47:51 +01:00
Ted John
3c96171801 reduce redundant state changes 2016-06-12 00:07:01 +01:00
Ted John
e771834b87 fix offset of FillRect and DrawLine 2016-06-11 23:24:19 +01:00
Ted John
f796ef5122 fix drawing of text 2016-06-11 23:14:22 +01:00
Ted John
4896d14940 extract texture generation code to new class 2016-06-11 19:13:18 +01:00
Ted John
8185a88e47 implement drawing solid coloured sprites 2016-06-11 18:28:03 +01:00
Ted John
33799d2ab9 remove deprecated OpenGL functions 2016-06-11 17:46:54 +01:00
Ted John
e3ecb91b91 implement DrawLine with shader 2016-06-11 17:43:53 +01:00
Ted John
e34ee15738 implement overlay transparency for FillRect 2016-06-11 16:46:24 +01:00
Ted John
2a569dc062 implement a ping-pong framebuffer 2016-06-11 15:18:31 +01:00
Goddesen
956828e007 Removed magic number in staff color clamping 2016-06-11 13:09:27 +02:00
Marijn van der Werf
3edcadcbec Clean up function to use less globals 2016-06-11 11:47:44 +02:00
Marijn van der Werf
8e962c9157 Restore original path support drawing 2016-06-11 11:35:18 +02:00
duncanspumpkin
4131396844 Fix bugs 2016-06-11 11:24:45 +02:00
duncanspumpkin
a36a6c3ef9 Small refactor 2016-06-11 11:24:45 +02:00
duncanspumpkin
63f42c6d47 Fix support issue 2016-06-11 11:10:11 +02:00
duncanspumpkin
27eab3b0ec Finish implementing path bit drawings 2016-06-11 11:10:11 +02:00
duncanspumpkin
9f46773961 Start adding path bits paints 2016-06-11 11:10:11 +02:00
duncanspumpkin
1099a17686 Fix minor issue with declaration 2016-06-11 11:10:11 +02:00
duncanspumpkin
fc296428fd Finish function. Readd path additions. Fix scrolling text 2016-06-11 11:10:11 +02:00