User contributions for Winkio
9 June 2024
- 20:0020:00, 9 June 2024 diff hist +20 N Category:Loot Created page with "Category:Rewards" current
- 20:0020:00, 9 June 2024 diff hist +32 N Category:Math Created page with "Category:CSharp Gamedev Wiki" current
- 20:0020:00, 9 June 2024 diff hist +17 N Category:Statistics Created page with "Category:Math" current
- 19:5919:59, 9 June 2024 diff hist −115 Drop Rate →Example: Dropping a key for a door
- 19:5519:55, 9 June 2024 diff hist +335 Drop Rate →Example: Dropping a key for a door
- 19:5019:50, 9 June 2024 diff hist +2,017 N Drop Rate Created page with "A Drop Rate is a value that indicates how often an item has a chance to drop from a game event such as defeating an enemy. ==Simple Drop Rate== The simplest implementation of a drop rate is to store the rate as a percentage or ratio, and then generate a random number and check if it is lower than the drop rate. If it is, the item drops. This is similar to rolling a dice, and dropping the item if certain numbers come up. <syntaxhighlight lang="cs"> // 1 in 4 drop..."
- 19:1819:18, 9 June 2024 diff hist −2 Game Loop No edit summary
- 19:1819:18, 9 June 2024 diff hist +18 N Category:Images Created page with "Category:Files" current
- 19:1819:18, 9 June 2024 diff hist +32 N Category:Files Created page with "Category:CSharp Gamedev Wiki"
- 19:1719:17, 9 June 2024 diff hist 0 N Category:CSharp Gamedev Wiki Created blank page current
- 19:1619:16, 9 June 2024 diff hist +4 Category:Game No edit summary current
- 19:1619:16, 9 June 2024 diff hist +28 N Category:Game Created page with "Category:C# Gamedev Wiki"
- 19:1519:15, 9 June 2024 diff hist +17 N Category:Graphics Created page with "Category:Game" current
- 19:1519:15, 9 June 2024 diff hist −1 Camera No edit summary
- 19:1419:14, 9 June 2024 diff hist +21 N Category:Camera Created page with "Category:Graphics" current
- 19:1419:14, 9 June 2024 diff hist 0 Camera →Spring Damper
- 18:5018:50, 9 June 2024 diff hist +207 Camera →Spring Damper
- 18:4718:47, 9 June 2024 diff hist +2,256 Camera No edit summary
- 18:2418:24, 9 June 2024 diff hist +279 N Camera Created page with "A camera is an object with functionality that supports viewing the game world from a specific position and orientation. Cameras can be fixed in place, or move dynamically, and many games have sophisticated camera systems that include collision and physics. Category: Camera"
- 16:5416:54, 9 June 2024 diff hist −1 Game Loop →Simple Game Loop
- 16:5316:53, 9 June 2024 diff hist +14 Main Page No edit summary
- 16:4616:46, 9 June 2024 diff hist +573 Game Loop →Multi Threaded
- 16:3716:37, 9 June 2024 diff hist +91 Game Loop →Partial Step
- 16:3616:36, 9 June 2024 diff hist +1,552 Game Loop No edit summary
- 16:3116:31, 9 June 2024 diff hist +1,680 Game Loop No edit summary
- 16:2616:26, 9 June 2024 diff hist 0 Game Loop No edit summary
- 16:2416:24, 9 June 2024 diff hist +204 Game Loop No edit summary
- 16:2116:21, 9 June 2024 diff hist +6 Game Loop No edit summary
- 15:4515:45, 9 June 2024 diff hist +2,534 Game Loop No edit summary
- 15:1715:17, 9 June 2024 diff hist +3 Game Loop →Frame Interpolation
- 15:1715:17, 9 June 2024 diff hist +73 Game Loop →Frame Interpolation
- 15:1415:14, 9 June 2024 diff hist +2 Game Loop No edit summary
- 15:1315:13, 9 June 2024 diff hist +1,854 Game Loop No edit summary
- 14:4914:49, 9 June 2024 diff hist +80 Game Loop No edit summary
- 14:4514:45, 9 June 2024 diff hist +130 Game Loop No edit summary
- 14:4214:42, 9 June 2024 diff hist +398 Game Loop No edit summary
- 14:3414:34, 9 June 2024 diff hist +1,241 Game Loop No edit summary
- 14:1014:10, 9 June 2024 diff hist +655 Game Loop No edit summary
- 13:5913:59, 9 June 2024 diff hist −7 Game Loop No edit summary
- 13:5913:59, 9 June 2024 diff hist −7 Main Page No edit summary
- 13:5813:58, 9 June 2024 diff hist +20 Main Page No edit summary
- 13:5713:57, 9 June 2024 diff hist −5 Game Loop No edit summary
- 13:3213:32, 9 June 2024 diff hist 0 Game Loop No edit summary
- 13:1913:19, 9 June 2024 diff hist +2 Game Loop No edit summary
- 12:4512:45, 9 June 2024 diff hist +41 Game Loop No edit summary
- 12:0612:06, 9 June 2024 diff hist +477 MediaWiki:Common.css No edit summary
- 12:0512:05, 9 June 2024 diff hist +50 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: "
- 10:3610:36, 9 June 2024 diff hist +12 Game Loop No edit summary
- 10:3510:35, 9 June 2024 diff hist +596 N Game Loop Created page with "A game loop is a continuous loop that runs an Update() method and a Draw() method. Below is the simplest example of a game loop: public void GameLoop { while (true) { Update(); Draw(); } } In practice game loops may have a lot more code. They may wait a certain amount of time between passes, do less processing on certain passes than others, contain exit logic, etc. There are two main types of game loops: Fixed Step - the loop processe..."
- 10:3210:32, 9 June 2024 diff hist +596 Main Page No edit summary