Adrian Wielgosik
f47ea4fd27
Don't use sizeof() in pointer arithmetic or as indices; use found variables
2014-09-14 21:50:20 +02:00
IntelOrca
f4a1eae06d
implement dropdowns for window ride colour tab
2014-09-14 18:43:36 +01:00
IntelOrca
bdb7b8d0c6
implement ride window colour paint and scroll paint
2014-09-14 01:21:33 +01:00
IntelOrca
2493b8a2f4
Merge branch 'master' into ride-window
2014-09-13 19:31:08 +01:00
zsilencer
48b13231b9
Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2
...
Conflicts:
projects/openrct2.vcxproj.filters
src/window_scenery.c
2014-09-13 11:55:32 -06:00
zsilencer
2049a80540
0x006BB9FF, 0x006BC2F3, mixer edit, completed 0x6BB76E
2014-09-13 11:51:58 -06:00
Ted John
30c01d4672
Merge pull request #420 from KingHual/master
...
Added C code instead of address call
2014-09-13 14:12:43 +01:00
Ted John
084301a972
Merge pull request #421 from duncanspumpkin/input_state_widget_pressed
...
Input state widget pressed
2014-09-13 14:08:14 +01:00
Ted John
f774382522
Merge pull request #417 from Jinxit/swedish-translation
...
Swedish translation
2014-09-13 14:07:22 +01:00
Duncan Frost
919da77478
More cleanup of code. Reverted to old dropdown format
2014-09-13 08:58:46 +01:00
Duncan Frost
b282908bbd
Fix compile warnings.
2014-09-13 08:33:22 +01:00
Duncan Frost
e7d2ec3594
Added new function to window_dropdown. Cleaned up input code
2014-09-13 08:31:13 +01:00
Duncan Frost
b3822247a5
Fixed dropdown issues need to add error handler
2014-09-13 08:31:12 +01:00
Duncan Frost
00634e6096
Added state==5 code
2014-09-13 08:31:11 +01:00
Duncan Frost
173083f447
Fixed dropdown bug. Added mouse up code.
2014-09-13 08:31:11 +01:00
Duncan Frost
5b0642535a
Fix mistake with dropdown window. Still a mistake in dropdown code
2014-09-13 08:31:09 +01:00
Duncan Frost
5d438ac723
Finished dropdown part.
2014-09-13 08:31:09 +01:00
Duncan Frost
7746ae784d
Started adding dropdown control
2014-09-13 08:31:08 +01:00
Duncan Frost
1373db3fe0
Added rough widget_state_pressed function
2014-09-13 08:31:07 +01:00
King_Hual
9648715dbb
Added C code instead of address call
...
- Temporary address call in window_map.c:window_map_mouseup event is now
replaced by reversed code
Delete Output-Build.txt
Replaced assembly code with macro
Edit a bunch of GCC assembly macros
Remove scope from case
Added C code instead of address call
- Temporary address call in window_map.c:window_map_mouseup event is now
replaced by reversed code
2014-09-13 03:11:51 +03:00
vahiki
81ba275826
Merge branch 'master' into swedish-translation
2014-09-12 07:34:30 +02:00
King_Hual
11c0849ffc
Added minimap window resizing
...
- Identified some unknown methods and fields - process_mouse_tool,
bufsize
- Added map window events and methods - window_map_tooltip,
window_map_set_bounds
2014-09-12 03:59:43 +03:00
IntelOrca
fa0e9a1b80
Merge branch 'master' into ride-window
2014-09-11 18:26:15 +01:00
hexdec
ac7c204284
Changed place on WC_MUSIC_CREDITS and WC_PUBLISHER_CREDITS.
2014-09-11 18:55:19 +02:00
hexdec
e0cb2e6abf
Fixed padding for widgets.
2014-09-11 18:50:37 +02:00
hexdec
361e33d3dd
Finished decompiling window_music_credits.
2014-09-11 18:48:40 +02:00
hexdec
f384b31b65
Initial work on music credits.
2014-09-11 17:44:23 +02:00
vahiki
c4c74b81d0
added swedish to language list
2014-09-11 13:05:18 +02:00
IntelOrca
589fc3eaf8
finish ride window colour invalidate
2014-09-11 00:31:00 +01:00
IntelOrca
9c1689a9ef
implement more of ride window colour invalidate
2014-09-10 23:05:20 +01:00
IntelOrca
0d8d30f46d
Merge branch 'master' into cmdline-scenario
2014-09-10 19:36:16 +01:00
IntelOrca
645b8fbb46
add edit command line function
2014-09-10 19:36:11 +01:00
IntelOrca
b40844c634
begin colour tab for ride window
2014-09-10 18:13:07 +01:00
qcz
2f2a03fe1f
fix crash of scenery window when selecting the first entry of a given type
2014-09-09 19:38:19 +02:00
IntelOrca
508ce63c75
finish operating tab on ride window
2014-09-09 17:17:08 +01:00
IntelOrca
a132b52766
finish invalidate event for ride window
2014-09-09 14:16:09 +01:00
IntelOrca
fcc847beb4
start implementing operating tab on ride window
2014-09-09 01:12:32 +01:00
IntelOrca
beafbc354c
Merge branch 'master' into ride-window
...
Conflicts:
src/string_ids.h
2014-09-09 00:11:03 +01:00
IntelOrca
31eec46c4d
allow scenarios from any location to be started via command line
2014-09-08 19:58:15 +01:00
Ted John
df107d3db4
Merge pull request #404 from vanderkleij/master
...
Decompilation of move_sprite_to_list (0x0069ED0B)
2014-09-08 19:38:04 +01:00
Tom van der Kleij
7058756d9c
Incorporated suggested change by @qcz and fixed an enum member name and a compiler warning
2014-09-06 23:46:45 +02:00
qcz
7939112adc
replace RCT2_GLOBAL calls with macros where possible
2014-09-06 13:31:33 +02:00
qcz
36d2c47706
fix scenery cursor bug, get rid of multiple unneccessary returns
2014-09-06 12:52:30 +02:00
qcz
288afe14b8
fix scenery window not closing after switching to a different tool, clarify name of the helper function
2014-09-06 12:45:00 +02:00
Tom van der Kleij
212849ec6c
Merge remote-tracking branch 'upstream/master'
2014-09-06 09:48:54 +02:00
qcz
5be600cf5b
Fix double payment in game_do_command
2014-09-06 09:45:23 +02:00
Tom van der Kleij
87667b78d4
Implemented suggestions from comments on pull request
2014-09-06 09:11:04 +02:00
zsilencer
02cacd45c1
cmake build
2014-09-05 20:35:16 -06:00
zsilencer
04a2d27c9a
Merge branch 'master' of https://github.com/IntelOrca/OpenRCT2
...
Conflicts:
projects/openrct2.vcxproj.filters
2014-09-05 19:36:38 -06:00
zsilencer
bf805057f2
A new custom software mixer, supports playing streams at any rate, which is needed to emulate the directsound SetFrequency effects (when a ride malfunctions and the music slows down and stops). The speex resampler is added for this. Currently samples can be played and their volumes and looping set on an arbitrary number of channels. Support for FLAC and other streaming formats can be added.
2014-09-05 19:29:22 -06:00