Robert Jordan
a3a993dabd
Title Sequence editor
2015-06-24 12:25:54 -04:00
Thomas
fd914094a7
Add option to invert viewport dragging ( #1332 )
2015-06-20 17:52:38 +02:00
Robert Jordan
5127e65095
Console can be used on title screen
2015-06-19 10:51:54 -04:00
Robert Jordan
b4cea081a0
Fixed secondary scroll thumb
2015-06-15 10:36:05 -04:00
IntelOrca
26abb73b8e
implement update_cursor_position
2015-06-12 23:29:26 +01:00
Robert Jordan
927a2a48b5
decompiled input_scroll functions
2015-06-12 14:34:54 -04:00
IntelOrca
95d6bbaa43
fix dropdowns
2015-06-09 18:37:24 +01:00
IntelOrca
0dd749baac
refactor window event calls
2015-06-09 18:29:02 +01:00
IntelOrca
dc3fe2a6c8
remove commented out CALLPROCs and CALLFUNCs
2015-06-09 15:09:45 +01:00
Robert Jordan
9f9143a5c6
textbox widget
2015-06-06 17:04:53 -04:00
IntelOrca
43f54cd729
implement more ride rating calculations
2015-06-04 02:08:52 +01:00
Duncan Frost
c9543005de
Fix small issues with scrolling.
...
I've found the cause of the cursors not correctly changing. It would appear ebx is popped to its previous value as the call function returns. This causes the cursor value to never change. This can be solved when all windows are complete. Fixes points i, ii, iii, iv of #1127 (Fixed by reseting scroll positions when the height is 0. And actually passing the scroll index to the calling function)
2015-06-03 20:54:28 +01:00
Robert Jordan
dc38087f07
Fixed tooltip issue #1053
...
Tooltips should now behave more like RCT2.
2015-05-20 12:53:02 -04:00
IntelOrca
8772cdd7aa
add in game console
2015-05-19 03:54:09 +01:00
Robert Jordan
c25ef45827
Named 2 input flags, and dropdown fix
...
Named INPUT_FLAG_1 to INPUT_FLAG_DROPDOWN_STAY_OPEN
Named INPUT_FLAG_2 to INPUT_FLAG_DROPDOWN_MOUSE_UP
placed RCT2_ADDRESS_INPUT_FLAGS where valid and replaced all bitwise
references to it with appropriate input flags.
Changed ride view dropdown to hold only as it should be.
2015-05-07 14:31:11 -04:00
Ted John
b26fae4511
Merge pull request #887 from duncanspumpkin/fix_scroll
...
Fix scroll
2015-02-28 16:05:20 +00:00
Duncan Frost
daf0b4e1b1
Fix formating of input.c. Added bring to front on scroll to mask #784
2015-02-28 13:53:30 +00:00
Adrian Wielgosik
29c30cb8f8
Don't scroll the window if it lost keyboard focus
2015-02-28 00:32:56 +01:00
IntelOrca
4268c930e8
fix shortcuts, fixes #824 , fixes #512...
...
- add saving of shortcut configuration
- allow setting of shortcuts in title screen
2015-02-27 17:29:23 +00:00
IntelOrca
7f0ed995b5
improve reading and saving of configuration
2015-02-16 22:47:11 +00:00
IntelOrca
a66b29076b
move osinterface code to shared or windows
2015-02-12 20:51:40 +00:00
IntelOrca
0db1c88f2b
refactor window hold down widgets (var_020)
2015-02-10 20:40:33 +00:00
IntelOrca
63ad70a0f3
fix errors
2015-02-08 03:19:24 +00:00
IntelOrca
1298031fd2
Merge branch 'develop' into random-map
...
Conflicts:
projects/openrct2.vcxproj
projects/openrct2.vcxproj.filters
projects/openrct2.vcxproj.user
src/editor.c
src/input.c
src/platform/osinterface.c
src/rct2.c
src/scenario.c
src/world/map.h
2015-02-08 03:05:07 +00:00
Duncan Frost
cbe49300b8
Fixed sounds not playing properly when paused. Labeled max sounds offset. Prevented crash on null dereference
2014-12-31 14:54:23 +00:00
IntelOrca
d7212c1b14
implement inventions list window, fixes #630
2014-12-16 01:24:13 +00:00
IntelOrca
5190862573
fixes #337 - shortcut keys on title screen propagating to game
2014-11-24 17:18:21 +00:00
IntelOrca
2b7142e49f
attempt to fix #566 and other bugs, also refactor some footpath related functions
2014-11-15 18:22:06 +00:00
IntelOrca
5a4b940fc2
fix and refactor window event calls
2014-11-11 20:51:25 +00:00
IntelOrca
0cef1c9517
refactor input widgets and keyboard_shortcut screen flags
2014-11-11 16:06:51 +00:00
IntelOrca
53c8a20e0b
refactor input window position and resize
2014-11-11 00:20:06 +00:00
IntelOrca
d8844513a1
remove windows.h from input.c and improve window resize
2014-11-10 22:37:55 +00:00
IntelOrca
e4bd82347e
refactor some of the input functions
2014-11-10 02:17:45 +00:00
IntelOrca
13b56f68d3
add window snapping
2014-11-09 17:18:51 +00:00
IntelOrca
f1cc82f258
prepare for left viewport interaction implementation
2014-11-05 20:28:51 +00:00
IntelOrca
62be863476
refactor viewport interaction functions
2014-11-05 19:42:19 +00:00
IntelOrca
ea6b0de6a6
refactor and move keyboard shortcuts to a new source file
2014-11-05 18:50:51 +00:00
Duncan Frost
3016011949
Refactor scroll_input
2014-11-05 17:17:56 +00:00
IntelOrca
0e223c524e
implement sub_6EDE88
2014-11-05 16:14:12 +00:00
IntelOrca
2f4fd67170
implement more viewport input functions
2014-11-05 14:38:19 +00:00
IntelOrca
ad84e6d076
implement ride_modify and supporting methods
2014-11-05 02:55:29 +00:00
IntelOrca
d92a4d9418
implement clear scenery game command, try out removing paths feature
2014-11-04 03:34:48 +00:00
Duncan Frost
c87e373ced
Added window_sign_small
2014-11-02 14:16:44 +00:00
Duncan Frost
828c6ff7a2
Added window_sign. Invalidate function to be finished
2014-11-02 14:15:18 +00:00
Duncan Frost
880cf21d6f
Added code to call sign windows
2014-11-02 14:15:17 +00:00
Duncan Frost
04965ae9d2
Added home, end key. Now uses host window colours.
2014-10-16 21:50:03 +01:00
Duncan Frost
edbfb43251
Added ok/cancel buttons. Added closing on main.
2014-10-16 20:58:30 +01:00
Duncan Frost
9a3aeed508
Added some of the suggested changes
2014-10-16 20:58:28 +01:00
Duncan Frost
b1721f217d
Trying out a new technique for text input
2014-10-16 20:58:25 +01:00
IntelOrca
ece2522273
refactor window search functions
2014-10-16 02:02:43 +01:00