icculus / Serious-Engine

An open source version of a game engine developed by Croteam for the classic Serious Sam games.
GNU General Public License v2.0
164 stars 21 forks source link

Preliminary support for The First Encounter #14

Closed ptitSeb closed 8 years ago

ptitSeb commented 8 years ago

The game load and can start. More test are needed. Also, demo seems out-of-synch. But that's a start.

ptitSeb commented 8 years ago

The First Enounter is running now on the Pandora: https://youtu.be/75FYb60L7zw

icculus commented 8 years ago

Oh gosh, that GetInput event pump is from when everything ran in an SDL event filter, so it didn't matter where you called SDL_PollEvent(), because a callback would catch everything.

That got cleaned out, but I guess that loop remained and mostly no one noticed? Scary. Good catch!