Releases: alemart/opensurge
Releases · alemart/opensurge
Open Surge 0.6.1.2
- Relaxed OpenGL requirements for compatibility with older hardware
- Introduced an underwater audio effect and an audio mixer
- Added the Team Play mechanic
- Updated joystick-related code
- Introduced font aliases
- Made additions and fixes to SurgeScript
- Other minor fixes and changes
Open Surge 0.6.1.1
- Fixed an OpenGL-related issue in the Flatpak edition
- Fixed a memory-related bug in the Entity Manager
- Updated metadata and translations
- Tweaked the water effect for extra performance
- Reintroduced the Create option at the Main Menu
- Updated the Thanks for Playing screen
- Other minor changes
Open Surge 0.6.1
- Ported the game engine to Android
- Partial rewrite of the engine. Made the engine mobile-ready with a massive performance update covering many areas: rendering, scripting, collision detection, entity and brick systems, loading times, and more!
- Improved the physics system. Made it faster and more robust
- Introduced the mobile mode and the mobile level editor
- Introduced the MOD loader and its compatibility mode
- Introduced the Import Utility for upgrading MODs
- Introduced support for Player 2 & AI-controlled characters
- Introduced player transformations and numerous player flags
- Introduced keyframe-based animations and custom sprite properties
- Introduced wavy water effects and internal support for shaders
- Introduced a new Pause Menu
- Introduced a new Options Screen
- Added support for various special characters in bitmap fonts
- Made numerous additions to the SurgeScript API
- Updated several SurgeScript objects. Introduced new items and new components
- Reimplemented nanoparser, the asset system, the animation system, the entity system, the brick system, the particle system, the level height sampler, and more
This massive update includes changes not detailed in the list!
Open Surge 0.6.0.3
- Tweaks to the level design, to the default controls and to the build system
- Changed the way the engine handles analog sticks
Note: added binary release on May 14th, 2024
Open Surge 0.6.0.2
- Adjusted gimmicks: Water Bubbles, Spikes
- Made tweaks to the level design, to the title screen and to the build script
- Changed the parser used on the stage select
- Added support for loading quests via developer mode
- Removed the quest selection screen
Open Surge 0.6.0.1
- Updated the default mapping for gamepads
- Adjusted the "Walk on Water" gimmick
- Optimized the creation and the rendering of brick particles
- Made tweaks to the level design
Open Surge 0.6.0
- Renamed the game to Surge the Rabbit
- Improved the pixel art style of the game
- Created a new Waterworks Zone
- New gimmicks: Conveyor Belts, Walk on Water, Power Pluggy
- New title screen and new title card animation
- New translations: Italian, Esperanto
- Introduced language extensions (languages/extends/ folder)
- Improved macOS compatibility
- Introduced support for transitions between animations
- Introduced the concepts of action spot and sprite anchor
- Improvements to the SurgeScript API
- Improved several core scripts
- Added support for compound ${EXPRESSIONS} when evaluating text
- Changed the physics
- Added support for D-pad input on Xbox controllers
- Removed legacy Allegro 4 code
- Bugfixes and general improvements
Open Surge 0.5.2.1
- Fix sprites/overrides/ detection bug on Windows
- Include LMMS source files (1up, speed, drowning, gameover)
- Player: reduce jump_lock_timer after charging
- Small fixes & adjustments
Open Surge 0.5.2
- Improved joystick support
- New translations: Polish, Russian
- New musics
- Updated the Giant Wolf Boss
- Added new little animals - different animals will appear in different levels
- Increased the drowning time to 12 seconds
- Updated the turbo/invincibility time to 20 seconds
- Improved the springs: they now behave as expected when the player is running on the walls or on the ceiling
- Level Editor: users can now create levels in fullscreen mode
- Level Editor: users can now display collision gizmos by pressing a key
- Level Editor: the interface has been translated into multiple languages
- Fix: the engine will pause the SurgeScript VM when the game is paused
- Fix: consistent physics in slow computers
- Fix: the player can be smashed by solid moving platforms
- Improvements to the SurgeScript API
- Updated the credits screen: it now extracts data from a csv file
- Introduced CONTRIBUTING file with guidelines for contributors
- Introduced special folder sprites/overrides/ to ease sprite hacking
- Input maps are now read from the (new) inputs/ folder
- The HUD is now entirely controlled via scripting
- The 1up jingle no longer stops the level music
- Increased the maximum supported image size to 4096x4096 pixels
- Bugfixes and general improvements
Open Surge 0.5.1.2
Release Notes:
- New translations: Serbian, Bosnian, Dutch
- Updated the language selection screen
- Included AppStream metadata for Linux and for the free software ecosystem
- Physics engine: using a fixed timestep at 60 fps for improved precision
- Bugfixes and general improvements