IntelOrca
|
f172b26291
|
make options window centred
|
2015-02-20 02:19:18 +00:00 |
|
Timmy Weerwag
|
d38852f926
|
Stick windows on title screen to back
|
2015-02-20 02:30:16 +01:00 |
|
Timmy Weerwag
|
873eac46e8
|
Restart title music if necessary
|
2015-02-20 02:10:13 +01:00 |
|
Timmy Weerwag
|
09e9288eb8
|
Added options button to title screen
|
2015-02-20 01:35:29 +01:00 |
|
Timmy Weerwag
|
1df5202af1
|
fix the resolution dropdown disabling
fixes after setting fullscreen mode to "Fullscreen (desktop)" and
re-opening the options screen, the resolution dropdown was enabled again
|
2015-02-19 23:49:17 +01:00 |
|
Adrian Wielgosik
|
1ae4bf42ce
|
Removed unused arguments
|
2015-02-19 17:39:35 +01:00 |
|
Adrian Wielgosik
|
1b6f752a00
|
Decompiled window_top_toolbar_land_tool_drag
|
2015-02-19 17:33:26 +01:00 |
|
Adrian Wielgosik
|
a7455f8b31
|
Decompiled window_top_toolbar_water_tool_drag
|
2015-02-18 20:28:45 +01:00 |
|
Duncan Frost
|
612fcbe770
|
Implemented missing guest icons from news messsages.
|
2015-02-17 20:39:35 +00:00 |
|
Ted John
|
e39a220058
|
Merge pull request #814 from nbrochu/mapgen-simplex-tab
Added a 3rd tab to Map Generation (Simplex)
|
2015-02-17 18:54:20 +00:00 |
|
IntelOrca
|
2ab48c998e
|
Merge branch 'set-ride-status' into develop
Conflicts:
src/ride/track.h
|
2015-02-17 17:00:47 +00:00 |
|
Adrian Wielgosik
|
867201944e
|
window_map_set_bounds is actually window_map_resize
|
2015-02-17 16:04:24 +01:00 |
|
Adrian Wielgosik
|
fc15da5bbf
|
Decoupled two constant arrays and renamed a function
|
2015-02-17 16:04:24 +01:00 |
|
IntelOrca
|
7f0ed995b5
|
improve reading and saving of configuration
|
2015-02-16 22:47:11 +00:00 |
|
Adrian Wielgosik
|
bfe401c778
|
Refactor code related to map flashing, removed a small mistake related with it
Removed code related to map flashing from title_update
|
2015-02-16 18:53:47 +01:00 |
|
Adrian Wielgosik
|
c6e690a71b
|
Removed gotos from window_map_paint_peep_overlay
|
2015-02-16 18:53:46 +01:00 |
|
Adrian Wielgosik
|
c1df97cdd0
|
Simplify window_map_paint_hud_rectangle
|
2015-02-16 18:53:46 +01:00 |
|
Adrian Wielgosik
|
baa7703451
|
Clean up window_map_paint_hud_rectangle
|
2015-02-16 18:53:45 +01:00 |
|
Adrian Wielgosik
|
13359d4220
|
Initial decompilation of window_map_paint_hud_rectangle
|
2015-02-16 18:53:44 +01:00 |
|
Adrian Wielgosik
|
7ba49b8887
|
Separate common code to window_map_transform_to_map_coords; small cleanup
|
2015-02-16 18:53:44 +01:00 |
|
Adrian Wielgosik
|
2e6fb1cc0f
|
Decompiled window_map_paint_train_overlay
|
2015-02-16 18:53:43 +01:00 |
|
Adrian Wielgosik
|
a14a389040
|
Initial decompilation of window_map_paint_peep_overlay
|
2015-02-16 18:53:43 +01:00 |
|
Nicholas Brochu
|
14d919819b
|
Added a 3rd tab to Map Generation (Simplex)
Complete with sensible defaults.
|
2015-02-16 01:18:08 -05:00 |
|
Thomas
|
671aff6534
|
Add button to use native file browser
|
2015-02-15 19:48:25 +01:00 |
|
IntelOrca
|
524ae55052
|
fix initial directory issue on loadsave and sort items
|
2015-02-15 15:35:30 +00:00 |
|
IntelOrca
|
cfff5c6d88
|
make scenery window usable, partially fixes #408
|
2015-02-15 15:24:36 +01:00 |
|
Thomas
|
abe3008fc8
|
Fix warnings and add path indicator
|
2015-02-15 15:20:19 +01:00 |
|
Thomas
|
c59aadb676
|
Fix going up at top level and issue when saving
|
2015-02-14 23:26:04 +01:00 |
|
Thomas
|
10babd3c77
|
Add ability to change directory in loadsave
|
2015-02-14 23:26:04 +01:00 |
|
IntelOrca
|
66c302eb3d
|
use new create_window_centred function
|
2015-02-14 18:26:59 +00:00 |
|
IntelOrca
|
ac4cd56b63
|
add new load / save window, closes #580
|
2015-02-14 02:16:03 +00:00 |
|
IntelOrca
|
97e7a27c17
|
Merge branch 'footpath-commands' into develop
|
2015-02-13 20:58:27 +00:00 |
|
Adrian Wielgosik
|
35bf40fb39
|
Fix map window scrollbars not being initialized properly; fixes #478.
|
2015-02-13 21:39:51 +01:00 |
|
IntelOrca
|
886f30d00c
|
Merge branch 'develop' into footpath-commands
|
2015-02-13 19:32:13 +00:00 |
|
IntelOrca
|
e8e7dfbc70
|
improve object selection window
|
2015-02-13 18:43:22 +00:00 |
|
IntelOrca
|
e953fdc360
|
improve random map generator, change algorithm to simplex noise
|
2015-02-13 03:29:40 +00:00 |
|
Duncan Frost
|
a7f4d44ece
|
Add check_for_entrance_exit. Fixed ride name not shown
|
2015-02-12 22:30:31 +00:00 |
|
IntelOrca
|
a66b29076b
|
move osinterface code to shared or windows
|
2015-02-12 20:51:40 +00:00 |
|
Duncan Frost
|
719e23ec3b
|
Fix bathrooms missing same price everywhere box. Fix #761
|
2015-02-12 18:58:16 +00:00 |
|
IntelOrca
|
392ff7bfea
|
remove expansion packs from title sequence, closes #752
|
2015-02-11 22:18:19 +00:00 |
|
IntelOrca
|
fadeff9dda
|
fix a few issues with object selection and track manage
|
2015-02-11 21:03:23 +00:00 |
|
IntelOrca
|
74e1c0923f
|
implement window_editor_object_selection_scrollpaint
|
2015-02-11 19:42:10 +00:00 |
|
IntelOrca
|
51802aac45
|
fix object order and add object dat name to object selection window, closes #440
|
2015-02-11 18:54:31 +00:00 |
|
IntelOrca
|
59eff1f572
|
implement window_editor_object_selection_paint
|
2015-02-11 17:50:52 +00:00 |
|
IntelOrca
|
9c06699dce
|
implement more events for object selection window
|
2015-02-11 16:02:57 +00:00 |
|
IntelOrca
|
0db1c88f2b
|
refactor window hold down widgets (var_020)
|
2015-02-10 20:40:33 +00:00 |
|
IntelOrca
|
f6c09b44b6
|
merge in random map generator
|
2015-02-10 20:11:59 +00:00 |
|
IntelOrca
|
5b3c1b6764
|
finalise placing of trees
|
2015-02-10 19:52:24 +00:00 |
|
IntelOrca
|
9cc108abbb
|
remove toolbar.c and ignore seperators at the end of the toolbar
|
2015-02-10 14:41:35 +00:00 |
|
Duncan Frost
|
b388512c4f
|
Remove hack to pass exapanison check
|
2015-02-09 19:02:54 +00:00 |
|