Commit Graph

8 Commits

Author SHA1 Message Date
Michał Janiszewski 27b74dff72 Try loading rct2 segments for x86-64 just like for i386 (#3922)
This shifts focus away from illegal accesses to RCT2 memory to fixing up
the pointers we use
2016-06-20 12:04:07 +02:00
Michael Steenbeek e45578771e Add Czech to .desktop file 2016-05-11 14:02:25 +02:00
Matthias Mailänder 79e410d88c Add a .desktop file. (#3507) 2016-05-09 08:57:59 +02:00
Matthias Mailänder 76cca7ad2e Expand the search dirs for the linker script. (#3530) 2016-05-08 21:11:24 +01:00
Michał Janiszewski d145c348fd Modify linker script for x86-64
For some reason I was not able to replicate linking we have for i386
(yet?), but I need this to test things.
2016-04-26 22:35:47 +02:00
Michał Janiszewski b30bab65d8 Add experimental build job for x86-64
This is **build job only**. It does not work yet.
2016-04-26 22:35:47 +02:00
Michał Janiszewski 7d132d8fe1 Extract and embed sections into binary itself
Fixed some CMakeLists.txt problems, made another target for converting
section images into something palatable by ld, modified the linker
script to place these ssection at predefined VMAs and updated openrct2.c
with new checks.
2015-12-16 19:16:27 +01:00
Michał Janiszewski 072db27968 add vanilla script 2015-12-16 18:54:34 +01:00