Remastering

I’m rewriting my 3 shipped games. It’s a big technical overhaul and I’m also updating some gameplay elements.

Devastro was my first shipped game and it is by far the most complex one. AI, collisions, pathfinding, bots, vehicles, cutscenes, level editor… about 60000 lines of Java in total. I decided to rewrite it in C++ and convert it from PC to mobile.

Type Raiders was my second game, also originally written in Java. The C++ rewrite is almost complete. Gameplay mechanics are pretty simple, so I can focus on getting the graphics right. I dropped the built-in level editor, since I’m not planning on making new ones.

Superforce is the most recent one, already written in C++ but I completely replaced the rendering and audio code with a new engine based on Sokol. There’s another update coming with improved collision handling and gamepad support.

 

Tiny Player for iOS 2.1.0

Tiny Player version 2.1.0 is out now on iOS. What’s new?

  • Open tinyplayer.net in your browser and the running Tiny Player app will appear automatically. You don’t have to type the IP address anymore.

There had been a few minor releases since 2.0:

2.0.4

  • Fix seeking in files with less common sampling frequencies
  • Fix saving of playlist

2.0.3

  • Add support for m4b audio book files
  • Fix crash during file management operations

2.0.2

  • EQ tweaks

2.0.1

  • Show list of supported file extensions on front upload webpage
  • Drag to reorder playlist items
  • Enable player controls on startup when a track is selected
If you like the app, you can use the new in-app tip jar.
Bug reports and suggestions are always welcome.
Have a nice day!

Tiny Player for iOS 2.0

Tiny Player version 2.0 is out now on iOS. This is a rather big update:

  • Refreshed user interface
  • Import from Files
  • ZIP support
  • Equalizer (high-shelf/low-shelf)
  • Embedded lyrics
  • Designated “incoming” folder

  • Removed support for variable playback rate
  • Removed “autosort” feature
  • Requires iOS 15 or newer
If you like the app, you can use the new in-app tip jar.
Bug reports and suggestions are always welcome.
Have a nice day!

Quick update: 2.0.1 is out:

  • Drag playlist items to reorder
  • Small fixes