{"author_link":"\/author\/commanderstitch\/","author_name":"commanderstitch","author_uid":"14366","comments":[{"author_name":"NeiloGD","author_uid":"1154","time":"Apr 21, 2015 @ 9:19am","epoch":1429607640,"text":"Will play later, but I've built it up for Linux for ya and had a quick look at the bugs in valgrind. See #ludumdare, I left messages with yaib :)\r<br\/>\r<br\/>https:\/\/www.dropbox.com\/s\/m1lbkaf3o2trf1f\/CommanderStitch_LD32.zip?dl=0"},{"author_name":"TheScopelessOne","author_uid":"50730","time":"Apr 21, 2015 @ 2:29pm","epoch":1429626240,"text":"I'm not able to rate the game seeing how I can't play it.  But i thought I could tell you the reason that the game runs so much faster in the build version is that you have not limit how many updates the computer can do per CPU clock cycle (this is a problem with older games on newer computers as well) becouse the computer can do how many updates it wants per clock cycle if you don't limit it then the better your CPU is thje faster the game will run (in the fast forward faster way). The way to prevent this is to usuapy have a timer that updates every update and everytind else in a &quot;if&quot; statment for example(using psudo code):\r<br\/>\r<br\/>mTimer = 0;\r<br\/>mTimerlimit = 0.1;\r<br\/>\r<br\/>void update()\r<br\/>{\r<br\/>  mTimer += time since last update; (Time.deltaTime in unity)\r<br\/>  if(mTimer &gt; mTimelimit)\r<br\/>   {\r<br\/>    Do the normal update\r<br\/>\r<br\/>    mTimer = 0;  -Important, otherwise it will always update anyway.\r<br\/>   }\r<br\/>}\r<br\/>\r<br\/>I hope this helped."},{"author_name":"commanderstitch","author_uid":"14366","time":"Apr 23, 2015 @ 3:22am","epoch":1429759020,"text":"I think the start bug is fixed."},{"author_name":"fauge","author_uid":"40489","time":"Apr 23, 2015 @ 3:59am","epoch":1429761240,"text":"love the mouse particles"}],"images":["ld32\/14366-3570811a01aa7a731ba2e3726d921ff0.jpg"],"links":[{"url":"http:\/\/commanderstitch.com\/files\/games\/Ursplaticus.zip","text":"Windows"},{"url":"https:\/\/www.youtube.com\/watch?v=jbjpuB6rmCM&amp;feature=youtu.be","text":"Timelapse"},{"url":"http:\/\/commanderstitch.com\/files\/games\/UrsplaticusSource.zip","text":"Source"}],"metadata":{"g_key":"10774","g_author":"14366","g_event":"LD32","g_eventkey":"27","g_subevent":"COMPO","g_urlkey":"10808","g_title":"Ursplaticus","g_status":"UCHK1","g_place":"99999","g_commentcount":"4","g_site2_node_id":"0","g_hide":"N","g_has_icon":"Y","g_rqueue":"0","g_random":"0"},"nds":[],"node":null,"orig_images":["http:\/\/ludumdare.com\/compo\/wp-content\/compo2\/\/444368\/14366-shot0-1429495394.png-eq-900-500.jpg"],"text":"Ursplaticus, a game made in sfml. my first one in sfml.\r\n\r\nrelease and debug versions of the game performed very differently, so i was shocked to discover how much faster the release version ran compared with the debug version.\r\n\r\nyour goal is to squish your opponent as many times as possible.\r\nYou do this by taking the truck and clicking on it. then simply click on your enemy. simple right?\r\n\r\nyeah, i know. I liked it too.\r\n\r\nthere are a couple of things you might want to know:\r\n\r\n1. you have to move mouse off of the truck in order to pick it up again.\r\n\r\nknown bugs so far are:\r\n\r\nsometimes your animation will flicker.\r\n\r\nsometimes if you multi-click movement and pick up the truck it makes your character disappear.\r\n\r\nsometimes the final score doesn't appear in the right spot.(black screen)\r\n\r\ngreat stuff. :-)\r\n\r\nit says windows, but i'm not so sure it can't be run on other machines; i have no idea. someone should test this.","title":"Ursplaticus"}