Daniel Trujillo
1fc75131a4
Move call to load custom currency preferences to config_open_default()
2016-07-02 12:12:44 +02:00
Daniel Trujillo
a29db378eb
Move loading custom currency-related preferences code into currency.c
2016-07-01 23:52:33 +02:00
Daniel Trujillo
4ebcf80a1a
Redefine what is a "large" currency.
...
Decimals currencies does make sense when 10 < rate < 100, so it's
neccesary to raise the limit before hiding decimals
2016-07-01 22:02:28 +02:00
Daniel Trujillo
fc6f4929b7
Refactor for compliance with coding standards.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
f61da89410
Delete useless 'invalidate' function.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
036b09d916
Several fixes.
...
· Delete 1 remaining useless comment
· Move static function definitions above window events definition
· Replaced 'invalidate' function with window_invalidate_all()
2016-07-01 22:02:28 +02:00
Daniel Trujillo
6a3210b7b7
Remove useless comments.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
dfd78ec359
Perform a refactor for compliance with conding style.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
cb1f9269a6
Hide useless decimals in custom currency configuration window
2016-07-01 22:02:28 +02:00
Daniel Trujillo
a17061cfb6
Set default custom currency rate to 10, as GBP
2016-07-01 22:02:28 +02:00
Daniel Trujillo
6ce4584842
Fix the currency equivalence bug
...
The custom currency configuration window was showing an incorrectly
equivalence ratio between GBP and the custom currency.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
8ef1e1669d
Add a missing include.
...
That was preventing from building on OSX and Win
2016-07-01 22:02:28 +02:00
Daniel Trujillo
4a28f7f6aa
Clean code in custom_currency.c
...
To make it more OpenRCT coding style compliant
2016-07-01 22:02:28 +02:00
Daniel Trujillo
b12e5443e9
Add configuration support for the custom currency
...
This commit do several things:
· Add proper entries to config.c file
· Load custom currency definition at start time
· Save every change made from the custom currency configuration window
2016-07-01 22:02:28 +02:00
Daniel Trujillo
71a32a8750
Create custom currency configuration window
2016-07-01 22:02:28 +02:00
Daniel Trujillo
5302ebd951
Revert "Add other-than-selected currency support to format_currency_2dp"
...
This reverts commit 98d5b332bd9958296218a66e2eb7ef61600c8086.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
140b4f73aa
Add other-than-selected currency support to format_currency_2dp
...
This commit adds support for formatting currency strings using other
than the selected currency.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
187499fd72
Fix currency dropdown not showing checked custom currency.
...
Due to the dropdown separator before custom currency entry, the selected
item index was incorrectly assigned to the separator.
2016-07-01 22:02:28 +02:00
Daniel Trujillo
9355eef5d4
Add custom currency option
...
Add custom currency entry to the dropdown menu of the options window
2016-07-01 22:02:28 +02:00
Daniel Trujillo
7d53b065dd
Add custom currency
...
Add the corresponding entry inside CurrencyDescriptors array, and made
it
non-const to let the rate and other properties to change.
Also, a language string (STR_5880, en-GB & es-ES) has been added.
2016-07-01 22:02:28 +02:00
Duncan
5fb99b037f
Merge pull request #3893 from wolfreak99/ObjectSelectionFilters
...
Filter Object Selection Window by "Selected only" and "Non-selected only"
2016-06-27 21:07:57 +02:00
wolfreak99
f9f0df82e5
refactor dropdown index to enum
2016-06-27 13:32:43 -04:00
Michał Janiszewski
42d6c8de4f
Define NO_RCT2 for non-x86 platforms
2016-06-24 23:25:40 +02:00
Michał Janiszewski
35676d31f7
Integrate path variables used by game
2016-06-24 23:25:40 +02:00
Michał Janiszewski
199d0f03d8
Integrate some scenario variables
...
gScenarioTicks is still being used in some of native code
2016-06-24 23:25:40 +02:00
Michał Janiszewski
761fdfb7c0
Integrate gTotalNoImages
2016-06-24 23:25:40 +02:00
Michał Janiszewski
6c28df8250
Integrate gTypeToRideEntryIndexMap
2016-06-24 23:25:40 +02:00
Ted John
b1eb071b64
print NO_RCT2 flag in version info for binary confidence
2016-06-24 23:25:40 +02:00
Ted John
d9bcf2d946
remove RCT2 memory checksum for Win32 NO_RCT2
2016-06-24 23:25:40 +02:00
Michał Janiszewski
683eee827e
Refactor gX.dat loading, make sure g2.dat loads too
2016-06-24 23:25:40 +02:00
Michał Janiszewski
1d0a9f212d
Make config_apply_to_old_addresses empty for NO_RCT2
2016-06-24 23:25:40 +02:00
Michał Janiszewski
5e30733993
revert fixes
2016-06-24 22:40:37 +02:00
Michał Janiszewski
dfa482b1b5
Revert "Merge pull request #3897 from janisozaur/rebase-no-rct2"
...
This reverts commit 22c0cc92e6 , reversing
changes made to 7b421c8052 .
2016-06-24 22:40:37 +02:00
Michał Janiszewski
fbd4c8be49
Revert "Merge pull request #3930 from janisozaur/fix-3923"
...
This reverts commit 9f2f7c6b68 , reversing
changes made to 27b74dff72 .
2016-06-24 22:40:37 +02:00
Michał Janiszewski
0b50ce44f1
Revert "Merge pull request #3937 from janisozaur/fix-3897"
...
This reverts commit d892f6b683 , reversing
changes made to c487e1278b .
2016-06-24 22:40:37 +02:00
Michał Janiszewski
ac3d0a244d
Revert "fix loading of large scenery objects"
...
This reverts commit 00bc8fadc4 .
2016-06-24 22:40:37 +02:00
Michał Janiszewski
1711d52c18
Revert "free initial object chunk"
...
This reverts commit 9b958bfb47 .
2016-06-24 22:40:37 +02:00
Michał Janiszewski
032c0d67aa
Revert "fix loading of STEX object chunks"
...
This reverts commit 3275c44bbb .
2016-06-24 22:40:37 +02:00
Michał Janiszewski
1b0a73c1cd
Revert "fix loading of footpath chunks"
...
This reverts commit 46bf0a47d9 .
2016-06-24 22:40:37 +02:00
Ted John
080f470ef1
suppress invalid header in legacy scores for initial file
2016-06-23 22:20:26 +01:00
Ted John
46bf0a47d9
fix loading of footpath chunks
2016-06-23 22:06:48 +01:00
Michał Janiszewski
da08b963c9
Check RLE chunk size
2016-06-23 21:50:23 +01:00
Ted John
17f8f9fabd
remove rct_plugin_header size assertion
2016-06-23 20:20:09 +01:00
Michał Janiszewski
9041551b97
Guard server against null signature
2016-06-23 20:09:56 +01:00
Ted John
ff247ca5de
force an object cache update
...
Due to previous issues, object caches are likely corrupt, so force an update using a new version identifier
2016-06-23 19:52:32 +01:00
Ted John
3275c44bbb
fix loading of STEX object chunks
2016-06-23 19:43:21 +01:00
Michał Janiszewski
bee6bcd1c7
Verify size in sawyercoding_read_chunk
2016-06-23 19:00:54 +01:00
Ted John
9b958bfb47
free initial object chunk
2016-06-23 18:59:55 +01:00
Ted John
00bc8fadc4
fix loading of large scenery objects
2016-06-23 18:26:55 +01:00
Michał Janiszewski
803f334b44
Make sure all of object_type_large_scenery_load gets copied
2016-06-22 21:37:44 +02:00