Torque3D/Engine/source/gui/game
Areloch 5f95f9f8c0 Made GuiFadeinBitmapCtrl not only respond to mouse and keyboard events, but gamepad events as well, allowing gamepad inputs to skip opening splash pages
Ensured that guiGameListMenuCtrl adjusts values for rows marked as sliders via the left and right gamepad actions
Corrected the button maps for look and move on the gamepad for the ExampleModule's default movement binds
Fixed ExampleModule's default keybinds so alt+enter correctly toggles fullscreen
Fixed joinServerMenu so it has a guiInputCtrl that can catch keybind events and pass them to the menuInputButtons
Removed erroneous input consumption on OptionsMenuList
Removed unneeded check against Graphics API list
Flipped order of Anti Aliasing option to match ordering of the others
Removed old, unneeded legacy option menu script files
Added logic for message boxes to automatically return active MenuInputButton control to the holder before it was pushed
Added fill color for the UI list gui profile so the sliders render more legibly
2020-07-25 01:29:25 -05:00
..
guiChunkedBitmapCtrl.cpp Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
guiChunkedBitmapCtrl.h Removed some unneccessary changes and made file name consistent. 2014-12-21 21:25:27 +11:00
guiFadeinBitmapCtrl.cpp Made GuiFadeinBitmapCtrl not only respond to mouse and keyboard events, but gamepad events as well, allowing gamepad inputs to skip opening splash pages 2020-07-25 01:29:25 -05:00
guiFadeinBitmapCtrl.h Made GuiFadeinBitmapCtrl not only respond to mouse and keyboard events, but gamepad events as well, allowing gamepad inputs to skip opening splash pages 2020-07-25 01:29:25 -05:00
guiIdleCamFadeBitmapCtrl.cpp Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
guiMessageVectorCtrl.cpp uninitialized variables-gui 2020-05-11 15:03:27 -05:00
guiMessageVectorCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiProgressBitmapCtrl.cpp uninitialized variables-gui 2020-05-11 15:03:27 -05:00
guiProgressBitmapCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiProgressCtrl.cpp Use fixed buffer size var when allocating return buffer from console. 2014-06-11 13:09:55 +04:00
guiProgressCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00