User contributions for Eric Lengyel

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

6 January 2025

5 January 2025

6 December 2024

27 November 2024

3 September 2024

2 July 2024

17 May 2024

8 December 2023

8 November 2023

24 September 2023

16 September 2023

12 September 2023

  • 21:4321:43, 12 September 2023 diff hist +28,522 N SimpleChar Source CodeCreated page with "This page contains the complete source code for the <code>SimpleChar</code> example game module. See the Simple Games page for more information about the basic examples. == SimpleChar.h == <syntaxhighlight lang="c++"> #ifndef SimpleChar_h #define SimpleChar_h #include "C4Application.h" #include "C4World.h" #include "C4Input.h" #include "C4Cameras.h" #include "C4Interface.h" #include "C4Character.h" // Every application/game module needs to declare a function ca..." current
  • 21:4121:41, 12 September 2023 diff hist +26,101 N SimpleBall Source CodeCreated page with "This page contains the complete source code for the <code>SimpleBall</code> example game module. See the Simple Games page for more information about the basic examples. == SimpleBall.h == <syntaxhighlight lang="c++"> #ifndef SimpleBall_h #define SimpleBall_h #include "C4Application.h" #include "C4World.h" #include "C4Input.h" #include "C4Cameras.h" #include "C4Interface.h" #include "C4Particles.h" // Every application/game module needs to declare a function ca..." current
  • 21:3821:38, 12 September 2023 diff hist +180 Defining a Custom MethodNo edit summary current
  • 21:3721:37, 12 September 2023 diff hist +216 Defining a Custom ControllerNo edit summary
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)