Tags: ya0guang/olcPixelGameEngine
Tags
Merge pull request OneLoneCoder#315 from OneLoneCoder/develop v2.22 Typo Fix
Merge pull request OneLoneCoder#300 from OneLoneCoder/develop PGE 2.20 + Utilities
olcPixelGameEngine 2.19 2.19: Textual Input(of)course Edition! =Built in font is now olc::Renderable +EnablePixelTransfer() - Gate if layer content transfers occur (speedup in decal only apps) +TextEntryEnable() - Enables/Disables text entry mode +TextEntryGetString() - Gets the current accumulated string in text entry mode +TextEntryGetCursor() - Gets the current cursor position in text entry mode +IsTextEntryEnabled() - Returns true if text entry mode is activated +OnTextEntryComplete() - Override is called when user presses "ENTER" in text entry mode +Potential for regional keyboard mappings - needs volunteers to do this +ConsoleShow() - Opens built in command console +ConsoleClear() - Clears built in command console output +ConsoleOut() - Stream strings to command console output +ConsoleCaptureStdOut() - Capture std::cout by redirecting to built-in console +IsConsoleShowing() - Returns true if console is currently active +OnConsoleCommand() - Override is called when command is entered into built in console
PGE v2.16 FIX Emscripten JS formatting in VS IDE (thanks Moros) +"Headless" Mode +DrawLineDecal() +Mouse Button Constants +Move Constructor for olc::Renderable +Polar/Cartesian conversion for v2d_generic +DrawRotatedStringDecal()/DrawRotatedStringPropDecal() (thanks Oso-Grande/Sopadeoso (PR OneLoneCoder#209)) =Using olc::Renderable for layer surface +Major Mac and GLUT Update (thanks Mumflr)
PreviousNext