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

23 Commits

Author SHA1 Message Date
zsilencer
2b04c64e9c More decompiled sound functions 2014-08-24 04:45:59 -06:00
Ted John
88ad431818 Merge pull request #221 from marcotc/rain
Small refactor on climate_update
2014-07-22 07:29:42 +01:00
Marco Costa
73dda39374 Small refactor on climate_update
* Extracted the logic of stepping "weather level" variables.
* Simplified the rain stepping code, as "rain level" is always between 0 and 2.
2014-07-22 00:05:32 -04:00
adrian17
0369bdcb34 Improvements for a9091b41b6
* renamed variables and functions
* simplified logic copied from other functions
* removed "fast staff" button
* commented the macros in window_cheats.c
* changed water tool bottom limit back to 1 (it doesn't work the same way as the land tool)
* used 1ULL for bit shift by 32
2014-07-21 14:05:43 +02:00
wolfreak99
a9091b41b6 Cheats, temporary cheat placement macro for convenince, audio option, copiedunlimited land tool to water tool. 2014-07-15 22:41:12 -04:00
Duncan Frost
ee4d8238d2 Fix #169 2014-06-23 21:12:00 +01:00
Duncan Frost
cbdffd193c Attempted fix of thunder crash 2014-06-23 18:18:59 +01:00
IntelOrca
423db67148 add climate_update_sound 2014-05-28 22:53:28 +01:00
ddevrien
c6fc8c634b celsius fix 2014-05-12 16:51:40 +02:00
IntelOrca
073057dbbe add author credit to source code header 2014-04-29 12:39:18 +01:00
IntelOrca
a325bcc856 define next climate variables, all refs rewritten 2014-04-29 12:35:37 +01:00
IntelOrca
1dcfdbe355 refactor climate 2014-04-29 12:18:50 +01:00
Matthias Lanzinger
b5bb145f03 Move all the transition tables to our code. 2014-04-28 23:12:08 +02:00
Matthias Lanzinger
b7ae1c7266 Slight climate refactoring 2014-04-28 20:39:10 +02:00
Matthias Lanzinger
22bcc5d201 Removed redundance in climate_reset 2014-04-28 20:14:50 +02:00
Matthias Lanzinger
573929fee9 Identified full weather data table.
Restructured weather data properly and made window_game_bottom_toolbar use
our table.
Used determine_future_weather in climate_reset.
2014-04-28 19:59:40 +02:00
Matthias Lanzinger
039241cde4 Moved the weather table into our code.
Introduced the weather table struct used for future weather calculation.
Added a bit more explanation on how future weather is calculated.
2014-04-28 17:07:13 +02:00
Matthias Lanzinger
b3c279d9b5 Implement determining future weather. 2014-04-28 02:24:57 +02:00
Matthias Lanzinger
b557f5bf1c Identified more climate related values. 2014-04-28 01:05:00 +02:00
Matthias Lanzinger
035fa16fc3 Crude start of a decompiled update_climate() 2014-04-27 23:46:18 +02:00
Kevin Burke
e5a925e26c Add newlines to the end of every file (sed/unix do this) 2014-04-21 14:57:48 +05:30
IntelOrca
5cb1600417 add bottom toolbar 2014-04-11 03:58:17 +01:00
IntelOrca
c8d2b0bf1e add climate and date 2014-04-09 11:16:35 +01:00