thornstot.wordpress.com
Releases | Netpublic of Irataria
https://thornstot.wordpress.com/releases
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. PW 003: Sidewinder Level #1. Played in STOT season #3 game #4. Thanks to new kdenlive functions, this time the scroller works fine. PW 002: STOT Season #1 and Season #2 Badges. PW 001: 1. Wiesbadener Kick Off Stadtmeisterschaft Invitro. My first video. Done it with kdenlive, which is not the most intuitive cutting program, but I get more and more used to it. Thanks to Oliver Stender for the invideo video. Cerror / Mooncell and kRadD.
thornstot.wordpress.com
OFAM 2014 Friday | Netpublic of Irataria
https://thornstot.wordpress.com/2014/09/27/ofam-2014-friday
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. This year OFAM, the 10th anniversary of the event started around 6 o’clock when Mr.XY and I met in Sossenheim. We decided to take the A66 via Fulda to pass by the traditional traffic jams around Würzburg. The road works on the A66 around Neuhof are finished and for the first time we drove straight from Hanau to Fulda. Good start. Inside a buch of 10 people were alreay there eating traditonal Atarifahrt food like stinking Pizza. So w...
thornstot.wordpress.com
The evolution of controller simulation | Netpublic of Irataria
https://thornstot.wordpress.com/2015/03/28/the-evolution-of-controller-simulation
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. The evolution of controller simulation. When you start writing a gaming framework that should be controlled by a Joystick, you will end up defining callback functions for the controller functions. To simulate a controller you will also implement callback functions for keyboard clicks and map these keyboard callbacks to controller callback functions. You start with writing 5 callback functions:. Up = cursor up. Down = cursor down. In you...
thornstot.wordpress.com
My new retro corner. | Netpublic of Irataria
https://thornstot.wordpress.com/2014/09/24/my-new-retro-corner
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. My new retro corner. After 2 years of auctions on ebay and giveaways to good friends, I finally reached the bottom line of my retro stuff. The things I still have are more or less the stuff I wanted to have and the stuff I will use. It was not that easy to give away some parts, but even some falcons found got hands and one is enough. Here you could better see the Jaguar as well as the Raspberry Pie. Laquo; Unity Sidebar finaly works fine.
thejoyofsticks.wordpress.com
Super Sprint review | The Joy Of Sticks
https://thejoyofsticks.wordpress.com/2009/10/01/super-sprint-review
The Joy Of Sticks. New developments and old inspirations in Atari ST gaming. Laquo; Low Res Web Magazine Released: Go There, Be Happy! Unidentified Flying Objects Spotted Over Mt. Fuji. October 1, 2009. You can trace Super Sprint’s ancestry right back to the dawn of arcades with arguably the first ever sports simulator: Gran-Trak. Let’s weigh up the ST port’s positives. 8211; Super Sprint keeps things fresh by adding collectables (point bonuses and wrenches that can be traded in for car upgrades), and &#...
thornstot.wordpress.com
Ruhmeshalle | Netpublic of Irataria
https://thornstot.wordpress.com/hall-of-fame
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. VSTsw #4: 1. Deutsche 2 Spieler Spiele Meisterschaft. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. You are commenting using your Twitter account. ( Log Out. You are commenting using your Facebook account. ( Log Out. You are commenting using your Google account. ( Log Out.
thornstot.wordpress.com
Hatari 1.7 installed under Ubuntu 13.10 | Netpublic of Irataria
https://thornstot.wordpress.com/2014/01/23/hatari-1-7-installed-under-ubuntu-13-10
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. Hatari 1.7 installed under Ubuntu 13.10. I know from previous installations, that this is a streight forward installation, so it was more or less. 1) Download the actual Version 1.7 from the homepage:. Http:/ download.tuxfamily.org/hatari/1.7.0/. 2) extract it to a folder of your choice. 3) install cmake,sdl libs. 4) change to the new extracted folder,. 5) run ./configure. 7) run sudo make install. 10) Press F12 to configure Hatari.
thornstot.wordpress.com
NonConForm State Engine for Java Script. The first example | Netpublic of Irataria
https://thornstot.wordpress.com/2014/10/03/nonconform-state-engine-for-java-script-the-first-example
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. NonConForm State Engine for Java Script. The first example. I started to port my NonConForm library from the Falcon to Python a while ago. Now I started to port it to JavaScript as well. Today the state engine, the heart of the gaming menu framework is finished. Here the first example:. Var stGame = new NcfState("Game");. Var tFinishFromGame = new NcfTransition("FinishFromGame","End",function() {});. And here is the output. Build a webs...
thornstot.wordpress.com
Atari cross compiling | Netpublic of Irataria
https://thornstot.wordpress.com/2014/10/04/atari-cross-compiling
Live from the Funivercity of Irataria-prime. Atari Party Radar 2015. Today I had a small coding sprint to find out if I could compile assembler code and embed it in a C programm. The sprint was successfull thanks to the work of:. Saulot/nokturnal : created 2 articles about using gnu assembler and using virtual assembler to do the task. Vincent Rivière’s: He created a tool chain for cross compiling for the Atari. Hatari team: I used the Hatari 1.8 Emulator to test the result. Download and Install Hatari.