Commit Graph

23 Commits

Author SHA1 Message Date
Michael Sundqvist 0cba3579de Remove global "using namespace std;" declarations, use "std::" prefixes on all std elements
Fix whitespace changes
2022-07-31 22:14:38 +02:00
Kyzentun Keeslala 0de66f6e1a Added pause menu to ScreenGameplay in default theme. Added SetPrevScreenName lua binding to Screen. Added begin_backing_out lua binding to ScreenGameplay. 2016-01-09 11:40:22 -07:00
Kyzentun 6f8b5f2477 Made input callbacks lock during transitions and lockinput. 2014-12-10 13:38:10 -07:00
Kyzentun 4f2b92a25a Added __screen__ special texture name. Added AMV:GetTexture, RageTexture:Reload, and Screen:SetNextScreenName lua functions. 2014-09-02 05:18:29 -06:00
Kyzentun 27c6a54d82 Added AddInputCallback and RemoveInputCallback to Lua API for screen. ScreenManager now passes input to the lua side of each screen in addition to the engine side. 2014-06-26 21:33:54 -06:00
Devin J. Pohly 2cf9262afc merge OverlayInput into Input. overlay screens can still intercept input if they want. 2013-01-12 23:19:44 -05:00
Devin J. Pohly d13ac7e7a2 modify Input() on screens to return boolean 2013-01-12 22:48:38 -05:00
Jason Felds 4f07a0ea8b war on -Werror, part 7: start informal params.
I'm preserving our numbering Pohly. ;)
2012-12-26 23:23:59 -05:00
AJ Kelly 264ba574fb part two of three re: Actors/ 2011-10-02 21:40:33 -05:00
Jason Felds f9d12e1afe I hope Windows likes "/" versus "\". 2011-10-02 00:09:40 -04:00
AJ Kelly 9cf2592a32 fix up some include paths. 2011-10-01 22:59:01 -05:00
Jason Felds a085d0d1da Line endings...be normalized! 2011-03-17 01:47:30 -04:00
AJ Kelly ed3d0d561b considering having mouse inputs be like menu inputs as far as Screens are concerned. 2011-02-23 05:16:41 -06:00
Jason Felds 26b9f7502f General doxygen updates. 2011-02-18 21:30:03 -05:00
Jason Felds e3e6eae012 More doxygen. Start of AutoScreenMessage( * );
The lack of semicolon messes up the doc generator.
2011-02-18 20:35:49 -05:00
AJ Kelly 5cd6a32930 [Screen] add HandleBackButton (for people who know what they're doing ;) [people making multi-state menus using the MK2ULTRA method]) 2011-01-01 14:02:53 -06:00
AJ Kelly 069bd6cca2 turns out these bindings don't work so well. 2010-12-21 23:04:59 -06:00
AJ Kelly 2d6d081c30 Add SetNextScreenName(string) and SetPrevScreenName(string) Lua bindings to Screen 2010-12-21 21:37:26 -06:00
AJ Kelly 77e17dae2b [Screen] add GetScreenType() Lua binding. 2010-06-10 14:26:56 -05:00
AJ Kelly 60b86919ba [Player] CheckpointsFlashOnHold metric added (bool). also cleanup/comment/etc. 2010-02-24 02:40:36 -06:00
AJ Kelly 5c5ef54a48 various changes from sm4 and sm-ssc (svn); see updated changelog for the full information 2010-02-18 23:17:24 -06:00
AJ Kelly 3e51544930 Initial commit. 2010-01-26 21:00:30 -06:00
Devin J. Pohly 80057f53cd smsvn -> ssc-hg glue: rearrange directory structure 2013-06-10 15:38:43 -04:00